Trace number 4289797

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.25 2391.32

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-10_c18.xml
MD5SUM5381df091e182e76100bed0c682c3bbe
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints3041
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":200}]
Minimum variable degree29
Maximum variable degree38
Distribution of variable degrees[{"degree":29,"count":36},{"degree":30,"count":36},{"degree":31,"count":28},{"degree":32,"count":28},{"degree":33,"count":20},{"degree":34,"count":20},{"degree":35,"count":12},{"degree":36,"count":12},{"degree":37,"count":4},{"degree":38,"count":4}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":3040},{"arity":200,"count":1}]
Number of extensional constraints0
Number of intensional constraints3040
Distribution of constraint types[{"type":"intension","count":3040},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

3.17/1.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.17/1.11	c This is free software under the dual EPL/GNU LGPL licenses.
3.17/1.11	c See www.sat4j.org for details.
3.17/1.11	c That software uses the Rhino library from the Mozilla project.
3.17/1.11	c version 2.3.6-SNAPSHOT
3.17/1.11	c java.runtime.name	Java(TM) SE Runtime Environment
3.17/1.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.17/1.11	c java.vm.version	25.131-b11
3.17/1.11	c java.vm.vendor	Oracle Corporation
3.17/1.11	c sun.arch.data.model	64
3.17/1.11	c java.version		1.8.0_131
3.17/1.11	c os.name		Linux
3.17/1.11	c os.version		3.10.0-514.16.1.el7.x86_64
3.17/1.11	c os.arch		amd64
3.17/1.11	c Free memory 		499604488
3.17/1.11	c Max memory 		7247757312
3.17/1.11	c Total memory 		504889344
3.17/1.11	c Number of processors 	4
3.17/1.11	c c --- Begin Solver configuration ---
3.17/1.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.17/1.11	c Learn all clauses as in MiniSAT
3.17/1.11	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.17/1.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.17/1.11	c No reason simplification
3.17/1.11	c Glucose 2.1 dynamic restart strategy
3.17/1.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
3.17/1.11	c timeout=2147483s
3.17/1.11	c DB Simplification allowed=false
3.17/1.11	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.17/1.11	c --- End Solver configuration ---
3.17/1.11	c constraints type 
3.17/1.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 400
3.17/1.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9521
3.17/1.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 52358
3.17/1.11	c org.sat4j.minisat.constraints.cnf.UnitClause => 6082
3.17/1.11	c 68361 constraints processed.
709.89/706.27	o 5
1121.22/1116.81	o 7
1135.86/1131.50	o 8
1136.67/1131.87	o 9
1138.41/1133.53	o 10
1152.85/1147.87	o 11
1368.86/1362.85	o 12
1765.72/1758.32	o 13
2400.23/2391.31	c starts		: 15500
2400.23/2391.31	c conflicts		: 3760852
2400.23/2391.31	c decisions		: 7201303
2400.23/2391.31	c propagations		: 6801105230
2400.23/2391.31	c inspects		: 36413592968
2400.23/2391.31	c shortcuts		: 0
2400.23/2391.31	c learnt literals	: 1564
2400.23/2391.31	c learnt binary clauses	: 654
2400.23/2391.31	c learnt ternary clauses	: 4890
2400.23/2391.31	c learnt constraints	: 3759288
2400.23/2391.31	c ignored constraints	: 0
2400.23/2391.31	c root simplifications	: 0
2400.23/2391.31	c removed literals (reason simplification)	: 0
2400.23/2391.31	c reason swapping (by a shorter reason)	: 0
2400.23/2391.31	c Calls to reduceDB	: 172
2400.23/2391.31	c Number of update (reduction) of LBD	: 955729
2400.23/2391.31	c Imported unit clauses	: 0
2400.23/2391.31	c number of reductions to clauses (during analyze)	: 0
2400.23/2391.31	c number of learned constraints concerned by reduction	: 0
2400.23/2391.31	c number of learning phase by resolution	: 0
2400.23/2391.31	c number of learning phase by cutting planes	: 0
2400.23/2391.31	c number of rounding to 1 operations	: 0
2400.23/2391.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.23/2391.31	c number of reductions of the coefficients by power 2 	: 0
2400.23/2391.31	c number of right shift for reduction by power 2 	: 0
2400.23/2391.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.23/2391.31	c number of ending skipping 	: 0
2400.23/2391.31	c number of internal skipping 	: 0
2400.23/2391.31	c number of derivation steps 	: 0
2400.23/2391.31	c number of skipped derivation steps 	: 0
2400.23/2391.31	c number of remaining unassigned 	: 0
2400.23/2391.31	c number of remaining assigned 	: 0
2400.23/2391.31	c speed (assignments/second)	: 2845432.851794193
2400.23/2391.31	c non guided choices	: 81033
2400.23/2391.31	s SATISFIABLE
2400.23/2391.31	v <instantiation type="solution">
2400.23/2391.31	v 	<list> b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[0][5] b[0][6] b[0][7] b[0][8] b[0][9] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[1][5] b[1][6] b[1][7] b[1][8] b[1][9] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[2][5] b[2][6] b[2][7] b[2][8] b[2][9] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[3][5] b[3][6] b[3][7] b[3][8] b[3][9] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] b[4][5] b[4][6] b[4][7] b[4][8] b[4][9] b[5][0] b[5][1] b[5][2] b[5][3] b[5][4] b[5][5] b[5][6] b[5][7] b[5][8] b[5][9] b[6][0] b[6][1] b[6][2] b[6][3] b[6][4] b[6][5] b[6][6] b[6][7] b[6][8] b[6][9] b[7][0] b[7][1] b[7][2] b[7][3] b[7][4] b[7][5] b[7][6] b[7][7] b[7][8] b[7][9] b[8][0] b[8][1] b[8][2] b[8][3] b[8][4] b[8][5] b[8][6] b[8][7] b[8][8] b[8][9] b[9][0] b[9][1] b[9][2] b[9][3] b[9][4] b[9][5] b[9][6] b[9][7] b[9][8] b[9][9] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[0][7] w[0][8] w[0][9] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[1][7] w[1][8] w[1][9] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[2][7] w[2][8] w[2][9] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[3][7] w[3][8] w[3][9] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[4][7] w[4][8] w[4][9] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[5][7] w[5][8] w[5][9] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] w[6][7] w[6][8] w[6][9] w[7][0] w[7][1] w[7][2] w[7][3] w[7][4] w[7][5] w[7][6] w[7][7] w[7][8] w[7][9] w[8][0] w[8][1] w[8][2] w[8][3] w[8][4] w[8][5] w[8][6] w[8][7] w[8][8] w[8][9] w[9][0] w[9][1] w[9][2] w[9][3] w[9][4] w[9][5] w[9][6] w[9][7] w[9][8] w[9][9] </list>
2400.23/2391.31	v 	<values> 1 0 1 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 1 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 0 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 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 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 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 </values>
2400.23/2391.31	v </instantiation>
2400.23/2391.31	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289797-1532220202/watcher-4289797-1532220202 -o /tmp/evaluation-result-4289797-1532220202/solver-4289797-1532220202 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289797-1532220202.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=27958, runsolver pid=27955

[startup+0.100937 s]*
/proc/loadavg: 8.08 5.86 3.81 5/216 27973
/proc/meminfo: memFree=13935004/32770624 swapFree=67108860/67108860
[pid=27958] ppid=27955 vsize=10659012 memory=30676 CPUtime=0.12 cores=0,2,4,6
/proc/27958/stat : 27958 (java) S 27955 27958 23392 0 -1 1077944320 6743 0 0 0 11 1 0 0 20 0 15 0 39583378 10914828288 7669 33554432000 4194304 4196468 140727405703184 140727405685728 140458378403575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
/proc/27958/statm: 2664753 7669 2842 1 0 2627263 0
[pid=27958/tid=27960] ppid=27955 vsize=10659012 memory=-8773748148830375293 CPUtime=0.09 cores=0,2,4,6
/proc/27958/task/27960/stat : 27960 (java) R 27955 27958 23392 0 -1 4202560 4579 0 0 0 8 1 0 0 20 0 15 0 39583378 10914828288 7669 33554432000 4194304 4196468 140727405703184 140458382628688 140458362484062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27961] ppid=27955 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27961/stat : 27961 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583379 10914828288 7669 33554432000 4194304 4196468 140727405703184 140458320406928 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27962] ppid=27955 vsize=10659012 memory=140491720599168 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27962/stat : 27962 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583379 10914828288 7669 33554432000 4194304 4196468 140727405703184 140458319354128 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27963] ppid=27955 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27963/stat : 27963 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583379 10914828288 7669 33554432000 4194304 4196468 140727405703184 140458318301840 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27964] ppid=27955 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27964/stat : 27964 (java) S 27955 27958 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39583379 10914828288 7669 33554432000 4194304 4196468 140727405703184 140458317249040 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27965] ppid=27955 vsize=10659012 memory=140491720599168 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27965/stat : 27965 (java) S 27955 27958 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39583381 10914828288 7669 33554432000 4194304 4196468 140727405703184 140457870781040 140458378414722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27966] ppid=27955 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27966/stat : 27966 (java) S 27955 27958 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39583381 10914828288 7669 33554432000 4194304 4196468 140727405703184 140457869727008 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27967] ppid=27955 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27967/stat : 27967 (java) S 27955 27958 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39583381 10914828288 7669 33554432000 4194304 4196468 140727405703184 140457868674672 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27968] ppid=27955 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27968/stat : 27968 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39583384 10914828288 7669 33554432000 4194304 4196468 140727405703184 140457867622992 140458378422171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27969] ppid=27955 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27969/stat : 27969 (java) R 27955 27958 23392 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 39583384 10914828288 7669 33554432000 4194304 4196468 140727405703184 140457866569840 140458378414722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27970] ppid=27955 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27970/stat : 27970 (java) S 27955 27958 23392 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 39583384 10914828288 7669 33554432000 4194304 4196468 140727405703184 140457865517040 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27971] ppid=27955 vsize=10659012 memory=140491720599168 CPUtime=0.02 cores=0,2,4,6
/proc/27958/task/27971/stat : 27971 (java) R 27955 27958 23392 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 15 0 39583384 10914828288 7669 33554432000 4194304 4196468 140727405703184 140457864464752 140458378414722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27972] ppid=27955 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27972/stat : 27972 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39583384 10914828288 7669 33554432000 4194304 4196468 140727405703184 140457863412192 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27973] ppid=27955 vsize=10659012 memory=140491720599168 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27973/stat : 27973 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583384 10914828288 7669 33554432000 4194304 4196468 140727405703184 140457862359984 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30676 KiB

[startup+0.210622 s]*
/proc/loadavg: 8.08 5.86 3.81 6/216 27973
/proc/meminfo: memFree=13924612/32770624 swapFree=67108860/67108860
[pid=27958] ppid=27955 vsize=10659012 memory=41892 CPUtime=0.33 cores=0,2,4,6
/proc/27958/stat : 27958 (java) S 27955 27958 23392 0 -1 1077944320 8072 0 0 0 31 2 0 0 20 0 15 0 39583378 10914828288 10473 33554432000 4194304 4196468 140727405703184 140727405685728 140458378403575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
/proc/27958/statm: 2664753 10473 2996 1 0 2627263 0
[pid=27958/tid=27960] ppid=27955 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27958/task/27960/stat : 27960 (java) R 27955 27958 23392 0 -1 4202560 5031 0 0 0 19 1 0 0 20 0 15 0 39583378 10914828288 10473 33554432000 4194304 4196468 140727405703184 140458382639856 140458378425501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27961] ppid=27955 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27961/stat : 27961 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583379 10914828288 10473 33554432000 4194304 4196468 140727405703184 140458320406928 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27962] ppid=27955 vsize=10659012 memory=4049502407315269280 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27962/stat : 27962 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583379 10914828288 10473 33554432000 4194304 4196468 140727405703184 140458319354128 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27963] ppid=27955 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27963/stat : 27963 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583379 10914828288 10473 33554432000 4194304 4196468 140727405703184 140458318301840 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27964] ppid=27955 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27964/stat : 27964 (java) S 27955 27958 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39583379 10914828288 10473 33554432000 4194304 4196468 140727405703184 140458317249040 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27965] ppid=27955 vsize=10659012 memory=140491720599168 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27965/stat : 27965 (java) S 27955 27958 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39583381 10914828288 10473 33554432000 4194304 4196468 140727405703184 140457870781040 140458378414722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27966] ppid=27955 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27966/stat : 27966 (java) S 27955 27958 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39583381 10914828288 10473 33554432000 4194304 4196468 140727405703184 140457869727008 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27967] ppid=27955 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27967/stat : 27967 (java) S 27955 27958 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39583381 10914828288 10473 33554432000 4194304 4196468 140727405703184 140457868674672 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27968] ppid=27955 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27968/stat : 27968 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39583384 10914828288 10473 33554432000 4194304 4196468 140727405703184 140457867622992 140458378422171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27969] ppid=27955 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27958/task/27969/stat : 27969 (java) S 27955 27958 23392 0 -1 1077944384 586 0 0 0 2 0 0 0 20 0 15 0 39583384 10914828288 10473 33554432000 4194304 4196468 140727405703184 140457866569840 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27970] ppid=27955 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27958/task/27970/stat : 27970 (java) S 27955 27958 23392 0 -1 1077944384 405 0 0 0 1 0 0 0 20 0 15 0 39583384 10914828288 10473 33554432000 4194304 4196468 140727405703184 140457865517040 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27971] ppid=27955 vsize=10659012 memory=140491720599168 CPUtime=0.07 cores=0,2,4,6
/proc/27958/task/27971/stat : 27971 (java) S 27955 27958 23392 0 -1 1077944384 683 0 0 0 7 0 0 0 20 0 15 0 39583384 10914828288 10473 33554432000 4194304 4196468 140727405703184 140457864464752 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27972] ppid=27955 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27972/stat : 27972 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39583384 10914828288 10473 33554432000 4194304 4196468 140727405703184 140457863412192 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27973] ppid=27955 vsize=10659012 memory=140491720599168 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27973/stat : 27973 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583384 10914828288 10473 33554432000 4194304 4196468 140727405703184 140457862359984 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41892 KiB

[startup+0.310832 s]*
/proc/loadavg: 8.08 5.86 3.81 10/216 27973
/proc/meminfo: memFree=13911996/32770624 swapFree=67108860/67108860
[pid=27958] ppid=27955 vsize=10659088 memory=53264 CPUtime=0.59 cores=0,2,4,6
/proc/27958/stat : 27958 (java) S 27955 27958 23392 0 -1 1077944320 9998 0 0 0 56 3 0 0 20 0 15 0 39583378 10914906112 13316 33554432000 4194304 4196468 140727405703184 140727405685728 140458378403575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
/proc/27958/statm: 2664772 13316 3070 1 0 2627263 0
[pid=27958/tid=27960] ppid=27955 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/27958/task/27960/stat : 27960 (java) R 27955 27958 23392 0 -1 4202560 5729 0 0 0 28 1 0 0 20 0 15 0 39583378 10914906112 13316 33554432000 4194304 4196468 140727405703184 140458382638272 140458378425501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27961] ppid=27955 vsize=10659088 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27961/stat : 27961 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583379 10914906112 13316 33554432000 4194304 4196468 140727405703184 140458320406928 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27962] ppid=27955 vsize=10659088 memory=3977444813277341344 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27962/stat : 27962 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583379 10914906112 13316 33554432000 4194304 4196468 140727405703184 140458319354128 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27963] ppid=27955 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27963/stat : 27963 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583379 10914906112 13316 33554432000 4194304 4196468 140727405703184 140458318301840 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27964] ppid=27955 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27964/stat : 27964 (java) S 27955 27958 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39583379 10914906112 13316 33554432000 4194304 4196468 140727405703184 140458317249040 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27965] ppid=27955 vsize=10659088 memory=140491720599168 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27965/stat : 27965 (java) S 27955 27958 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39583381 10914906112 13316 33554432000 4194304 4196468 140727405703184 140457870781040 140458378414722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27966] ppid=27955 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27966/stat : 27966 (java) S 27955 27958 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39583381 10914906112 13316 33554432000 4194304 4196468 140727405703184 140457869727008 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27967] ppid=27955 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27967/stat : 27967 (java) S 27955 27958 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39583381 10914906112 13316 33554432000 4194304 4196468 140727405703184 140457868674672 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27968] ppid=27955 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27968/stat : 27968 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39583384 10914906112 13316 33554432000 4194304 4196468 140727405703184 140457867622992 140458378422171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27969] ppid=27955 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27958/task/27969/stat : 27969 (java) R 27955 27958 23392 0 -1 4202560 936 0 0 0 7 0 0 0 20 0 15 0 39583384 10914906112 13316 33554432000 4194304 4196468 140727405703184 140457866555720 140458358239927 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27970] ppid=27955 vsize=10659088 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27958/task/27970/stat : 27970 (java) R 27955 27958 23392 0 -1 4202560 937 0 0 0 7 0 0 0 20 0 15 0 39583384 10914906112 13316 33554432000 4194304 4196468 140727405703184 140457865498056 140458361900046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27971] ppid=27955 vsize=10659088 memory=140491720599168 CPUtime=0.12 cores=0,2,4,6
/proc/27958/task/27971/stat : 27971 (java) R 27955 27958 23392 0 -1 1077944384 1033 0 0 0 12 0 0 0 20 0 15 0 39583384 10914906112 13316 33554432000 4194304 4196468 140727405703184 140457864464848 140458378413781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27972] ppid=27955 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27972/stat : 27972 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39583384 10914906112 13316 33554432000 4194304 4196468 140727405703184 140457863412192 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27973] ppid=27955 vsize=10659088 memory=140491720599168 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27973/stat : 27973 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583384 10914906112 13316 33554432000 4194304 4196468 140727405703184 140457862359984 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53264 KiB

[startup+0.700668 s]
/proc/loadavg: 7.91 5.86 3.82 9/216 27973
/proc/meminfo: memFree=13884828/32770624 swapFree=67108860/67108860
[pid=27958] ppid=27955 vsize=10661136 memory=100896 CPUtime=1.87 cores=0,2,4,6
/proc/27958/stat : 27958 (java) S 27955 27958 23392 0 -1 1077944320 12219 0 0 0 183 4 0 0 20 0 15 0 39583378 10917003264 25224 33554432000 4194304 4196468 140727405703184 140727405685728 140458378403575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
/proc/27958/statm: 2665284 25224 3099 1 0 2627775 0
[pid=27958/tid=27960] ppid=27955 vsize=10661136 memory=260600361943196 CPUtime=0.67 cores=0,2,4,6
/proc/27958/task/27960/stat : 27960 (java) R 27955 27958 23392 0 -1 4202560 6078 0 0 0 65 2 0 0 20 0 15 0 39583378 10917003264 25224 33554432000 4194304 4196468 140727405703184 140458382638720 140458000714696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27961] ppid=27955 vsize=10661136 memory=120106 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27961/stat : 27961 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583379 10917003264 25224 33554432000 4194304 4196468 140727405703184 140458320406928 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27962] ppid=27955 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27962/stat : 27962 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583379 10917003264 25224 33554432000 4194304 4196468 140727405703184 140458319354128 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27963] ppid=27955 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27963/stat : 27963 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583379 10917003264 25224 33554432000 4194304 4196468 140727405703184 140458318301840 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27964] ppid=27955 vsize=10661136 memory=7809523229951467574 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27964/stat : 27964 (java) S 27955 27958 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39583379 10917003264 25224 33554432000 4194304 4196468 140727405703184 140458317249040 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27965] ppid=27955 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27965/stat : 27965 (java) S 27955 27958 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39583381 10917003264 25224 33554432000 4194304 4196468 140727405703184 140457870781040 140458378414722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27966] ppid=27955 vsize=10661136 memory=-3535359994705171299 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27966/stat : 27966 (java) S 27955 27958 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39583381 10917003264 25224 33554432000 4194304 4196468 140727405703184 140457869727008 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27967] ppid=27955 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27967/stat : 27967 (java) S 27955 27958 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39583381 10917003264 25224 33554432000 4194304 4196468 140727405703184 140457868674672 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27968] ppid=27955 vsize=10661136 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27968/stat : 27968 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39583384 10917003264 25224 33554432000 4194304 4196468 140727405703184 140457867622992 140458378422171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27969] ppid=27955 vsize=10661136 memory=6656426216303648864 CPUtime=0.38 cores=0,2,4,6
/proc/27958/task/27969/stat : 27969 (java) R 27955 27958 23392 0 -1 4202560 1638 0 0 0 38 0 0 0 20 0 15 0 39583384 10917003264 25224 33554432000 4194304 4196468 140727405703184 140457866559456 140458363563208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27970] ppid=27955 vsize=10661136 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/27958/task/27970/stat : 27970 (java) R 27955 27958 23392 0 -1 4202560 1439 0 0 0 39 0 0 0 20 0 15 0 39583384 10917003264 25224 33554432000 4194304 4196468 140727405703184 140457865510064 140458359039548 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27971] ppid=27955 vsize=10661136 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/27958/task/27971/stat : 27971 (java) S 27955 27958 23392 0 -1 1077944384 1693 0 0 0 39 0 0 0 20 0 15 0 39583384 10917003264 25224 33554432000 4194304 4196468 140727405703184 140457864464752 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27972] ppid=27955 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27972/stat : 27972 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39583384 10917003264 25224 33554432000 4194304 4196468 140727405703184 140457863412192 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27973] ppid=27955 vsize=10661136 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27973/stat : 27973 (java) S 27955 27958 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39583384 10917003264 25224 33554432000 4194304 4196468 140727405703184 140457862359984 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 100896 KiB

[startup+1.50092 s]
/proc/loadavg: 7.91 5.86 3.82 8/216 27973
/proc/meminfo: memFree=13784740/32770624 swapFree=67108860/67108860
[pid=27958] ppid=27955 vsize=10727700 memory=205524 CPUtime=4.31 cores=0,2,4,6
/proc/27958/stat : 27958 (java) S 27955 27958 23392 0 -1 1077944320 26582 0 0 0 423 8 0 0 20 0 16 0 39583378 10985164800 51381 33554432000 4194304 4196468 140727405703184 140727405685728 140458378403575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
/proc/27958/statm: 2681925 51381 3143 1 0 2644416 0
[pid=27958/tid=27960] ppid=27955 vsize=10727700 memory=10755 CPUtime=1.46 cores=0,2,4,6
/proc/27958/task/27960/stat : 27960 (java) R 27955 27958 23392 0 -1 4202560 7600 0 0 0 143 3 0 0 20 0 16 0 39583378 10985164800 51381 33554432000 4194304 4196468 140727405703184 140458382640096 140458002069668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27961] ppid=27955 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27961/stat : 27961 (java) S 27955 27958 23392 0 -1 1077944384 354 0 0 0 0 0 0 0 20 0 16 0 39583379 10985164800 51381 33554432000 4194304 4196468 140727405703184 140458320406928 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27962] ppid=27955 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27962/stat : 27962 (java) S 27955 27958 23392 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 39583379 10985164800 51381 33554432000 4194304 4196468 140727405703184 140458319354128 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27963] ppid=27955 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27963/stat : 27963 (java) S 27955 27958 23392 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 16 0 39583379 10985164800 51381 33554432000 4194304 4196468 140727405703184 140458318301840 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27964] ppid=27955 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27964/stat : 27964 (java) S 27955 27958 23392 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 39583379 10985164800 51381 33554432000 4194304 4196468 140727405703184 140458317249040 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27965] ppid=27955 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27965/stat : 27965 (java) S 27955 27958 23392 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 16 0 39583381 10985164800 51381 33554432000 4194304 4196468 140727405703184 140457870781040 140458378414722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0

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

/proc/27958/task/27962/stat : 27962 (java) S 27955 27958 23392 0 -1 1077944384 4629 0 0 0 113 14 0 0 20 0 16 0 39583379 10985164800 120991 33554432000 4194304 4196468 140727405703184 140458319354128 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27963] ppid=27955 vsize=10727700 memory=489584 CPUtime=1.27 cores=0,2,4,6
/proc/27958/task/27963/stat : 27963 (java) S 27955 27958 23392 0 -1 1077944384 4839 0 0 0 113 14 0 0 20 0 16 0 39583379 10985164800 120991 33554432000 4194304 4196468 140727405703184 140458318301840 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27964] ppid=27955 vsize=10727700 memory=489584 CPUtime=1.27 cores=0,2,4,6
/proc/27958/task/27964/stat : 27964 (java) S 27955 27958 23392 0 -1 1077944384 5737 0 0 0 114 13 0 0 20 0 16 0 39583379 10985164800 120991 33554432000 4194304 4196468 140727405703184 140458317249040 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27965] ppid=27955 vsize=10727700 memory=483964 CPUtime=0.17 cores=0,2,4,6
/proc/27958/task/27965/stat : 27965 (java) S 27955 27958 23392 0 -1 1077944384 9387 0 0 0 14 3 0 0 20 0 16 0 39583381 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457870781040 140458378414722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27966] ppid=27955 vsize=10727700 memory=483964 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27966/stat : 27966 (java) S 27955 27958 23392 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 39583381 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457869727072 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27967] ppid=27955 vsize=10727700 memory=489584 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27967/stat : 27967 (java) S 27955 27958 23392 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 16 0 39583381 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457868674688 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27968] ppid=27955 vsize=10727700 memory=489584 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27968/stat : 27968 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39583384 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457867622992 140458378422171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27969] ppid=27955 vsize=10727700 memory=0 CPUtime=1.93 cores=0,2,4,6
/proc/27958/task/27969/stat : 27969 (java) S 27955 27958 23392 0 -1 1077944384 11416 0 0 0 191 2 0 0 20 0 16 0 39583384 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457866569840 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27970] ppid=27955 vsize=10727700 memory=489584 CPUtime=1.57 cores=0,2,4,6
/proc/27958/task/27970/stat : 27970 (java) S 27955 27958 23392 0 -1 1077944384 11262 0 0 0 155 2 0 0 20 0 16 0 39583384 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457865517040 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27971] ppid=27955 vsize=10727700 memory=1404 CPUtime=0.59 cores=0,2,4,6
/proc/27958/task/27971/stat : 27971 (java) S 27955 27958 23392 0 -1 1077944384 5230 0 0 0 58 1 0 0 20 0 16 0 39583384 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457864464752 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27972] ppid=27955 vsize=10727700 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27972/stat : 27972 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39583384 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457863412192 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27973] ppid=27955 vsize=10727700 memory=2340 CPUtime=1.19 cores=0,2,4,6
/proc/27958/task/27973/stat : 27973 (java) S 27955 27958 23392 0 -1 1077944384 1191 0 0 0 56 63 0 0 20 0 16 0 39583384 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457862359984 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27974] ppid=27955 vsize=10727700 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27974/stat : 27974 (java) S 27955 27958 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39583491 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457859208368 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
Current children cumulated CPU time: 2391.27 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 483964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.11 s]
/proc/loadavg: 2.07 2.00 2.15 3/218 28221
/proc/meminfo: memFree=18252968/32770624 swapFree=67108860/67108860
[pid=27958] ppid=27955 vsize=10727700 memory=483964 CPUtime=2400.09 cores=0,2,4,6
/proc/27958/stat : 27958 (java) S 27955 27958 23392 0 -1 1077944320 79690 0 0 0 239882 127 0 0 20 0 16 0 39583378 10985164800 120991 33554432000 4194304 4196468 140727405703184 140727405685728 140458378403575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
/proc/27958/statm: 2681925 120991 3186 1 0 2644416 0
[pid=27958/tid=27960] ppid=27955 vsize=10727700 memory=483964 CPUtime=2389.45 cores=0,2,4,6
/proc/27958/task/27960/stat : 27960 (java) R 27955 27958 23392 0 -1 4202560 17648 0 0 0 238939 6 0 0 20 0 16 0 39583378 10985164800 120991 33554432000 4194304 4196468 140727405703184 140458382642224 140458002538624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27961] ppid=27955 vsize=10727700 memory=489584 CPUtime=1.26 cores=0,2,4,6
/proc/27958/task/27961/stat : 27961 (java) S 27955 27958 23392 0 -1 1077944384 6848 0 0 0 111 15 0 0 20 0 16 0 39583379 10985164800 120991 33554432000 4194304 4196468 140727405703184 140458320406928 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27962] ppid=27955 vsize=10727700 memory=489584 CPUtime=1.27 cores=0,2,4,6
/proc/27958/task/27962/stat : 27962 (java) S 27955 27958 23392 0 -1 1077944384 4629 0 0 0 113 14 0 0 20 0 16 0 39583379 10985164800 120991 33554432000 4194304 4196468 140727405703184 140458319354128 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27963] ppid=27955 vsize=10727700 memory=489584 CPUtime=1.27 cores=0,2,4,6
/proc/27958/task/27963/stat : 27963 (java) S 27955 27958 23392 0 -1 1077944384 4839 0 0 0 113 14 0 0 20 0 16 0 39583379 10985164800 120991 33554432000 4194304 4196468 140727405703184 140458318301840 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27964] ppid=27955 vsize=10727700 memory=489584 CPUtime=1.27 cores=0,2,4,6
/proc/27958/task/27964/stat : 27964 (java) S 27955 27958 23392 0 -1 1077944384 5737 0 0 0 114 13 0 0 20 0 16 0 39583379 10985164800 120991 33554432000 4194304 4196468 140727405703184 140458317249040 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27965] ppid=27955 vsize=10727700 memory=483964 CPUtime=0.17 cores=0,2,4,6
/proc/27958/task/27965/stat : 27965 (java) S 27955 27958 23392 0 -1 1077944384 9387 0 0 0 14 3 0 0 20 0 16 0 39583381 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457870781040 140458378414722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27966] ppid=27955 vsize=10727700 memory=483964 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27966/stat : 27966 (java) S 27955 27958 23392 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 39583381 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457869727072 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27967] ppid=27955 vsize=10727700 memory=489584 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27967/stat : 27967 (java) S 27955 27958 23392 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 16 0 39583381 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457868674688 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27968] ppid=27955 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27968/stat : 27968 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39583384 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457867622992 140458378422171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27969] ppid=27955 vsize=10727700 memory=483964 CPUtime=1.93 cores=0,2,4,6
/proc/27958/task/27969/stat : 27969 (java) S 27955 27958 23392 0 -1 1077944384 11416 0 0 0 191 2 0 0 20 0 16 0 39583384 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457866569840 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27970] ppid=27955 vsize=10727700 memory=483964 CPUtime=1.57 cores=0,2,4,6
/proc/27958/task/27970/stat : 27970 (java) S 27955 27958 23392 0 -1 1077944384 11262 0 0 0 155 2 0 0 20 0 16 0 39583384 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457865517040 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27971] ppid=27955 vsize=10727700 memory=1948 CPUtime=0.59 cores=0,2,4,6
/proc/27958/task/27971/stat : 27971 (java) S 27955 27958 23392 0 -1 1077944384 5230 0 0 0 58 1 0 0 20 0 16 0 39583384 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457864464752 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27972] ppid=27955 vsize=10727700 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27972/stat : 27972 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39583384 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457863412192 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27973] ppid=27955 vsize=10727700 memory=4140 CPUtime=1.19 cores=0,2,4,6
/proc/27958/task/27973/stat : 27973 (java) S 27955 27958 23392 0 -1 1077944384 1191 0 0 0 56 63 0 0 20 0 16 0 39583384 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457862359984 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27974] ppid=27955 vsize=10727700 memory=14000 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27974/stat : 27974 (java) S 27955 27958 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39583491 10985164800 120991 33554432000 4194304 4196468 140727405703184 140457859208368 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 483964 KiB

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

[startup+2391.32 s]
# the end of solver process 27958 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.97 s, system=1.27605 s

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

[startup+2391.21 s]
/proc/loadavg: 2.07 2.00 2.15 3/218 28221
/proc/meminfo: memFree=18252968/32770624 swapFree=67108860/67108860
[pid=27958] ppid=27955 vsize=10927392 memory=484056 CPUtime=2400.19 cores=0,2,4,6
/proc/27958/stat : 27958 (java) S 27955 27958 23392 0 -1 1077944320 79964 0 0 0 239892 127 0 0 20 0 17 0 39583378 11189649408 121014 33554432000 4194304 4196468 140727405703184 140727405685728 140458378403575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
/proc/27958/statm: 2731848 121014 3188 1 0 2694339 0
[pid=27958/tid=27960] ppid=27955 vsize=10927392 memory=14000 CPUtime=2389.54 cores=0,2,4,6
/proc/27958/task/27960/stat : 27960 (java) R 27955 27958 23392 0 -1 4202560 17655 0 0 0 238948 6 0 0 20 0 17 0 39583378 11189649408 121014 33554432000 4194304 4196468 140727405703184 140458382642224 140457997051772 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27961] ppid=27955 vsize=10927392 memory=2436 CPUtime=1.26 cores=0,2,4,6
/proc/27958/task/27961/stat : 27961 (java) S 27955 27958 23392 0 -1 1077944384 6848 0 0 0 111 15 0 0 20 0 17 0 39583379 11189649408 121014 33554432000 4194304 4196468 140727405703184 140458320406928 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27962] ppid=27955 vsize=10927392 memory=1296 CPUtime=1.27 cores=0,2,4,6
/proc/27958/task/27962/stat : 27962 (java) S 27955 27958 23392 0 -1 1077944384 4629 0 0 0 113 14 0 0 20 0 17 0 39583379 11189649408 121014 33554432000 4194304 4196468 140727405703184 140458319354128 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27963] ppid=27955 vsize=10927392 memory=483964 CPUtime=1.27 cores=0,2,4,6
/proc/27958/task/27963/stat : 27963 (java) S 27955 27958 23392 0 -1 1077944384 4839 0 0 0 113 14 0 0 20 0 17 0 39583379 11189649408 121014 33554432000 4194304 4196468 140727405703184 140458318301840 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27964] ppid=27955 vsize=10927392 memory=483964 CPUtime=1.27 cores=0,2,4,6
/proc/27958/task/27964/stat : 27964 (java) S 27955 27958 23392 0 -1 1077944384 5737 0 0 0 114 13 0 0 20 0 17 0 39583379 11189649408 121014 33554432000 4194304 4196468 140727405703184 140458317249040 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27965] ppid=27955 vsize=10927392 memory=2436 CPUtime=0.17 cores=0,2,4,6
/proc/27958/task/27965/stat : 27965 (java) S 27955 27958 23392 0 -1 1077944384 9387 0 0 0 14 3 0 0 20 0 17 0 39583381 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457870781040 140458378414722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27966] ppid=27955 vsize=10927392 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27966/stat : 27966 (java) S 27955 27958 23392 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 39583381 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457869727072 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27967] ppid=27955 vsize=10927392 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27967/stat : 27967 (java) S 27955 27958 23392 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 39583381 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457868674688 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27968] ppid=27955 vsize=10927392 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27968/stat : 27968 (java) S 27955 27958 23392 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 39583384 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457867622992 140458378422171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27969] ppid=27955 vsize=10927392 memory=5520 CPUtime=1.94 cores=0,2,4,6
/proc/27958/task/27969/stat : 27969 (java) S 27955 27958 23392 0 -1 1077944384 11429 0 0 0 192 2 0 0 20 0 17 0 39583384 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457866569840 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27970] ppid=27955 vsize=10927392 memory=6791534058613427641 CPUtime=1.57 cores=0,2,4,6
/proc/27958/task/27970/stat : 27970 (java) S 27955 27958 23392 0 -1 1077944384 11318 0 0 0 155 2 0 0 20 0 17 0 39583384 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457865517040 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27971] ppid=27955 vsize=10927392 memory=800 CPUtime=0.59 cores=0,2,4,6
/proc/27958/task/27971/stat : 27971 (java) S 27955 27958 23392 0 -1 1077944384 5266 0 0 0 58 1 0 0 20 0 17 0 39583384 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457864464752 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27972] ppid=27955 vsize=10927392 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27972/stat : 27972 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39583384 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457863412192 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27973] ppid=27955 vsize=10927392 memory=16436 CPUtime=1.19 cores=0,2,4,6
/proc/27958/task/27973/stat : 27973 (java) S 27955 27958 23392 0 -1 1077944384 1191 0 0 0 56 63 0 0 20 0 17 0 39583384 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457862359984 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
Current children cumulated CPU time: 2400.19 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 484056 KiB

[startup+2391.3 s]
/proc/loadavg: 2.07 2.00 2.15 3/218 28221
/proc/meminfo: memFree=18252968/32770624 swapFree=67108860/67108860
[pid=27958] ppid=27955 vsize=10927392 memory=484056 CPUtime=2400.23 cores=0,2,4,6
/proc/27958/stat : 27958 (java) S 27955 27958 23392 0 -1 1077944320 79965 0 0 0 239896 127 0 0 20 0 17 0 39583378 11189649408 121014 33554432000 4194304 4196468 140727405703184 140727405685728 140458378403575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
/proc/27958/statm: 2731848 121014 3188 1 0 2694339 0
[pid=27958/tid=27960] ppid=27955 vsize=10927392 memory=483964 CPUtime=2389.59 cores=0,2,4,6
/proc/27958/task/27960/stat : 27960 (java) S 27955 27958 23392 0 -1 1077944384 17656 0 0 0 238953 6 0 0 20 0 17 0 39583378 11189649408 121014 33554432000 4194304 4196468 140727405703184 140458382646448 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27961] ppid=27955 vsize=10927392 memory=489584 CPUtime=1.26 cores=0,2,4,6
/proc/27958/task/27961/stat : 27961 (java) S 27955 27958 23392 0 -1 1077944384 6848 0 0 0 111 15 0 0 20 0 17 0 39583379 11189649408 121014 33554432000 4194304 4196468 140727405703184 140458320406928 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27962] ppid=27955 vsize=10927392 memory=489584 CPUtime=1.27 cores=0,2,4,6
/proc/27958/task/27962/stat : 27962 (java) S 27955 27958 23392 0 -1 1077944384 4629 0 0 0 113 14 0 0 20 0 17 0 39583379 11189649408 121014 33554432000 4194304 4196468 140727405703184 140458319354128 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27963] ppid=27955 vsize=10927392 memory=489584 CPUtime=1.27 cores=0,2,4,6
/proc/27958/task/27963/stat : 27963 (java) S 27955 27958 23392 0 -1 1077944384 4839 0 0 0 113 14 0 0 20 0 17 0 39583379 11189649408 121014 33554432000 4194304 4196468 140727405703184 140458318301840 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27964] ppid=27955 vsize=10927392 memory=489584 CPUtime=1.27 cores=0,2,4,6
/proc/27958/task/27964/stat : 27964 (java) S 27955 27958 23392 0 -1 1077944384 5737 0 0 0 114 13 0 0 20 0 17 0 39583379 11189649408 121014 33554432000 4194304 4196468 140727405703184 140458317249040 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27965] ppid=27955 vsize=10927392 memory=483964 CPUtime=0.17 cores=0,2,4,6
/proc/27958/task/27965/stat : 27965 (java) S 27955 27958 23392 0 -1 1077944384 9387 0 0 0 14 3 0 0 20 0 17 0 39583381 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457870781040 140458378414722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27966] ppid=27955 vsize=10927392 memory=483964 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27966/stat : 27966 (java) S 27955 27958 23392 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 39583381 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457869727072 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27967] ppid=27955 vsize=10927392 memory=489584 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27967/stat : 27967 (java) S 27955 27958 23392 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 39583381 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457868674688 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27968] ppid=27955 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27968/stat : 27968 (java) S 27955 27958 23392 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 39583384 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457867622992 140458378422171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27969] ppid=27955 vsize=10927392 memory=483964 CPUtime=1.94 cores=0,2,4,6
/proc/27958/task/27969/stat : 27969 (java) S 27955 27958 23392 0 -1 1077944384 11429 0 0 0 192 2 0 0 20 0 17 0 39583384 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457866569840 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27970] ppid=27955 vsize=10927392 memory=483964 CPUtime=1.57 cores=0,2,4,6
/proc/27958/task/27970/stat : 27970 (java) S 27955 27958 23392 0 -1 1077944384 11318 0 0 0 155 2 0 0 20 0 17 0 39583384 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457865517040 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27971] ppid=27955 vsize=10927392 memory=1948 CPUtime=0.59 cores=0,2,4,6
/proc/27958/task/27971/stat : 27971 (java) S 27955 27958 23392 0 -1 1077944384 5266 0 0 0 58 1 0 0 20 0 17 0 39583384 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457864464752 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27972] ppid=27955 vsize=10927392 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/27958/task/27972/stat : 27972 (java) S 27955 27958 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39583384 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457863412192 140458378413781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
[pid=27958/tid=27973] ppid=27955 vsize=10927392 memory=4140 CPUtime=1.19 cores=0,2,4,6
/proc/27958/task/27973/stat : 27973 (java) S 27955 27958 23392 0 -1 1077944384 1191 0 0 0 56 63 0 0 20 0 17 0 39583384 11189649408 121014 33554432000 4194304 4196468 140727405703184 140457862359984 140458378414722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140727405708401 140727405708553 140727405708553 140727405711311 0
Current children cumulated CPU time: 2400.23 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 484056 KiB

Child status: 143
Real time (s): 2391.32
CPU time (s): 2400.25
CPU user time (s): 2398.97
CPU system time (s): 1.27605
CPU usage (%): 100.373
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 691896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.97
system time used= 1.27605
maximum resident set size= 692264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55051
involuntary context switches= 2615


# summary of solver processes directly reported to runsolver:
#   pid: 27958
#   total CPU time (s): 2400.25
#   total CPU user time (s): 2398.97
#   total CPU system time (s): 1.27605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2541 second user time and 19.5551 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 02:43:22
IDJOB=4289797
IDBENCH=141487
IDSOLVER=2742
FILE ID=node136/4289797-1532220202
RUNJOBID= node136-1532209747-25927
PBS_JOBID= 21018931
Free space on /tmp= 57112 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-10_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289797-1532220202/watcher-4289797-1532220202 -o /tmp/evaluation-result-4289797-1532220202/solver-4289797-1532220202 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289797-1532220202.xml

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

MD5SUM BENCH= 5381df091e182e76100bed0c682c3bbe
RANDOM SEED=819970377

node136.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.50
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.50
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.50
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.50
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:        13952328 kB
MemAvailable:   23788516 kB
Buffers:          226740 kB
Cached:          9818236 kB
SwapCached:            0 kB
Active:          9195612 kB
Inactive:        9040620 kB
Active(anon):    8194048 kB
Inactive(anon):    16920 kB
Active(file):    1001564 kB
Inactive(file):  9023700 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:       8198364 kB
Mapped:            46772 kB
Shmem:             17036 kB
Slab:             266504 kB
SReclaimable:     239384 kB
SUnreclaim:        27120 kB
KernelStack:        3504 kB
PageTables:        21060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8644664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8056832 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= 57108 MiB
End job on node136 at 2018-07-22 03:23:14