Trace number 4263042

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 2017-07-05SAT (TO)130124 2520.26 2508.8301

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai12a.xml
MD5SUM1740172f6b6c755c4ba85e14840c110b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark112208
Best CPU time to get the best result obtained on this benchmark14116.1
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size12
Maximum domain size43
Distribution of domain sizes[{"size":12,"count":12},{"size":43,"count":66}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":12,"count":12}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":66},{"arity":12,"count":1}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

2.85/1.30	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.85/1.30	c This is free software under the dual EPL/GNU LGPL licenses.
2.85/1.30	c See www.sat4j.org for details.
2.85/1.30	c That software uses the Rhino library from the Mozilla project.
2.85/1.30	c version CUSTOM.v20170705
2.85/1.30	c java.runtime.name	Java(TM) SE Runtime Environment
2.85/1.30	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.85/1.30	c java.vm.version	25.131-b11
2.85/1.30	c java.vm.vendor	Oracle Corporation
2.85/1.30	c sun.arch.data.model	64
2.85/1.30	c java.version		1.8.0_131
2.85/1.30	c os.name		Linux
2.85/1.30	c os.version		3.10.0-514.16.1.el7.x86_64
2.85/1.30	c os.arch		amd64
2.85/1.30	c Free memory 		499604488
2.85/1.30	c Max memory 		7247757312
2.85/1.30	c Total memory 		504889344
2.85/1.30	c Number of processors 	4
2.85/1.30	c c --- Begin Solver configuration ---
2.85/1.30	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.85/1.30	c Learn all clauses as in MiniSAT
2.85/1.30	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.85/1.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.85/1.30	c No reason simplification
2.85/1.30	c Glucose 2.1 dynamic restart strategy
2.85/1.30	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
2.85/1.30	c timeout=2147483s
2.85/1.30	c DB Simplification allowed=false
2.85/1.30	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.85/1.30	c --- End Solver configuration ---
2.85/1.30	c constraints type 
2.85/1.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
2.85/1.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 584496
2.85/1.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 104280
2.85/1.30	c org.sat4j.minisat.constraints.cnf.UnitClause => 132
2.85/1.30	c 689064 constraints processed.
5.63/2.96	o 147637
91.27/86.78	o 143234
248.52/243.08	o 142585
249.80/244.20	o 130124
2520.23/2508.80	c starts		: 11678
2520.23/2508.80	c conflicts		: 6754557
2520.23/2508.80	c decisions		: 130977572
2520.23/2508.80	c propagations		: 5360659903
2520.23/2508.80	c inspects		: 17148195623
2520.23/2508.80	c shortcuts		: 0
2520.23/2508.80	c learnt literals	: 0
2520.23/2508.80	c learnt binary clauses	: 5965
2520.23/2508.80	c learnt ternary clauses	: 10544
2520.23/2508.80	c learnt constraints	: 6754557
2520.23/2508.81	c ignored constraints	: 0
2520.23/2508.81	c root simplifications	: 0
2520.23/2508.81	c removed literals (reason simplification)	: 0
2520.23/2508.81	c reason swapping (by a shorter reason)	: 0
2520.23/2508.81	c Calls to reduceDB	: 163
2520.23/2508.81	c Number of update (reduction) of LBD	: 4256611
2520.23/2508.81	c Imported unit clauses	: 0
2520.23/2508.81	c number of reductions to clauses (during analyze)	: 0
2520.23/2508.81	c number of learned constraints concerned by reduction	: 0
2520.23/2508.81	c number of learning phase by resolution	: 0
2520.23/2508.81	c number of learning phase by cutting planes	: 0
2520.23/2508.81	c number of rounding to 1 operations	: 0
2520.23/2508.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.23/2508.81	c number of reductions of the coefficients by power 2 	: 0
2520.23/2508.81	c number of right shift for reduction by power 2 	: 0
2520.23/2508.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.23/2508.81	c speed (assignments/second)	: 2137864.9039694387
2520.23/2508.81	c non guided choices	28295122
2520.23/2508.81	c learnt constraints type 
2520.23/2508.81	s SATISFIABLE
2520.23/2508.81	v <instantiation type="solution">
2520.23/2508.81	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[7][0] d[7][1] d[7][2] d[7][3] d[7][4] d[7][5] d[7][6] d[7][7] d[7][8] d[7][9] d[7][10] d[7][11] d[8][0] d[8][1] d[8][2] d[8][3] d[8][4] d[8][5] d[8][6] d[8][7] d[8][8] d[8][9] d[8][10] d[8][11] d[9][0] d[9][1] d[9][2] d[9][3] d[9][4] d[9][5] d[9][6] d[9][7] d[9][8] d[9][9] d[9][10] d[9][11] d[10][0] d[10][1] d[10][2] d[10][3] d[10][4] d[10][5] d[10][6] d[10][7] d[10][8] d[10][9] d[10][10] d[10][11] d[11][0] d[11][1] d[11][2] d[11][3] d[11][4] d[11][5] d[11][6] d[11][7] d[11][8] d[11][9] d[11][10] d[11][11] </list>
2520.23/2508.81	v 	<values> 3 11 5 9 10 1 6 4 8 2 0 7 0 76 56 59 18 40 86 69 91 84 82 45 0 0 6 4 36 85 30 21 1 26 6 40 0 0 0 82 82 79 71 39 29 0 41 11 0 0 0 0 50 9 77 61 93 35 4 76 0 0 0 0 0 1 74 36 56 82 63 76 0 0 0 0 0 0 0 75 35 44 21 89 0 0 0 0 0 0 0 18 8 26 6 71 0 0 0 0 0 0 0 0 36 12 56 57 0 0 0 0 0 0 0 0 0 11 10 89 0 0 0 0 0 0 0 0 0 0 95 91 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 </values>
2520.23/2508.81	v </instantiation>
2520.23/2508.81	

Verifier Data

OK	130124

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 (15435 MiB free)
  memory of node 1: 16384 MiB (11040 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263042-1502621040/watcher-4263042-1502621040 -o /tmp/evaluation-result-4263042-1502621040/solver-4263042-1502621040 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263042-1502621040.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=14729, runsolver pid=14726

[startup+0.100062 s]*
/proc/loadavg: 2.03 1.93 1.72 3/208 14735
/proc/meminfo: memFree=27105684/32770624 swapFree=67108764/67108860
[pid=14729] ppid=14726 vsize=9936560 memory=18528 CPUtime=0.01 cores=0,2,4,6
/proc/14729/stat : 14729 (java) S 14726 14729 4674 0 -1 1077944320 3435 0 0 0 0 1 0 0 20 0 6 0 109610418 10175037440 4632 18446744073709551615 4194304 4196468 140732465806800 140732465789344 140339926290167 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
/proc/14729/statm: 2484140 4632 1921 1 0 2473637 0
[pid=14729/tid=14731] ppid=14726 vsize=9936560 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14731/stat : 14731 (java) R 14726 14729 4674 0 -1 4202560 2139 0 0 0 0 0 0 0 20 0 6 0 109610427 10175037440 4632 18446744073709551615 4194304 4196468 140732465806800 140339930526288 140339926312093 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14732] ppid=14726 vsize=9936560 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14732/stat : 14732 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 109610427 10175037440 4632 18446744073709551615 4194304 4196468 140732465806800 140339872640016 140339926300373 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14733] ppid=14726 vsize=9936560 memory=140389354083968 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14733/stat : 14733 (java) S 14726 14729 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 109610427 10175037440 4632 18446744073709551615 4194304 4196468 140732465806800 140339871587472 140339926300373 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14734] ppid=14726 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14734/stat : 14734 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 109610427 10175037440 4632 18446744073709551615 4194304 4196468 140732465806800 140339870534416 140339926300373 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14735] ppid=14726 vsize=9936560 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14735/stat : 14735 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 109610428 10175037440 4632 18446744073709551615 4194304 4196468 140732465806800 140339869481872 140339926300373 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18528 KiB

[startup+0.211514 s]*
/proc/loadavg: 2.03 1.93 1.72 4/217 14744
/proc/meminfo: memFree=27096412/32770624 swapFree=67108764/67108860
[pid=14729] ppid=14726 vsize=10551156 memory=26332 CPUtime=0.09 cores=0,2,4,6
/proc/14729/stat : 14729 (java) S 14726 14729 4674 0 -1 1077944320 5043 0 0 0 8 1 0 0 20 0 15 0 109610418 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140732465789344 140339926290167 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
/proc/14729/statm: 2637789 6583 2767 1 0 2627261 0
[pid=14729/tid=14731] ppid=14726 vsize=10551156 memory=8316850467074736180 CPUtime=0.06 cores=0,2,4,6
/proc/14729/task/14731/stat : 14731 (java) R 14726 14729 4674 0 -1 4202560 3013 0 0 0 6 0 0 0 20 0 15 0 109610427 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140339930525136 140339918968181 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14732] ppid=14726 vsize=10551156 memory=12958 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14732/stat : 14732 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109610427 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140339872640016 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14733] ppid=14726 vsize=10551156 memory=140389354098550 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14733/stat : 14733 (java) S 14726 14729 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109610427 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140339871587472 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14734] ppid=14726 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14734/stat : 14734 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109610427 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140339870534416 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14735] ppid=14726 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14735/stat : 14735 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109610428 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140339869481872 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14736] ppid=14726 vsize=10551156 memory=140389354083968 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14736/stat : 14736 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109610429 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140338967021808 140339926301314 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14737] ppid=14726 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14737/stat : 14737 (java) S 14726 14729 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109610429 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140338965968032 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14738] ppid=14726 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14738/stat : 14738 (java) S 14726 14729 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109610430 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140338964914928 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14739] ppid=14726 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14739/stat : 14739 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109610432 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140338963863504 140339926308763 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14740] ppid=14726 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14740/stat : 14740 (java) S 14726 14729 4674 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 109610432 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140338962811632 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14741] ppid=14726 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14741/stat : 14741 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109610432 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140338961759088 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14742] ppid=14726 vsize=10551156 memory=140389354083968 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14742/stat : 14742 (java) R 14726 14729 4674 0 -1 4202560 244 0 0 0 0 0 0 0 20 0 15 0 109610432 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140338960706032 140339904658806 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14743] ppid=14726 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14743/stat : 14743 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109610432 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140338959653728 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14744] ppid=14726 vsize=10551156 memory=140389354083968 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14744/stat : 14744 (java) S 14726 14729 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109610437 10804383744 6583 18446744073709551615 4194304 4196468 140732465806800 140338958600752 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26332 KiB

[startup+0.310683 s]*
/proc/loadavg: 2.03 1.93 1.72 4/217 14744
/proc/meminfo: memFree=27086648/32770624 swapFree=67108764/67108860
[pid=14729] ppid=14726 vsize=10551156 memory=36672 CPUtime=0.24 cores=0,2,4,6
/proc/14729/stat : 14729 (java) S 14726 14729 4674 0 -1 1077944320 8401 0 0 0 21 3 0 0 20 0 15 0 109610418 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140732465789344 140339926290167 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
/proc/14729/statm: 2637789 9168 2875 1 0 2627261 0
[pid=14729/tid=14731] ppid=14726 vsize=10551156 memory=8316850467074736180 CPUtime=0.17 cores=0,2,4,6
/proc/14729/task/14731/stat : 14731 (java) R 14726 14729 4674 0 -1 4202560 6058 0 0 0 15 2 0 0 20 0 15 0 109610427 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140339930502384 140339549667536 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14732] ppid=14726 vsize=10551156 memory=12958 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14732/stat : 14732 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109610427 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140339872640016 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14733] ppid=14726 vsize=10551156 memory=140389354098550 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14733/stat : 14733 (java) S 14726 14729 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109610427 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140339871587472 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14734] ppid=14726 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14734/stat : 14734 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109610427 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140339870534416 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14735] ppid=14726 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14735/stat : 14735 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109610428 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140339869481872 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14736] ppid=14726 vsize=10551156 memory=3472468685514655408 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14736/stat : 14736 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109610429 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140338967021808 140339926301314 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14737] ppid=14726 vsize=10551156 memory=8461260354371939849 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14737/stat : 14737 (java) S 14726 14729 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109610429 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140338965968032 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14738] ppid=14726 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14738/stat : 14738 (java) S 14726 14729 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109610430 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140338964914928 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14739] ppid=14726 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14739/stat : 14739 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109610432 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140338963863504 140339926308763 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14740] ppid=14726 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14729/task/14740/stat : 14740 (java) S 14726 14729 4674 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 15 0 109610432 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140338962811632 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14741] ppid=14726 vsize=10551156 memory=3472328296227679279 CPUtime=0.01 cores=0,2,4,6
/proc/14729/task/14741/stat : 14741 (java) S 14726 14729 4674 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 15 0 109610432 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140338961759088 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14742] ppid=14726 vsize=10551156 memory=8386792295662750446 CPUtime=0.04 cores=0,2,4,6
/proc/14729/task/14742/stat : 14742 (java) S 14726 14729 4674 0 -1 1077944384 399 0 0 0 4 0 0 0 20 0 15 0 109610432 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140338960706032 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14743] ppid=14726 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14743/stat : 14743 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109610432 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140338959653728 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14744] ppid=14726 vsize=10551156 memory=140389354083968 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14744/stat : 14744 (java) S 14726 14729 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109610437 10804383744 9168 18446744073709551615 4194304 4196468 140732465806800 140338958600752 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36672 KiB

[startup+0.701538 s]
/proc/loadavg: 2.03 1.93 1.72 7/217 14744
/proc/meminfo: memFree=27071764/32770624 swapFree=67108764/67108860
[pid=14729] ppid=14726 vsize=10551232 memory=112708 CPUtime=1.29 cores=0,2,4,6
/proc/14729/stat : 14729 (java) S 14726 14729 4674 0 -1 1077944320 12192 0 0 0 124 5 0 0 20 0 15 0 109610418 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140732465789344 140339926290167 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
/proc/14729/statm: 2637808 28177 3057 1 0 2627261 0
[pid=14729/tid=14731] ppid=14726 vsize=10551232 memory=18983755451683 CPUtime=0.55 cores=0,2,4,6
/proc/14729/task/14731/stat : 14731 (java) R 14726 14729 4674 0 -1 4202560 7452 0 0 0 51 4 0 0 20 0 15 0 109610427 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140339930517792 140339907696470 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14732] ppid=14726 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14732/stat : 14732 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109610427 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140339872640016 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14733] ppid=14726 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14733/stat : 14733 (java) S 14726 14729 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109610427 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140339871587472 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14734] ppid=14726 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14734/stat : 14734 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109610427 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140339870534416 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14735] ppid=14726 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14735/stat : 14735 (java) S 14726 14729 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109610428 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140339869481872 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14736] ppid=14726 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14736/stat : 14736 (java) S 14726 14729 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 109610429 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140338967021808 140339926301314 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14737] ppid=14726 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14737/stat : 14737 (java) S 14726 14729 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109610429 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140338965968032 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14738] ppid=14726 vsize=10551232 memory=5712 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14738/stat : 14738 (java) S 14726 14729 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109610430 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140338964914928 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14739] ppid=14726 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14739/stat : 14739 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109610432 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140338963863504 140339926308763 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14740] ppid=14726 vsize=10551232 memory=984 CPUtime=0.26 cores=0,2,4,6
/proc/14729/task/14740/stat : 14740 (java) R 14726 14729 4674 0 -1 4202560 1171 0 0 0 26 0 0 0 20 0 15 0 109610432 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140338962798176 140339918245053 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14741] ppid=14726 vsize=10551232 memory=1728 CPUtime=0.25 cores=0,2,4,6
/proc/14729/task/14741/stat : 14741 (java) R 14726 14729 4674 0 -1 4202560 1071 0 0 0 25 0 0 0 20 0 15 0 109610432 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140338961740104 140339907834401 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14742] ppid=14726 vsize=10551232 memory=33 CPUtime=0.21 cores=0,2,4,6
/proc/14729/task/14742/stat : 14742 (java) S 14726 14729 4674 0 -1 1077944384 1126 0 0 0 21 0 0 0 20 0 15 0 109610432 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140338960706032 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14743] ppid=14726 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14743/stat : 14743 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109610432 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140338959653728 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14744] ppid=14726 vsize=10551232 memory=737 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14744/stat : 14744 (java) S 14726 14729 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109610437 10804461568 28177 18446744073709551615 4194304 4196468 140732465806800 140338958600752 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 112708 KiB

[startup+1.50155 s]
/proc/loadavg: 2.03 1.93 1.72 5/217 14744
/proc/meminfo: memFree=26912136/32770624 swapFree=67108764/67108860
[pid=14729] ppid=14726 vsize=10617796 memory=271520 CPUtime=3.8 cores=0,2,4,6
/proc/14729/stat : 14729 (java) S 14726 14729 4674 0 -1 1077944320 20869 0 0 0 367 13 0 0 20 0 16 0 109610418 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140732465789344 140339926290167 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
/proc/14729/statm: 2654449 67880 3111 1 0 2643902 0
[pid=14729/tid=14731] ppid=14726 vsize=10617796 memory=53072 CPUtime=1.25 cores=0,2,4,6
/proc/14729/task/14731/stat : 14731 (java) R 14726 14729 4674 0 -1 4202560 7524 0 0 0 120 5 0 0 20 0 16 0 109610427 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140339930528456 140339549668006 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14732] ppid=14726 vsize=10617796 memory=1296 CPUtime=0.04 cores=0,2,4,6
/proc/14729/task/14732/stat : 14732 (java) S 14726 14729 4674 0 -1 1077944384 153 0 0 0 3 1 0 0 20 0 16 0 109610427 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140339872640016 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14733] ppid=14726 vsize=10617796 memory=280778387251040 CPUtime=0.05 cores=0,2,4,6
/proc/14729/task/14733/stat : 14733 (java) S 14726 14729 4674 0 -1 1077944384 46 0 0 0 4 1 0 0 20 0 16 0 109610427 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140339871587472 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14734] ppid=14726 vsize=10617796 memory=6944937900100196217 CPUtime=0.07 cores=0,2,4,6
/proc/14729/task/14734/stat : 14734 (java) S 14726 14729 4674 0 -1 1077944384 151 0 0 0 6 1 0 0 20 0 16 0 109610427 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140339870534416 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14735] ppid=14726 vsize=10617796 memory=6944656592387989600 CPUtime=0.05 cores=0,2,4,6
/proc/14729/task/14735/stat : 14735 (java) S 14726 14729 4674 0 -1 1077944384 108 0 0 0 4 1 0 0 20 0 16 0 109610428 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140339869481872 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14736] ppid=14726 vsize=10617796 memory=-7812736537705029536 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14736/stat : 14736 (java) S 14726 14729 4674 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 109610429 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140338967021808 140339926301314 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14737] ppid=14726 vsize=10617796 memory=5791739490257626210 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14737/stat : 14737 (java) S 14726 14729 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109610429 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140338965968032 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14738] ppid=14726 vsize=10617796 memory=6933690330692294553 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14738/stat : 14738 (java) S 14726 14729 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109610430 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140338964914928 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14739] ppid=14726 vsize=10617796 memory=7449631548324472406 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14739/stat : 14739 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109610432 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140338963863504 140339926308763 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14740] ppid=14726 vsize=10617796 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/14729/task/14740/stat : 14740 (java) R 14726 14729 4674 0 -1 4202560 5210 0 0 0 101 1 0 0 20 0 16 0 109610432 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140338962800304 140339905546742 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14741] ppid=14726 vsize=10617796 memory=0 CPUtime=0.98 cores=0,2,4,6
/proc/14729/task/14741/stat : 14741 (java) R 14726 14729 4674 0 -1 4202560 4642 0 0 0 98 0 0 0 20 0 16 0 109610432 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140338961748560 140339912330913 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14742] ppid=14726 vsize=10617796 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/14729/task/14742/stat : 14742 (java) S 14726 14729 4674 0 -1 1077944384 1572 0 0 0 28 0 0 0 20 0 16 0 109610432 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140338960706032 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14743] ppid=14726 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14743/stat : 14743 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109610432 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140338959653728 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14744] ppid=14726 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14744/stat : 14744 (java) S 14726 14729 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109610437 10872623104 67880 18446744073709551615 4194304 4196468 140732465806800 140338958600752 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
Current children cumulated CPU time: 3.8 s
Current children cumulated vsize: 10617796 KiB

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

/proc/14729/task/14734/stat : 14734 (java) S 14726 14729 4674 0 -1 1077944384 3140 0 0 0 134 59 0 0 20 0 16 0 109610427 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140339870534416 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14735] ppid=14726 vsize=10617796 memory=3163320 CPUtime=1.91 cores=0,2,4,6
/proc/14729/task/14735/stat : 14735 (java) S 14726 14729 4674 0 -1 1077944384 3239 0 0 0 132 59 0 0 20 0 16 0 109610428 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140339869481872 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14736] ppid=14726 vsize=10617796 memory=3169068 CPUtime=0.31 cores=0,2,4,6
/proc/14729/task/14736/stat : 14736 (java) S 14726 14729 4674 0 -1 1077944384 13172 0 0 0 28 3 0 0 20 0 16 0 109610429 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338967021808 140339926301314 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14737] ppid=14726 vsize=10617796 memory=3169068 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14737/stat : 14737 (java) S 14726 14729 4674 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 109610429 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338965968096 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14738] ppid=14726 vsize=10617796 memory=3169068 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14738/stat : 14738 (java) S 14726 14729 4674 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 109610430 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338964914944 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14739] ppid=14726 vsize=10617796 memory=3169068 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14739/stat : 14739 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338963863504 140339926308763 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14740] ppid=14726 vsize=10617796 memory=3169068 CPUtime=2.08 cores=0,2,4,6
/proc/14729/task/14740/stat : 14740 (java) S 14726 14729 4674 0 -1 1077944384 12153 0 0 0 205 3 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338962811632 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14741] ppid=14726 vsize=10617796 memory=3169068 CPUtime=2.15 cores=0,2,4,6
/proc/14729/task/14741/stat : 14741 (java) S 14726 14729 4674 0 -1 1077944384 15112 0 0 0 213 2 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338961759088 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14742] ppid=14726 vsize=10617796 memory=3169068 CPUtime=0.39 cores=0,2,4,6
/proc/14729/task/14742/stat : 14742 (java) S 14726 14729 4674 0 -1 1077944384 5056 0 0 0 37 2 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338960706032 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14743] ppid=14726 vsize=10617796 memory=3169068 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14743/stat : 14743 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338959653728 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14744] ppid=14726 vsize=10617796 memory=3169068 CPUtime=1.46 cores=0,2,4,6
/proc/14729/task/14744/stat : 14744 (java) S 14726 14729 4674 0 -1 1077944384 2455 0 0 0 72 74 0 0 20 0 16 0 109610437 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338958600752 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14745] ppid=14726 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14745/stat : 14745 (java) S 14726 14729 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109610550 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338957546544 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
Current children cumulated CPU time: 2453.68 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3169068 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.25 3/217 15473
/proc/meminfo: memFree=28145924/32770624 swapFree=67108764/67108860
[pid=14729] ppid=14726 vsize=10617796 memory=3169068 CPUtime=2513.73 cores=0,2,4,6
/proc/14729/stat : 14729 (java) S 14726 14729 4674 0 -1 1077944320 129193 0 0 0 251038 335 0 0 20 0 16 0 109610418 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140732465789344 140339926290167 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
/proc/14729/statm: 2654449 792267 3147 1 0 2643902 0
[pid=14729/tid=14731] ppid=14726 vsize=10617796 memory=3169068 CPUtime=2499.53 cores=0,2,4,6
/proc/14729/task/14731/stat : 14731 (java) R 14726 14729 4674 0 -1 4202560 68019 0 0 0 249928 25 0 0 20 0 16 0 109610427 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140339930529216 140339553461008 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14732] ppid=14726 vsize=10617796 memory=3169068 CPUtime=1.91 cores=0,2,4,6
/proc/14729/task/14732/stat : 14732 (java) S 14726 14729 4674 0 -1 1077944384 2834 0 0 0 132 59 0 0 20 0 16 0 109610427 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140339872640016 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14733] ppid=14726 vsize=10617796 memory=3169068 CPUtime=1.92 cores=0,2,4,6
/proc/14729/task/14733/stat : 14733 (java) S 14726 14729 4674 0 -1 1077944384 2452 0 0 0 131 61 0 0 20 0 16 0 109610427 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140339871587472 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14734] ppid=14726 vsize=10617796 memory=3169068 CPUtime=1.93 cores=0,2,4,6
/proc/14729/task/14734/stat : 14734 (java) S 14726 14729 4674 0 -1 1077944384 3140 0 0 0 134 59 0 0 20 0 16 0 109610427 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140339870534416 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14735] ppid=14726 vsize=10617796 memory=3169068 CPUtime=1.91 cores=0,2,4,6
/proc/14729/task/14735/stat : 14735 (java) S 14726 14729 4674 0 -1 1077944384 3239 0 0 0 132 59 0 0 20 0 16 0 109610428 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140339869481872 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14736] ppid=14726 vsize=10617796 memory=3169068 CPUtime=0.31 cores=0,2,4,6
/proc/14729/task/14736/stat : 14736 (java) S 14726 14729 4674 0 -1 1077944384 13188 0 0 0 28 3 0 0 20 0 16 0 109610429 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338967021808 140339926301314 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14737] ppid=14726 vsize=10617796 memory=3169068 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14737/stat : 14737 (java) S 14726 14729 4674 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 109610429 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338965968096 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14738] ppid=14726 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14738/stat : 14738 (java) S 14726 14729 4674 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 109610430 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338964914944 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14739] ppid=14726 vsize=10617796 memory=3169068 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14739/stat : 14739 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338963863504 140339926308763 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14740] ppid=14726 vsize=10617796 memory=3169068 CPUtime=2.08 cores=0,2,4,6
/proc/14729/task/14740/stat : 14740 (java) S 14726 14729 4674 0 -1 1077944384 12171 0 0 0 205 3 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338962811632 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14741] ppid=14726 vsize=10617796 memory=3169068 CPUtime=2.15 cores=0,2,4,6
/proc/14729/task/14741/stat : 14741 (java) S 14726 14729 4674 0 -1 1077944384 15124 0 0 0 213 2 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338961759088 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14742] ppid=14726 vsize=10617796 memory=3169068 CPUtime=0.39 cores=0,2,4,6
/proc/14729/task/14742/stat : 14742 (java) S 14726 14729 4674 0 -1 1077944384 5070 0 0 0 37 2 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338960706032 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14743] ppid=14726 vsize=10617796 memory=3169068 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14743/stat : 14743 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338959653728 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14744] ppid=14726 vsize=10617796 memory=15880 CPUtime=1.51 cores=0,2,4,6
/proc/14729/task/14744/stat : 14744 (java) S 14726 14729 4674 0 -1 1077944384 2533 0 0 0 74 77 0 0 20 0 16 0 109610437 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338958600752 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14745] ppid=14726 vsize=10617796 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14745/stat : 14745 (java) S 14726 14729 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109610550 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338957546544 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
Current children cumulated CPU time: 2513.73 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3169068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.6 s]
/proc/loadavg: 2.00 2.02 2.25 3/217 15473
/proc/meminfo: memFree=28145924/32770624 swapFree=67108764/67108860
[pid=14729] ppid=14726 vsize=10617796 memory=3169068 CPUtime=2520.03 cores=0,2,4,6
/proc/14729/stat : 14729 (java) S 14726 14729 4674 0 -1 1077944320 129909 0 0 0 251668 335 0 0 20 0 16 0 109610418 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140732465789344 140339926290167 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
/proc/14729/statm: 2654449 792267 3147 1 0 2643902 0
[pid=14729/tid=14731] ppid=14726 vsize=10617796 memory=1608 CPUtime=2505.83 cores=0,2,4,6
/proc/14729/task/14731/stat : 14731 (java) R 14726 14729 4674 0 -1 4202560 68672 0 0 0 250558 25 0 0 20 0 16 0 109610427 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140339930529216 140339553111104 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14732] ppid=14726 vsize=10617796 memory=928 CPUtime=1.91 cores=0,2,4,6
/proc/14729/task/14732/stat : 14732 (java) S 14726 14729 4674 0 -1 1077944384 2834 0 0 0 132 59 0 0 20 0 16 0 109610427 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140339872640016 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14733] ppid=14726 vsize=10617796 memory=-8774313645642428999 CPUtime=1.92 cores=0,2,4,6
/proc/14729/task/14733/stat : 14733 (java) S 14726 14729 4674 0 -1 1077944384 2452 0 0 0 131 61 0 0 20 0 16 0 109610427 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140339871587472 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14734] ppid=14726 vsize=10617796 memory=288230617509003574 CPUtime=1.93 cores=0,2,4,6
/proc/14729/task/14734/stat : 14734 (java) S 14726 14729 4674 0 -1 1077944384 3140 0 0 0 134 59 0 0 20 0 16 0 109610427 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140339870534416 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14735] ppid=14726 vsize=10617796 memory=13564886244395551 CPUtime=1.91 cores=0,2,4,6
/proc/14729/task/14735/stat : 14735 (java) S 14726 14729 4674 0 -1 1077944384 3239 0 0 0 132 59 0 0 20 0 16 0 109610428 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140339869481872 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14736] ppid=14726 vsize=10617796 memory=1232 CPUtime=0.31 cores=0,2,4,6
/proc/14729/task/14736/stat : 14736 (java) S 14726 14729 4674 0 -1 1077944384 13196 0 0 0 28 3 0 0 20 0 16 0 109610429 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338967021808 140339926301314 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14737] ppid=14726 vsize=10617796 memory=644 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14737/stat : 14737 (java) S 14726 14729 4674 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 109610429 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338965968096 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14738] ppid=14726 vsize=10617796 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14738/stat : 14738 (java) S 14726 14729 4674 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 109610430 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338964914944 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14739] ppid=14726 vsize=10617796 memory=956 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14739/stat : 14739 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338963863504 140339926308763 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14740] ppid=14726 vsize=10617796 memory=2244 CPUtime=2.08 cores=0,2,4,6
/proc/14729/task/14740/stat : 14740 (java) S 14726 14729 4674 0 -1 1077944384 12180 0 0 0 205 3 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338962811632 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14741] ppid=14726 vsize=10617796 memory=4288 CPUtime=2.15 cores=0,2,4,6
/proc/14729/task/14741/stat : 14741 (java) S 14726 14729 4674 0 -1 1077944384 15130 0 0 0 213 2 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338961759088 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14742] ppid=14726 vsize=10617796 memory=1608 CPUtime=0.39 cores=0,2,4,6
/proc/14729/task/14742/stat : 14742 (java) S 14726 14729 4674 0 -1 1077944384 5077 0 0 0 37 2 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338960706032 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14743] ppid=14726 vsize=10617796 memory=928 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14743/stat : 14743 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109610432 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338959653728 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14744] ppid=14726 vsize=10617796 memory=2164 CPUtime=1.51 cores=0,2,4,6
/proc/14729/task/14744/stat : 14744 (java) S 14726 14729 4674 0 -1 1077944384 2566 0 0 0 74 77 0 0 20 0 16 0 109610437 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338958600752 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14745] ppid=14726 vsize=10617796 memory=844 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14745/stat : 14745 (java) S 14726 14729 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109610550 10872623104 792267 18446744073709551615 4194304 4196468 140732465806800 140338957546544 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3169068 KiB

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

[startup+2508.83 s]
# the end of solver process 14729 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.9 s, system=3.36811 s

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

[startup+2508.8 s]
/proc/loadavg: 2.00 2.02 2.25 3/217 15473
/proc/meminfo: memFree=28145924/32770624 swapFree=67108764/67108860
[pid=14729] ppid=14726 vsize=10817488 memory=3169284 CPUtime=2520.23 cores=0,2,4,6
/proc/14729/stat : 14729 (java) S 14726 14729 4674 0 -1 1077944320 130899 0 0 0 251688 335 0 0 20 0 17 0 109610418 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140732465789344 140339926290167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
/proc/14729/statm: 2704372 792321 3149 1 0 2693825 0
[pid=14729/tid=14731] ppid=14726 vsize=10817488 memory=167 CPUtime=2505.97 cores=0,2,4,6
/proc/14729/task/14731/stat : 14731 (java) S 14726 14729 4674 0 -1 1077944384 68880 0 0 0 250572 25 0 0 20 0 17 0 109610427 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140339930533040 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14732] ppid=14726 vsize=10817488 memory=1411 CPUtime=1.91 cores=0,2,4,6
/proc/14729/task/14732/stat : 14732 (java) S 14726 14729 4674 0 -1 1077944384 2834 0 0 0 132 59 0 0 20 0 17 0 109610427 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140339872640016 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14733] ppid=14726 vsize=10817488 memory=3169068 CPUtime=1.92 cores=0,2,4,6
/proc/14729/task/14733/stat : 14733 (java) S 14726 14729 4674 0 -1 1077944384 2452 0 0 0 131 61 0 0 20 0 17 0 109610427 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140339871587472 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14734] ppid=14726 vsize=10817488 memory=11020 CPUtime=1.93 cores=0,2,4,6
/proc/14729/task/14734/stat : 14734 (java) S 14726 14729 4674 0 -1 1077944384 3140 0 0 0 134 59 0 0 20 0 17 0 109610427 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140339870534416 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14735] ppid=14726 vsize=10817488 memory=-8774313645642428999 CPUtime=1.91 cores=0,2,4,6
/proc/14729/task/14735/stat : 14735 (java) S 14726 14729 4674 0 -1 1077944384 3239 0 0 0 132 59 0 0 20 0 17 0 109610428 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140339869481872 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14736] ppid=14726 vsize=10817488 memory=2164 CPUtime=0.31 cores=0,2,4,6
/proc/14729/task/14736/stat : 14736 (java) S 14726 14729 4674 0 -1 1077944384 13196 0 0 0 28 3 0 0 20 0 17 0 109610429 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140338967021808 140339926301314 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14737] ppid=14726 vsize=10817488 memory=844 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14737/stat : 14737 (java) S 14726 14729 4674 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 109610429 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140338965968096 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14738] ppid=14726 vsize=10817488 memory=4148 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14738/stat : 14738 (java) S 14726 14729 4674 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 109610430 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140338964914944 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14739] ppid=14726 vsize=10817488 memory=53188 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14739/stat : 14739 (java) S 14726 14729 4674 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 17 0 109610432 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140338963863504 140339926308763 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14740] ppid=14726 vsize=10817488 memory=1296 CPUtime=2.12 cores=0,2,4,6
/proc/14729/task/14740/stat : 14740 (java) S 14726 14729 4674 0 -1 1077944384 12209 0 0 0 209 3 0 0 20 0 17 0 109610432 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140338962811632 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14741] ppid=14726 vsize=10817488 memory=3169068 CPUtime=2.17 cores=0,2,4,6
/proc/14729/task/14741/stat : 14741 (java) S 14726 14729 4674 0 -1 1077944384 15191 0 0 0 215 2 0 0 20 0 17 0 109610432 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140338961759088 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14742] ppid=14726 vsize=10817488 memory=3169068 CPUtime=0.39 cores=0,2,4,6
/proc/14729/task/14742/stat : 14742 (java) S 14726 14729 4674 0 -1 1077944384 5271 0 0 0 37 2 0 0 20 0 17 0 109610432 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140338960706032 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14743] ppid=14726 vsize=10817488 memory=3169068 CPUtime=0 cores=0,2,4,6
/proc/14729/task/14743/stat : 14743 (java) S 14726 14729 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109610432 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140338959653728 140339926300373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
[pid=14729/tid=14744] ppid=14726 vsize=10817488 memory=1728 CPUtime=1.51 cores=0,2,4,6
/proc/14729/task/14744/stat : 14744 (java) S 14726 14729 4674 0 -1 1077944384 2566 0 0 0 74 77 0 0 20 0 17 0 109610437 11077107712 792321 18446744073709551615 4194304 4196468 140732465806800 140338958600752 140339926301314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10809344 140732465811856 140732465812009 140732465812009 140732465815503 0
Current children cumulated CPU time: 2520.23 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3169284 KiB

Child status: 143
Real time (s): 2508.83
CPU time (s): 2520.26
CPU user time (s): 2516.9
CPU system time (s): 3.36811
CPU usage (%): 100.456
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3169284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.9
system time used= 3.36811
maximum resident set size= 3169684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131444
page faults= 0
swaps= 0
block input operations= 40
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56936
involuntary context switches= 9421


# summary of solver processes directly reported to runsolver:
#   pid: 14729
#   total CPU time (s): 2520.26
#   total CPU user time (s): 2516.9
#   total CPU system time (s): 3.36811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.408 second user time and 25.2165 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 12:30:05
IDJOB=4263042
IDBENCH=123120
IDSOLVER=2651
FILE ID=node134/4263042-1502621040
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai12a.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263042-1502621040/watcher-4263042-1502621040 -o /tmp/evaluation-result-4263042-1502621040/solver-4263042-1502621040 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263042-1502621040.xml

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

MD5SUM BENCH= 1740172f6b6c755c4ba85e14840c110b
RANDOM SEED=38956506

node134.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.43
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.43
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.43
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.43
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:        27111612 kB
MemAvailable:   27314684 kB
Buffers:          220808 kB
Cached:           275932 kB
SwapCached:            4 kB
Active:          4999912 kB
Inactive:         198432 kB
Active(anon):    4648812 kB
Inactive(anon):    94440 kB
Active(file):     351100 kB
Inactive(file):   103992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1600 kB
Writeback:             8 kB
AnonPages:       4700832 kB
Mapped:            68556 kB
Shmem:             41564 kB
Slab:             154060 kB
SReclaimable:     127628 kB
SUnreclaim:        26432 kB
KernelStack:        3600 kB
PageTables:        15148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6334768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4382720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 13:11:54