Trace number 4263029

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)6301 2520.1201 2501.9199

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr15c.xml
MD5SUMce755c39cb9d6ddef8bea85f09074509
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4752
Best CPU time to get the best result obtained on this benchmark4.6212301
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints15
Number of domains2
Minimum domain size15
Maximum domain size64
Distribution of domain sizes[{"size":15,"count":15},{"size":64,"count":14}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":211},{"degree":2,"count":16},{"degree":3,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":14},{"arity":15,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"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

1.74/0.76	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.74/0.76	c This is free software under the dual EPL/GNU LGPL licenses.
1.74/0.76	c See www.sat4j.org for details.
1.74/0.76	c That software uses the Rhino library from the Mozilla project.
1.74/0.76	c version CUSTOM.v20170705
1.74/0.76	c java.runtime.name	Java(TM) SE Runtime Environment
1.74/0.76	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.74/0.76	c java.vm.version	25.131-b11
1.74/0.76	c java.vm.vendor	Oracle Corporation
1.74/0.76	c sun.arch.data.model	64
1.74/0.76	c java.version		1.8.0_131
1.74/0.76	c os.name		Linux
1.74/0.76	c os.version		3.10.0-514.16.1.el7.x86_64
1.74/0.76	c os.arch		amd64
1.74/0.76	c Free memory 		499604488
1.74/0.76	c Max memory 		7247757312
1.74/0.76	c Total memory 		504889344
1.74/0.76	c Number of processors 	4
1.74/0.76	c c --- Begin Solver configuration ---
1.74/0.76	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.74/0.76	c Learn all clauses as in MiniSAT
1.74/0.76	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.74/0.76	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.74/0.76	c No reason simplification
1.74/0.76	c Glucose 2.1 dynamic restart strategy
1.74/0.76	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.74/0.76	c timeout=2147483s
1.74/0.76	c DB Simplification allowed=false
1.74/0.76	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.74/0.76	c --- End Solver configuration ---
1.74/0.76	c constraints type 
1.74/0.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 58
1.74/0.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 277935
1.74/0.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35224
1.74/0.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 28
1.74/0.76	c 313245 constraints processed.
3.29/1.28	o 34281
5.66/2.99	o 26029
6.87/3.75	o 23896
10.24/6.63	o 23427
14.54/10.86	o 22994
14.90/11.19	o 20694
20.98/16.98	o 16400
24.41/20.33	o 16224
44.75/40.61	o 15668
63.32/58.98	o 15416
72.92/68.51	o 13482
73.22/68.82	o 11111
134.69/129.81	o 9363
216.31/210.99	o 9243
804.37/794.68	o 7613
1523.86/1511.27	o 7490
1609.00/1596.23	o 6301
2520.10/2501.90	c starts		: 16157
2520.10/2501.90	c conflicts		: 5681089
2520.10/2501.90	c decisions		: 39418592
2520.10/2501.90	c propagations		: 4343309245
2520.10/2501.90	c inspects		: 22914394783
2520.10/2501.90	c shortcuts		: 0
2520.10/2501.90	c learnt literals	: 18
2520.10/2501.90	c learnt binary clauses	: 1912
2520.10/2501.90	c learnt ternary clauses	: 3397
2520.10/2501.90	c learnt constraints	: 5681071
2520.10/2501.90	c ignored constraints	: 0
2520.10/2501.90	c root simplifications	: 0
2520.10/2501.90	c removed literals (reason simplification)	: 0
2520.10/2501.90	c reason swapping (by a shorter reason)	: 0
2520.10/2501.90	c Calls to reduceDB	: 248
2520.10/2501.90	c Number of update (reduction) of LBD	: 3734224
2520.10/2501.90	c Imported unit clauses	: 0
2520.10/2501.90	c number of reductions to clauses (during analyze)	: 0
2520.10/2501.90	c number of learned constraints concerned by reduction	: 0
2520.10/2501.90	c number of learning phase by resolution	: 0
2520.10/2501.90	c number of learning phase by cutting planes	: 0
2520.10/2501.90	c number of rounding to 1 operations	: 0
2520.10/2501.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.10/2501.90	c number of reductions of the coefficients by power 2 	: 0
2520.10/2501.90	c number of right shift for reduction by power 2 	: 0
2520.10/2501.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.10/2501.90	c speed (assignments/second)	: 1736540.8653778876
2520.10/2501.90	c non guided choices	1141364
2520.10/2501.90	c learnt constraints type 
2520.10/2501.90	s SATISFIABLE
2520.10/2501.91	v <instantiation type="solution">
2520.10/2501.91	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] x[12] x[13] x[14] 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[0][12] d[0][13] d[0][14] 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[1][12] d[1][13] d[1][14] 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[2][12] d[2][13] d[2][14] 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[3][12] d[3][13] d[3][14] 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[4][12] d[4][13] d[4][14] 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[5][12] d[5][13] d[5][14] 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[6][12] d[6][13] d[6][14] 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[7][12] d[7][13] d[7][14] 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[8][12] d[8][13] d[8][14] 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[9][12] d[9][13] d[9][14] 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[10][12] d[10][13] d[10][14] 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] d[11][12] d[11][13] d[11][14] d[12][0] d[12][1] d[12][2] d[12][3] d[12][4] d[12][5] d[12][6] d[12][7] d[12][8] d[12][9] d[12][10] d[12][11] d[12][12] d[12][13] d[12][14] d[13][0] d[13][1] d[13][2] d[13][3] d[13][4] d[13][5] d[13][6] d[13][7] d[13][8] d[13][9] d[13][10] d[13][11] d[13][12] d[13][13] d[13][14] d[14][0] d[14][1] d[14][2] d[14][3] d[14][4] d[14][5] d[14][6] d[14][7] d[14][8] d[14][9] d[14][10] d[14][11] d[14][12] d[14][13] d[14][14] </list>
2520.10/2501.91	v 	<values> 0 3 6 14 1 11 5 9 8 4 10 7 2 13 12 0 10 5 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 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 90 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 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 0 0 0 0 0 24 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
2520.10/2501.91	v </instantiation>
2520.10/2501.91	

Verifier Data

OK	6301

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263029-1502620541/watcher-4263029-1502620541 -o /tmp/evaluation-result-4263029-1502620541/solver-4263029-1502620541 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1476 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263029-1502620541.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
solver pid=1690, runsolver pid=1687
Current StackSize limit: 8192 KiB


[startup+0.103595 s]*
/proc/loadavg: 4.68 4.07 3.00 4/216 1705
/proc/meminfo: memFree=23159168/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=10555400 memory=29928 CPUtime=0.13 cores=0,2,4,6
/proc/1690/stat : 1690 (java) S 1687 1690 31095 0 -1 1077944320 6548 0 0 0 12 1 0 0 20 0 15 0 95142045 10808729600 7482 33554432000 4194304 4196468 140721007699056 140721007681600 139813120966391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
/proc/1690/statm: 2638850 7482 2818 1 0 2627263 0
[pid=1690/tid=1692] ppid=1687 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 31095 0 -1 4202560 4387 0 0 0 8 1 0 0 20 0 15 0 95142045 10808729600 7482 33554432000 4194304 4196468 140721007699056 139813125178480 139813098188672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1693] ppid=1687 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142046 10808729600 7482 33554432000 4194304 4196468 140721007699056 139813073587088 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1694] ppid=1687 vsize=10555400 memory=140318836991616 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142046 10808729600 7482 33554432000 4194304 4196468 140721007699056 139813072534288 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1695] ppid=1687 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142046 10808729600 7482 33554432000 4194304 4196468 140721007699056 139813071482000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1696] ppid=1687 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142046 10808729600 7482 33554432000 4194304 4196468 140721007699056 139813070429200 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1697] ppid=1687 vsize=10555400 memory=140318836991616 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142048 10808729600 7482 33554432000 4194304 4196468 140721007699056 139812680435824 139813120977538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1698] ppid=1687 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95142048 10808729600 7482 33554432000 4194304 4196468 140721007699056 139812679381792 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1699] ppid=1687 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95142048 10808729600 7482 33554432000 4194304 4196468 140721007699056 139812678329456 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1700] ppid=1687 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142051 10808729600 7482 33554432000 4194304 4196468 140721007699056 139812677277776 139813120984987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1701] ppid=1687 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 31095 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 95142051 10808729600 7482 33554432000 4194304 4196468 140721007699056 139812676225648 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1702] ppid=1687 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142051 10808729600 7482 33554432000 4194304 4196468 140721007699056 139812675172848 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1703] ppid=1687 vsize=10555400 memory=140318836991616 CPUtime=0.02 cores=0,2,4,6
/proc/1690/task/1703/stat : 1703 (java) R 1687 1690 31095 0 -1 4202560 372 0 0 0 2 0 0 0 20 0 15 0 95142051 10808729600 7482 33554432000 4194304 4196468 140721007699056 139812674120560 139813120987738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1704] ppid=1687 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142051 10808729600 7482 33554432000 4194304 4196468 140721007699056 139812673068000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1705] ppid=1687 vsize=10555400 memory=140318836991616 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142051 10808729600 7482 33554432000 4194304 4196468 140721007699056 139812672014768 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29928 KiB

[startup+0.210409 s]*
/proc/loadavg: 4.68 4.07 3.00 3/216 1705
/proc/meminfo: memFree=23151580/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=10555400 memory=37708 CPUtime=0.28 cores=0,2,4,6
/proc/1690/stat : 1690 (java) S 1687 1690 31095 0 -1 1077944320 7742 0 0 0 26 2 0 0 20 0 15 0 95142045 10808729600 9427 33554432000 4194304 4196468 140721007699056 140721007681600 139813120966391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
/proc/1690/statm: 2638850 9427 2898 1 0 2627263 0
[pid=1690/tid=1692] ppid=1687 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 31095 0 -1 4202560 5332 0 0 0 18 2 0 0 20 0 15 0 95142045 10808729600 9427 33554432000 4194304 4196468 140721007699056 139813125190240 139813120987738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1693] ppid=1687 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142046 10808729600 9427 33554432000 4194304 4196468 140721007699056 139813073587088 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1694] ppid=1687 vsize=10555400 memory=140318837005828 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142046 10808729600 9427 33554432000 4194304 4196468 140721007699056 139813072534288 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1695] ppid=1687 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142046 10808729600 9427 33554432000 4194304 4196468 140721007699056 139813071482000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1696] ppid=1687 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142046 10808729600 9427 33554432000 4194304 4196468 140721007699056 139813070429200 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1697] ppid=1687 vsize=10555400 memory=140318836991616 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142048 10808729600 9427 33554432000 4194304 4196468 140721007699056 139812680435824 139813120977538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1698] ppid=1687 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95142048 10808729600 9427 33554432000 4194304 4196468 140721007699056 139812679381792 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1699] ppid=1687 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95142048 10808729600 9427 33554432000 4194304 4196468 140721007699056 139812678329456 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1700] ppid=1687 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142051 10808729600 9427 33554432000 4194304 4196468 140721007699056 139812677277776 139813120984987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1701] ppid=1687 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 31095 0 -1 1077944384 524 0 0 0 1 0 0 0 20 0 15 0 95142051 10808729600 9427 33554432000 4194304 4196468 140721007699056 139812676225648 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1702] ppid=1687 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 31095 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 15 0 95142051 10808729600 9427 33554432000 4194304 4196468 140721007699056 139812675172848 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1703] ppid=1687 vsize=10555400 memory=140318836991616 CPUtime=0.05 cores=0,2,4,6
/proc/1690/task/1703/stat : 1703 (java) R 1687 1690 31095 0 -1 4202560 432 0 0 0 5 0 0 0 20 0 15 0 95142051 10808729600 9427 33554432000 4194304 4196468 140721007699056 139812674120560 139813113203518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1704] ppid=1687 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142051 10808729600 9427 33554432000 4194304 4196468 140721007699056 139812673068000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1705] ppid=1687 vsize=10555400 memory=140318836991616 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142051 10808729600 9427 33554432000 4194304 4196468 140721007699056 139812672014768 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37708 KiB

[startup+0.310079 s]*
/proc/loadavg: 4.68 4.07 3.00 4/216 1705
/proc/meminfo: memFree=23143692/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=10555476 memory=45988 CPUtime=0.5 cores=0,2,4,6
/proc/1690/stat : 1690 (java) S 1687 1690 31095 0 -1 1077944320 8685 0 0 0 47 3 0 0 20 0 15 0 95142045 10808807424 11497 33554432000 4194304 4196468 140721007699056 140721007681600 139813120966391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
/proc/1690/statm: 2638869 11497 3025 1 0 2627263 0
[pid=1690/tid=1692] ppid=1687 vsize=10555476 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 31095 0 -1 4202560 5711 0 0 0 27 2 0 0 20 0 15 0 95142045 10808807424 11513 33554432000 4194304 4196468 140721007699056 139813125199296 139813105138992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1693] ppid=1687 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142046 10808807424 11513 33554432000 4194304 4196468 140721007699056 139813073587088 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1694] ppid=1687 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142046 10808807424 11513 33554432000 4194304 4196468 140721007699056 139813072534288 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1695] ppid=1687 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142046 10808807424 11513 33554432000 4194304 4196468 140721007699056 139813071482000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1696] ppid=1687 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142046 10808807424 11513 33554432000 4194304 4196468 140721007699056 139813070429200 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1697] ppid=1687 vsize=10555476 memory=140318837040416 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142048 10808807424 11513 33554432000 4194304 4196468 140721007699056 139812680435824 139813120977538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1698] ppid=1687 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95142048 10808807424 11513 33554432000 4194304 4196468 140721007699056 139812679381792 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1699] ppid=1687 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95142048 10808807424 11513 33554432000 4194304 4196468 140721007699056 139812678329456 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1700] ppid=1687 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142051 10808807424 11513 33554432000 4194304 4196468 140721007699056 139812677277776 139813120984987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1701] ppid=1687 vsize=10555476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1690/task/1701/stat : 1701 (java) R 1687 1690 31095 0 -1 1077944384 540 0 0 0 2 0 0 0 20 0 15 0 95142051 10808807424 11513 33554432000 4194304 4196468 140721007699056 139812676225648 139813120977538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1702] ppid=1687 vsize=10555476 memory=140318729146127 CPUtime=0.04 cores=0,2,4,6
/proc/1690/task/1702/stat : 1702 (java) R 1687 1690 31095 0 -1 4202560 368 0 0 0 4 0 0 0 20 0 15 0 95142051 10808807424 11513 33554432000 4194304 4196468 140721007699056 139812675172848 139813113255840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1703] ppid=1687 vsize=10555476 memory=140318836993117 CPUtime=0.12 cores=0,2,4,6
/proc/1690/task/1703/stat : 1703 (java) R 1687 1690 31095 0 -1 4202560 717 0 0 0 12 0 0 0 20 0 15 0 95142051 10808807424 11513 33554432000 4194304 4196468 140721007699056 139812674120560 139813114066238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1704] ppid=1687 vsize=10555476 memory=140318729134543 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142051 10808807424 11513 33554432000 4194304 4196468 140721007699056 139812673068000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1705] ppid=1687 vsize=10555476 memory=280637566172320 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142051 10808807424 11513 33554432000 4194304 4196468 140721007699056 139812672014768 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45988 KiB

[startup+0.707144 s]
/proc/loadavg: 4.68 4.07 3.00 5/216 1705
/proc/meminfo: memFree=23092140/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=10555476 memory=193452 CPUtime=1.74 cores=0,2,4,6
/proc/1690/stat : 1690 (java) S 1687 1690 31095 0 -1 1077944320 12929 0 0 0 167 7 0 0 20 0 15 0 95142045 10808807424 48363 33554432000 4194304 4196468 140721007699056 140721007681600 139813120966391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
/proc/1690/statm: 2638869 48363 3087 1 0 2627263 0
[pid=1690/tid=1692] ppid=1687 vsize=10555476 memory=15872 CPUtime=0.67 cores=0,2,4,6
/proc/1690/task/1692/stat : 1692 (java) S 1687 1690 31095 0 -1 1077944384 5880 0 0 0 63 4 0 0 20 0 15 0 95142045 10808807424 48363 33554432000 4194304 4196468 140721007699056 139813125194672 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1693] ppid=1687 vsize=10555476 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1693/stat : 1693 (java) R 1687 1690 31095 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 15 0 95142046 10808807424 48363 33554432000 4194304 4196468 140721007699056 139813073584888 139813105994265 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1694] ppid=1687 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1694/stat : 1694 (java) R 1687 1690 31095 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 15 0 95142046 10808807424 48363 33554432000 4194304 4196468 140721007699056 139813072534288 139813105994265 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1695] ppid=1687 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1695/stat : 1695 (java) R 1687 1690 31095 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 15 0 95142046 10808807424 48363 33554432000 4194304 4196468 140721007699056 139813071482000 139813105994256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1696] ppid=1687 vsize=10555476 memory=140318729259872 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1696/stat : 1696 (java) R 1687 1690 31095 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 15 0 95142046 10808807424 48363 33554432000 4194304 4196468 140721007699056 139813070429200 139813105994256 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1697] ppid=1687 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 31095 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 95142048 10808807424 48363 33554432000 4194304 4196468 140721007699056 139812680434336 139813120976597 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1698] ppid=1687 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95142048 10808807424 48363 33554432000 4194304 4196468 140721007699056 139812679381792 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1699] ppid=1687 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95142048 10808807424 48875 33554432000 4194304 4196468 140721007699056 139812678329456 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1700] ppid=1687 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142051 10808807424 48875 33554432000 4194304 4196468 140721007699056 139812677277776 139813120984987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1701] ppid=1687 vsize=10555476 memory=6944656592455359580 CPUtime=0.37 cores=0,2,4,6
/proc/1690/task/1701/stat : 1701 (java) R 1687 1690 31095 0 -1 4202560 2323 0 0 0 37 0 0 0 20 0 15 0 95142051 10808807424 48875 33554432000 4194304 4196468 140721007699056 139812676218840 139813102510625 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1702] ppid=1687 vsize=10555476 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/1690/task/1702/stat : 1702 (java) R 1687 1690 31095 0 -1 4202560 2216 0 0 0 41 0 0 0 20 0 15 0 95142051 10808807424 48875 33554432000 4194304 4196468 140721007699056 139812675162560 139813100185054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1703] ppid=1687 vsize=10555476 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/1690/task/1703/stat : 1703 (java) S 1687 1690 31095 0 -1 1077944384 1086 0 0 0 20 0 0 0 20 0 15 0 95142051 10808807424 48875 33554432000 4194304 4196468 140721007699056 139812674120560 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1704] ppid=1687 vsize=10555476 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142051 10808807424 48875 33554432000 4194304 4196468 140721007699056 139812673068000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1705] ppid=1687 vsize=10555476 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142051 10808807424 48875 33554432000 4194304 4196468 140721007699056 139812672014768 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 193452 KiB

[startup+1.50078 s]
/proc/loadavg: 4.68 4.07 3.00 5/217 1706
/proc/meminfo: memFree=22980872/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=10622040 memory=221032 CPUtime=4 cores=0,2,4,6
/proc/1690/stat : 1690 (java) S 1687 1690 31095 0 -1 1077944320 16783 0 0 0 392 8 0 0 20 0 16 0 95142045 10876968960 55258 33554432000 4194304 4196468 140721007699056 140721007681600 139813120966391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
/proc/1690/statm: 2655510 55258 3119 1 0 2643904 0
[pid=1690/tid=1692] ppid=1687 vsize=10622040 memory=7079771113652244560 CPUtime=1.44 cores=0,2,4,6
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 31095 0 -1 4202560 5927 0 0 0 140 4 0 0 20 0 16 0 95142045 10876968960 55258 33554432000 4194304 4196468 140721007699056 139813125204464 139812748439788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1693] ppid=1687 vsize=10622040 memory=7019467087922870065 CPUtime=0.01 cores=0,2,4,6
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 31095 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 95142046 10876968960 55258 33554432000 4194304 4196468 140721007699056 139813073587088 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1694] ppid=1687 vsize=10622040 memory=7019467087939647281 CPUtime=0.01 cores=0,2,4,6
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 31095 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 95142046 10876968960 55258 33554432000 4194304 4196468 140721007699056 139813072534288 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1695] ppid=1687 vsize=10622040 memory=7019467087956424497 CPUtime=0.01 cores=0,2,4,6
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 31095 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 16 0 95142046 10876968960 55258 33554432000 4194304 4196468 140721007699056 139813071482000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1696] ppid=1687 vsize=10622040 memory=7019467087973201713 CPUtime=0.01 cores=0,2,4,6
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 31095 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 95142046 10876968960 55258 33554432000 4194304 4196468 140721007699056 139813070429200 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1697] ppid=1687 vsize=10622040 memory=7019467087989978929 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 31095 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 95142048 10876968960 55258 33554432000 4194304 4196468 140721007699056 139812680435824 139813120977538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0

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

/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 31095 0 -1 1077944384 15706 0 0 0 359 42 0 0 20 0 16 0 95142046 10876968960 173280 33554432000 4194304 4196468 140721007699056 139813072534288 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1695] ppid=1687 vsize=10622040 memory=727640 CPUtime=4 cores=0,2,4,6
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 31095 0 -1 1077944384 8964 0 0 0 359 41 0 0 20 0 16 0 95142046 10876968960 173280 33554432000 4194304 4196468 140721007699056 139813071482000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1696] ppid=1687 vsize=10622040 memory=698764 CPUtime=4 cores=0,2,4,6
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 31095 0 -1 1077944384 10666 0 0 0 360 40 0 0 20 0 16 0 95142046 10876968960 173280 33554432000 4194304 4196468 140721007699056 139813070429200 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1697] ppid=1687 vsize=10622040 memory=693120 CPUtime=0.33 cores=0,2,4,6
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 31095 0 -1 1077944384 42230 0 0 0 26 7 0 0 20 0 16 0 95142048 10876968960 173280 33554432000 4194304 4196468 140721007699056 139812680435824 139813120977538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1698] ppid=1687 vsize=10622040 memory=693120 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 31095 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 95142048 10876968960 173280 33554432000 4194304 4196468 140721007699056 139812679381856 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1699] ppid=1687 vsize=10622040 memory=738880 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 31095 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 95142048 10876968960 173280 33554432000 4194304 4196468 140721007699056 139812678329472 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1700] ppid=1687 vsize=10622040 memory=698764 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95142051 10876968960 173280 33554432000 4194304 4196468 140721007699056 139812677277776 139813120984987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1701] ppid=1687 vsize=10622040 memory=4140 CPUtime=1.88 cores=0,2,4,6
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 31095 0 -1 1077944384 9961 0 0 0 187 1 0 0 20 0 16 0 95142051 10876968960 173280 33554432000 4194304 4196468 140721007699056 139812676225648 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1702] ppid=1687 vsize=10622040 memory=698764 CPUtime=1.78 cores=0,2,4,6
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 31095 0 -1 1077944384 10218 0 0 0 177 1 0 0 20 0 16 0 95142051 10876968960 173280 33554432000 4194304 4196468 140721007699056 139812675172848 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1703] ppid=1687 vsize=10622040 memory=4128 CPUtime=0.36 cores=0,2,4,6
/proc/1690/task/1703/stat : 1703 (java) S 1687 1690 31095 0 -1 1077944384 2653 0 0 0 35 1 0 0 20 0 16 0 95142051 10876968960 173280 33554432000 4194304 4196468 140721007699056 139812674120560 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1704] ppid=1687 vsize=10622040 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95142051 10876968960 173280 33554432000 4194304 4196468 140721007699056 139812673068000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1705] ppid=1687 vsize=10622040 memory=4616 CPUtime=1.5 cores=0,2,4,6
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 31095 0 -1 1077944384 2353 0 0 0 80 70 0 0 20 0 16 0 95142051 10876968960 173280 33554432000 4194304 4196468 140721007699056 139812672014768 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1706] ppid=1687 vsize=10622040 memory=693120 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1706/stat : 1706 (java) S 1687 1690 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95142123 10876968960 173280 33554432000 4194304 4196468 140721007699056 139812670960304 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
Current children cumulated CPU time: 2459.95 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 693120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.7 s]
/proc/loadavg: 2.01 2.01 2.10 3/219 1888
/proc/meminfo: memFree=27135476/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=10622040 memory=667428 CPUtime=2520.03 cores=0,2,4,6
/proc/1690/stat : 1690 (java) S 1687 1690 31095 0 -1 1077944320 159892 0 0 0 251759 244 0 0 20 0 16 0 95142045 10876968960 166857 33554432000 4194304 4196468 140721007699056 140721007681600 139813120966391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
/proc/1690/statm: 2655510 166857 3164 1 0 2643904 0
[pid=1690/tid=1692] ppid=1687 vsize=10622040 memory=673072 CPUtime=2497.17 cores=0,2,4,6
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 31095 0 -1 4202560 38726 0 0 0 249704 13 0 0 20 0 16 0 95142045 10876968960 166857 33554432000 4194304 4196468 140721007699056 139813125205328 139812749658747 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1693] ppid=1687 vsize=10622040 memory=667428 CPUtime=4.21 cores=0,2,4,6
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 31095 0 -1 1077944384 13305 0 0 0 380 41 0 0 20 0 16 0 95142046 10876968960 166857 33554432000 4194304 4196468 140721007699056 139813073587088 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1694] ppid=1687 vsize=10622040 memory=673072 CPUtime=4.22 cores=0,2,4,6
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 31095 0 -1 1077944384 16410 0 0 0 380 42 0 0 20 0 16 0 95142046 10876968960 166857 33554432000 4194304 4196468 140721007699056 139813072534288 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1695] ppid=1687 vsize=10622040 memory=673072 CPUtime=4.21 cores=0,2,4,6
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 31095 0 -1 1077944384 9154 0 0 0 380 41 0 0 20 0 16 0 95142046 10876968960 166857 33554432000 4194304 4196468 140721007699056 139813071482000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1696] ppid=1687 vsize=10622040 memory=673072 CPUtime=4.21 cores=0,2,4,6
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 31095 0 -1 1077944384 10809 0 0 0 381 40 0 0 20 0 16 0 95142046 10876968960 166857 33554432000 4194304 4196468 140721007699056 139813070429200 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1697] ppid=1687 vsize=10622040 memory=673072 CPUtime=0.34 cores=0,2,4,6
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 31095 0 -1 1077944384 44837 0 0 0 27 7 0 0 20 0 16 0 95142048 10876968960 166857 33554432000 4194304 4196468 140721007699056 139812680435824 139813120977538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1698] ppid=1687 vsize=10622040 memory=667428 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 31095 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 95142048 10876968960 166857 33554432000 4194304 4196468 140721007699056 139812679381856 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1699] ppid=1687 vsize=10622040 memory=679540 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 31095 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 95142048 10876968960 166857 33554432000 4194304 4196468 140721007699056 139812678329472 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1700] ppid=1687 vsize=10622040 memory=673072 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95142051 10876968960 166857 33554432000 4194304 4196468 140721007699056 139812677277776 139813120984987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1701] ppid=1687 vsize=10622040 memory=4048 CPUtime=1.88 cores=0,2,4,6
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 31095 0 -1 1077944384 9967 0 0 0 187 1 0 0 20 0 16 0 95142051 10876968960 166857 33554432000 4194304 4196468 140721007699056 139812676225648 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1702] ppid=1687 vsize=10622040 memory=673072 CPUtime=1.78 cores=0,2,4,6
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 31095 0 -1 1077944384 10222 0 0 0 177 1 0 0 20 0 16 0 95142051 10876968960 166857 33554432000 4194304 4196468 140721007699056 139812675172848 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1703] ppid=1687 vsize=10622040 memory=673072 CPUtime=0.36 cores=0,2,4,6
/proc/1690/task/1703/stat : 1703 (java) S 1687 1690 31095 0 -1 1077944384 2657 0 0 0 35 1 0 0 20 0 16 0 95142051 10876968960 166857 33554432000 4194304 4196468 140721007699056 139812674120560 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1704] ppid=1687 vsize=10622040 memory=673072 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95142051 10876968960 166857 33554432000 4194304 4196468 140721007699056 139812673068000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1705] ppid=1687 vsize=10622040 memory=16448 CPUtime=1.54 cores=0,2,4,6
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 31095 0 -1 1077944384 2393 0 0 0 82 72 0 0 20 0 16 0 95142051 10876968960 166857 33554432000 4194304 4196468 140721007699056 139812672014768 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1706] ppid=1687 vsize=10622040 memory=673072 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1706/stat : 1706 (java) S 1687 1690 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95142123 10876968960 166857 33554432000 4194304 4196468 140721007699056 139812670960304 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 667428 KiB

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

[startup+2501.92 s]
# the end of solver process 1690 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.67 s, system=2.44861 s

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

[startup+2501.81 s]
/proc/loadavg: 2.01 2.01 2.10 3/219 1888
/proc/meminfo: memFree=27135476/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=10821732 memory=667492 CPUtime=2520.1 cores=0,2,4,6
/proc/1690/stat : 1690 (java) S 1687 1690 31095 0 -1 1077944320 160223 0 0 0 251766 244 0 0 20 0 17 0 95142045 11081453568 166873 33554432000 4194304 4196468 140721007699056 140721007681600 139813120966391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
/proc/1690/statm: 2705433 166873 3166 1 0 2693827 0
[pid=1690/tid=1692] ppid=1687 vsize=10821732 memory=8112282956445269571 CPUtime=2497.23 cores=0,2,4,6
/proc/1690/task/1692/stat : 1692 (java) S 1687 1690 31095 0 -1 1077944384 38747 0 0 0 249710 13 0 0 20 0 17 0 95142045 11081453568 166873 33554432000 4194304 4196468 140721007699056 139813125209264 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1693] ppid=1687 vsize=10821732 memory=644 CPUtime=4.21 cores=0,2,4,6
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 31095 0 -1 1077944384 13305 0 0 0 380 41 0 0 20 0 17 0 95142046 11081453568 166873 33554432000 4194304 4196468 140721007699056 139813073587088 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1694] ppid=1687 vsize=10821732 memory=1788 CPUtime=4.22 cores=0,2,4,6
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 31095 0 -1 1077944384 16410 0 0 0 380 42 0 0 20 0 17 0 95142046 11081453568 166873 33554432000 4194304 4196468 140721007699056 139813072534288 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1695] ppid=1687 vsize=10821732 memory=952 CPUtime=4.21 cores=0,2,4,6
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 31095 0 -1 1077944384 9154 0 0 0 380 41 0 0 20 0 17 0 95142046 11081453568 166873 33554432000 4194304 4196468 140721007699056 139813071482000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1696] ppid=1687 vsize=10821732 memory=2340 CPUtime=4.21 cores=0,2,4,6
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 31095 0 -1 1077944384 10809 0 0 0 381 40 0 0 20 0 17 0 95142046 11081453568 166873 33554432000 4194304 4196468 140721007699056 139813070429200 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1697] ppid=1687 vsize=10821732 memory=4100 CPUtime=0.34 cores=0,2,4,6
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 31095 0 -1 1077944384 44837 0 0 0 27 7 0 0 20 0 17 0 95142048 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812680435824 139813120977538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1698] ppid=1687 vsize=10821732 memory=2540 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 31095 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 95142048 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812679381856 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1699] ppid=1687 vsize=10821732 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 31095 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 95142048 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812678329472 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1700] ppid=1687 vsize=10821732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 31095 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 95142051 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812677277776 139813120984987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1701] ppid=1687 vsize=10821732 memory=1716 CPUtime=1.88 cores=0,2,4,6
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 31095 0 -1 1077944384 10011 0 0 0 187 1 0 0 20 0 17 0 95142051 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812676225648 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1702] ppid=1687 vsize=10821732 memory=796 CPUtime=1.78 cores=0,2,4,6
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 31095 0 -1 1077944384 10240 0 0 0 177 1 0 0 20 0 17 0 95142051 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812675172848 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1703] ppid=1687 vsize=10821732 memory=1952 CPUtime=0.37 cores=0,2,4,6
/proc/1690/task/1703/stat : 1703 (java) S 1687 1690 31095 0 -1 1077944384 2742 0 0 0 36 1 0 0 20 0 17 0 95142051 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812674120560 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1704] ppid=1687 vsize=10821732 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95142051 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812673068000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1705] ppid=1687 vsize=10821732 memory=8552 CPUtime=1.54 cores=0,2,4,6
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 31095 0 -1 1077944384 2393 0 0 0 82 72 0 0 20 0 17 0 95142051 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812672014768 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 667492 KiB

[startup+2501.9 s]
/proc/loadavg: 2.01 2.01 2.10 3/219 1888
/proc/meminfo: memFree=27135476/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=10821732 memory=667492 CPUtime=2520.1 cores=0,2,4,6
/proc/1690/stat : 1690 (java) S 1687 1690 31095 0 -1 1077944320 160223 0 0 0 251766 244 0 0 20 0 17 0 95142045 11081453568 166873 33554432000 4194304 4196468 140721007699056 140721007681600 139813120966391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
/proc/1690/statm: 2705433 166873 3166 1 0 2693827 0
[pid=1690/tid=1692] ppid=1687 vsize=10821732 memory=667428 CPUtime=2497.23 cores=0,2,4,6
/proc/1690/task/1692/stat : 1692 (java) S 1687 1690 31095 0 -1 1077944384 38747 0 0 0 249710 13 0 0 20 0 17 0 95142045 11081453568 166873 33554432000 4194304 4196468 140721007699056 139813125209264 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1693] ppid=1687 vsize=10821732 memory=673072 CPUtime=4.21 cores=0,2,4,6
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 31095 0 -1 1077944384 13305 0 0 0 380 41 0 0 20 0 17 0 95142046 11081453568 166873 33554432000 4194304 4196468 140721007699056 139813073587088 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1694] ppid=1687 vsize=10821732 memory=673072 CPUtime=4.22 cores=0,2,4,6
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 31095 0 -1 1077944384 16410 0 0 0 380 42 0 0 20 0 17 0 95142046 11081453568 166873 33554432000 4194304 4196468 140721007699056 139813072534288 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1695] ppid=1687 vsize=10821732 memory=673072 CPUtime=4.21 cores=0,2,4,6
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 31095 0 -1 1077944384 9154 0 0 0 380 41 0 0 20 0 17 0 95142046 11081453568 166873 33554432000 4194304 4196468 140721007699056 139813071482000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1696] ppid=1687 vsize=10821732 memory=673072 CPUtime=4.21 cores=0,2,4,6
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 31095 0 -1 1077944384 10809 0 0 0 381 40 0 0 20 0 17 0 95142046 11081453568 166873 33554432000 4194304 4196468 140721007699056 139813070429200 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1697] ppid=1687 vsize=10821732 memory=667428 CPUtime=0.34 cores=0,2,4,6
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 31095 0 -1 1077944384 44837 0 0 0 27 7 0 0 20 0 17 0 95142048 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812680435824 139813120977538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1698] ppid=1687 vsize=10821732 memory=673072 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 31095 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 95142048 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812679381856 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1699] ppid=1687 vsize=10821732 memory=667428 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 31095 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 95142048 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812678329472 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1700] ppid=1687 vsize=10821732 memory=679540 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 31095 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 95142051 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812677277776 139813120984987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1701] ppid=1687 vsize=10821732 memory=673072 CPUtime=1.88 cores=0,2,4,6
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 31095 0 -1 1077944384 10011 0 0 0 187 1 0 0 20 0 17 0 95142051 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812676225648 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1702] ppid=1687 vsize=10821732 memory=4048 CPUtime=1.78 cores=0,2,4,6
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 31095 0 -1 1077944384 10240 0 0 0 177 1 0 0 20 0 17 0 95142051 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812675172848 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1703] ppid=1687 vsize=10821732 memory=673072 CPUtime=0.37 cores=0,2,4,6
/proc/1690/task/1703/stat : 1703 (java) S 1687 1690 31095 0 -1 1077944384 2742 0 0 0 36 1 0 0 20 0 17 0 95142051 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812674120560 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1704] ppid=1687 vsize=10821732 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95142051 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812673068000 139813120976597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
[pid=1690/tid=1705] ppid=1687 vsize=10821732 memory=673072 CPUtime=1.54 cores=0,2,4,6
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 31095 0 -1 1077944384 2393 0 0 0 82 72 0 0 20 0 17 0 95142051 11081453568 166873 33554432000 4194304 4196468 140721007699056 139812672014768 139813120977538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24723456 140721007707270 140721007707423 140721007707423 140721007710159 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 667492 KiB

Child status: 143
Real time (s): 2501.92
CPU time (s): 2520.12
CPU user time (s): 2517.67
CPU system time (s): 2.44861
CPU usage (%): 100.727
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 1661816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.67
system time used= 2.44861
maximum resident set size= 1670008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160298
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58016
involuntary context switches= 1881


# summary of solver processes directly reported to runsolver:
#   pid: 1690
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.67
#   total CPU system time (s): 2.44861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6232 second user time and 23.2078 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 12:21:23
IDJOB=4263029
IDBENCH=123040
IDSOLVER=2651
FILE ID=node104/4263029-1502620541
RUNJOBID= node104-1502619271-1476
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

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

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

MD5SUM BENCH= ce755c39cb9d6ddef8bea85f09074509
RANDOM SEED=1322877870

node104.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:        23178300 kB
MemAvailable:   26479528 kB
Buffers:          145588 kB
Cached:          3437596 kB
SwapCached:            0 kB
Active:          5834668 kB
Inactive:        3299724 kB
Active(anon):    5553908 kB
Inactive(anon):    25024 kB
Active(file):     280760 kB
Inactive(file):  3274700 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1688 kB
Writeback:             0 kB
AnonPages:       5556776 kB
Mapped:            55060 kB
Shmem:             25228 kB
Slab:             148496 kB
SReclaimable:     123208 kB
SUnreclaim:        25288 kB
KernelStack:        3520 kB
PageTables:        16360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6719092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5394432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 13:03:05