Trace number 4292103

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-11SAT (TO)12 2400.18 2392.81

General information on the benchmark

NameBacp/Bacp-m2/
Bacp-m2-07a_c18.xml
MD5SUMbfa1db9b032b05366fb57651f731455a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark115.296
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of constraints259
Number of domains4
Minimum domain size2
Maximum domain size11
Distribution of domain sizes[{"size":2,"count":196},{"size":6,"count":7},{"size":7,"count":28},{"size":11,"count":7}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":7},{"degree":2,"count":7},{"degree":4,"count":196},{"degree":7,"count":4},{"degree":8,"count":12},{"degree":9,"count":8},{"degree":10,"count":2},{"degree":11,"count":2}]
Minimum constraint arity2
Maximum constraint arity29
Distribution of constraint arities[{"arity":2,"count":217},{"arity":7,"count":28},{"arity":29,"count":14}]
Number of extensional constraints196
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":196},{"type":"intension","count":21},{"type":"sum","count":42}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

1.38/0.62	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.38/0.62	c This is free software under the dual EPL/GNU LGPL licenses.
1.38/0.62	c See www.sat4j.org for details.
1.38/0.62	c That software uses the Rhino library from the Mozilla project.
1.38/0.62	c version 2.3.6-SNAPSHOT
1.38/0.62	c java.runtime.name	Java(TM) SE Runtime Environment
1.38/0.62	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.38/0.62	c java.vm.version	25.131-b11
1.38/0.62	c java.vm.vendor	Oracle Corporation
1.38/0.62	c sun.arch.data.model	64
1.38/0.62	c java.version		1.8.0_131
1.38/0.62	c os.name		Linux
1.38/0.62	c os.version		3.10.0-514.16.1.el7.x86_64
1.38/0.62	c os.arch		amd64
1.38/0.62	c Free memory 		499604488
1.38/0.62	c Max memory 		7247757312
1.38/0.62	c Total memory 		504889344
1.38/0.62	c Number of processors 	4
1.38/0.62	c c --- Begin Solver configuration ---
1.38/0.62	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.38/0.62	c Learn all clauses as in MiniSAT
1.38/0.62	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.38/0.62	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.38/0.62	c No reason simplification
1.38/0.62	c Glucose 2.1 dynamic restart strategy
1.38/0.62	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
1.38/0.62	c timeout=2147483s
1.38/0.62	c DB Simplification allowed=false
1.38/0.62	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.38/0.62	c --- End Solver configuration ---
1.38/0.62	c constraints type 
1.38/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 476
1.38/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12894
1.38/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40598
1.38/0.62	c org.sat4j.minisat.constraints.cnf.UnitClause => 518
1.38/0.62	c 54486 constraints processed.
4.95/2.76	o 15
5.39/3.15	o 14
5.72/3.42	o 13
6.26/3.83	o 12
2400.16/2392.80	c starts		: 5463
2400.16/2392.80	c conflicts		: 2694066
2400.16/2392.80	c decisions		: 3990156
2400.16/2392.80	c propagations		: 3695649065
2400.16/2392.80	c inspects		: 29232779361
2400.16/2392.80	c shortcuts		: 0
2400.16/2392.80	c learnt literals	: 1192
2400.16/2392.80	c learnt binary clauses	: 1635
2400.16/2392.80	c learnt ternary clauses	: 3328
2400.16/2392.80	c learnt constraints	: 2692874
2400.16/2392.80	c ignored constraints	: 0
2400.16/2392.80	c root simplifications	: 0
2400.16/2392.80	c removed literals (reason simplification)	: 0
2400.16/2392.80	c reason swapping (by a shorter reason)	: 0
2400.16/2392.80	c Calls to reduceDB	: 70
2400.16/2392.80	c Number of update (reduction) of LBD	: 1218075
2400.16/2392.80	c Imported unit clauses	: 0
2400.16/2392.80	c number of reductions to clauses (during analyze)	: 0
2400.16/2392.80	c number of learned constraints concerned by reduction	: 0
2400.16/2392.80	c number of learning phase by resolution	: 0
2400.16/2392.80	c number of learning phase by cutting planes	: 0
2400.16/2392.80	c number of rounding to 1 operations	: 0
2400.16/2392.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.16/2392.80	c number of reductions of the coefficients by power 2 	: 0
2400.16/2392.80	c number of right shift for reduction by power 2 	: 0
2400.16/2392.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.16/2392.80	c number of ending skipping 	: 0
2400.16/2392.80	c number of internal skipping 	: 0
2400.16/2392.80	c number of derivation steps 	: 0
2400.16/2392.80	c number of skipped derivation steps 	: 0
2400.16/2392.80	c number of remaining unassigned 	: 0
2400.16/2392.80	c number of remaining assigned 	: 0
2400.16/2392.80	c speed (assignments/second)	: 1544888.8272528215
2400.16/2392.80	c non guided choices	: 51850
2400.16/2392.80	s SATISFIABLE
2400.16/2392.80	v <instantiation type="solution">
2400.16/2392.80	v 	<list> prd[0] prd[1] prd[2] prd[3] prd[4] prd[5] prd[6] prd[7] prd[8] prd[9] prd[10] prd[11] prd[12] prd[13] prd[14] prd[15] prd[16] prd[17] prd[18] prd[19] prd[20] prd[21] prd[22] prd[23] prd[24] prd[25] prd[26] prd[27] nco[0] nco[1] nco[2] nco[3] nco[4] nco[5] nco[6] ncr[0] ncr[1] ncr[2] ncr[3] ncr[4] ncr[5] ncr[6] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[0][4] pc[0][5] pc[0][6] pc[0][7] pc[0][8] pc[0][9] pc[0][10] pc[0][11] pc[0][12] pc[0][13] pc[0][14] pc[0][15] pc[0][16] pc[0][17] pc[0][18] pc[0][19] pc[0][20] pc[0][21] pc[0][22] pc[0][23] pc[0][24] pc[0][25] pc[0][26] pc[0][27] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[1][4] pc[1][5] pc[1][6] pc[1][7] pc[1][8] pc[1][9] pc[1][10] pc[1][11] pc[1][12] pc[1][13] pc[1][14] pc[1][15] pc[1][16] pc[1][17] pc[1][18] pc[1][19] pc[1][20] pc[1][21] pc[1][22] pc[1][23] pc[1][24] pc[1][25] pc[1][26] pc[1][27] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[2][4] pc[2][5] pc[2][6] pc[2][7] pc[2][8] pc[2][9] pc[2][10] pc[2][11] pc[2][12] pc[2][13] pc[2][14] pc[2][15] pc[2][16] pc[2][17] pc[2][18] pc[2][19] pc[2][20] pc[2][21] pc[2][22] pc[2][23] pc[2][24] pc[2][25] pc[2][26] pc[2][27] pc[3][0] pc[3][1] pc[3][2] pc[3][3] pc[3][4] pc[3][5] pc[3][6] pc[3][7] pc[3][8] pc[3][9] pc[3][10] pc[3][11] pc[3][12] pc[3][13] pc[3][14] pc[3][15] pc[3][16] pc[3][17] pc[3][18] pc[3][19] pc[3][20] pc[3][21] pc[3][22] pc[3][23] pc[3][24] pc[3][25] pc[3][26] pc[3][27] pc[4][0] pc[4][1] pc[4][2] pc[4][3] pc[4][4] pc[4][5] pc[4][6] pc[4][7] pc[4][8] pc[4][9] pc[4][10] pc[4][11] pc[4][12] pc[4][13] pc[4][14] pc[4][15] pc[4][16] pc[4][17] pc[4][18] pc[4][19] pc[4][20] pc[4][21] pc[4][22] pc[4][23] pc[4][24] pc[4][25] pc[4][26] pc[4][27] pc[5][0] pc[5][1] pc[5][2] pc[5][3] pc[5][4] pc[5][5] pc[5][6] pc[5][7] pc[5][8] pc[5][9] pc[5][10] pc[5][11] pc[5][12] pc[5][13] pc[5][14] pc[5][15] pc[5][16] pc[5][17] pc[5][18] pc[5][19] pc[5][20] pc[5][21] pc[5][22] pc[5][23] pc[5][24] pc[5][25] pc[5][26] pc[5][27] pc[6][0] pc[6][1] pc[6][2] pc[6][3] pc[6][4] pc[6][5] pc[6][6] pc[6][7] pc[6][8] pc[6][9] pc[6][10] pc[6][11] pc[6][12] pc[6][13] pc[6][14] pc[6][15] pc[6][16] pc[6][17] pc[6][18] pc[6][19] pc[6][20] pc[6][21] pc[6][22] pc[6][23] pc[6][24] pc[6][25] pc[6][26] pc[6][27] </list>
2400.16/2392.80	v 	<values> 3 6 6 2 6 6 2 5 6 5 5 3 2 4 3 3 1 4 0 1 1 4 3 1 4 0 0 0 4 4 3 5 4 3 5 12 10 12 12 12 12 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
2400.16/2392.80	v </instantiation>
2400.16/2392.80	

Verifier Data

OK	12

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292103-1532275407/watcher-4292103-1532275407 -o /tmp/evaluation-result-4292103-1532275407/solver-4292103-1532275407 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292103-1532275407.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=3011, runsolver pid=3008

[startup+0.100173 s]*
/proc/loadavg: 2.01 2.01 2.05 4/217 3026
/proc/meminfo: memFree=22854904/32770624 swapFree=67108860/67108860
[pid=3011] ppid=3008 vsize=10659012 memory=31524 CPUtime=0.12 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3008 3011 877 0 -1 1077944320 6424 0 0 0 10 2 0 0 20 0 15 0 45103925 10914828288 7881 33554432000 4194304 4196468 140729133630976 140729133613520 140343385399031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
/proc/3011/statm: 2664753 7881 2820 1 0 2627263 0
[pid=3011/tid=3013] ppid=3008 vsize=10659012 memory=-8485773889882985313 CPUtime=0.08 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3008 3011 877 0 -1 4202560 4269 0 0 0 7 1 0 0 20 0 15 0 45103925 10914828288 7881 33554432000 4194304 4196468 140729133630976 140343389603696 140343385420957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3014] ppid=3008 vsize=10659012 memory=5793855832698677689 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45103926 10914828288 7881 33554432000 4194304 4196468 140729133630976 140343311473424 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3015] ppid=3008 vsize=10659012 memory=140581688784512 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45103926 10914828288 7881 33554432000 4194304 4196468 140729133630976 140343310420880 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3016] ppid=3008 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45103926 10914828288 7881 33554432000 4194304 4196468 140729133630976 140343309368336 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3017] ppid=3008 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3008 3011 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45103926 10914828288 7881 33554432000 4194304 4196468 140729133630976 140343308315792 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3018] ppid=3008 vsize=10659012 memory=140581688784512 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3008 3011 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45103928 10914828288 7881 33554432000 4194304 4196468 140729133630976 140342488680432 140343385410178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3019] ppid=3008 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3008 3011 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45103928 10914828288 7881 33554432000 4194304 4196468 140729133630976 140342487626656 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3020] ppid=3008 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3008 3011 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45103928 10914828288 7881 33554432000 4194304 4196468 140729133630976 140342284248048 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3021] ppid=3008 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45103931 10914828288 7881 33554432000 4194304 4196468 140729133630976 140342283196624 140343385417627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3022] ppid=3008 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3008 3011 877 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 45103931 10914828288 7881 33554432000 4194304 4196468 140729133630976 140342282144240 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3023] ppid=3008 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) R 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45103931 10914828288 7881 33554432000 4194304 4196468 140729133630976 140342281091696 140343385410178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3024] ppid=3008 vsize=10659012 memory=140581688784512 CPUtime=0.02 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) R 3008 3011 877 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 45103931 10914828288 7881 33554432000 4194304 4196468 140729133630976 140342280039152 140343364275956 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3025] ppid=3008 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45103931 10914828288 7881 33554432000 4194304 4196468 140729133630976 140342278986848 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3026] ppid=3008 vsize=10659012 memory=140581688784512 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3026/stat : 3026 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45103931 10914828288 7881 33554432000 4194304 4196468 140729133630976 140342277933360 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31524 KiB

[startup+0.210721 s]*
/proc/loadavg: 2.01 2.01 2.05 4/217 3026
/proc/meminfo: memFree=22843252/32770624 swapFree=67108860/67108860
[pid=3011] ppid=3008 vsize=10659012 memory=42248 CPUtime=0.32 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3008 3011 877 0 -1 1077944320 7660 0 0 0 30 2 0 0 20 0 15 0 45103925 10914828288 10562 33554432000 4194304 4196468 140729133630976 140729133613520 140343385399031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
/proc/3011/statm: 2664753 10562 3007 1 0 2627263 0
[pid=3011/tid=3013] ppid=3008 vsize=10659012 memory=-3103912127665269909 CPUtime=0.2 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3008 3011 877 0 -1 4202560 4608 0 0 0 18 2 0 0 20 0 15 0 45103925 10914828288 10562 33554432000 4194304 4196468 140729133630976 140343389634576 140343369442661 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3014] ppid=3008 vsize=10659012 memory=4211974307893575050 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45103926 10914828288 10562 33554432000 4194304 4196468 140729133630976 140343311473424 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3015] ppid=3008 vsize=10659012 memory=140581688784512 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45103926 10914828288 10562 33554432000 4194304 4196468 140729133630976 140343310420880 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3016] ppid=3008 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45103926 10914828288 10562 33554432000 4194304 4196468 140729133630976 140343309368336 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3017] ppid=3008 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3008 3011 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45103926 10914828288 10562 33554432000 4194304 4196468 140729133630976 140343308315792 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3018] ppid=3008 vsize=10659012 memory=140581688784512 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3008 3011 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45103928 10914828288 10562 33554432000 4194304 4196468 140729133630976 140342488680432 140343385410178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3019] ppid=3008 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3008 3011 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45103928 10914828288 10562 33554432000 4194304 4196468 140729133630976 140342487626656 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3020] ppid=3008 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3008 3011 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45103928 10914828288 10562 33554432000 4194304 4196468 140729133630976 140342284248048 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3021] ppid=3008 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45103931 10914828288 10562 33554432000 4194304 4196468 140729133630976 140342283196624 140343385417627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3022] ppid=3008 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3008 3011 877 0 -1 1077944384 757 0 0 0 2 0 0 0 20 0 15 0 45103931 10914828288 10562 33554432000 4194304 4196468 140729133630976 140342282144240 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3023] ppid=3008 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3008 3011 877 0 -1 1077944384 240 0 0 0 2 0 0 0 20 0 15 0 45103931 10914828288 10562 33554432000 4194304 4196468 140729133630976 140342281091696 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3024] ppid=3008 vsize=10659012 memory=140581688784512 CPUtime=0.07 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) R 3008 3011 877 0 -1 4202560 692 0 0 0 7 0 0 0 20 0 15 0 45103931 10914828288 10562 33554432000 4194304 4196468 140729133630976 140342280039152 140343377636158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3025] ppid=3008 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45103931 10914828288 10562 33554432000 4194304 4196468 140729133630976 140342278986848 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3026] ppid=3008 vsize=10659012 memory=140581688784512 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3026/stat : 3026 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45103931 10914828288 10562 33554432000 4194304 4196468 140729133630976 140342277933360 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42248 KiB

[startup+0.313742 s]*
/proc/loadavg: 2.01 2.01 2.05 4/217 3026
/proc/meminfo: memFree=22836660/32770624 swapFree=67108860/67108860
[pid=3011] ppid=3008 vsize=10659088 memory=47644 CPUtime=0.54 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3008 3011 877 0 -1 1077944320 8485 0 0 0 51 3 0 0 20 0 15 0 45103925 10914906112 11911 33554432000 4194304 4196468 140729133630976 140729133613520 140343385399031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
/proc/3011/statm: 2664772 11911 3061 1 0 2627263 0
[pid=3011/tid=3013] ppid=3008 vsize=10659088 memory=-3103912127665269909 CPUtime=0.3 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3008 3011 877 0 -1 4202560 5166 0 0 0 28 2 0 0 20 0 15 0 45103925 10914906112 11911 33554432000 4194304 4196468 140729133630976 140343389635104 140343385410966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3014] ppid=3008 vsize=10659088 memory=4211974307893575050 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45103926 10914906112 11911 33554432000 4194304 4196468 140729133630976 140343311473424 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3015] ppid=3008 vsize=10659088 memory=140581688786423 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45103926 10914906112 11911 33554432000 4194304 4196468 140729133630976 140343310420880 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3016] ppid=3008 vsize=10659088 memory=140581527466659 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45103926 10914906112 11911 33554432000 4194304 4196468 140729133630976 140343309368336 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3017] ppid=3008 vsize=10659088 memory=140581527473647 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3008 3011 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45103926 10914906112 11911 33554432000 4194304 4196468 140729133630976 140343308315792 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3018] ppid=3008 vsize=10659088 memory=140581688786848 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3008 3011 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45103928 10914906112 11911 33554432000 4194304 4196468 140729133630976 140342488680432 140343385410178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3019] ppid=3008 vsize=10659088 memory=140581527482863 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3008 3011 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45103928 10914906112 11911 33554432000 4194304 4196468 140729133630976 140342487626656 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3020] ppid=3008 vsize=10659088 memory=281163054956496 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3008 3011 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45103928 10914906112 11911 33554432000 4194304 4196468 140729133630976 140342284248048 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3021] ppid=3008 vsize=10659088 memory=281163054954160 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45103931 10914906112 11911 33554432000 4194304 4196468 140729133630976 140342283196624 140343385417627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3022] ppid=3008 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3008 3011 877 0 -1 1077944384 812 0 0 0 5 0 0 0 20 0 15 0 45103931 10914906112 11911 33554432000 4194304 4196468 140729133630976 140342282144240 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3023] ppid=3008 vsize=10659088 memory=2240 CPUtime=0.05 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3008 3011 877 0 -1 1077944384 364 0 0 0 5 0 0 0 20 0 15 0 45103931 10914906112 11911 33554432000 4194304 4196468 140729133630976 140342281091696 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3024] ppid=3008 vsize=10659088 memory=140581688784512 CPUtime=0.13 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) R 3008 3011 877 0 -1 4202560 778 0 0 0 13 0 0 0 20 0 15 0 45103931 10914906112 11911 33554432000 4194304 4196468 140729133630976 140342280039152 140343385410966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3025] ppid=3008 vsize=10659088 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45103931 10914906112 11911 33554432000 4194304 4196468 140729133630976 140342278986848 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3026] ppid=3008 vsize=10659088 memory=140581688784512 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3026/stat : 3026 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45103931 10914906112 11911 33554432000 4194304 4196468 140729133630976 140342277933360 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47644 KiB

[startup+0.701441 s]
/proc/loadavg: 2.01 2.01 2.05 6/217 3026
/proc/meminfo: memFree=22810856/32770624 swapFree=67108860/67108860
[pid=3011] ppid=3008 vsize=10727700 memory=115108 CPUtime=1.69 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3008 3011 877 0 -1 1077944320 13276 0 0 0 165 4 0 0 20 0 16 0 45103925 10985164800 28777 33554432000 4194304 4196468 140729133630976 140729133613520 140343385399031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
/proc/3011/statm: 2681925 28777 3114 1 0 2644416 0
[pid=3011/tid=3013] ppid=3008 vsize=10727700 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3008 3011 877 0 -1 4202560 5625 0 0 0 64 3 0 0 20 0 16 0 45103925 10985164800 28777 33554432000 4194304 4196468 140729133630976 140343389637408 140342976230204 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3014] ppid=3008 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45103926 10985164800 28777 33554432000 4194304 4196468 140729133630976 140343311473424 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3015] ppid=3008 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45103926 10985164800 28777 33554432000 4194304 4196468 140729133630976 140343310420880 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3016] ppid=3008 vsize=10727700 memory=153543738662697 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45103926 10985164800 28777 33554432000 4194304 4196468 140729133630976 140343309368336 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3017] ppid=3008 vsize=10727700 memory=14611 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3008 3011 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 45103926 10985164800 28777 33554432000 4194304 4196468 140729133630976 140343308315792 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3018] ppid=3008 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3008 3011 877 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 45103928 10985164800 28777 33554432000 4194304 4196468 140729133630976 140342488680432 140343385410178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3019] ppid=3008 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3008 3011 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 45103928 10985164800 28777 33554432000 4194304 4196468 140729133630976 140342487626656 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3020] ppid=3008 vsize=10727700 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3008 3011 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 45103928 10985164800 28777 33554432000 4194304 4196468 140729133630976 140342284248048 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3021] ppid=3008 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45103931 10985164800 28777 33554432000 4194304 4196468 140729133630976 140342283196624 140343385417627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3022] ppid=3008 vsize=10727700 memory=9051841164840960173 CPUtime=0.32 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) R 3008 3011 877 0 -1 4202560 2948 0 0 0 32 0 0 0 20 0 16 0 45103931 10985164800 28777 33554432000 4194304 4196468 140729133630976 140342282125256 140343368895811 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3023] ppid=3008 vsize=10727700 memory=6943526294502006880 CPUtime=0.32 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) R 3008 3011 877 0 -1 4202560 1399 0 0 0 32 0 0 0 20 0 16 0 45103931 10985164800 28777 33554432000 4194304 4196468 140729133630976 140342281078544 140343366920422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3024] ppid=3008 vsize=10727700 memory=6944656592455360604 CPUtime=0.35 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) S 3008 3011 877 0 -1 1077944384 1911 0 0 0 35 0 0 0 20 0 16 0 45103931 10985164800 28777 33554432000 4194304 4196468 140729133630976 140342280039152 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3025] ppid=3008 vsize=10727700 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45103931 10985164800 28777 33554432000 4194304 4196468 140729133630976 140342278986848 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3026] ppid=3008 vsize=10727700 memory=-7357787915995474596 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3026/stat : 3026 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45103931 10985164800 28777 33554432000 4194304 4196468 140729133630976 140342277933360 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 115108 KiB

[startup+1.50085 s]
/proc/loadavg: 2.09 2.03 2.05 5/218 3027
/proc/meminfo: memFree=22751804/32770624 swapFree=67108860/67108860
[pid=3011] ppid=3008 vsize=10727700 memory=132408 CPUtime=3.39 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3008 3011 877 0 -1 1077944320 25610 0 0 0 334 5 0 0 20 0 16 0 45103925 10985164800 33102 33554432000 4194304 4196468 140729133630976 140729133613520 140343385399031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
/proc/3011/statm: 2681925 33102 3123 1 0 2644416 0
[pid=3011/tid=3013] ppid=3008 vsize=10727700 memory=615 CPUtime=1.47 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3008 3011 877 0 -1 4202560 5677 0 0 0 144 3 0 0 20 0 16 0 45103925 10985164800 33102 33554432000 4194304 4196468 140729133630976 140343389635512 140342976253952 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3014] ppid=3008 vsize=10727700 memory=55 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45103926 10985164800 33102 33554432000 4194304 4196468 140729133630976 140343311473424 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3015] ppid=3008 vsize=10727700 memory=12898 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45103926 10985164800 33102 33554432000 4194304 4196468 140729133630976 140343310420880 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3016] ppid=3008 vsize=10727700 memory=20681 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3008 3011 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45103926 10985164800 33102 33554432000 4194304 4196468 140729133630976 140343309368336 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3017] ppid=3008 vsize=10727700 memory=121748 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3008 3011 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 45103926 10985164800 33102 33554432000 4194304 4196468 140729133630976 140343308315792 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3018] ppid=3008 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3008 3011 877 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 45103928 10985164800 33102 33554432000 4194304 4196468 140729133630976 140342488680432 140343385410178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0

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

/proc/3011/task/3016/stat : 3016 (java) S 3008 3011 877 0 -1 1077944384 5829 0 0 0 82 18 0 0 20 0 16 0 45103926 10985164800 147847 33554432000 4194304 4196468 140729133630976 140343309368336 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3017] ppid=3008 vsize=10727700 memory=591388 CPUtime=1 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3008 3011 877 0 -1 1077944384 5504 0 0 0 82 18 0 0 20 0 16 0 45103926 10985164800 147847 33554432000 4194304 4196468 140729133630976 140343308315792 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3018] ppid=3008 vsize=10727700 memory=591388 CPUtime=0.15 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3008 3011 877 0 -1 1077944384 13112 0 0 0 10 5 0 0 20 0 16 0 45103928 10985164800 147847 33554432000 4194304 4196468 140729133630976 140342488680432 140343385410178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3019] ppid=3008 vsize=10727700 memory=591388 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3008 3011 877 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 45103928 10985164800 147847 33554432000 4194304 4196468 140729133630976 140342487626656 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3020] ppid=3008 vsize=10727700 memory=591388 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3008 3011 877 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 45103928 10985164800 147847 33554432000 4194304 4196468 140729133630976 140342284248048 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3021] ppid=3008 vsize=10727700 memory=591388 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45103931 10985164800 147847 33554432000 4194304 4196468 140729133630976 140342283196624 140343385417627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3022] ppid=3008 vsize=10727700 memory=591388 CPUtime=1.23 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3008 3011 877 0 -1 1077944384 16976 0 0 0 122 1 0 0 20 0 16 0 45103931 10985164800 147847 33554432000 4194304 4196468 140729133630976 140342282144240 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3023] ppid=3008 vsize=10727700 memory=591388 CPUtime=1.12 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3008 3011 877 0 -1 1077944384 6615 0 0 0 111 1 0 0 20 0 16 0 45103931 10985164800 147847 33554432000 4194304 4196468 140729133630976 140342281091696 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3024] ppid=3008 vsize=10727700 memory=3248 CPUtime=0.43 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) S 3008 3011 877 0 -1 1077944384 4442 0 0 0 42 1 0 0 20 0 16 0 45103931 10985164800 147847 33554432000 4194304 4196468 140729133630976 140342280039152 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3025] ppid=3008 vsize=10727700 memory=637216 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45103931 10985164800 147847 33554432000 4194304 4196468 140729133630976 140342278986848 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3026] ppid=3008 vsize=10727700 memory=1696 CPUtime=1.45 cores=0,2,4,6
/proc/3011/task/3026/stat : 3026 (java) S 3008 3011 877 0 -1 1077944384 1713 0 0 0 71 74 0 0 20 0 16 0 45103931 10985164800 147847 33554432000 4194304 4196468 140729133630976 140342277933360 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3027] ppid=3008 vsize=10727700 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3027/stat : 3027 (java) S 3008 3011 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 45103988 10985164800 147847 33554432000 4194304 4196468 140729133630976 140342274782000 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
Current children cumulated CPU time: 2329.59 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 591388 KiB

[startup+2382.3 s]
/proc/loadavg: 1.92 1.96 2.02 3/217 3180
/proc/meminfo: memFree=22332468/32770624 swapFree=67108860/67108860
[pid=3011] ppid=3008 vsize=10727700 memory=582664 CPUtime=2389.69 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3008 3011 877 0 -1 1077944320 85950 0 0 0 238824 145 0 0 20 0 16 0 45103925 10985164800 145666 33554432000 4194304 4196468 140729133630976 140729133613520 140343385399031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
/proc/3011/statm: 2681925 145666 3179 1 0 2644416 0
[pid=3011/tid=3013] ppid=3008 vsize=10727700 memory=582664 CPUtime=2381.09 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3008 3011 877 0 -1 4202560 18688 0 0 0 238104 5 0 0 20 0 16 0 45103925 10985164800 145666 33554432000 4194304 4196468 140729133630976 140343389638016 140342976325873 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3014] ppid=3008 vsize=10727700 memory=582664 CPUtime=1.02 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3008 3011 877 0 -1 1077944384 7312 0 0 0 85 17 0 0 20 0 16 0 45103926 10985164800 145666 33554432000 4194304 4196468 140729133630976 140343311473424 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3015] ppid=3008 vsize=10727700 memory=582664 CPUtime=1.02 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3008 3011 877 0 -1 1077944384 3862 0 0 0 84 18 0 0 20 0 16 0 45103926 10985164800 145666 33554432000 4194304 4196468 140729133630976 140343310420880 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3016] ppid=3008 vsize=10727700 memory=582664 CPUtime=1.02 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3008 3011 877 0 -1 1077944384 5838 0 0 0 84 18 0 0 20 0 16 0 45103926 10985164800 145666 33554432000 4194304 4196468 140729133630976 140343309368336 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3017] ppid=3008 vsize=10727700 memory=582664 CPUtime=1.02 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3008 3011 877 0 -1 1077944384 5636 0 0 0 84 18 0 0 20 0 16 0 45103926 10985164800 145666 33554432000 4194304 4196468 140729133630976 140343308315792 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3018] ppid=3008 vsize=10727700 memory=593952 CPUtime=0.15 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3008 3011 877 0 -1 1077944384 13266 0 0 0 10 5 0 0 20 0 16 0 45103928 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342488680432 140343385410178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3019] ppid=3008 vsize=10727700 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3008 3011 877 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 45103928 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342487626656 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3020] ppid=3008 vsize=10727700 memory=15244 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3008 3011 877 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 45103928 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342284248048 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3021] ppid=3008 vsize=10727700 memory=582664 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45103931 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342283196624 140343385417627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3022] ppid=3008 vsize=10727700 memory=582664 CPUtime=1.23 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3008 3011 877 0 -1 1077944384 17102 0 0 0 122 1 0 0 20 0 16 0 45103931 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342282144240 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3023] ppid=3008 vsize=10727700 memory=4140 CPUtime=1.12 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3008 3011 877 0 -1 1077944384 6618 0 0 0 111 1 0 0 20 0 16 0 45103931 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342281091696 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3024] ppid=3008 vsize=10727700 memory=15244 CPUtime=0.44 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) S 3008 3011 877 0 -1 1077944384 4444 0 0 0 43 1 0 0 20 0 16 0 45103931 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342280039152 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3025] ppid=3008 vsize=10727700 memory=582664 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45103931 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342278986848 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3026] ppid=3008 vsize=10727700 memory=4140 CPUtime=1.49 cores=0,2,4,6
/proc/3011/task/3026/stat : 3026 (java) S 3008 3011 877 0 -1 1077944384 1745 0 0 0 73 76 0 0 20 0 16 0 45103931 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342277933360 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3027] ppid=3008 vsize=10727700 memory=644 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3027/stat : 3027 (java) S 3008 3011 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 45103988 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342274782000 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
Current children cumulated CPU time: 2389.69 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 582664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.6 s]
/proc/loadavg: 1.93 1.96 2.02 3/217 3181
/proc/meminfo: memFree=22351488/32770624 swapFree=67108860/67108860
[pid=3011] ppid=3008 vsize=10727700 memory=582664 CPUtime=2400 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3008 3011 877 0 -1 1077944320 86115 0 0 0 239855 145 0 0 20 0 16 0 45103925 10985164800 145666 33554432000 4194304 4196468 140729133630976 140729133613520 140343385399031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
/proc/3011/statm: 2681925 145666 3179 1 0 2644416 0
[pid=3011/tid=3013] ppid=3008 vsize=10727700 memory=15872 CPUtime=2391.39 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3008 3011 877 0 -1 4202560 18814 0 0 0 239134 5 0 0 20 0 16 0 45103925 10985164800 145666 33554432000 4194304 4196468 140729133630976 140343389638016 140342976301248 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3014] ppid=3008 vsize=10727700 memory=1696 CPUtime=1.02 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3008 3011 877 0 -1 1077944384 7312 0 0 0 85 17 0 0 20 0 16 0 45103926 10985164800 145666 33554432000 4194304 4196468 140729133630976 140343311473424 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3015] ppid=3008 vsize=10727700 memory=4012 CPUtime=1.02 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3008 3011 877 0 -1 1077944384 3862 0 0 0 84 18 0 0 20 0 16 0 45103926 10985164800 145666 33554432000 4194304 4196468 140729133630976 140343310420880 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3016] ppid=3008 vsize=10727700 memory=9356 CPUtime=1.02 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3008 3011 877 0 -1 1077944384 5838 0 0 0 84 18 0 0 20 0 16 0 45103926 10985164800 145666 33554432000 4194304 4196468 140729133630976 140343309368336 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3017] ppid=3008 vsize=10727700 memory=18484 CPUtime=1.02 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3008 3011 877 0 -1 1077944384 5636 0 0 0 84 18 0 0 20 0 16 0 45103926 10985164800 145666 33554432000 4194304 4196468 140729133630976 140343308315792 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3018] ppid=3008 vsize=10727700 memory=916 CPUtime=0.15 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3008 3011 877 0 -1 1077944384 13270 0 0 0 10 5 0 0 20 0 16 0 45103928 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342488680432 140343385410178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3019] ppid=3008 vsize=10727700 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3008 3011 877 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 45103928 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342487626656 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3020] ppid=3008 vsize=10727700 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3008 3011 877 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 45103928 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342284248048 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3021] ppid=3008 vsize=10727700 memory=14695192770905787 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45103931 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342283196624 140343385417627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3022] ppid=3008 vsize=10727700 memory=11960 CPUtime=1.23 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3008 3011 877 0 -1 1077944384 17107 0 0 0 122 1 0 0 20 0 16 0 45103931 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342282144240 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3023] ppid=3008 vsize=10727700 memory=1008 CPUtime=1.12 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3008 3011 877 0 -1 1077944384 6620 0 0 0 111 1 0 0 20 0 16 0 45103931 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342281091696 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3024] ppid=3008 vsize=10727700 memory=792 CPUtime=0.44 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) S 3008 3011 877 0 -1 1077944384 4445 0 0 0 43 1 0 0 20 0 16 0 45103931 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342280039152 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3025] ppid=3008 vsize=10727700 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45103931 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342278986848 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3026] ppid=3008 vsize=10727700 memory=1952 CPUtime=1.51 cores=0,2,4,6
/proc/3011/task/3026/stat : 3026 (java) S 3008 3011 877 0 -1 1077944384 1772 0 0 0 74 77 0 0 20 0 16 0 45103931 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342277933360 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3027] ppid=3008 vsize=10727700 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3027/stat : 3027 (java) S 3008 3011 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 45103988 10985164800 145666 33554432000 4194304 4196468 140729133630976 140342274782000 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 582664 KiB

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

[startup+2392.81 s]
# the end of solver process 3011 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.72 s, system=1.46028 s

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

[startup+2392.8 s]
/proc/loadavg: 1.93 1.96 2.02 3/217 3181
/proc/meminfo: memFree=22351488/32770624 swapFree=67108860/67108860
[pid=3011] ppid=3008 vsize=10927392 memory=582940 CPUtime=2400.16 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3008 3011 877 0 -1 1077944320 86686 0 0 0 239871 145 0 0 20 0 17 0 45103925 11189649408 145735 33554432000 4194304 4196468 140729133630976 140729133613520 140343385399031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
/proc/3011/statm: 2731848 145735 3182 1 0 2694339 0
[pid=3011/tid=3013] ppid=3008 vsize=10927392 memory=2588 CPUtime=2391.52 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) S 3008 3011 877 0 -1 1077944384 18905 0 0 0 239147 5 0 0 20 0 17 0 45103925 11189649408 145735 33554432000 4194304 4196468 140729133630976 140343389641904 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3014] ppid=3008 vsize=10927392 memory=8112282956445269571 CPUtime=1.02 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3008 3011 877 0 -1 1077944384 7312 0 0 0 85 17 0 0 20 0 17 0 45103926 11189649408 145735 33554432000 4194304 4196468 140729133630976 140343311473424 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3015] ppid=3008 vsize=10927392 memory=1696 CPUtime=1.02 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3008 3011 877 0 -1 1077944384 3862 0 0 0 84 18 0 0 20 0 17 0 45103926 11189649408 145735 33554432000 4194304 4196468 140729133630976 140343310420880 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3016] ppid=3008 vsize=10927392 memory=4012 CPUtime=1.02 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3008 3011 877 0 -1 1077944384 5838 0 0 0 84 18 0 0 20 0 17 0 45103926 11189649408 145735 33554432000 4194304 4196468 140729133630976 140343309368336 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3017] ppid=3008 vsize=10927392 memory=9356 CPUtime=1.02 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3008 3011 877 0 -1 1077944384 5636 0 0 0 84 18 0 0 20 0 17 0 45103926 11189649408 145735 33554432000 4194304 4196468 140729133630976 140343308315792 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3018] ppid=3008 vsize=10927392 memory=18484 CPUtime=0.15 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3008 3011 877 0 -1 1077944384 13270 0 0 0 10 5 0 0 20 0 17 0 45103928 11189649408 145735 33554432000 4194304 4196468 140729133630976 140342488680432 140343385410178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3019] ppid=3008 vsize=10927392 memory=582664 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3008 3011 877 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 45103928 11189649408 145735 33554432000 4194304 4196468 140729133630976 140342487626656 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3020] ppid=3008 vsize=10927392 memory=582664 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3008 3011 877 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 45103928 11189649408 145735 33554432000 4194304 4196468 140729133630976 140342284248048 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3021] ppid=3008 vsize=10927392 memory=15244 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3008 3011 877 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 17 0 45103931 11189649408 145735 33554432000 4194304 4196468 140729133630976 140342283196624 140343385417627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3022] ppid=3008 vsize=10927392 memory=1296 CPUtime=1.23 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3008 3011 877 0 -1 1077944384 17120 0 0 0 122 1 0 0 20 0 17 0 45103931 11189649408 145735 33554432000 4194304 4196468 140729133630976 140342282144240 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3023] ppid=3008 vsize=10927392 memory=2412 CPUtime=1.14 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3008 3011 877 0 -1 1077944384 6693 0 0 0 113 1 0 0 20 0 17 0 45103931 11189649408 145735 33554432000 4194304 4196468 140729133630976 140342281091696 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3024] ppid=3008 vsize=10927392 memory=1724 CPUtime=0.44 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) S 3008 3011 877 0 -1 1077944384 4575 0 0 0 43 1 0 0 20 0 17 0 45103931 11189649408 145735 33554432000 4194304 4196468 140729133630976 140342280039152 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3025] ppid=3008 vsize=10927392 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3008 3011 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 45103931 11189649408 145735 33554432000 4194304 4196468 140729133630976 140342278986848 140343385409237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
[pid=3011/tid=3026] ppid=3008 vsize=10927392 memory=288230621803970871 CPUtime=1.51 cores=0,2,4,6
/proc/3011/task/3026/stat : 3026 (java) S 3008 3011 877 0 -1 1077944384 1772 0 0 0 74 77 0 0 20 0 17 0 45103931 11189649408 145735 33554432000 4194304 4196468 140729133630976 140342277933360 140343385410178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 30871552 140729133634673 140729133634825 140729133634825 140729133637583 0
Current children cumulated CPU time: 2400.16 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 582940 KiB

Child status: 143
Real time (s): 2392.81
CPU time (s): 2400.18
CPU user time (s): 2398.72
CPU system time (s): 1.46028
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 811856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.72
system time used= 1.46028
maximum resident set size= 811968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86907
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54906
involuntary context switches= 2119


# summary of solver processes directly reported to runsolver:
#   pid: 3011
#   total CPU time (s): 2400.18
#   total CPU user time (s): 2398.72
#   total CPU system time (s): 1.46028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.7994 second user time and 16.8277 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 18:03:27
IDJOB=4292103
IDBENCH=141671
IDSOLVER=2742
FILE ID=node103/4292103-1532275407
RUNJOBID= node103-1532257777-913
PBS_JOBID= 21018960
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Bacp/Bacp-m2/Bacp-m2-07a_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292103-1532275407/watcher-4292103-1532275407 -o /tmp/evaluation-result-4292103-1532275407/solver-4292103-1532275407 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292103-1532275407.xml

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

MD5SUM BENCH= bfa1db9b032b05366fb57651f731455a
RANDOM SEED=1019249

node103.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.48
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.48
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.48
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.48
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:        22871164 kB
MemAvailable:   31282288 kB
Buffers:          238124 kB
Cached:          8376124 kB
SwapCached:            0 kB
Active:          2049324 kB
Inactive:        7276172 kB
Active(anon):     713576 kB
Inactive(anon):    16976 kB
Active(file):    1335748 kB
Inactive(file):  7259196 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2372 kB
Writeback:             0 kB
AnonPages:        803352 kB
Mapped:            47456 kB
Shmem:             17036 kB
Slab:             272144 kB
SReclaimable:     244640 kB
SUnreclaim:        27504 kB
KernelStack:        3856 kB
PageTables:         6208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1562180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    679936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 18:43:20