Trace number 4263020

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05OPT11 4.7988601 3.1150899

General information on the benchmark

NamePseudoBoolean/
PseudoBoolean-opt-gr/Pb-gr-05.xml
MD5SUMe9813c111db0babccd5c24a1dd850827
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark0.031037999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints104
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":75}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":50},{"degree":61,"count":5},{"degree":62,"count":20}]
Minimum constraint arity10
Maximum constraint arity21
Distribution of constraint arities[{"arity":10,"count":4},{"arity":11,"count":20},{"arity":16,"count":60},{"arity":21,"count":20}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":104}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.24/0.71	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.24/0.71	c This is free software under the dual EPL/GNU LGPL licenses.
1.24/0.71	c See www.sat4j.org for details.
1.24/0.71	c That software uses the Rhino library from the Mozilla project.
1.24/0.71	c version CUSTOM.v20170705
1.24/0.71	c java.runtime.name	Java(TM) SE Runtime Environment
1.24/0.71	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.24/0.71	c java.vm.version	25.131-b11
1.24/0.71	c java.vm.vendor	Oracle Corporation
1.24/0.71	c sun.arch.data.model	64
1.24/0.71	c java.version		1.8.0_131
1.24/0.71	c os.name		Linux
1.24/0.71	c os.version		3.10.0-514.16.1.el7.x86_64
1.24/0.71	c os.arch		amd64
1.24/0.71	c Free memory 		499604488
1.24/0.71	c Max memory 		7247757312
1.24/0.71	c Total memory 		504889344
1.24/0.71	c Number of processors 	4
1.24/0.71	c c --- Begin Solver configuration ---
1.24/0.71	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.24/0.71	c Learn all clauses as in MiniSAT
1.24/0.71	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.24/0.71	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.24/0.71	c No reason simplification
1.24/0.71	c Glucose 2.1 dynamic restart strategy
1.24/0.71	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.24/0.71	c timeout=2147483s
1.24/0.71	c DB Simplification allowed=false
1.24/0.71	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.24/0.71	c --- End Solver configuration ---
1.24/0.71	c constraints type 
1.24/0.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 150
1.24/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16404
1.24/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 215384
1.24/0.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 208
1.24/0.71	c 232146 constraints processed.
1.84/0.98	o 29
2.71/1.49	o 28
3.05/1.68	o 21
3.34/1.85	o 19
3.54/1.96	o 17
3.65/2.04	o 16
3.79/2.12	o 15
4.00/2.32	o 14
4.21/2.57	o 13
4.31/2.65	o 12
4.48/2.74	o 11
4.78/3.09	c starts		: 17
4.78/3.09	c conflicts		: 1706
4.78/3.09	c decisions		: 112787
4.78/3.09	c propagations		: 8809739
4.78/3.09	c inspects		: 13744848
4.78/3.09	c shortcuts		: 0
4.78/3.09	c learnt literals	: 122
4.78/3.09	c learnt binary clauses	: 66
4.78/3.09	c learnt ternary clauses	: 246
4.78/3.09	c learnt constraints	: 1583
4.78/3.09	c ignored constraints	: 0
4.78/3.09	c root simplifications	: 0
4.78/3.09	c removed literals (reason simplification)	: 0
4.78/3.09	c reason swapping (by a shorter reason)	: 0
4.78/3.09	c Calls to reduceDB	: 0
4.78/3.09	c Number of update (reduction) of LBD	: 758
4.78/3.09	c Imported unit clauses	: 0
4.78/3.09	c number of reductions to clauses (during analyze)	: 0
4.78/3.09	c number of learned constraints concerned by reduction	: 0
4.78/3.09	c number of learning phase by resolution	: 0
4.78/3.09	c number of learning phase by cutting planes	: 0
4.78/3.09	c number of rounding to 1 operations	: 0
4.78/3.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
4.78/3.09	c number of reductions of the coefficients by power 2 	: 0
4.78/3.09	c number of right shift for reduction by power 2 	: 0
4.78/3.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
4.78/3.09	c speed (assignments/second)	: 3734522.679101314
4.78/3.09	c non guided choices	101508
4.78/3.09	c learnt constraints type 
4.78/3.09	s OPTIMUM FOUND
4.78/3.10	v <instantiation type="optimum" cost="11">
4.78/3.10	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] </list>
4.78/3.10	v 	<values> 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 0 0 0 1 1 0 0 1 1 1 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 </values>
4.78/3.10	v </instantiation>
4.78/3.10	

Verifier Data

OK	11

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263020-1502632460/watcher-4263020-1502632460 -o /tmp/evaluation-result-4263020-1502632460/solver-4263020-1502632460 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263020-1502632460.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=21916, runsolver pid=21913
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 2.00 2.02 2.05 2/202 21918
/proc/meminfo: memFree=27884328/32770624 swapFree=67108860/67108860
[pid=21916] ppid=21913 vsize=9936560 memory=16356 CPUtime=0 cores=0,2,4,6
/proc/21916/stat : 21916 (java) S 21913 21916 7968 0 -1 1077944320 3382 0 0 0 0 0 0 0 20 0 6 0 17128670 10175037440 4089 18446744073709551615 4194304 4196468 140727373509248 140727373491792 140460096044791 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
/proc/21916/statm: 2484140 4089 1910 1 0 2473637 0
[pid=21916/tid=21918] ppid=21913 vsize=9936560 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21918/stat : 21918 (java) R 21913 21916 7968 0 -1 4202560 2083 0 0 0 0 0 0 0 20 0 6 0 17128680 10175037440 4089 18446744073709551615 4194304 4196468 140727373509248 140460100280912 140460080125278 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21919] ppid=21913 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21919/stat : 21919 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17128681 10175037440 4089 18446744073709551615 4194304 4196468 140727373509248 140459706677904 140460096054997 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21920] ppid=21913 vsize=9936560 memory=140147147540096 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21920/stat : 21920 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17128681 10175037440 4089 18446744073709551615 4194304 4196468 140727373509248 140459705625104 140460096054997 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21921] ppid=21913 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21921/stat : 21921 (java) S 21913 21916 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17128681 10175037440 4089 18446744073709551615 4194304 4196468 140727373509248 140459704572304 140460096054997 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21922] ppid=21913 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21922/stat : 21922 (java) S 21913 21916 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17128681 10175037440 4089 18446744073709551615 4194304 4196468 140727373509248 140459703519504 140460096054997 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16356 KiB

[startup+0.210357 s]*
/proc/loadavg: 2.00 2.02 2.05 4/215 21931
/proc/meminfo: memFree=27873360/32770624 swapFree=67108860/67108860
[pid=21916] ppid=21913 vsize=10551156 memory=25300 CPUtime=0.07 cores=0,2,4,6
/proc/21916/stat : 21916 (java) S 21913 21916 7968 0 -1 1077944320 4830 0 0 0 6 1 0 0 20 0 15 0 17128670 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140727373491792 140460096044791 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
/proc/21916/statm: 2637789 6325 2609 1 0 2627261 0
[pid=21916/tid=21918] ppid=21913 vsize=10551156 memory=8316850467074736180 CPUtime=0.06 cores=0,2,4,6
/proc/21916/task/21918/stat : 21918 (java) R 21913 21916 7968 0 -1 4202560 2932 0 0 0 6 0 0 0 20 0 15 0 17128680 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140460100270480 140460080125278 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21919] ppid=21913 vsize=10551156 memory=11918 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21919/stat : 21919 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17128681 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459706677904 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21920] ppid=21913 vsize=10551156 memory=288370523299251840 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21920/stat : 21920 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17128681 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459705625104 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21921] ppid=21913 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21921/stat : 21921 (java) S 21913 21916 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17128681 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459704572304 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21922] ppid=21913 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21922/stat : 21922 (java) S 21913 21916 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17128681 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459703519504 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21923] ppid=21913 vsize=10551156 memory=140147147540096 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21923/stat : 21923 (java) S 21913 21916 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17128682 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459660102512 140460096055938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21924] ppid=21913 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21924/stat : 21924 (java) S 21913 21916 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17128683 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459659048480 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21925] ppid=21913 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21925/stat : 21925 (java) S 21913 21916 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17128683 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459590542704 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21926] ppid=21913 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21926/stat : 21926 (java) S 21913 21916 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17128685 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459589491024 140460096063387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21927] ppid=21913 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21927/stat : 21927 (java) S 21913 21916 7968 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 17128685 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459588438384 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21928] ppid=21913 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21928/stat : 21928 (java) S 21913 21916 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17128685 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459587385584 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21929] ppid=21913 vsize=10551156 memory=140147147540096 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21929/stat : 21929 (java) R 21913 21916 7968 0 -1 4202560 226 0 0 0 0 0 0 0 20 0 15 0 17128685 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459586332784 140460096056726 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21930] ppid=21913 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21930/stat : 21930 (java) S 21913 21916 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17128685 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459585280224 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21931] ppid=21913 vsize=10551156 memory=140147147540096 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21931/stat : 21931 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17128691 10804383744 6325 18446744073709551615 4194304 4196468 140727373509248 140459584228528 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25300 KiB

[startup+0.310454 s]*
/proc/loadavg: 2.00 2.02 2.05 3/215 21931
/proc/meminfo: memFree=27860304/32770624 swapFree=67108860/67108860
[pid=21916] ppid=21913 vsize=10551156 memory=36100 CPUtime=0.22 cores=0,2,4,6
/proc/21916/stat : 21916 (java) S 21913 21916 7968 0 -1 1077944320 8264 0 0 0 20 2 0 0 20 0 15 0 17128670 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140727373491792 140460096044791 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
/proc/21916/statm: 2637789 9025 2873 1 0 2627261 0
[pid=21916/tid=21918] ppid=21913 vsize=10551156 memory=8316850467074736180 CPUtime=0.15 cores=0,2,4,6
/proc/21916/task/21918/stat : 21918 (java) R 21913 21916 7968 0 -1 4202560 5908 0 0 0 14 1 0 0 20 0 15 0 17128680 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140460100265744 140460080125278 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21919] ppid=21913 vsize=10551156 memory=11918 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21919/stat : 21919 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17128681 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459706677904 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21920] ppid=21913 vsize=10551156 memory=321988556993291648 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21920/stat : 21920 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17128681 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459705625104 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21921] ppid=21913 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21921/stat : 21921 (java) S 21913 21916 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17128681 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459704572304 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21922] ppid=21913 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21922/stat : 21922 (java) S 21913 21916 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17128681 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459703519504 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21923] ppid=21913 vsize=10551156 memory=3472468443375219376 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21923/stat : 21923 (java) S 21913 21916 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17128682 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459660102512 140460096055938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21924] ppid=21913 vsize=10551156 memory=7959387142431338349 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21924/stat : 21924 (java) S 21913 21916 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17128683 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459659048480 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21925] ppid=21913 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21925/stat : 21925 (java) S 21913 21916 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17128683 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459590542704 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21926] ppid=21913 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21926/stat : 21926 (java) S 21913 21916 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17128685 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459589491024 140460096063387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21927] ppid=21913 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21927/stat : 21927 (java) S 21913 21916 7968 0 -1 1077944384 475 0 0 0 0 0 0 0 20 0 15 0 17128685 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459588438384 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21928] ppid=21913 vsize=10551156 memory=3472328296227680299 CPUtime=0.01 cores=0,2,4,6
/proc/21916/task/21928/stat : 21928 (java) S 21913 21916 7968 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 17128685 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459587385584 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21929] ppid=21913 vsize=10551156 memory=7160715611858171125 CPUtime=0.03 cores=0,2,4,6
/proc/21916/task/21929/stat : 21929 (java) S 21913 21916 7968 0 -1 1077944384 431 0 0 0 3 0 0 0 20 0 15 0 17128685 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459586332784 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21930] ppid=21913 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21930/stat : 21930 (java) S 21913 21916 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17128685 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459585280224 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21931] ppid=21913 vsize=10551156 memory=140147147540096 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21931/stat : 21931 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17128691 10804383744 9025 18446744073709551615 4194304 4196468 140727373509248 140459584228528 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36100 KiB

[startup+0.705046 s]
/proc/loadavg: 2.00 2.02 2.05 4/215 21931
/proc/meminfo: memFree=27850604/32770624 swapFree=67108860/67108860
[pid=21916] ppid=21913 vsize=10551232 memory=138448 CPUtime=1.24 cores=0,2,4,6
/proc/21916/stat : 21916 (java) S 21913 21916 7968 0 -1 1077944320 12340 0 0 0 119 5 0 0 20 0 15 0 17128670 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140727373491792 140460096044791 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
/proc/21916/statm: 2637808 34612 3062 1 0 2627261 0
[pid=21916/tid=21918] ppid=21913 vsize=10551232 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/21916/task/21918/stat : 21918 (java) R 21913 21916 7968 0 -1 4202560 7861 0 0 0 50 4 0 0 20 0 15 0 17128680 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140460100272880 140460096056726 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21919] ppid=21913 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21919/stat : 21919 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17128681 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459706677904 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21920] ppid=21913 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21920/stat : 21920 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17128681 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459705625104 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21921] ppid=21913 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21921/stat : 21921 (java) S 21913 21916 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17128681 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459704572304 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21922] ppid=21913 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21922/stat : 21922 (java) S 21913 21916 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17128681 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459703519504 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21923] ppid=21913 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21923/stat : 21923 (java) S 21913 21916 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17128682 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459660102512 140460096055938 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21924] ppid=21913 vsize=10551232 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21924/stat : 21924 (java) S 21913 21916 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17128683 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459659048480 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21925] ppid=21913 vsize=10551232 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21925/stat : 21925 (java) S 21913 21916 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17128683 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459590542704 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21926] ppid=21913 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21926/stat : 21926 (java) S 21913 21916 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17128685 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459589491024 140460096063387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21927] ppid=21913 vsize=10551232 memory=792 CPUtime=0.23 cores=0,2,4,6
/proc/21916/task/21927/stat : 21927 (java) R 21913 21916 7968 0 -1 4202560 1025 0 0 0 23 0 0 0 20 0 15 0 17128685 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459588427056 140460073936304 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21928] ppid=21913 vsize=10551232 memory=8684 CPUtime=0.21 cores=0,2,4,6
/proc/21916/task/21928/stat : 21928 (java) R 21913 21916 7968 0 -1 4202560 783 0 0 0 21 0 0 0 20 0 15 0 17128685 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459587365456 140460079536832 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21929] ppid=21913 vsize=10551232 memory=1440 CPUtime=0.24 cores=0,2,4,6
/proc/21916/task/21929/stat : 21929 (java) R 21913 21916 7968 0 -1 1077944384 1300 0 0 0 24 0 0 0 20 0 15 0 17128685 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459586330576 140460096054997 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21930] ppid=21913 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21930/stat : 21930 (java) S 21913 21916 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17128685 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459585280224 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21931] ppid=21913 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21931/stat : 21931 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17128691 10804461568 34612 18446744073709551615 4194304 4196468 140727373509248 140459584228528 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 138448 KiB

[startup+1.5008 s]
/proc/loadavg: 2.00 2.02 2.05 6/216 21932
/proc/meminfo: memFree=27744660/32770624 swapFree=67108860/67108860
[pid=21916] ppid=21913 vsize=10617796 memory=165548 CPUtime=2.9 cores=0,2,4,6
/proc/21916/stat : 21916 (java) S 21913 21916 7968 0 -1 1077944320 15670 0 0 0 283 7 0 0 20 0 16 0 17128670 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140727373491792 140460096044791 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
/proc/21916/statm: 2654449 41387 3074 1 0 2643902 0
[pid=21916/tid=21918] ppid=21913 vsize=10617796 memory=154588 CPUtime=1.33 cores=0,2,4,6
/proc/21916/task/21918/stat : 21918 (java) R 21913 21916 7968 0 -1 4202560 8489 0 0 0 129 4 0 0 20 0 16 0 17128680 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140460100281416 140459738291855 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21919] ppid=21913 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21919/stat : 21919 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 17128681 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459706677904 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21920] ppid=21913 vsize=10617796 memory=280293994990704 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21920/stat : 21920 (java) S 21913 21916 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 17128681 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459705625104 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21921] ppid=21913 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21921/stat : 21921 (java) S 21913 21916 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 17128681 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459704572304 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21922] ppid=21913 vsize=10617796 memory=280293995170864 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21922/stat : 21922 (java) S 21913 21916 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 17128681 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459703519504 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21923] ppid=21913 vsize=10617796 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21923/stat : 21923 (java) S 21913 21916 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 17128682 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459660102512 140460096055938 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21924] ppid=21913 vsize=10617796 memory=-7737605734073681312 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21924/stat : 21924 (java) S 21913 21916 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 17128683 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459659048480 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21925] ppid=21913 vsize=10617796 memory=-7737605734073681312 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21925/stat : 21925 (java) S 21913 21916 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17128683 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459590542704 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21926] ppid=21913 vsize=10617796 memory=6944656591801718942 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21926/stat : 21926 (java) S 21913 21916 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17128685 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459589491024 140460096063387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21927] ppid=21913 vsize=10617796 memory=-7737605734073681312 CPUtime=0.64 cores=0,2,4,6
/proc/21916/task/21927/stat : 21927 (java) D 21913 21916 7968 0 -1 4202560 2922 0 0 0 64 0 0 0 20 0 16 0 17128685 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459588438304 140460075951927 0 4 1 16800974 18446744072100347013 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21928] ppid=21913 vsize=10617796 memory=7822038051842261659 CPUtime=0.58 cores=0,2,4,6
/proc/21916/task/21928/stat : 21928 (java) R 21913 21916 7968 0 -1 4202560 1249 0 0 0 58 0 0 0 20 0 16 0 17128685 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459587385584 140460081160037 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21929] ppid=21913 vsize=10617796 memory=7372766876363413607 CPUtime=0.31 cores=0,2,4,6
/proc/21916/task/21929/stat : 21929 (java) S 21913 21916 7968 0 -1 1077944384 1610 0 0 0 30 1 0 0 20 0 16 0 17128685 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459586332784 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21930] ppid=21913 vsize=10617796 memory=141 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21930/stat : 21930 (java) S 21913 21916 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17128685 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459585280224 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21931] ppid=21913 vsize=10617796 memory=111 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21931/stat : 21931 (java) S 21913 21916 7968 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 17128691 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459584228528 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21932] ppid=21913 vsize=10617796 memory=140146997874039 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21932/stat : 21932 (java) S 21913 21916 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17128744 10872623104 41387 18446744073709551615 4194304 4196468 140727373509248 140459583174064 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 165548 KiB

[startup+3.11011 s]
/proc/loadavg: 1.92 2.01 2.04 2/216 21934
/proc/meminfo: memFree=27667452/32770624 swapFree=67108860/67108860
[pid=21916] ppid=21913 vsize=10750924 memory=231516 CPUtime=4.79 cores=0,2,4,6
/proc/21916/stat : 21916 (java) S 21913 21916 7968 0 -1 1077944320 18051 0 0 0 465 14 0 0 20 0 13 0 17128670 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140727373491792 140460096044791 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
/proc/21916/statm: 2687731 57879 3106 1 0 2677184 0
[pid=21916/tid=21918] ppid=21913 vsize=10750924 memory=0 CPUtime=2.68 cores=0,2,4,6
/proc/21916/task/21918/stat : 21918 (java) S 21913 21916 7968 0 -1 1077944384 8696 0 0 0 263 5 0 0 20 0 13 0 17128680 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140460100287632 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21919] ppid=21913 vsize=10750924 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/21916/task/21919/stat : 21919 (java) S 21913 21916 7968 0 -1 1077944384 253 0 0 0 3 1 0 0 20 0 13 0 17128681 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459706677904 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21920] ppid=21913 vsize=10750924 memory=56 CPUtime=0.04 cores=0,2,4,6
/proc/21916/task/21920/stat : 21920 (java) S 21913 21916 7968 0 -1 1077944384 85 0 0 0 3 1 0 0 20 0 13 0 17128681 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459705625104 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21921] ppid=21913 vsize=10750924 memory=2017 CPUtime=0.04 cores=0,2,4,6
/proc/21916/task/21921/stat : 21921 (java) S 21913 21916 7968 0 -1 1077944384 269 0 0 0 3 1 0 0 20 0 13 0 17128681 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459704572304 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21922] ppid=21913 vsize=10750924 memory=6944656592455359580 CPUtime=0.04 cores=0,2,4,6
/proc/21916/task/21922/stat : 21922 (java) S 21913 21916 7968 0 -1 1077944384 71 0 0 0 3 1 0 0 20 0 13 0 17128681 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459703519504 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21923] ppid=21913 vsize=10750924 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21923/stat : 21923 (java) S 21913 21916 7968 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 13 0 17128682 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459660102720 140460096055938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21924] ppid=21913 vsize=10750924 memory=280293995112048 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21924/stat : 21924 (java) S 21913 21916 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 13 0 17128683 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459659048480 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21925] ppid=21913 vsize=10750924 memory=98472929790708 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21925/stat : 21925 (java) S 21913 21916 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 13 0 17128683 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459590542704 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21927] ppid=21913 vsize=10750924 memory=231464 CPUtime=0.79 cores=0,2,4,6
/proc/21916/task/21927/stat : 21927 (java) S 21913 21916 7968 0 -1 1077944384 3095 0 0 0 79 0 0 0 20 0 13 0 17128685 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459588418784 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21928] ppid=21913 vsize=10750924 memory=280293994995360 CPUtime=0.72 cores=0,2,4,6
/proc/21916/task/21928/stat : 21928 (java) S 21913 21916 7968 0 -1 1077944384 1700 0 0 0 72 0 0 0 20 0 13 0 17128685 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459587385584 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21929] ppid=21913 vsize=10750924 memory=234260401269567 CPUtime=0.34 cores=0,2,4,6
/proc/21916/task/21929/stat : 21929 (java) S 21913 21916 7968 0 -1 1077944384 1951 0 0 0 33 1 0 0 20 0 13 0 17128685 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459586332784 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21930] ppid=21913 vsize=10750924 memory=234260401269568 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21930/stat : 21930 (java) S 21913 21916 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 17128685 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459585280224 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
Current children cumulated CPU time: 4.79 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 231516 KiB

[startup+3.11506 s]
# the end of solver process 21916 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.65222 s, system=0.146643 s

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

[startup+3.11011 s]
/proc/loadavg: 1.92 2.01 2.04 2/216 21934
/proc/meminfo: memFree=27667452/32770624 swapFree=67108860/67108860
[pid=21916] ppid=21913 vsize=10750924 memory=231516 CPUtime=4.79 cores=0,2,4,6
/proc/21916/stat : 21916 (java) S 21913 21916 7968 0 -1 1077944320 18051 0 0 0 465 14 0 0 20 0 13 0 17128670 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140727373491792 140460096044791 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
/proc/21916/statm: 2687731 57879 3106 1 0 2677184 0
[pid=21916/tid=21918] ppid=21913 vsize=10750924 memory=0 CPUtime=2.68 cores=0,2,4,6
/proc/21916/task/21918/stat : 21918 (java) S 21913 21916 7968 0 -1 1077944384 8696 0 0 0 263 5 0 0 20 0 13 0 17128680 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140460100287632 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21919] ppid=21913 vsize=10750924 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/21916/task/21919/stat : 21919 (java) S 21913 21916 7968 0 -1 1077944384 253 0 0 0 3 1 0 0 20 0 13 0 17128681 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459706677904 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21920] ppid=21913 vsize=10750924 memory=56 CPUtime=0.04 cores=0,2,4,6
/proc/21916/task/21920/stat : 21920 (java) S 21913 21916 7968 0 -1 1077944384 85 0 0 0 3 1 0 0 20 0 13 0 17128681 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459705625104 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21921] ppid=21913 vsize=10750924 memory=2017 CPUtime=0.04 cores=0,2,4,6
/proc/21916/task/21921/stat : 21921 (java) S 21913 21916 7968 0 -1 1077944384 269 0 0 0 3 1 0 0 20 0 13 0 17128681 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459704572304 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21922] ppid=21913 vsize=10750924 memory=6944656592455359580 CPUtime=0.04 cores=0,2,4,6
/proc/21916/task/21922/stat : 21922 (java) S 21913 21916 7968 0 -1 1077944384 71 0 0 0 3 1 0 0 20 0 13 0 17128681 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459703519504 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21923] ppid=21913 vsize=10750924 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21923/stat : 21923 (java) S 21913 21916 7968 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 13 0 17128682 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459660102720 140460096055938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21924] ppid=21913 vsize=10750924 memory=280293995112048 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21924/stat : 21924 (java) S 21913 21916 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 13 0 17128683 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459659048480 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21925] ppid=21913 vsize=10750924 memory=98472929790708 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21925/stat : 21925 (java) S 21913 21916 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 13 0 17128683 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459590542704 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21927] ppid=21913 vsize=10750924 memory=231464 CPUtime=0.79 cores=0,2,4,6
/proc/21916/task/21927/stat : 21927 (java) S 21913 21916 7968 0 -1 1077944384 3095 0 0 0 79 0 0 0 20 0 13 0 17128685 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459588418784 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21928] ppid=21913 vsize=10750924 memory=280293994995360 CPUtime=0.72 cores=0,2,4,6
/proc/21916/task/21928/stat : 21928 (java) S 21913 21916 7968 0 -1 1077944384 1700 0 0 0 72 0 0 0 20 0 13 0 17128685 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459587385584 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21929] ppid=21913 vsize=10750924 memory=234260401269567 CPUtime=0.34 cores=0,2,4,6
/proc/21916/task/21929/stat : 21929 (java) S 21913 21916 7968 0 -1 1077944384 1951 0 0 0 33 1 0 0 20 0 13 0 17128685 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459586332784 140460096055938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
[pid=21916/tid=21930] ppid=21913 vsize=10750924 memory=234260401269568 CPUtime=0 cores=0,2,4,6
/proc/21916/task/21930/stat : 21930 (java) S 21913 21916 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 17128685 11008946176 57879 18446744073709551615 4194304 4196468 140727373509248 140459585280224 140460096054997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37273600 140727373513105 140727373513258 140727373513258 140727373516751 0
Current children cumulated CPU time: 4.79 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 231516 KiB

Child status: 0
Real time (s): 3.11509
CPU time (s): 4.79886
CPU user time (s): 4.65222
CPU system time (s): 0.146643
CPU usage (%): 154.052
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 231516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.65222
system time used= 0.146643
maximum resident set size= 231776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1877
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 21916
#   total CPU time (s): 4.79886
#   total CPU user time (s): 4.65222
#   total CPU system time (s): 0.146643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053555 second user time and 0.066764 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 15:40:23
IDJOB=4263020
IDBENCH=135467
IDSOLVER=2651
FILE ID=node128/4263020-1502632460
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-gr/Pb-gr-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263020-1502632460/watcher-4263020-1502632460 -o /tmp/evaluation-result-4263020-1502632460/solver-4263020-1502632460 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263020-1502632460.xml

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

MD5SUM BENCH= e9813c111db0babccd5c24a1dd850827
RANDOM SEED=54018894

node128.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.94
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.94
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.94
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.94
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:        27885376 kB
MemAvailable:   28469248 kB
Buffers:          142408 kB
Cached:           729172 kB
SwapCached:            0 kB
Active:          3787148 kB
Inactive:         679440 kB
Active(anon):    3595364 kB
Inactive(anon):    16764 kB
Active(file):     191784 kB
Inactive(file):   662676 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1728 kB
Writeback:            12 kB
AnonPages:       3592304 kB
Mapped:            46004 kB
Shmem:             17116 kB
Slab:             115260 kB
SReclaimable:      90492 kB
SUnreclaim:        24768 kB
KernelStack:        3712 kB
PageTables:        12576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4962696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3360768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 15:40:26