Trace number 4263573

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 3.3731899 1.81118

General information on the benchmark

NameRenault/Renault-m1-s1/
Renault-small.xml
MD5SUM5e55bfc7b30a0175fda5de0f90de1236
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.012165
Satisfiable
(Un)Satisfiability was proved
Number of variables139
Number of constraints147
Number of domains8
Minimum domain size2
Maximum domain size16
Distribution of domain sizes[{"size":2,"count":120},{"size":3,"count":10},{"size":4,"count":6},{"size":14,"count":1},{"size":16,"count":2}]
Minimum variable degree1
Maximum variable degree132
Distribution of variable degrees[{"degree":1,"count":105},{"degree":2,"count":22},{"degree":3,"count":8},{"degree":4,"count":1},{"degree":5,"count":1},{"degree":11,"count":1},{"degree":132,"count":1}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":133},{"arity":3,"count":7},{"arity":4,"count":3},{"arity":6,"count":3},{"arity":8,"count":1}]
Number of extensional constraints147
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":147}]
Optimization problemNO
Type of objective

Solver Data

1.60/0.82	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.60/0.82	c This is free software under the dual EPL/GNU LGPL licenses.
1.60/0.82	c See www.sat4j.org for details.
1.60/0.82	c That software uses the Rhino library from the Mozilla project.
1.60/0.82	c version CUSTOM.v20170705
1.60/0.82	c java.runtime.name	Java(TM) SE Runtime Environment
1.60/0.82	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.60/0.82	c java.vm.version	25.131-b11
1.60/0.82	c java.vm.vendor	Oracle Corporation
1.60/0.82	c sun.arch.data.model	64
1.60/0.82	c java.version		1.8.0_131
1.60/0.82	c os.name		Linux
1.60/0.82	c os.version		3.10.0-514.16.1.el7.x86_64
1.60/0.82	c os.arch		amd64
1.60/0.82	c Free memory 		499604488
1.60/0.82	c Max memory 		7247757312
1.60/0.82	c Total memory 		504889344
1.60/0.82	c Number of processors 	4
1.60/0.82	c c --- Begin Solver configuration ---
1.60/0.82	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.60/0.82	c Learn all clauses as in MiniSAT
1.60/0.82	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.60/0.82	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.60/0.82	c No reason simplification
1.60/0.82	c Glucose 2.1 dynamic restart strategy
1.60/0.82	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.60/0.82	c timeout=2147483s
1.60/0.82	c DB Simplification allowed=false
1.60/0.82	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.60/0.82	c --- End Solver configuration ---
1.60/0.82	c constraints type 
1.60/0.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 278
1.60/0.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59741
1.60/0.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29356
1.60/0.82	c org.sat4j.minisat.constraints.cnf.UnitClause => 294
1.60/0.82	c 89669 constraints processed.
3.35/1.67	c starts		: 4
3.35/1.67	c conflicts		: 574
3.35/1.67	c decisions		: 232733
3.35/1.67	c propagations		: 1281751
3.35/1.67	c inspects		: 1663409
3.35/1.67	c shortcuts		: 0
3.35/1.67	c learnt literals	: 1
3.35/1.67	c learnt binary clauses	: 154
3.35/1.67	c learnt ternary clauses	: 58
3.35/1.67	c learnt constraints	: 573
3.35/1.67	c ignored constraints	: 0
3.35/1.67	c root simplifications	: 0
3.35/1.67	c removed literals (reason simplification)	: 0
3.35/1.67	c reason swapping (by a shorter reason)	: 0
3.35/1.67	c Calls to reduceDB	: 0
3.35/1.67	c Number of update (reduction) of LBD	: 80
3.35/1.67	c Imported unit clauses	: 0
3.35/1.67	c number of reductions to clauses (during analyze)	: 0
3.35/1.67	c number of learned constraints concerned by reduction	: 0
3.35/1.67	c number of learning phase by resolution	: 0
3.35/1.67	c number of learning phase by cutting planes	: 0
3.35/1.67	c number of rounding to 1 operations	: 0
3.35/1.67	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3.35/1.67	c number of reductions of the coefficients by power 2 	: 0
3.35/1.67	c number of right shift for reduction by power 2 	: 0
3.35/1.67	c number of reductions of the coefficients by GCD over coefficients 	: 0
3.35/1.67	c speed (assignments/second)	: 1524079.6670630202
3.35/1.67	c non guided choices	52304
3.35/1.67	c learnt constraints type 
3.35/1.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 154
3.35/1.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 419
3.35/1.67	s SATISFIABLE
3.35/1.67	v <instantiation type="solution">
3.35/1.67	v 	<list> x4 x0[0] x0[1] x1[0] x1[1] x1[2] x1[3] x1[4] x1[5] x1[6] x1[7] x2[0] x2[1] x2[2] x2[3] x2[4] x2[5] x3[0] x3[1] x3[2] x3[3] x3[4] x3[5] x3[6] x3[7] x3[8] x3[9] x3[10] x3[11] x3[12] x3[13] x3[14] x3[15] x3[16] x3[17] x3[18] x3[19] x3[20] x3[21] x3[22] x3[23] x3[24] x3[25] x3[26] x3[27] x3[28] x3[29] x3[30] x3[31] x3[32] x3[33] x5[0] x5[1] x6[0] x6[1] x6[2] x6[3] x6[4] x7[0] x7[1] x7[2] x7[3] x7[4] x7[5] x7[6] x7[7] x7[8] x7[9] x7[10] x7[11] x7[12] x7[13] x7[14] x7[15] x7[16] x7[17] x7[18] x7[19] x7[20] x7[21] x7[22] x7[23] x7[24] x7[25] x7[26] x7[27] x7[28] x7[29] x7[30] x7[31] x7[32] x7[33] x7[34] x7[35] x7[36] x7[37] x7[38] x7[39] x7[40] x7[41] x7[42] x7[43] x7[44] x7[45] x7[46] x7[47] x7[48] x7[49] x7[50] x7[51] x7[52] x7[53] x7[54] x7[55] x7[56] x7[57] x7[58] x7[59] x7[60] x7[61] x7[62] x7[63] x7[64] x7[65] x7[66] x7[67] x7[68] x7[69] x7[70] x7[71] x7[72] x7[73] x7[74] x7[75] x7[76] x7[77] x7[78] x7[79] x7[80] </list>
3.35/1.67	v 	<values> 2 9 9 0 0 0 2 0 2 0 2 2 0 2 1 2 1 0 1 1 1 0 0 1 1 1 1 1 0 1 1 0 0 0 1 0 1 0 0 0 0 1 1 0 1 1 1 1 1 0 0 99 0 99 99 0 99 99 99 1 99 1 1 99 99 1 99 1 99 1 99 1 1 99 99 1 99 1 1 99 99 1 99 1 99 99 99 99 1 1 99 99 1 99 99 1 1 99 1 99 1 99 99 1 99 1 1 99 99 1 99 1 99 99 1 99 99 1 99 1 1 99 99 99 99 1 99 99 1 1 1 1 99 1 1 99 99 99 1 </values>
3.35/1.80	v </instantiation>
3.35/1.80	

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263573-1502620480/watcher-4263573-1502620480 -o /tmp/evaluation-result-4263573-1502620480/solver-4263573-1502620480 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263573-1502620480.xml 

running on 4 cores: 1,3,5,7

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
solver pid=14347, runsolver pid=14341
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100174 s]*
/proc/loadavg: 1.00 1.05 1.38 3/199 14365
/proc/meminfo: memFree=31744444/32770624 swapFree=67108764/67108860
[pid=14347] ppid=14341 vsize=10151672 memory=19560 CPUtime=0.02 cores=1,3,5,7
/proc/14347/stat : 14347 (java) S 14341 14347 4674 0 -1 1077944320 3741 0 0 0 2 0 0 0 20 0 9 0 109554394 10395312128 4890 18446744073709551615 4194304 4196468 140729286980096 140729286962640 140559787081463 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
/proc/14347/statm: 2537918 4890 2083 1 0 2527415 0
[pid=14347/tid=14357] ppid=14341 vsize=10151672 memory=-8774313645642428999 CPUtime=0.01 cores=1,3,5,7
/proc/14347/task/14357/stat : 14357 (java) R 14341 14347 4674 0 -1 4202560 2399 0 0 0 1 0 0 0 20 0 9 0 109554402 10395312128 4890 18446744073709551615 4194304 4196468 140729286980096 140559791317608 140559769539776 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14359] ppid=14341 vsize=10151672 memory=4872558142750483774 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14359/stat : 14359 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 109554403 10395312128 4890 18446744073709551615 4194304 4196468 140729286980096 140559398202128 140559787091669 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14361] ppid=14341 vsize=10151672 memory=139768303928960 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14361/stat : 14361 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 109554403 10395312128 4890 18446744073709551615 4194304 4196468 140729286980096 140559397149584 140559787091669 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14363] ppid=14341 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14363/stat : 14363 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 109554403 10395312128 4890 18446744073709551615 4194304 4196468 140729286980096 140559396097040 140559787091669 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14365] ppid=14341 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14365/stat : 14365 (java) S 14341 14347 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 109554403 10395312128 4890 18446744073709551615 4194304 4196468 140729286980096 140559395044496 140559787091669 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14367] ppid=14341 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14367/stat : 14367 (java) S 14341 14347 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 109554404 10395312128 4890 18446744073709551615 4194304 4196468 140729286980096 140559283652592 140559787092610 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14369] ppid=14341 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14369/stat : 14369 (java) S 14341 14347 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 109554405 10395312128 4890 18446744073709551615 4194304 4196468 140729286980096 140559282598816 140559787091669 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14371] ppid=14341 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14371/stat : 14371 (java) S 14341 14347 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 109554405 10395312128 4890 18446744073709551615 4194304 4196468 140729286980096 140559281546288 140559787091669 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19560 KiB

[startup+0.210528 s]*
/proc/loadavg: 1.08 1.07 1.38 1/216 14382
/proc/meminfo: memFree=31736628/32770624 swapFree=67108764/67108860
[pid=14347] ppid=14341 vsize=10551156 memory=26564 CPUtime=0.1 cores=1,3,5,7
/proc/14347/stat : 14347 (java) S 14341 14347 4674 0 -1 1077944320 5139 0 0 0 9 1 0 0 20 0 15 0 109554394 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140729286962640 140559787081463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
/proc/14347/statm: 2637789 6641 2811 1 0 2627261 0
[pid=14347/tid=14357] ppid=14341 vsize=10551156 memory=-8774313645642428999 CPUtime=0.08 cores=1,3,5,7
/proc/14347/task/14357/stat : 14357 (java) D 14341 14347 4674 0 -1 4202560 3046 0 0 0 7 1 0 0 20 0 15 0 109554402 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559791307344 140559787103389 0 4 1 16800974 18446744071580419588 0 0 -1 3 0 0 3 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14359] ppid=14341 vsize=10551156 memory=4872558142750483774 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14359/stat : 14359 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559398202128 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14361] ppid=14341 vsize=10551156 memory=139768303928960 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14361/stat : 14361 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559397149584 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14363] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14363/stat : 14363 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559396097040 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14365] ppid=14341 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14365/stat : 14365 (java) S 14341 14347 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559395044496 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14367] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14367/stat : 14367 (java) S 14341 14347 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554404 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559283652592 140559787092610 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14369] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14369/stat : 14369 (java) S 14341 14347 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109554405 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559282598816 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14371] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14371/stat : 14371 (java) S 14341 14347 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109554405 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559281546224 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14372] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14372/stat : 14372 (java) S 14341 14347 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554407 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559280494800 140559787100059 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14373] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14373/stat : 14373 (java) S 14341 14347 4674 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 109554407 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559279442416 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14374] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14374/stat : 14374 (java) S 14341 14347 4674 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 109554407 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559278389872 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14375] ppid=14341 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14347/task/14375/stat : 14375 (java) S 14341 14347 4674 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 15 0 109554407 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559277337328 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14376] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14376/stat : 14376 (java) S 14341 14347 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554407 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559276285024 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14382] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14382/stat : 14382 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554411 10804383744 6641 18446744073709551615 4194304 4196468 140729286980096 140559275231536 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26564 KiB

[startup+0.310505 s]*
/proc/loadavg: 1.08 1.07 1.38 5/217 14383
/proc/meminfo: memFree=31712672/32770624 swapFree=67108764/67108860
[pid=14347] ppid=14341 vsize=10551156 memory=35688 CPUtime=0.23 cores=1,3,5,7
/proc/14347/stat : 14347 (java) S 14341 14347 4674 0 -1 1077944320 8225 0 0 0 20 3 0 0 20 0 15 0 109554394 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140729286962640 140559787081463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
/proc/14347/statm: 2637789 8922 2855 1 0 2627261 0
[pid=14347/tid=14357] ppid=14341 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/14347/task/14357/stat : 14357 (java) R 14341 14347 4674 0 -1 4202560 5899 0 0 0 14 2 0 0 20 0 15 0 109554402 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559791318888 140559787093398 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14359] ppid=14341 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14359/stat : 14359 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559398202128 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14361] ppid=14341 vsize=10551156 memory=5450909908396308010 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14361/stat : 14361 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559397149584 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14363] ppid=14341 vsize=10551156 memory=-7828588039587135831 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14363/stat : 14363 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559396097040 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14365] ppid=14341 vsize=10551156 memory=8508281356422054816 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14365/stat : 14365 (java) S 14341 14347 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559395044496 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14367] ppid=14341 vsize=10551156 memory=4278483708103473607 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14367/stat : 14367 (java) S 14341 14347 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554404 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559283652592 140559787092610 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14369] ppid=14341 vsize=10551156 memory=139768303935953 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14369/stat : 14369 (java) S 14341 14347 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109554405 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559282598816 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14371] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14371/stat : 14371 (java) S 14341 14347 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109554405 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559281546224 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14372] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14372/stat : 14372 (java) S 14341 14347 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554407 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559280494800 140559787100059 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14373] ppid=14341 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14347/task/14373/stat : 14373 (java) S 14341 14347 4674 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 15 0 109554407 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559279442416 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14374] ppid=14341 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14347/task/14374/stat : 14374 (java) S 14341 14347 4674 0 -1 1077944384 182 0 0 0 1 0 0 0 20 0 15 0 109554407 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559278389872 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14375] ppid=14341 vsize=10551156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/14347/task/14375/stat : 14375 (java) R 14341 14347 4674 0 -1 4202560 418 0 0 0 4 0 0 0 20 0 15 0 109554407 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559277333280 140559771161950 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14376] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14376/stat : 14376 (java) S 14341 14347 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554407 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559276285024 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14382] ppid=14341 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14382/stat : 14382 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554411 10804383744 8922 18446744073709551615 4194304 4196468 140729286980096 140559275231536 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35688 KiB

[startup+0.700894 s]
/proc/loadavg: 1.08 1.07 1.38 7/217 14383
/proc/meminfo: memFree=31685000/32770624 swapFree=67108764/67108860
[pid=14347] ppid=14341 vsize=10551232 memory=90132 CPUtime=1.29 cores=1,3,5,7
/proc/14347/stat : 14347 (java) S 14341 14347 4674 0 -1 1077944320 12190 0 0 0 124 5 0 0 20 0 15 0 109554394 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140729286962640 140559787081463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
/proc/14347/statm: 2637808 22533 3053 1 0 2627261 0
[pid=14347/tid=14357] ppid=14341 vsize=10551232 memory=53048 CPUtime=0.53 cores=1,3,5,7
/proc/14347/task/14357/stat : 14357 (java) R 14341 14347 4674 0 -1 4202560 7454 0 0 0 50 3 0 0 20 0 15 0 109554402 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559791314944 140559398499520 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14359] ppid=14341 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14359/stat : 14359 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559398202128 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14361] ppid=14341 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14361/stat : 14361 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559397149584 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14363] ppid=14341 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14363/stat : 14363 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559396097040 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14365] ppid=14341 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14365/stat : 14365 (java) S 14341 14347 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554403 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559395044496 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14367] ppid=14341 vsize=10551232 memory=24 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14367/stat : 14367 (java) S 14341 14347 4674 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 109554404 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559283652592 140559787092610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14369] ppid=14341 vsize=10551232 memory=226 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14369/stat : 14369 (java) S 14341 14347 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109554405 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559282598816 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14371] ppid=14341 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14371/stat : 14371 (java) S 14341 14347 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109554405 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559281546224 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14372] ppid=14341 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14372/stat : 14372 (java) S 14341 14347 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554407 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559280494800 140559787100059 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14373] ppid=14341 vsize=10551232 memory=54984 CPUtime=0.24 cores=1,3,5,7
/proc/14347/task/14373/stat : 14373 (java) R 14341 14347 4674 0 -1 4202560 1121 0 0 0 24 0 0 0 20 0 15 0 109554407 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559279428984 140559771468944 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14374] ppid=14341 vsize=10551232 memory=-8774313645642428999 CPUtime=0.22 cores=1,3,5,7
/proc/14347/task/14374/stat : 14374 (java) R 14341 14347 4674 0 -1 4202560 946 0 0 0 22 0 0 0 20 0 15 0 109554407 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559278376440 140559770567413 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14375] ppid=14341 vsize=10551232 memory=4872558044660077418 CPUtime=0.26 cores=1,3,5,7
/proc/14347/task/14375/stat : 14375 (java) S 14341 14347 4674 0 -1 1077944384 1297 0 0 0 26 0 0 0 20 0 15 0 109554407 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559277337328 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14376] ppid=14341 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14376/stat : 14376 (java) S 14341 14347 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554407 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559276285024 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14382] ppid=14341 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14382/stat : 14382 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554411 10804461568 22533 18446744073709551615 4194304 4196468 140729286980096 140559275231536 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 90132 KiB

[startup+1.50078 s]
/proc/loadavg: 1.08 1.07 1.38 8/218 14384
/proc/meminfo: memFree=31422680/32770624 swapFree=67108764/67108860
[pid=14347] ppid=14341 vsize=10750924 memory=171804 CPUtime=3.35 cores=1,3,5,7
/proc/14347/stat : 14347 (java) S 14341 14347 4674 0 -1 1077944320 23771 0 0 0 327 8 0 0 20 0 16 0 109554394 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140729286962640 140559787081463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
/proc/14347/statm: 2687731 42951 3080 1 0 2677184 0
[pid=14347/tid=14357] ppid=14341 vsize=10750924 memory=7380106142448641897 CPUtime=1.31 cores=1,3,5,7
/proc/14347/task/14357/stat : 14357 (java) S 14341 14347 4674 0 -1 1077944384 7987 0 0 0 126 5 0 0 20 0 16 0 109554402 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559791322144 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14359] ppid=14341 vsize=10750924 memory=6935650355523965008 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14359/stat : 14359 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109554403 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559398202128 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14361] ppid=14341 vsize=10750924 memory=119 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14361/stat : 14361 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109554403 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559397149584 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14363] ppid=14341 vsize=10750924 memory=167 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14363/stat : 14363 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109554403 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559396097040 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14365] ppid=14341 vsize=10750924 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14365/stat : 14365 (java) S 14341 14347 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109554403 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559395044496 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14367] ppid=14341 vsize=10750924 memory=360 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14367/stat : 14367 (java) S 14341 14347 4674 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 109554404 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559283652592 140559787092610 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14369] ppid=14341 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14369/stat : 14369 (java) S 14341 14347 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109554405 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559282598816 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14371] ppid=14341 vsize=10750924 memory=-7522837415797432223 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14371/stat : 14371 (java) S 14341 14347 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109554405 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559281546224 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14372] ppid=14341 vsize=10750924 memory=-7384994774051102368 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14372/stat : 14372 (java) S 14341 14347 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554407 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559280494800 140559787100059 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14373] ppid=14341 vsize=10750924 memory=-7531822216215565666 CPUtime=0.86 cores=1,3,5,7
/proc/14347/task/14373/stat : 14373 (java) S 14341 14347 4674 0 -1 1077944384 4243 0 0 0 85 1 0 0 20 0 16 0 109554407 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559279442416 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14374] ppid=14341 vsize=10750924 memory=-9001733975035373671 CPUtime=0.81 cores=1,3,5,7
/proc/14347/task/14374/stat : 14374 (java) S 14341 14347 4674 0 -1 1077944384 7900 0 0 0 80 1 0 0 20 0 16 0 109554407 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559278389872 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14375] ppid=14341 vsize=10750924 memory=139768168060608 CPUtime=0.34 cores=1,3,5,7
/proc/14347/task/14375/stat : 14375 (java) S 14341 14347 4674 0 -1 1077944384 2106 0 0 0 34 0 0 0 20 0 16 0 109554407 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559277337328 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14376] ppid=14341 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14376/stat : 14376 (java) S 14341 14347 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554407 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559276285024 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14382] ppid=14341 vsize=10750924 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14382/stat : 14382 (java) S 14341 14347 4674 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 109554411 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559275231536 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
Current children cumulated CPU time: 3.35 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 171804 KiB

[startup+1.81114 s]
# the end of solver process 14347 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.27903 s, system=0.094164 s

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

[startup+1.60088 s]
/proc/loadavg: 1.08 1.07 1.38 8/218 14384
/proc/meminfo: memFree=31422680/32770624 swapFree=67108764/67108860
[pid=14347] ppid=14341 vsize=10750924 memory=171804 CPUtime=3.35 cores=1,3,5,7
/proc/14347/stat : 14347 (java) S 14341 14347 4674 0 -1 1077944320 23771 0 0 0 327 8 0 0 20 0 16 0 109554394 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140729286962640 140559787081463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
/proc/14347/statm: 2687731 42951 3080 1 0 2677184 0
[pid=14347/tid=14357] ppid=14341 vsize=10750924 memory=984 CPUtime=1.31 cores=1,3,5,7
/proc/14347/task/14357/stat : 14357 (java) S 14341 14347 4674 0 -1 1077944384 7987 0 0 0 126 5 0 0 20 0 16 0 109554402 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559791322144 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14359] ppid=14341 vsize=10750924 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14359/stat : 14359 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109554403 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559398202128 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14361] ppid=14341 vsize=10750924 memory=4572 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14361/stat : 14361 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109554403 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559397149584 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14363] ppid=14341 vsize=10750924 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14363/stat : 14363 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109554403 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559396097040 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14365] ppid=14341 vsize=10750924 memory=12304 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14365/stat : 14365 (java) S 14341 14347 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109554403 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559395044496 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14367] ppid=14341 vsize=10750924 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14367/stat : 14367 (java) S 14341 14347 4674 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 109554404 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559283652592 140559787092610 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14369] ppid=14341 vsize=10750924 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14369/stat : 14369 (java) S 14341 14347 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109554405 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559282598816 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14371] ppid=14341 vsize=10750924 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14371/stat : 14371 (java) S 14341 14347 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109554405 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559281546224 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14372] ppid=14341 vsize=10750924 memory=31652 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14372/stat : 14372 (java) S 14341 14347 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554407 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559280494800 140559787100059 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14373] ppid=14341 vsize=10750924 memory=26660 CPUtime=0.86 cores=1,3,5,7
/proc/14347/task/14373/stat : 14373 (java) S 14341 14347 4674 0 -1 1077944384 4243 0 0 0 85 1 0 0 20 0 16 0 109554407 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559279442416 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14374] ppid=14341 vsize=10750924 memory=-8774313645642428999 CPUtime=0.81 cores=1,3,5,7
/proc/14347/task/14374/stat : 14374 (java) S 14341 14347 4674 0 -1 1077944384 7900 0 0 0 80 1 0 0 20 0 16 0 109554407 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559278389872 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14375] ppid=14341 vsize=10750924 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/14347/task/14375/stat : 14375 (java) S 14341 14347 4674 0 -1 1077944384 2106 0 0 0 34 0 0 0 20 0 16 0 109554407 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559277337328 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14376] ppid=14341 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14376/stat : 14376 (java) S 14341 14347 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554407 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559276285024 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14382] ppid=14341 vsize=10750924 memory=279536336170096 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14382/stat : 14382 (java) S 14341 14347 4674 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 109554411 11008946176 42951 18446744073709551615 4194304 4196468 140729286980096 140559275231536 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
Current children cumulated CPU time: 3.35 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 171804 KiB

[startup+1.80066 s]
/proc/loadavg: 1.08 1.07 1.38 8/218 14384
/proc/meminfo: memFree=31422680/32770624 swapFree=67108764/67108860
[pid=14347] ppid=14341 vsize=10750924 memory=173940 CPUtime=3.35 cores=1,3,5,7
/proc/14347/stat : 14347 (java) S 14341 14347 4674 0 -1 1077944320 24088 0 0 0 327 8 0 0 20 0 12 0 109554394 11008946176 43485 18446744073709551615 4194304 4196468 140729286980096 140729286962640 140559787081463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
/proc/14347/statm: 2687731 43485 3085 1 0 2677184 0
[pid=14347/tid=14357] ppid=14341 vsize=10750924 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/14347/task/14357/stat : 14357 (java) D 14341 14347 4674 0 -1 4202560 7999 0 0 0 126 5 0 0 20 0 12 0 109554402 11008946176 43485 18446744073709551615 4194304 4196468 140729286980096 140559791324472 140559779767095 0 0 1 16800974 18446744072100924549 0 0 -1 1 0 0 6 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14359] ppid=14341 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14359/stat : 14359 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 109554403 11008946176 43485 18446744073709551615 4194304 4196468 140729286980096 140559398202128 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14361] ppid=14341 vsize=10750924 memory=7093559101538264920 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14361/stat : 14361 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 109554403 11008946176 43485 18446744073709551615 4194304 4196468 140729286980096 140559397149584 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14363] ppid=14341 vsize=10750924 memory=7378972507440245106 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14363/stat : 14363 (java) S 14341 14347 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 109554403 11008946176 43485 18446744073709551615 4194304 4196468 140729286980096 140559396097040 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14365] ppid=14341 vsize=10750924 memory=6297272899246839652 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14365/stat : 14365 (java) S 14341 14347 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 109554403 11008946176 43485 18446744073709551615 4194304 4196468 140729286980096 140559395044496 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14369] ppid=14341 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14369/stat : 14369 (java) S 14341 14347 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 12 0 109554405 11008946176 43485 18446744073709551615 4194304 4196468 140729286980096 140559282598816 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14371] ppid=14341 vsize=10750924 memory=2273 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14371/stat : 14371 (java) S 14341 14347 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 12 0 109554405 11008946176 43485 18446744073709551615 4194304 4196468 140729286980096 140559281546224 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14373] ppid=14341 vsize=10750924 memory=2244 CPUtime=0.86 cores=1,3,5,7
/proc/14347/task/14373/stat : 14373 (java) S 14341 14347 4674 0 -1 1077944384 4243 0 0 0 85 1 0 0 20 0 12 0 109554407 11008946176 43485 18446744073709551615 4194304 4196468 140729286980096 140559279442416 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14374] ppid=14341 vsize=10750924 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/14347/task/14374/stat : 14374 (java) S 14341 14347 4674 0 -1 1077944384 7901 0 0 0 80 1 0 0 20 0 12 0 109554407 11008946176 43485 18446744073709551615 4194304 4196468 140729286980096 140559278389872 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14375] ppid=14341 vsize=10750924 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/14347/task/14375/stat : 14375 (java) S 14341 14347 4674 0 -1 1077944384 2109 0 0 0 34 0 0 0 20 0 12 0 109554407 11008946176 43485 18446744073709551615 4194304 4196468 140729286980096 140559277337328 140559787092610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
[pid=14347/tid=14376] ppid=14341 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14347/task/14376/stat : 14376 (java) S 14341 14347 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 12 0 109554407 11008946176 43485 18446744073709551615 4194304 4196468 140729286980096 140559276285024 140559787091669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19058688 140729286984080 140729286984233 140729286984233 140729286987727 0
Current children cumulated CPU time: 3.35 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 173940 KiB

Child status: 0
Real time (s): 1.81118
CPU time (s): 3.37319
CPU user time (s): 3.27903
CPU system time (s): 0.094164
CPU usage (%): 186.243
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 173940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.27903
system time used= 0.094164
maximum resident set size= 174332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24098
page faults= 0
swaps= 0
block input operations= 7184
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1559
involuntary context switches= 85


# summary of solver processes directly reported to runsolver:
#   pid: 14347
#   total CPU time (s): 3.37319
#   total CPU user time (s): 3.27903
#   total CPU system time (s): 0.094164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036207 second user time and 0.057328 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 12:20:45
IDJOB=4263573
IDBENCH=123007
IDSOLVER=2651
FILE ID=node134/4263573-1502620480
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Renault/Renault-m1-s1/Renault-small.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263573-1502620480/watcher-4263573-1502620480 -o /tmp/evaluation-result-4263573-1502620480/solver-4263573-1502620480 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263573-1502620480.xml

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

MD5SUM BENCH= 5e55bfc7b30a0175fda5de0f90de1236
RANDOM SEED=1481683136

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31767572 kB
MemAvailable:   31964392 kB
Buffers:          220520 kB
Cached:           269864 kB
SwapCached:            4 kB
Active:           352844 kB
Inactive:         197768 kB
Active(anon):       7328 kB
Inactive(anon):    94440 kB
Active(file):     345516 kB
Inactive(file):   103328 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              4296 kB
Writeback:             0 kB
AnonPages:         60092 kB
Mapped:            56164 kB
Shmem:             41564 kB
Slab:             153844 kB
SReclaimable:     127624 kB
SUnreclaim:        26220 kB
KernelStack:        3216 kB
PageTables:         4988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     319552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node134 at 2017-08-13 12:20:47