Trace number 4292108

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)13 2400.08 2391.93

General information on the benchmark

NameBacp/Bacp-m2/
Bacp-m2-07b_c18.xml
MD5SUM5b65144cb3b3f40823d8710b9c84d78c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1198.76
Satisfiable
(Un)Satisfiability was proved
Number of variables262
Number of constraints284
Number of domains4
Minimum domain size2
Maximum domain size11
Distribution of domain sizes[{"size":2,"count":217},{"size":6,"count":7},{"size":7,"count":31},{"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":217},{"degree":7,"count":6},{"degree":8,"count":12},{"degree":9,"count":9},{"degree":10,"count":2},{"degree":11,"count":2}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":239},{"arity":7,"count":31},{"arity":32,"count":14}]
Number of extensional constraints217
Number of intensional constraints22
Distribution of constraint types[{"type":"extension","count":217},{"type":"intension","count":22},{"type":"sum","count":45}]
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.39/0.64	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.39/0.64	c This is free software under the dual EPL/GNU LGPL licenses.
1.39/0.64	c See www.sat4j.org for details.
1.39/0.64	c That software uses the Rhino library from the Mozilla project.
1.39/0.64	c version 2.3.6-SNAPSHOT
1.39/0.64	c java.runtime.name	Java(TM) SE Runtime Environment
1.39/0.64	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.39/0.64	c java.vm.version	25.131-b11
1.39/0.64	c java.vm.vendor	Oracle Corporation
1.39/0.64	c sun.arch.data.model	64
1.39/0.64	c java.version		1.8.0_131
1.39/0.64	c os.name		Linux
1.39/0.64	c os.version		3.10.0-514.16.1.el7.x86_64
1.39/0.64	c os.arch		amd64
1.39/0.64	c Free memory 		499604488
1.39/0.64	c Max memory 		7247757312
1.39/0.64	c Total memory 		504889344
1.39/0.64	c Number of processors 	4
1.39/0.64	c c --- Begin Solver configuration ---
1.39/0.64	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.39/0.64	c Learn all clauses as in MiniSAT
1.39/0.64	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.39/0.64	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.39/0.64	c No reason simplification
1.39/0.64	c Glucose 2.1 dynamic restart strategy
1.39/0.64	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.39/0.64	c timeout=2147483s
1.39/0.64	c DB Simplification allowed=false
1.39/0.64	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.39/0.64	c --- End Solver configuration ---
1.39/0.64	c constraints type 
1.39/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 524
1.39/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14283
1.39/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 47669
1.39/0.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 568
1.39/0.64	c 63044 constraints processed.
5.38/2.99	o 29
5.89/3.44	o 15
6.51/3.88	o 14
8.51/5.72	o 13
2400.06/2391.90	c starts		: 10659
2400.06/2391.90	c conflicts		: 3097437
2400.06/2391.90	c decisions		: 5446965
2400.06/2391.90	c propagations		: 4340340124
2400.06/2391.90	c inspects		: 27651615182
2400.06/2391.90	c shortcuts		: 0
2400.06/2391.90	c learnt literals	: 1190
2400.06/2391.90	c learnt binary clauses	: 2012
2400.06/2391.90	c learnt ternary clauses	: 5035
2400.06/2391.90	c learnt constraints	: 3096247
2400.06/2391.90	c ignored constraints	: 0
2400.06/2391.90	c root simplifications	: 0
2400.06/2391.90	c removed literals (reason simplification)	: 0
2400.06/2391.90	c reason swapping (by a shorter reason)	: 0
2400.06/2391.90	c Calls to reduceDB	: 76
2400.06/2391.90	c Number of update (reduction) of LBD	: 1583780
2400.06/2391.90	c Imported unit clauses	: 0
2400.06/2391.90	c number of reductions to clauses (during analyze)	: 0
2400.06/2391.90	c number of learned constraints concerned by reduction	: 0
2400.06/2391.90	c number of learning phase by resolution	: 0
2400.06/2391.90	c number of learning phase by cutting planes	: 0
2400.06/2391.90	c number of rounding to 1 operations	: 0
2400.06/2391.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.06/2391.90	c number of reductions of the coefficients by power 2 	: 0
2400.06/2391.90	c number of right shift for reduction by power 2 	: 0
2400.06/2391.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.06/2391.90	c number of ending skipping 	: 0
2400.06/2391.90	c number of internal skipping 	: 0
2400.06/2391.90	c number of derivation steps 	: 0
2400.06/2391.90	c number of skipped derivation steps 	: 0
2400.06/2391.90	c number of remaining unassigned 	: 0
2400.06/2391.90	c number of remaining assigned 	: 0
2400.06/2391.90	c speed (assignments/second)	: 1815091.0585751731
2400.06/2391.90	c non guided choices	: 99791
2400.06/2391.90	s SATISFIABLE
2400.06/2391.91	v <instantiation type="solution">
2400.06/2391.91	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] prd[28] prd[29] prd[30] 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[0][28] pc[0][29] pc[0][30] 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[1][28] pc[1][29] pc[1][30] 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[2][28] pc[2][29] pc[2][30] 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[3][28] pc[3][29] pc[3][30] 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[4][28] pc[4][29] pc[4][30] 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[5][28] pc[5][29] pc[5][30] 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] pc[6][28] pc[6][29] pc[6][30] </list>
2400.06/2391.91	v 	<values> 6 6 2 1 6 5 5 4 6 4 4 0 2 1 5 3 4 1 0 0 3 3 3 2 0 0 2 2 1 5 3 5 4 5 5 4 4 4 13 13 13 13 13 13 12 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
2400.06/2391.91	v </instantiation>
2400.06/2391.91	

Verifier Data

OK	13

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292108-1532275561/watcher-4292108-1532275561 -o /tmp/evaluation-result-4292108-1532275561/solver-4292108-1532275561 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3378 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292108-1532275561.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=5609, runsolver pid=5606

[startup+0.109314 s]*
/proc/loadavg: 2.00 2.01 2.08 4/222 5624
/proc/meminfo: memFree=16587048/32770624 swapFree=67108860/67108860
[pid=5609] ppid=5606 vsize=10659044 memory=31584 CPUtime=0.14 cores=0,2,4,6
/proc/5609/stat : 5609 (java) S 5606 5609 3347 0 -1 1077944320 6444 0 0 0 12 2 0 0 20 0 15 0 45119268 10914861056 7845 33554432000 4194304 4196468 140725166271712 140725166254256 140654085426935 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
/proc/5609/statm: 2664761 7845 2811 1 0 2627271 0
[pid=5609/tid=5611] ppid=5606 vsize=10659012 memory=-8679946630069056704 CPUtime=0.09 cores=0,2,4,6
/proc/5609/task/5611/stat : 5611 (java) R 5606 5609 3347 0 -1 4202560 4297 0 0 0 8 1 0 0 20 0 15 0 45119268 10914828288 7896 33554432000 4194304 4196468 140725166271712 140654089638112 140654069507452 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5612] ppid=5606 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5612/stat : 5612 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45119269 10914828288 7896 33554432000 4194304 4196468 140725166271712 140654011501584 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5613] ppid=5606 vsize=10659012 memory=140482969781888 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5613/stat : 5613 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45119269 10914828288 7896 33554432000 4194304 4196468 140725166271712 140654010449040 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5614] ppid=5606 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5614/stat : 5614 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45119269 10914828288 7896 33554432000 4194304 4196468 140725166271712 140654009395984 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5615] ppid=5606 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5615/stat : 5615 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45119269 10914828288 7896 33554432000 4194304 4196468 140725166271712 140654008343440 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5616] ppid=5606 vsize=10659012 memory=140482969781888 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5616/stat : 5616 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45119270 10914828288 7896 33554432000 4194304 4196468 140725166271712 140653577206000 140654085438082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5617] ppid=5606 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5617/stat : 5617 (java) S 5606 5609 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45119271 10914828288 7896 33554432000 4194304 4196468 140725166271712 140653576152224 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5618] ppid=5606 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5618/stat : 5618 (java) S 5606 5609 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45119271 10914828288 7896 33554432000 4194304 4196468 140725166271712 140653575099120 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5619] ppid=5606 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5619/stat : 5619 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45119273 10914828288 7896 33554432000 4194304 4196468 140725166271712 140653574047696 140654085445531 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5620] ppid=5606 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5620/stat : 5620 (java) S 5606 5609 3347 0 -1 1077944384 451 0 0 0 0 0 0 0 20 0 15 0 45119273 10914828288 7896 33554432000 4194304 4196468 140725166271712 140653572995824 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5621] ppid=5606 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5621/stat : 5621 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45119273 10914828288 7896 33554432000 4194304 4196468 140725166271712 140653571943280 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5622] ppid=5606 vsize=10659012 memory=140482969781888 CPUtime=0.02 cores=0,2,4,6
/proc/5609/task/5622/stat : 5622 (java) S 5606 5609 3347 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 15 0 45119273 10914828288 7896 33554432000 4194304 4196468 140725166271712 140653570890224 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5623] ppid=5606 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5623/stat : 5623 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45119274 10914828288 7896 33554432000 4194304 4196468 140725166271712 140653569837920 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5624] ppid=5606 vsize=10659012 memory=140482969781888 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5624/stat : 5624 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45119274 10914828288 7896 33554432000 4194304 4196468 140725166271712 140653568784944 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659044 KiB
Current children cumulated memory: 31584 KiB

[startup+0.210832 s]*
/proc/loadavg: 2.00 2.01 2.08 3/221 5624
/proc/meminfo: memFree=16580520/32770624 swapFree=67108860/67108860
[pid=5609] ppid=5606 vsize=10659012 memory=42140 CPUtime=0.32 cores=0,2,4,6
/proc/5609/stat : 5609 (java) S 5606 5609 3347 0 -1 1077944320 7586 0 0 0 29 3 0 0 20 0 15 0 45119268 10914828288 10535 33554432000 4194304 4196468 140725166271712 140725166254256 140654085426935 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
/proc/5609/statm: 2664753 10535 3007 1 0 2627263 0
[pid=5609/tid=5611] ppid=5606 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5609/task/5611/stat : 5611 (java) R 5606 5609 3347 0 -1 4202560 4580 0 0 0 18 2 0 0 20 0 15 0 45119268 10914828288 10535 33554432000 4194304 4196468 140725166271712 140654089662512 140654069470565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5612] ppid=5606 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5612/stat : 5612 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45119269 10914828288 10535 33554432000 4194304 4196468 140725166271712 140654011501584 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5613] ppid=5606 vsize=10659012 memory=140482969787754 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5613/stat : 5613 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45119269 10914828288 10535 33554432000 4194304 4196468 140725166271712 140654010449040 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5614] ppid=5606 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5614/stat : 5614 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45119269 10914828288 10535 33554432000 4194304 4196468 140725166271712 140654009395984 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5615] ppid=5606 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5615/stat : 5615 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45119269 10914828288 10535 33554432000 4194304 4196468 140725166271712 140654008343440 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5616] ppid=5606 vsize=10659012 memory=140482969781888 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5616/stat : 5616 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45119270 10914828288 10535 33554432000 4194304 4196468 140725166271712 140653577206000 140654085438082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5617] ppid=5606 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5617/stat : 5617 (java) S 5606 5609 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45119271 10914828288 10535 33554432000 4194304 4196468 140725166271712 140653576152224 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5618] ppid=5606 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5618/stat : 5618 (java) S 5606 5609 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45119271 10914828288 10535 33554432000 4194304 4196468 140725166271712 140653575099120 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5619] ppid=5606 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5619/stat : 5619 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45119273 10914828288 10535 33554432000 4194304 4196468 140725166271712 140653574047696 140654085445531 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5620] ppid=5606 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5609/task/5620/stat : 5620 (java) S 5606 5609 3347 0 -1 1077944384 749 0 0 0 2 0 0 0 20 0 15 0 45119273 10914828288 10535 33554432000 4194304 4196468 140725166271712 140653572995824 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5621] ppid=5606 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5609/task/5621/stat : 5621 (java) S 5606 5609 3347 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 15 0 45119273 10914828288 10535 33554432000 4194304 4196468 140725166271712 140653571943280 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5622] ppid=5606 vsize=10659012 memory=140482969781888 CPUtime=0.07 cores=0,2,4,6
/proc/5609/task/5622/stat : 5622 (java) R 5606 5609 3347 0 -1 4202560 688 0 0 0 7 0 0 0 20 0 15 0 45119273 10914828288 10535 33554432000 4194304 4196468 140725166271712 140653570890224 140654085438870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5623] ppid=5606 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5623/stat : 5623 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45119274 10914828288 10535 33554432000 4194304 4196468 140725166271712 140653569837920 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5624] ppid=5606 vsize=10659012 memory=140482969781888 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5624/stat : 5624 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45119274 10914828288 10535 33554432000 4194304 4196468 140725166271712 140653568784944 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42140 KiB

[startup+0.315373 s]*
/proc/loadavg: 2.00 2.01 2.08 4/221 5624
/proc/meminfo: memFree=16573696/32770624 swapFree=67108860/67108860
[pid=5609] ppid=5606 vsize=10659088 memory=46996 CPUtime=0.55 cores=0,2,4,6
/proc/5609/stat : 5609 (java) S 5606 5609 3347 0 -1 1077944320 8376 0 0 0 51 4 0 0 20 0 15 0 45119268 10914906112 11749 33554432000 4194304 4196468 140725166271712 140725166254256 140654085426935 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
/proc/5609/statm: 2664772 11749 3037 1 0 2627263 0
[pid=5609/tid=5611] ppid=5606 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/5609/task/5611/stat : 5611 (java) R 5606 5609 3347 0 -1 4202560 5134 0 0 0 28 2 0 0 20 0 15 0 45119268 10914906112 11749 33554432000 4194304 4196468 140725166271712 140654089661104 140653686288147 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5612] ppid=5606 vsize=10659088 memory=290763875203416087 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5612/stat : 5612 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45119269 10914906112 11749 33554432000 4194304 4196468 140725166271712 140654011501584 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5613] ppid=5606 vsize=10659088 memory=15959385281316504 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5613/stat : 5613 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45119269 10914906112 11749 33554432000 4194304 4196468 140725166271712 140654010449040 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5614] ppid=5606 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5614/stat : 5614 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45119269 10914906112 11749 33554432000 4194304 4196468 140725166271712 140654009395984 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5615] ppid=5606 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5615/stat : 5615 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45119269 10914906112 11749 33554432000 4194304 4196468 140725166271712 140654008343440 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5616] ppid=5606 vsize=10659088 memory=140482969781888 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5616/stat : 5616 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45119270 10914906112 11749 33554432000 4194304 4196468 140725166271712 140653577206000 140654085438082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5617] ppid=5606 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5617/stat : 5617 (java) S 5606 5609 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45119271 10914906112 11749 33554432000 4194304 4196468 140725166271712 140653576152224 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5618] ppid=5606 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5618/stat : 5618 (java) S 5606 5609 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45119271 10914906112 11749 33554432000 4194304 4196468 140725166271712 140653575099120 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5619] ppid=5606 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5619/stat : 5619 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45119273 10914906112 11749 33554432000 4194304 4196468 140725166271712 140653574047696 140654085445531 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5620] ppid=5606 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5609/task/5620/stat : 5620 (java) S 5606 5609 3347 0 -1 1077944384 842 0 0 0 4 0 0 0 20 0 15 0 45119273 10914906112 11749 33554432000 4194304 4196468 140725166271712 140653572995824 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5621] ppid=5606 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/5609/task/5621/stat : 5621 (java) S 5606 5609 3347 0 -1 1077944384 252 0 0 0 4 0 0 0 20 0 15 0 45119273 10914906112 11749 33554432000 4194304 4196468 140725166271712 140653571943280 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5622] ppid=5606 vsize=10659088 memory=140482969781888 CPUtime=0.13 cores=0,2,4,6
/proc/5609/task/5622/stat : 5622 (java) R 5606 5609 3347 0 -1 4202560 783 0 0 0 13 0 0 0 20 0 15 0 45119273 10914906112 11749 33554432000 4194304 4196468 140725166271712 140653570890224 140654069507422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5623] ppid=5606 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5623/stat : 5623 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45119274 10914906112 11749 33554432000 4194304 4196468 140725166271712 140653569837920 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5624] ppid=5606 vsize=10659088 memory=140482969781888 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5624/stat : 5624 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45119274 10914906112 11749 33554432000 4194304 4196468 140725166271712 140653568784944 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46996 KiB

[startup+0.700681 s]
/proc/loadavg: 2.00 2.01 2.08 6/221 5624
/proc/meminfo: memFree=16551420/32770624 swapFree=67108860/67108860
[pid=5609] ppid=5606 vsize=10727700 memory=120576 CPUtime=1.67 cores=0,2,4,6
/proc/5609/stat : 5609 (java) S 5606 5609 3347 0 -1 1077944320 13193 0 0 0 161 6 0 0 20 0 16 0 45119268 10985164800 30144 33554432000 4194304 4196468 140725166271712 140725166254256 140654085426935 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
/proc/5609/statm: 2681925 30144 3111 1 0 2644416 0
[pid=5609/tid=5611] ppid=5606 vsize=10727700 memory=1844 CPUtime=0.67 cores=0,2,4,6
/proc/5609/task/5611/stat : 5611 (java) R 5606 5609 3347 0 -1 4202560 5605 0 0 0 63 4 0 0 20 0 16 0 45119268 10985164800 30144 33554432000 4194304 4196468 140725166271712 140654089663376 140654085438870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5612] ppid=5606 vsize=10727700 memory=796 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5612/stat : 5612 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 45119269 10985164800 30144 33554432000 4194304 4196468 140725166271712 140654011501584 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5613] ppid=5606 vsize=10727700 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5613/stat : 5613 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45119269 10985164800 30144 33554432000 4194304 4196468 140725166271712 140654010449040 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5614] ppid=5606 vsize=10727700 memory=12984 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5614/stat : 5614 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45119269 10985164800 30144 33554432000 4194304 4196468 140725166271712 140654009395984 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5615] ppid=5606 vsize=10727700 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5615/stat : 5615 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 45119269 10985164800 30144 33554432000 4194304 4196468 140725166271712 140654008343440 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5616] ppid=5606 vsize=10727700 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5616/stat : 5616 (java) S 5606 5609 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 45119270 10985164800 30144 33554432000 4194304 4196468 140725166271712 140653577206000 140654085438082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5617] ppid=5606 vsize=10727700 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5617/stat : 5617 (java) S 5606 5609 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 45119271 10985164800 30144 33554432000 4194304 4196468 140725166271712 140653576152224 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5618] ppid=5606 vsize=10727700 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5618/stat : 5618 (java) S 5606 5609 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 45119271 10985164800 30144 33554432000 4194304 4196468 140725166271712 140653575099120 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5619] ppid=5606 vsize=10727700 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5619/stat : 5619 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45119273 10985164800 30144 33554432000 4194304 4196468 140725166271712 140653574047696 140654085445531 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5620] ppid=5606 vsize=10727700 memory=7739276948478455658 CPUtime=0.31 cores=0,2,4,6
/proc/5609/task/5620/stat : 5620 (java) R 5606 5609 3347 0 -1 4202560 2038 0 0 0 31 0 0 0 20 0 16 0 45119273 10985164800 30210 33554432000 4194304 4196468 140725166271712 140653572985424 140654077716384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5621] ppid=5606 vsize=10727700 memory=7079773312675500112 CPUtime=0.31 cores=0,2,4,6
/proc/5609/task/5621/stat : 5621 (java) R 5606 5609 3347 0 -1 4202560 2338 0 0 0 31 0 0 0 20 0 16 0 45119273 10985164800 30210 33554432000 4194304 4196468 140725166271712 140653571934488 140654068837736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5622] ppid=5606 vsize=10727700 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/5609/task/5622/stat : 5622 (java) R 5606 5609 3347 0 -1 1077944384 1835 0 0 0 34 0 0 0 20 0 16 0 45119273 10985164800 30210 33554432000 4194304 4196468 140725166271712 140653570890224 140654085438082 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5623] ppid=5606 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5623/stat : 5623 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45119274 10985164800 30210 33554432000 4194304 4196468 140725166271712 140653569837920 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5624] ppid=5606 vsize=10727700 memory=33 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5624/stat : 5624 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45119274 10985164800 30210 33554432000 4194304 4196468 140725166271712 140653568784944 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 120576 KiB

[startup+1.50086 s]
/proc/loadavg: 2.00 2.01 2.08 4/222 5625
/proc/meminfo: memFree=16481616/32770624 swapFree=67108860/67108860
[pid=5609] ppid=5606 vsize=10727700 memory=141544 CPUtime=3.52 cores=0,2,4,6
/proc/5609/stat : 5609 (java) S 5606 5609 3347 0 -1 1077944320 26268 0 0 0 343 9 0 0 20 0 16 0 45119268 10985164800 35386 33554432000 4194304 4196468 140725166271712 140725166254256 140654085426935 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
/proc/5609/statm: 2681925 35386 3120 1 0 2644416 0
[pid=5609/tid=5611] ppid=5606 vsize=10727700 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/5609/task/5611/stat : 5611 (java) R 5606 5609 3347 0 -1 4202560 5889 0 0 0 143 4 0 0 20 0 16 0 45119268 10985164800 35386 33554432000 4194304 4196468 140725166271712 140654089663376 140653687297859 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5612] ppid=5606 vsize=10727700 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5612/stat : 5612 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 45119269 10985164800 35386 33554432000 4194304 4196468 140725166271712 140654011501584 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5613] ppid=5606 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5613/stat : 5613 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45119269 10985164800 35386 33554432000 4194304 4196468 140725166271712 140654010449040 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5614] ppid=5606 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5614/stat : 5614 (java) S 5606 5609 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45119269 10985164800 35386 33554432000 4194304 4196468 140725166271712 140654009395984 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5615] ppid=5606 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5615/stat : 5615 (java) S 5606 5609 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 45119269 10985164800 35386 33554432000 4194304 4196468 140725166271712 140654008343440 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5616] ppid=5606 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5616/stat : 5616 (java) S 5606 5609 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 45119270 10985164800 35386 33554432000 4194304 4196468 140725166271712 140653577206000 140654085438082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0

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

/proc/5609/task/5613/stat : 5613 (java) S 5606 5609 3347 0 -1 1077944384 7784 0 0 0 116 16 0 0 20 0 16 0 45119269 10985164800 154499 33554432000 4194304 4196468 140725166271712 140654010449040 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5614] ppid=5606 vsize=10727700 memory=617996 CPUtime=1.32 cores=0,2,4,6
/proc/5609/task/5614/stat : 5614 (java) S 5606 5609 3347 0 -1 1077944384 5301 0 0 0 116 16 0 0 20 0 16 0 45119269 10985164800 154499 33554432000 4194304 4196468 140725166271712 140654009395984 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5615] ppid=5606 vsize=10727700 memory=617996 CPUtime=1.3 cores=0,2,4,6
/proc/5609/task/5615/stat : 5615 (java) S 5606 5609 3347 0 -1 1077944384 6781 0 0 0 115 15 0 0 20 0 16 0 45119269 10985164800 154499 33554432000 4194304 4196468 140725166271712 140654008343440 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5616] ppid=5606 vsize=10727700 memory=617996 CPUtime=0.16 cores=0,2,4,6
/proc/5609/task/5616/stat : 5616 (java) S 5606 5609 3347 0 -1 1077944384 13228 0 0 0 12 4 0 0 20 0 16 0 45119270 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653577206000 140654085438082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5617] ppid=5606 vsize=10727700 memory=617996 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5617/stat : 5617 (java) S 5606 5609 3347 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 45119271 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653576152224 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5618] ppid=5606 vsize=10727700 memory=617996 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5618/stat : 5618 (java) S 5606 5609 3347 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 45119271 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653575099120 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5619] ppid=5606 vsize=10727700 memory=619024 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5619/stat : 5619 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45119273 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653574047696 140654085445531 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5620] ppid=5606 vsize=10727700 memory=0 CPUtime=1.18 cores=0,2,4,6
/proc/5609/task/5620/stat : 5620 (java) S 5606 5609 3347 0 -1 1077944384 7257 0 0 0 116 2 0 0 20 0 16 0 45119273 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653572995824 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5621] ppid=5606 vsize=10727700 memory=617996 CPUtime=1.35 cores=0,2,4,6
/proc/5609/task/5621/stat : 5621 (java) S 5606 5609 3347 0 -1 1077944384 15884 0 0 0 133 2 0 0 20 0 16 0 45119273 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653571943280 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5622] ppid=5606 vsize=10727700 memory=617996 CPUtime=0.45 cores=0,2,4,6
/proc/5609/task/5622/stat : 5622 (java) S 5606 5609 3347 0 -1 1077944384 4454 0 0 0 43 2 0 0 20 0 16 0 45119273 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653570890224 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5623] ppid=5606 vsize=10727700 memory=617996 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5623/stat : 5623 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45119274 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653569837920 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5624] ppid=5606 vsize=10727700 memory=840 CPUtime=1.31 cores=0,2,4,6
/proc/5609/task/5624/stat : 5624 (java) S 5606 5609 3347 0 -1 1077944384 2122 0 0 0 63 68 0 0 20 0 16 0 45119274 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653568784944 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5625] ppid=5606 vsize=10727700 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5625/stat : 5625 (java) S 5606 5609 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 45119334 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653565633584 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
Current children cumulated CPU time: 2390.58 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 617996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.7 s]
/proc/loadavg: 2.53 2.18 2.10 3/221 5784
/proc/meminfo: memFree=16126672/32770624 swapFree=67108860/67108860
[pid=5609] ppid=5606 vsize=10727700 memory=617996 CPUtime=2400 cores=0,2,4,6
/proc/5609/stat : 5609 (java) S 5606 5609 3347 0 -1 1077944320 91152 0 0 0 239862 138 0 0 20 0 16 0 45119268 10985164800 154499 33554432000 4194304 4196468 140725166271712 140725166254256 140654085426935 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
/proc/5609/statm: 2681925 154499 3179 1 0 2644416 0
[pid=5609/tid=5611] ppid=5606 vsize=10727700 memory=617996 CPUtime=2390.19 cores=0,2,4,6
/proc/5609/task/5611/stat : 5611 (java) R 5606 5609 3347 0 -1 4202560 20781 0 0 0 239010 9 0 0 20 0 16 0 45119268 10985164800 154499 33554432000 4194304 4196468 140725166271712 140654089665984 140653690348596 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5612] ppid=5606 vsize=10727700 memory=617996 CPUtime=1.32 cores=0,2,4,6
/proc/5609/task/5612/stat : 5612 (java) S 5606 5609 3347 0 -1 1077944384 6119 0 0 0 115 17 0 0 20 0 16 0 45119269 10985164800 154499 33554432000 4194304 4196468 140725166271712 140654011501584 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5613] ppid=5606 vsize=10727700 memory=617996 CPUtime=1.32 cores=0,2,4,6
/proc/5609/task/5613/stat : 5613 (java) S 5606 5609 3347 0 -1 1077944384 7784 0 0 0 116 16 0 0 20 0 16 0 45119269 10985164800 154499 33554432000 4194304 4196468 140725166271712 140654010449040 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5614] ppid=5606 vsize=10727700 memory=617996 CPUtime=1.32 cores=0,2,4,6
/proc/5609/task/5614/stat : 5614 (java) S 5606 5609 3347 0 -1 1077944384 5301 0 0 0 116 16 0 0 20 0 16 0 45119269 10985164800 154499 33554432000 4194304 4196468 140725166271712 140654009395984 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5615] ppid=5606 vsize=10727700 memory=617996 CPUtime=1.3 cores=0,2,4,6
/proc/5609/task/5615/stat : 5615 (java) S 5606 5609 3347 0 -1 1077944384 6781 0 0 0 115 15 0 0 20 0 16 0 45119269 10985164800 154499 33554432000 4194304 4196468 140725166271712 140654008343440 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5616] ppid=5606 vsize=10727700 memory=617996 CPUtime=0.16 cores=0,2,4,6
/proc/5609/task/5616/stat : 5616 (java) S 5606 5609 3347 0 -1 1077944384 13228 0 0 0 12 4 0 0 20 0 16 0 45119270 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653577206000 140654085438082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5617] ppid=5606 vsize=10727700 memory=617996 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5617/stat : 5617 (java) S 5606 5609 3347 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 45119271 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653576152224 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5618] ppid=5606 vsize=10727700 memory=617996 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5618/stat : 5618 (java) S 5606 5609 3347 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 45119271 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653575099120 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5619] ppid=5606 vsize=10727700 memory=617996 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5619/stat : 5619 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45119273 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653574047696 140654085445531 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5620] ppid=5606 vsize=10727700 memory=617996 CPUtime=1.18 cores=0,2,4,6
/proc/5609/task/5620/stat : 5620 (java) S 5606 5609 3347 0 -1 1077944384 7257 0 0 0 116 2 0 0 20 0 16 0 45119273 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653572995824 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5621] ppid=5606 vsize=10727700 memory=617996 CPUtime=1.35 cores=0,2,4,6
/proc/5609/task/5621/stat : 5621 (java) S 5606 5609 3347 0 -1 1077944384 15884 0 0 0 133 2 0 0 20 0 16 0 45119273 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653571943280 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5622] ppid=5606 vsize=10727700 memory=619024 CPUtime=0.45 cores=0,2,4,6
/proc/5609/task/5622/stat : 5622 (java) S 5606 5609 3347 0 -1 1077944384 4454 0 0 0 43 2 0 0 20 0 16 0 45119273 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653570890224 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5623] ppid=5606 vsize=10727700 memory=617996 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5623/stat : 5623 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45119274 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653569837920 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5624] ppid=5606 vsize=10727700 memory=4036 CPUtime=1.31 cores=0,2,4,6
/proc/5609/task/5624/stat : 5624 (java) S 5606 5609 3347 0 -1 1077944384 2124 0 0 0 63 68 0 0 20 0 16 0 45119274 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653568784944 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5625] ppid=5606 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5625/stat : 5625 (java) S 5606 5609 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 45119334 10985164800 154499 33554432000 4194304 4196468 140725166271712 140653565633584 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 617996 KiB

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

[startup+2391.93 s]
# the end of solver process 5609 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.7 s, system=1.38822 s

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

[startup+2391.81 s]
/proc/loadavg: 2.53 2.18 2.10 3/221 5784
/proc/meminfo: memFree=16126672/32770624 swapFree=67108860/67108860
[pid=5609] ppid=5606 vsize=10927392 memory=618060 CPUtime=2400.06 cores=0,2,4,6
/proc/5609/stat : 5609 (java) S 5606 5609 3347 0 -1 1077944320 91603 0 0 0 239868 138 0 0 20 0 17 0 45119268 11189649408 154515 33554432000 4194304 4196468 140725166271712 140725166254256 140654085426935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
/proc/5609/statm: 2731848 154515 3182 1 0 2694339 0
[pid=5609/tid=5611] ppid=5606 vsize=10927392 memory=617996 CPUtime=2390.25 cores=0,2,4,6
/proc/5609/task/5611/stat : 5611 (java) S 5606 5609 3347 0 -1 1077944384 20834 0 0 0 239016 9 0 0 20 0 17 0 45119268 11189649408 154515 33554432000 4194304 4196468 140725166271712 140654089669808 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5612] ppid=5606 vsize=10927392 memory=8112282956445269571 CPUtime=1.32 cores=0,2,4,6
/proc/5609/task/5612/stat : 5612 (java) S 5606 5609 3347 0 -1 1077944384 6119 0 0 0 115 17 0 0 20 0 17 0 45119269 11189649408 154515 33554432000 4194304 4196468 140725166271712 140654011501584 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5613] ppid=5606 vsize=10927392 memory=928 CPUtime=1.32 cores=0,2,4,6
/proc/5609/task/5613/stat : 5613 (java) S 5606 5609 3347 0 -1 1077944384 7784 0 0 0 116 16 0 0 20 0 17 0 45119269 11189649408 154515 33554432000 4194304 4196468 140725166271712 140654010449040 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5614] ppid=5606 vsize=10927392 memory=2244 CPUtime=1.32 cores=0,2,4,6
/proc/5609/task/5614/stat : 5614 (java) S 5606 5609 3347 0 -1 1077944384 5301 0 0 0 116 16 0 0 20 0 17 0 45119269 11189649408 154515 33554432000 4194304 4196468 140725166271712 140654009395984 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5615] ppid=5606 vsize=10927392 memory=4312 CPUtime=1.3 cores=0,2,4,6
/proc/5609/task/5615/stat : 5615 (java) S 5606 5609 3347 0 -1 1077944384 6781 0 0 0 115 15 0 0 20 0 17 0 45119269 11189649408 154515 33554432000 4194304 4196468 140725166271712 140654008343440 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5616] ppid=5606 vsize=10927392 memory=2196 CPUtime=0.16 cores=0,2,4,6
/proc/5609/task/5616/stat : 5616 (java) S 5606 5609 3347 0 -1 1077944384 13228 0 0 0 12 4 0 0 20 0 17 0 45119270 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653577206000 140654085438082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5617] ppid=5606 vsize=10927392 memory=7380 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5617/stat : 5617 (java) S 5606 5609 3347 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 45119271 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653576152224 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5618] ppid=5606 vsize=10927392 memory=840 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5618/stat : 5618 (java) S 5606 5609 3347 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 45119271 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653575099120 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5619] ppid=5606 vsize=10927392 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5619/stat : 5619 (java) S 5606 5609 3347 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 45119273 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653574047696 140654085445531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5620] ppid=5606 vsize=10927392 memory=916 CPUtime=1.18 cores=0,2,4,6
/proc/5609/task/5620/stat : 5620 (java) S 5606 5609 3347 0 -1 1077944384 7304 0 0 0 116 2 0 0 20 0 17 0 45119273 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653572995824 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5621] ppid=5606 vsize=10927392 memory=3852 CPUtime=1.35 cores=0,2,4,6
/proc/5609/task/5621/stat : 5621 (java) S 5606 5609 3347 0 -1 1077944384 15896 0 0 0 133 2 0 0 20 0 17 0 45119273 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653571943280 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5622] ppid=5606 vsize=10927392 memory=2588 CPUtime=0.46 cores=0,2,4,6
/proc/5609/task/5622/stat : 5622 (java) S 5606 5609 3347 0 -1 1077944384 4577 0 0 0 44 2 0 0 20 0 17 0 45119273 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653570890224 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5623] ppid=5606 vsize=10927392 memory=2612 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5623/stat : 5623 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 45119274 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653569837920 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5624] ppid=5606 vsize=10927392 memory=4100 CPUtime=1.31 cores=0,2,4,6
/proc/5609/task/5624/stat : 5624 (java) S 5606 5609 3347 0 -1 1077944384 2124 0 0 0 63 68 0 0 20 0 17 0 45119274 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653568784944 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 618060 KiB

[startup+2391.9 s]
/proc/loadavg: 2.53 2.18 2.10 3/221 5784
/proc/meminfo: memFree=16126672/32770624 swapFree=67108860/67108860
[pid=5609] ppid=5606 vsize=10927392 memory=618060 CPUtime=2400.06 cores=0,2,4,6
/proc/5609/stat : 5609 (java) S 5606 5609 3347 0 -1 1077944320 91603 0 0 0 239868 138 0 0 20 0 17 0 45119268 11189649408 154515 33554432000 4194304 4196468 140725166271712 140725166254256 140654085426935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
/proc/5609/statm: 2731848 154515 3182 1 0 2694339 0
[pid=5609/tid=5611] ppid=5606 vsize=10927392 memory=617996 CPUtime=2390.25 cores=0,2,4,6
/proc/5609/task/5611/stat : 5611 (java) S 5606 5609 3347 0 -1 1077944384 20834 0 0 0 239016 9 0 0 20 0 17 0 45119268 11189649408 154515 33554432000 4194304 4196468 140725166271712 140654089669808 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5612] ppid=5606 vsize=10927392 memory=617996 CPUtime=1.32 cores=0,2,4,6
/proc/5609/task/5612/stat : 5612 (java) S 5606 5609 3347 0 -1 1077944384 6119 0 0 0 115 17 0 0 20 0 17 0 45119269 11189649408 154515 33554432000 4194304 4196468 140725166271712 140654011501584 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5613] ppid=5606 vsize=10927392 memory=617996 CPUtime=1.32 cores=0,2,4,6
/proc/5609/task/5613/stat : 5613 (java) S 5606 5609 3347 0 -1 1077944384 7784 0 0 0 116 16 0 0 20 0 17 0 45119269 11189649408 154515 33554432000 4194304 4196468 140725166271712 140654010449040 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5614] ppid=5606 vsize=10927392 memory=617996 CPUtime=1.32 cores=0,2,4,6
/proc/5609/task/5614/stat : 5614 (java) S 5606 5609 3347 0 -1 1077944384 5301 0 0 0 116 16 0 0 20 0 17 0 45119269 11189649408 154515 33554432000 4194304 4196468 140725166271712 140654009395984 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5615] ppid=5606 vsize=10927392 memory=617996 CPUtime=1.3 cores=0,2,4,6
/proc/5609/task/5615/stat : 5615 (java) S 5606 5609 3347 0 -1 1077944384 6781 0 0 0 115 15 0 0 20 0 17 0 45119269 11189649408 154515 33554432000 4194304 4196468 140725166271712 140654008343440 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5616] ppid=5606 vsize=10927392 memory=617996 CPUtime=0.16 cores=0,2,4,6
/proc/5609/task/5616/stat : 5616 (java) S 5606 5609 3347 0 -1 1077944384 13228 0 0 0 12 4 0 0 20 0 17 0 45119270 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653577206000 140654085438082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5617] ppid=5606 vsize=10927392 memory=617996 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5617/stat : 5617 (java) S 5606 5609 3347 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 45119271 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653576152224 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5618] ppid=5606 vsize=10927392 memory=617996 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5618/stat : 5618 (java) S 5606 5609 3347 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 45119271 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653575099120 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5619] ppid=5606 vsize=10927392 memory=617996 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5619/stat : 5619 (java) S 5606 5609 3347 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 45119273 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653574047696 140654085445531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5620] ppid=5606 vsize=10927392 memory=619024 CPUtime=1.18 cores=0,2,4,6
/proc/5609/task/5620/stat : 5620 (java) S 5606 5609 3347 0 -1 1077944384 7304 0 0 0 116 2 0 0 20 0 17 0 45119273 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653572995824 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5621] ppid=5606 vsize=10927392 memory=617996 CPUtime=1.35 cores=0,2,4,6
/proc/5609/task/5621/stat : 5621 (java) S 5606 5609 3347 0 -1 1077944384 15896 0 0 0 133 2 0 0 20 0 17 0 45119273 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653571943280 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5622] ppid=5606 vsize=10927392 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/5609/task/5622/stat : 5622 (java) S 5606 5609 3347 0 -1 1077944384 4577 0 0 0 44 2 0 0 20 0 17 0 45119273 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653570890224 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5623] ppid=5606 vsize=10927392 memory=4036 CPUtime=0 cores=0,2,4,6
/proc/5609/task/5623/stat : 5623 (java) S 5606 5609 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 45119274 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653569837920 140654085437141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
[pid=5609/tid=5624] ppid=5606 vsize=10927392 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/5609/task/5624/stat : 5624 (java) S 5606 5609 3347 0 -1 1077944384 2124 0 0 0 63 68 0 0 20 0 17 0 45119274 11189649408 154515 33554432000 4194304 4196468 140725166271712 140653568784944 140654085438082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22056960 140725166277745 140725166277897 140725166277897 140725166280655 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 618060 KiB

Child status: 143
Real time (s): 2391.93
CPU time (s): 2400.08
CPU user time (s): 2398.7
CPU system time (s): 1.38822
CPU usage (%): 100.341
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 747372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.7
system time used= 1.38822
maximum resident set size= 747504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91841
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54969
involuntary context switches= 2150


# summary of solver processes directly reported to runsolver:
#   pid: 5609
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2398.7
#   total CPU system time (s): 1.38822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0729 second user time and 20.5071 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 18:06:01
IDJOB=4292108
IDBENCH=141672
IDSOLVER=2742
FILE ID=node133/4292108-1532275561
RUNJOBID= node133-1532260671-3378
PBS_JOBID= 21018968
Free space on /tmp= 52644 MiB

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

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

MD5SUM BENCH= 5b65144cb3b3f40823d8710b9c84d78c
RANDOM SEED=2070083639

node133.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.24
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.24
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.24
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.24
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:        16607168 kB
MemAvailable:   31358288 kB
Buffers:          203324 kB
Cached:         14624832 kB
SwapCached:            0 kB
Active:          1807956 kB
Inactive:       13654552 kB
Active(anon):     624196 kB
Inactive(anon):    29520 kB
Active(file):    1183760 kB
Inactive(file): 13625032 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1960 kB
Writeback:             0 kB
AnonPages:        739236 kB
Mapped:            48020 kB
Shmem:             17056 kB
Slab:             398424 kB
SReclaimable:     370788 kB
SUnreclaim:        27636 kB
KernelStack:        3936 kB
PageTables:         6328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1562628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    620544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52640 MiB
End job on node133 at 2018-07-22 18:45:53