Trace number 4263496

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 7.98631 4.5108399

General information on the benchmark

NameQRandom/QRandom-composed-s25/
composed-25-10-20-5.xml
MD5SUMc48c45b7e76b5e503373b0b6aac41bc1
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.027673
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints620
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":105}]
Minimum variable degree4
Maximum variable degree32
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":8},{"degree":6,"count":9},{"degree":7,"count":14},{"degree":8,"count":18},{"degree":9,"count":12},{"degree":10,"count":8},{"degree":11,"count":8},{"degree":12,"count":2},{"degree":18,"count":1},{"degree":19,"count":1},{"degree":20,"count":4},{"degree":21,"count":1},{"degree":22,"count":3},{"degree":23,"count":3},{"degree":24,"count":1},{"degree":25,"count":2},{"degree":26,"count":2},{"degree":27,"count":3},{"degree":28,"count":1},{"degree":29,"count":1},{"degree":31,"count":1},{"degree":32,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":620}]
Number of extensional constraints620
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":620}]
Optimization problemNO
Type of objective

Solver Data

3.25/1.15	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.25/1.15	c This is free software under the dual EPL/GNU LGPL licenses.
3.25/1.15	c See www.sat4j.org for details.
3.25/1.15	c That software uses the Rhino library from the Mozilla project.
3.25/1.15	c version CUSTOM.v20170705
3.25/1.15	c java.runtime.name	Java(TM) SE Runtime Environment
3.25/1.15	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.25/1.15	c java.vm.version	25.131-b11
3.25/1.15	c java.vm.vendor	Oracle Corporation
3.25/1.15	c sun.arch.data.model	64
3.25/1.15	c java.version		1.8.0_131
3.25/1.15	c os.name		Linux
3.25/1.15	c os.version		3.10.0-514.16.1.el7.x86_64
3.25/1.15	c os.arch		amd64
3.25/1.15	c Free memory 		499604488
3.25/1.15	c Max memory 		7247757312
3.25/1.15	c Total memory 		504889344
3.25/1.15	c Number of processors 	4
3.25/1.15	c c --- Begin Solver configuration ---
3.25/1.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.25/1.15	c Learn all clauses as in MiniSAT
3.25/1.15	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.25/1.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.25/1.15	c No reason simplification
3.25/1.15	c Glucose 2.1 dynamic restart strategy
3.25/1.15	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
3.25/1.15	c timeout=2147483s
3.25/1.15	c DB Simplification allowed=false
3.25/1.15	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.25/1.15	c --- End Solver configuration ---
3.25/1.15	c constraints type 
3.25/1.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 210
3.25/1.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224000
3.25/1.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 87120
3.25/1.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 440
3.25/1.15	c 311770 constraints processed.
7.96/4.50	c starts		: 57
7.96/4.50	c conflicts		: 9083
7.96/4.50	c decisions		: 609899
7.96/4.50	c propagations		: 8217430
7.96/4.50	c inspects		: 10743313
7.96/4.50	c shortcuts		: 0
7.96/4.50	c learnt literals	: 2
7.96/4.50	c learnt binary clauses	: 393
7.96/4.50	c learnt ternary clauses	: 290
7.96/4.50	c learnt constraints	: 9081
7.96/4.50	c ignored constraints	: 0
7.96/4.50	c root simplifications	: 0
7.96/4.50	c removed literals (reason simplification)	: 0
7.96/4.50	c reason swapping (by a shorter reason)	: 0
7.96/4.50	c Calls to reduceDB	: 1
7.96/4.50	c Number of update (reduction) of LBD	: 4357
7.96/4.50	c Imported unit clauses	: 0
7.96/4.50	c number of reductions to clauses (during analyze)	: 0
7.96/4.50	c number of learned constraints concerned by reduction	: 0
7.96/4.50	c number of learning phase by resolution	: 0
7.96/4.50	c number of learning phase by cutting planes	: 0
7.96/4.50	c number of rounding to 1 operations	: 0
7.96/4.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
7.96/4.50	c number of reductions of the coefficients by power 2 	: 0
7.96/4.50	c number of right shift for reduction by power 2 	: 0
7.96/4.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
7.96/4.50	c speed (assignments/second)	: 2475129.5180722894
7.96/4.50	c non guided choices	163073
7.96/4.50	c learnt constraints type 
7.96/4.50	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 393
7.96/4.50	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6210
7.96/4.50	s SATISFIABLE
7.96/4.50	v <instantiation type="solution">
7.96/4.50	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] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] </list>
7.96/4.50	v 	<values> 8 6 6 7 8 7 6 7 3 8 5 2 8 8 3 3 2 4 6 7 7 6 4 7 4 6 1 1 3 3 4 1 9 6 7 7 3 3 2 7 5 9 0 5 2 1 0 6 4 5 8 4 6 7 7 8 7 5 6 1 9 0 6 2 9 6 9 8 0 6 0 1 8 7 2 6 2 9 8 7 8 9 6 6 2 4 2 0 7 1 0 9 8 0 6 4 4 1 1 2 0 8 2 1 3 </values>
7.96/4.50	v </instantiation>
7.96/4.50	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263496-1502625294/watcher-4263496-1502625294 -o /tmp/evaluation-result-4263496-1502625294/solver-4263496-1502625294 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263496-1502625294.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=12686, runsolver pid=12683

[startup+0.101771 s]*
/proc/loadavg: 7.23 5.55 3.57 6/216 12701
/proc/meminfo: memFree=20551392/32770624 swapFree=67108860/67108860
[pid=12686] ppid=12683 vsize=10555400 memory=29924 CPUtime=0.13 cores=1,3,5,7
/proc/12686/stat : 12686 (java) S 12683 12686 6338 0 -1 1077944320 6566 0 0 0 12 1 0 0 20 0 15 0 95610464 10808729600 7481 33554432000 4194304 4196468 140723484558240 140723484540784 140442228219639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
/proc/12686/statm: 2638850 7481 2819 1 0 2627263 0
[pid=12686/tid=12688] ppid=12683 vsize=10555400 memory=-7254954386087372155 CPUtime=0.09 cores=1,3,5,7
/proc/12686/task/12688/stat : 12688 (java) R 12683 12686 6338 0 -1 4202560 4410 0 0 0 8 1 0 0 20 0 15 0 95610464 10808729600 7481 33554432000 4194304 4196468 140723484558240 140442232440768 140442228241565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12689] ppid=12683 vsize=10555400 memory=5793855639305669049 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12689/stat : 12689 (java) S 12683 12686 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95610465 10808729600 7481 33554432000 4194304 4196468 140723484558240 140442154293648 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12690] ppid=12683 vsize=10555400 memory=140388295775872 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12690/stat : 12690 (java) S 12683 12686 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95610465 10808729600 7481 33554432000 4194304 4196468 140723484558240 140442153240848 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12691] ppid=12683 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12691/stat : 12691 (java) S 12683 12686 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95610465 10808729600 7481 33554432000 4194304 4196468 140723484558240 140442152188560 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12692] ppid=12683 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12692/stat : 12692 (java) S 12683 12686 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95610465 10808729600 7481 33554432000 4194304 4196468 140723484558240 140442151135760 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12693] ppid=12683 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12693/stat : 12693 (java) S 12683 12686 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95610466 10808729600 7481 33554432000 4194304 4196468 140723484558240 140441263508080 140442228230786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12694] ppid=12683 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12694/stat : 12694 (java) S 12683 12686 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95610467 10808729600 7481 33554432000 4194304 4196468 140723484558240 140441262454048 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12695] ppid=12683 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12695/stat : 12695 (java) S 12683 12686 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95610467 10808729600 7481 33554432000 4194304 4196468 140723484558240 140441261401712 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12696] ppid=12683 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12696/stat : 12696 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95610469 10808729600 7481 33554432000 4194304 4196468 140723484558240 140441260350032 140442228238235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12697] ppid=12683 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12697/stat : 12697 (java) S 12683 12686 6338 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 95610469 10808729600 7481 33554432000 4194304 4196468 140723484558240 140441259296880 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12698] ppid=12683 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12698/stat : 12698 (java) S 12683 12686 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95610469 10808729600 7481 33554432000 4194304 4196468 140723484558240 140441258244080 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12699] ppid=12683 vsize=10555400 memory=140388295775872 CPUtime=0.02 cores=1,3,5,7
/proc/12686/task/12699/stat : 12699 (java) R 12683 12686 6338 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 95610469 10808729600 7481 33554432000 4194304 4196468 140723484558240 140441257191792 140442207651716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12700] ppid=12683 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12700/stat : 12700 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95610469 10808729600 7481 33554432000 4194304 4196468 140723484558240 140441256139232 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12701] ppid=12683 vsize=10555400 memory=140388295775872 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12701/stat : 12701 (java) S 12683 12686 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95610470 10808729600 7481 33554432000 4194304 4196468 140723484558240 140441255087024 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29924 KiB

[startup+0.210559 s]*
/proc/loadavg: 7.23 5.55 3.57 9/216 12701
/proc/meminfo: memFree=20541964/32770624 swapFree=67108860/67108860
[pid=12686] ppid=12683 vsize=10555400 memory=42016 CPUtime=0.33 cores=1,3,5,7
/proc/12686/stat : 12686 (java) S 12683 12686 6338 0 -1 1077944320 8105 0 0 0 31 2 0 0 20 0 15 0 95610464 10808729600 10504 33554432000 4194304 4196468 140723484558240 140723484540784 140442228219639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
/proc/12686/statm: 2638850 10504 2990 1 0 2627263 0
[pid=12686/tid=12688] ppid=12683 vsize=10555400 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/12686/task/12688/stat : 12688 (java) R 12683 12686 6338 0 -1 4202560 5025 0 0 0 19 1 0 0 20 0 15 0 95610464 10808729600 10570 33554432000 4194304 4196468 140723484558240 140442232457504 140442228241565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12689] ppid=12683 vsize=10555400 memory=4211974114500566410 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12689/stat : 12689 (java) S 12683 12686 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95610465 10808729600 10570 33554432000 4194304 4196468 140723484558240 140442154293648 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12690] ppid=12683 vsize=10555400 memory=140388295775872 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12690/stat : 12690 (java) S 12683 12686 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95610465 10808729600 10570 33554432000 4194304 4196468 140723484558240 140442153240848 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12691] ppid=12683 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12691/stat : 12691 (java) S 12683 12686 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95610465 10808729600 10570 33554432000 4194304 4196468 140723484558240 140442152188560 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12692] ppid=12683 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12692/stat : 12692 (java) S 12683 12686 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95610465 10808729600 10570 33554432000 4194304 4196468 140723484558240 140442151135760 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12693] ppid=12683 vsize=10555400 memory=140388295775872 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12693/stat : 12693 (java) S 12683 12686 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95610466 10808729600 10570 33554432000 4194304 4196468 140723484558240 140441263508080 140442228230786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12694] ppid=12683 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12694/stat : 12694 (java) S 12683 12686 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95610467 10808729600 10570 33554432000 4194304 4196468 140723484558240 140441262454048 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12695] ppid=12683 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12695/stat : 12695 (java) S 12683 12686 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95610467 10808729600 10570 33554432000 4194304 4196468 140723484558240 140441261401712 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12696] ppid=12683 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12696/stat : 12696 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95610469 10808729600 10570 33554432000 4194304 4196468 140723484558240 140441260350032 140442228238235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12697] ppid=12683 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12686/task/12697/stat : 12697 (java) R 12683 12686 6338 0 -1 4202560 772 0 0 0 3 0 0 0 20 0 15 0 95610469 10808729600 10570 33554432000 4194304 4196468 140723484558240 140441259285024 140442221325301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12698] ppid=12683 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/12686/task/12698/stat : 12698 (java) R 12683 12686 6338 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 15 0 95610469 10808729600 10570 33554432000 4194304 4196468 140723484558240 140441258230864 140442228229845 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12699] ppid=12683 vsize=10555400 memory=140388295775872 CPUtime=0.07 cores=1,3,5,7
/proc/12686/task/12699/stat : 12699 (java) R 12683 12686 6338 0 -1 4202560 894 0 0 0 7 0 0 0 20 0 15 0 95610469 10808729600 10570 33554432000 4194304 4196468 140723484558240 140441257188728 140442211615828 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12700] ppid=12683 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12700/stat : 12700 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95610469 10808729600 10570 33554432000 4194304 4196468 140723484558240 140441256139232 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12701] ppid=12683 vsize=10555400 memory=140388295775872 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12701/stat : 12701 (java) S 12683 12686 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95610470 10808729600 10570 33554432000 4194304 4196468 140723484558240 140441255087024 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42016 KiB

[startup+0.310677 s]*
/proc/loadavg: 7.23 5.55 3.57 7/216 12701
/proc/meminfo: memFree=20526396/32770624 swapFree=67108860/67108860
[pid=12686] ppid=12683 vsize=10555476 memory=55248 CPUtime=0.63 cores=1,3,5,7
/proc/12686/stat : 12686 (java) S 12683 12686 6338 0 -1 1077944320 10443 0 0 0 60 3 0 0 20 0 15 0 95610464 10808807424 13812 33554432000 4194304 4196468 140723484558240 140723484540784 140442228219639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
/proc/12686/statm: 2638869 13812 3052 1 0 2627263 0
[pid=12686/tid=12688] ppid=12683 vsize=10555476 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/12686/task/12688/stat : 12688 (java) R 12683 12686 6338 0 -1 4202560 5516 0 0 0 29 1 0 0 20 0 15 0 95610464 10808807424 13812 33554432000 4194304 4196468 140723484558240 140442232456224 140441823573552 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12689] ppid=12683 vsize=10555476 memory=4211974114500566410 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12689/stat : 12689 (java) S 12683 12686 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95610465 10808807424 13812 33554432000 4194304 4196468 140723484558240 140442154293648 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12690] ppid=12683 vsize=10555476 memory=140388295778229 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12690/stat : 12690 (java) S 12683 12686 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95610465 10808807424 13812 33554432000 4194304 4196468 140723484558240 140442153240848 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12691] ppid=12683 vsize=10555476 memory=140388186833618 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12691/stat : 12691 (java) S 12683 12686 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95610465 10808807424 13812 33554432000 4194304 4196468 140723484558240 140442152188560 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12692] ppid=12683 vsize=10555476 memory=140388186836431 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12692/stat : 12692 (java) S 12683 12686 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95610465 10808807424 13812 33554432000 4194304 4196468 140723484558240 140442151135760 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12693] ppid=12683 vsize=10555476 memory=140388295782237 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12693/stat : 12693 (java) S 12683 12686 6338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95610466 10808807424 13812 33554432000 4194304 4196468 140723484558240 140441263508080 140442228230786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12694] ppid=12683 vsize=10555476 memory=140388186845615 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12694/stat : 12694 (java) S 12683 12686 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95610467 10808807424 13812 33554432000 4194304 4196468 140723484558240 140441262454048 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12695] ppid=12683 vsize=10555476 memory=280776373682064 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12695/stat : 12695 (java) S 12683 12686 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95610467 10808807424 13812 33554432000 4194304 4196468 140723484558240 140441261401712 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12696] ppid=12683 vsize=10555476 memory=280776373679760 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12696/stat : 12696 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95610469 10808807424 13812 33554432000 4194304 4196468 140723484558240 140441260350032 140442228238235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12697] ppid=12683 vsize=10555476 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/12686/task/12697/stat : 12697 (java) R 12683 12686 6338 0 -1 4202560 1832 0 0 0 13 0 0 0 20 0 15 0 95610469 10808807424 13812 33554432000 4194304 4196468 140723484558240 140441259277896 140442209763823 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12698] ppid=12683 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/12686/task/12698/stat : 12698 (java) R 12683 12686 6338 0 -1 1077944384 384 0 0 0 4 0 0 0 20 0 15 0 95610469 10808807424 13812 33554432000 4194304 4196468 140723484558240 140441258244080 140442228230786 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12699] ppid=12683 vsize=10555476 memory=140388295775872 CPUtime=0.13 cores=1,3,5,7
/proc/12686/task/12699/stat : 12699 (java) R 12683 12686 6338 0 -1 4202560 1340 0 0 0 13 0 0 0 20 0 15 0 95610469 10808807424 13812 33554432000 4194304 4196468 140723484558240 140441257191792 140442207339292 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12700] ppid=12683 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12700/stat : 12700 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95610469 10808807424 13812 33554432000 4194304 4196468 140723484558240 140441256139232 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12701] ppid=12683 vsize=10555476 memory=140388295775872 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12701/stat : 12701 (java) S 12683 12686 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95610470 10808807424 13812 33554432000 4194304 4196468 140723484558240 140441255087024 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 55248 KiB

[startup+0.700702 s]
/proc/loadavg: 7.23 5.55 3.57 9/216 12701
/proc/meminfo: memFree=20496676/32770624 swapFree=67108860/67108860
[pid=12686] ppid=12683 vsize=10555476 memory=131984 CPUtime=1.92 cores=1,3,5,7
/proc/12686/stat : 12686 (java) S 12683 12686 6338 0 -1 1077944320 12824 0 0 0 188 4 0 0 20 0 15 0 95610464 10808807424 32996 33554432000 4194304 4196468 140723484558240 140723484540784 140442228219639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
/proc/12686/statm: 2638869 32996 3089 1 0 2627263 0
[pid=12686/tid=12688] ppid=12683 vsize=10555476 memory=1952 CPUtime=0.67 cores=1,3,5,7
/proc/12686/task/12688/stat : 12688 (java) R 12683 12686 6338 0 -1 4202560 5841 0 0 0 64 3 0 0 20 0 15 0 95610464 10808807424 32996 33554432000 4194304 4196468 140723484558240 140442232456224 140441827579294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12689] ppid=12683 vsize=10555476 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12689/stat : 12689 (java) S 12683 12686 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95610465 10808807424 32996 33554432000 4194304 4196468 140723484558240 140442154293648 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12690] ppid=12683 vsize=10555476 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12690/stat : 12690 (java) S 12683 12686 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95610465 10808807424 32996 33554432000 4194304 4196468 140723484558240 140442153240848 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12691] ppid=12683 vsize=10555476 memory=7523356985603351872 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12691/stat : 12691 (java) S 12683 12686 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95610465 10808807424 32996 33554432000 4194304 4196468 140723484558240 140442152188560 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12692] ppid=12683 vsize=10555476 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12692/stat : 12692 (java) S 12683 12686 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95610465 10808807424 32996 33554432000 4194304 4196468 140723484558240 140442151135760 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12693] ppid=12683 vsize=10555476 memory=7440066780423278672 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12693/stat : 12693 (java) S 12683 12686 6338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95610466 10808807424 32996 33554432000 4194304 4196468 140723484558240 140441263508080 140442228230786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12694] ppid=12683 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12694/stat : 12694 (java) S 12683 12686 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95610467 10808807424 32996 33554432000 4194304 4196468 140723484558240 140441262454048 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12695] ppid=12683 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12695/stat : 12695 (java) S 12683 12686 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95610467 10808807424 32996 33554432000 4194304 4196468 140723484558240 140441261401712 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12696] ppid=12683 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12696/stat : 12696 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95610469 10808807424 32996 33554432000 4194304 4196468 140723484558240 140441260350032 140442228238235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12697] ppid=12683 vsize=10555476 memory=70 CPUtime=0.49 cores=1,3,5,7
/proc/12686/task/12697/stat : 12697 (java) R 12683 12686 6338 0 -1 4202560 2138 0 0 0 49 0 0 0 20 0 15 0 95610469 10808807424 32996 33554432000 4194304 4196468 140723484558240 140441259287072 140442209741094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12698] ppid=12683 vsize=10555476 memory=3 CPUtime=0.39 cores=1,3,5,7
/proc/12686/task/12698/stat : 12698 (java) R 12683 12686 6338 0 -1 4202560 1383 0 0 0 39 0 0 0 20 0 15 0 95610469 10808807424 32996 33554432000 4194304 4196468 140723484558240 140441258234000 140442211720210 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12699] ppid=12683 vsize=10555476 memory=5959 CPUtime=0.34 cores=1,3,5,7
/proc/12686/task/12699/stat : 12699 (java) S 12683 12686 6338 0 -1 1077944384 2089 0 0 0 34 0 0 0 20 0 15 0 95610469 10808807424 32996 33554432000 4194304 4196468 140723484558240 140441257191792 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12700] ppid=12683 vsize=10555476 memory=280776373865968 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12700/stat : 12700 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95610469 10808807424 32996 33554432000 4194304 4196468 140723484558240 140441256139232 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12701] ppid=12683 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12701/stat : 12701 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95610470 10808807424 32996 33554432000 4194304 4196468 140723484558240 140441255087024 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 131984 KiB

[startup+1.50072 s]
/proc/loadavg: 7.23 5.55 3.57 8/216 12701
/proc/meminfo: memFree=20367420/32770624 swapFree=67108860/67108860
[pid=12686] ppid=12683 vsize=10622040 memory=259784 CPUtime=4.47 cores=1,3,5,7
/proc/12686/stat : 12686 (java) S 12683 12686 6338 0 -1 1077944320 20564 0 0 0 438 9 0 0 20 0 16 0 95610464 10876968960 64946 33554432000 4194304 4196468 140723484558240 140723484540784 140442228219639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
/proc/12686/statm: 2655510 64946 3127 1 0 2643904 0
[pid=12686/tid=12688] ppid=12683 vsize=10622040 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/12686/task/12688/stat : 12688 (java) R 12683 12686 6338 0 -1 4202560 5890 0 0 0 136 4 0 0 20 0 16 0 95610464 10876968960 64946 33554432000 4194304 4196468 140723484558240 140442232454560 140442228231574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12689] ppid=12683 vsize=10622040 memory=-6508924699769203303 CPUtime=0.03 cores=1,3,5,7
/proc/12686/task/12689/stat : 12689 (java) S 12683 12686 6338 0 -1 1077944384 110 0 0 0 3 0 0 0 20 0 16 0 95610465 10876968960 64946 33554432000 4194304 4196468 140723484558240 140442154293648 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12690] ppid=12683 vsize=10622040 memory=-6007660418857049897 CPUtime=0.02 cores=1,3,5,7
/proc/12686/task/12690/stat : 12690 (java) S 12683 12686 6338 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 16 0 95610465 10876968960 64946 33554432000 4194304 4196468 140723484558240 140442153240848 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12691] ppid=12683 vsize=10622040 memory=-1161699032755887712 CPUtime=0.04 cores=1,3,5,7
/proc/12686/task/12691/stat : 12691 (java) S 12683 12686 6338 0 -1 1077944384 115 0 0 0 4 0 0 0 20 0 16 0 95610465 10876968960 64946 33554432000 4194304 4196468 140723484558240 140442152188560 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12692] ppid=12683 vsize=10622040 memory=-6305713901671245184 CPUtime=0.03 cores=1,3,5,7
/proc/12686/task/12692/stat : 12692 (java) S 12683 12686 6338 0 -1 1077944384 27 0 0 0 3 0 0 0 20 0 16 0 95610465 10876968960 64946 33554432000 4194304 4196468 140723484558240 140442151135760 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12693] ppid=12683 vsize=10622040 memory=-6305718282453476480 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12693/stat : 12693 (java) S 12683 12686 6338 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 95610466 10876968960 64946 33554432000 4194304 4196468 140723484558240 140441263508080 140442228230786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0

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

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

[startup+3.20092 s]
/proc/loadavg: 7.13 5.56 3.58 6/217 12702
/proc/meminfo: memFree=20320808/32770624 swapFree=67108860/67108860
[pid=12686] ppid=12683 vsize=10622040 memory=260428 CPUtime=6.64 cores=1,3,5,7
/proc/12686/stat : 12686 (java) S 12683 12686 6338 0 -1 1077944320 23228 0 0 0 654 10 0 0 20 0 16 0 95610464 10876968960 65107 33554432000 4194304 4196468 140723484558240 140723484540784 140442228219639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
/proc/12686/statm: 2655510 65107 3143 1 0 2643904 0
[pid=12686/tid=12688] ppid=12683 vsize=10622040 memory=7080347379404879729 CPUtime=3.1 cores=1,3,5,7
/proc/12686/task/12688/stat : 12688 (java) R 12683 12686 6338 0 -1 4202560 6436 0 0 0 306 4 0 0 20 0 16 0 95610464 10876968960 65107 33554432000 4194304 4196468 140723484558240 140442232456088 140441828366615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12689] ppid=12683 vsize=10622040 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12686/task/12689/stat : 12689 (java) S 12683 12686 6338 0 -1 1077944384 110 0 0 0 3 0 0 0 20 0 16 0 95610465 10876968960 65107 33554432000 4194304 4196468 140723484558240 140442154293648 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12690] ppid=12683 vsize=10622040 memory=6298394388255823464 CPUtime=0.02 cores=1,3,5,7
/proc/12686/task/12690/stat : 12690 (java) S 12683 12686 6338 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 16 0 95610465 10876968960 65107 33554432000 4194304 4196468 140723484558240 140442153240848 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12691] ppid=12683 vsize=10622040 memory=4096 CPUtime=0.04 cores=1,3,5,7
/proc/12686/task/12691/stat : 12691 (java) S 12683 12686 6338 0 -1 1077944384 115 0 0 0 4 0 0 0 20 0 16 0 95610465 10876968960 65107 33554432000 4194304 4196468 140723484558240 140442152188560 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12692] ppid=12683 vsize=10622040 memory=28128 CPUtime=0.03 cores=1,3,5,7
/proc/12686/task/12692/stat : 12692 (java) S 12683 12686 6338 0 -1 1077944384 27 0 0 0 3 0 0 0 20 0 16 0 95610465 10876968960 65107 33554432000 4194304 4196468 140723484558240 140442151135760 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12693] ppid=12683 vsize=10622040 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12693/stat : 12693 (java) S 12683 12686 6338 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 95610466 10876968960 65107 33554432000 4194304 4196468 140723484558240 140441263508080 140442228230786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12694] ppid=12683 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12694/stat : 12694 (java) S 12683 12686 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95610467 10876968960 65107 33554432000 4194304 4196468 140723484558240 140441262454048 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12695] ppid=12683 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12695/stat : 12695 (java) S 12683 12686 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95610467 10876968960 65107 33554432000 4194304 4196468 140723484558240 140441261401712 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12696] ppid=12683 vsize=10622040 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12696/stat : 12696 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95610469 10876968960 65107 33554432000 4194304 4196468 140723484558240 140441260350032 140442228238235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12697] ppid=12683 vsize=10622040 memory=280776373710496 CPUtime=1.44 cores=1,3,5,7
/proc/12686/task/12697/stat : 12697 (java) R 12683 12686 6338 0 -1 4202560 6165 0 0 0 144 0 0 0 20 0 16 0 95610469 10876968960 65107 33554432000 4194304 4196468 140723484558240 140441259296880 140442211687747 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12698] ppid=12683 vsize=10622040 memory=16004 CPUtime=1.43 cores=1,3,5,7
/proc/12686/task/12698/stat : 12698 (java) S 12683 12686 6338 0 -1 1077944384 5689 0 0 0 142 1 0 0 20 0 16 0 95610469 10876968960 65107 33554432000 4194304 4196468 140723484558240 140441258244080 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12699] ppid=12683 vsize=10622040 memory=2244 CPUtime=0.47 cores=1,3,5,7
/proc/12686/task/12699/stat : 12699 (java) S 12683 12686 6338 0 -1 1077944384 3074 0 0 0 46 1 0 0 20 0 16 0 95610469 10876968960 65107 33554432000 4194304 4196468 140723484558240 140441257191792 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12700] ppid=12683 vsize=10622040 memory=140388186862128 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12700/stat : 12700 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95610469 10876968960 65107 33554432000 4194304 4196468 140723484558240 140441256139232 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12701] ppid=12683 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12701/stat : 12701 (java) S 12683 12686 6338 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 95610470 10876968960 65107 33554432000 4194304 4196468 140723484558240 140441255087024 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12702] ppid=12683 vsize=10622040 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12702/stat : 12702 (java) S 12683 12686 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95610582 10876968960 65107 33554432000 4194304 4196468 140723484558240 140441254032560 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
Current children cumulated CPU time: 6.64 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 260428 KiB

[startup+4.00072 s]*
/proc/loadavg: 7.13 5.56 3.58 6/217 12702
/proc/meminfo: memFree=20320312/32770624 swapFree=67108860/67108860
[pid=12686] ppid=12683 vsize=10622040 memory=260892 CPUtime=7.61 cores=1,3,5,7
/proc/12686/stat : 12686 (java) S 12683 12686 6338 0 -1 1077944320 25156 0 0 0 751 10 0 0 20 0 16 0 95610464 10876968960 65223 33554432000 4194304 4196468 140723484558240 140723484540784 140442228219639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
/proc/12686/statm: 2655510 65223 3143 1 0 2643904 0
[pid=12686/tid=12688] ppid=12683 vsize=10622040 memory=6735269665583770266 CPUtime=3.91 cores=1,3,5,7
/proc/12686/task/12688/stat : 12688 (java) R 12683 12686 6338 0 -1 4202560 6471 0 0 0 387 4 0 0 20 0 16 0 95610464 10876968960 65223 33554432000 4194304 4196468 140723484558240 140442232455568 140441828729895 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12689] ppid=12683 vsize=10622040 memory=4211974114500566410 CPUtime=0.03 cores=1,3,5,7
/proc/12686/task/12689/stat : 12689 (java) S 12683 12686 6338 0 -1 1077944384 110 0 0 0 3 0 0 0 20 0 16 0 95610465 10876968960 65223 33554432000 4194304 4196468 140723484558240 140442154293648 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12690] ppid=12683 vsize=10622040 memory=3472468684523456176 CPUtime=0.02 cores=1,3,5,7
/proc/12686/task/12690/stat : 12690 (java) S 12683 12686 6338 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 16 0 95610465 10876968960 65223 33554432000 4194304 4196468 140723484558240 140442153240848 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12691] ppid=12683 vsize=10622040 memory=-7912760359950210710 CPUtime=0.04 cores=1,3,5,7
/proc/12686/task/12691/stat : 12691 (java) S 12683 12686 6338 0 -1 1077944384 115 0 0 0 4 0 0 0 20 0 16 0 95610465 10876968960 65223 33554432000 4194304 4196468 140723484558240 140442152188560 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12692] ppid=12683 vsize=10622040 memory=3472323898181169199 CPUtime=0.03 cores=1,3,5,7
/proc/12686/task/12692/stat : 12692 (java) S 12683 12686 6338 0 -1 1077944384 27 0 0 0 3 0 0 0 20 0 16 0 95610465 10876968960 65223 33554432000 4194304 4196468 140723484558240 140442151135760 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12693] ppid=12683 vsize=10622040 memory=2321799009912506272 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12693/stat : 12693 (java) S 12683 12686 6338 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 16 0 95610466 10876968960 65223 33554432000 4194304 4196468 140723484558240 140441263508080 140442228230786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12694] ppid=12683 vsize=10622040 memory=2314885432475345739 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12694/stat : 12694 (java) S 12683 12686 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95610467 10876968960 65223 33554432000 4194304 4196468 140723484558240 140441262454048 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12695] ppid=12683 vsize=10622040 memory=3054156605301694618 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12695/stat : 12695 (java) S 12683 12686 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95610467 10876968960 65223 33554432000 4194304 4196468 140723484558240 140441261401712 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12696] ppid=12683 vsize=10622040 memory=-7738167615158003044 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12696/stat : 12696 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95610469 10876968960 65223 33554432000 4194304 4196468 140723484558240 140441260350032 140442228238235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12697] ppid=12683 vsize=10622040 memory=0 CPUtime=1.5 cores=1,3,5,7
/proc/12686/task/12697/stat : 12697 (java) S 12683 12686 6338 0 -1 1077944384 6885 0 0 0 150 0 0 0 20 0 16 0 95610469 10876968960 65223 33554432000 4194304 4196468 140723484558240 140441259296880 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12698] ppid=12683 vsize=10622040 memory=3467824627879786544 CPUtime=1.53 cores=1,3,5,7
/proc/12686/task/12698/stat : 12698 (java) S 12683 12686 6338 0 -1 1077944384 6820 0 0 0 152 1 0 0 20 0 16 0 95610469 10876968960 65223 33554432000 4194304 4196468 140723484558240 140441258244080 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12699] ppid=12683 vsize=10622040 memory=2320681888868749239 CPUtime=0.47 cores=1,3,5,7
/proc/12686/task/12699/stat : 12699 (java) S 12683 12686 6338 0 -1 1077944384 3074 0 0 0 46 1 0 0 20 0 16 0 95610469 10876968960 65223 33554432000 4194304 4196468 140723484558240 140441257191792 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12700] ppid=12683 vsize=10622040 memory=3905237841251677745 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12700/stat : 12700 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95610469 10876968960 65223 33554432000 4194304 4196468 140723484558240 140441256139232 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12701] ppid=12683 vsize=10622040 memory=2320681888868749239 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12701/stat : 12701 (java) S 12683 12686 6338 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 95610470 10876968960 65223 33554432000 4194304 4196468 140723484558240 140441255087024 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12702] ppid=12683 vsize=10622040 memory=3905237841251677745 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12702/stat : 12702 (java) S 12683 12686 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95610582 10876968960 65223 33554432000 4194304 4196468 140723484558240 140441254032560 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
Current children cumulated CPU time: 7.61 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 260892 KiB

[startup+4.40071 s]
/proc/loadavg: 7.13 5.56 3.58 6/217 12702
/proc/meminfo: memFree=20320312/32770624 swapFree=67108860/67108860
[pid=12686] ppid=12683 vsize=10755168 memory=261016 CPUtime=7.96 cores=1,3,5,7
/proc/12686/stat : 12686 (java) S 12683 12686 6338 0 -1 1077944320 25823 0 0 0 786 10 0 0 20 0 16 0 95610464 11013292032 65254 33554432000 4194304 4196468 140723484558240 140723484540784 140442228219639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
/proc/12686/statm: 2688792 65254 3145 1 0 2677186 0
[pid=12686/tid=12688] ppid=12683 vsize=10755168 memory=3054156605335314831 CPUtime=4.2 cores=1,3,5,7
/proc/12686/task/12688/stat : 12688 (java) S 12683 12686 6338 0 -1 1077944384 6689 0 0 0 416 4 0 0 20 0 16 0 95610464 11013292032 65254 33554432000 4194304 4196468 140723484558240 140442232460320 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12689] ppid=12683 vsize=10755168 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/12686/task/12689/stat : 12689 (java) S 12683 12686 6338 0 -1 1077944384 110 0 0 0 3 0 0 0 20 0 16 0 95610465 11013292032 65254 33554432000 4194304 4196468 140723484558240 140442154293648 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12690] ppid=12683 vsize=10755168 memory=5793711957964116580 CPUtime=0.02 cores=1,3,5,7
/proc/12686/task/12690/stat : 12690 (java) S 12683 12686 6338 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 16 0 95610465 11013292032 65254 33554432000 4194304 4196468 140723484558240 140442153240848 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12691] ppid=12683 vsize=10755168 memory=7518026621751089000 CPUtime=0.04 cores=1,3,5,7
/proc/12686/task/12691/stat : 12691 (java) S 12683 12686 6338 0 -1 1077944384 115 0 0 0 4 0 0 0 20 0 16 0 95610465 11013292032 65254 33554432000 4194304 4196468 140723484558240 140442152188560 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12692] ppid=12683 vsize=10755168 memory=7091832833820811856 CPUtime=0.03 cores=1,3,5,7
/proc/12686/task/12692/stat : 12692 (java) S 12683 12686 6338 0 -1 1077944384 27 0 0 0 3 0 0 0 20 0 16 0 95610465 11013292032 65254 33554432000 4194304 4196468 140723484558240 140442151135760 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12693] ppid=12683 vsize=10755168 memory=7518026621751088998 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12693/stat : 12693 (java) S 12683 12686 6338 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 16 0 95610466 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441263508080 140442228230786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12694] ppid=12683 vsize=10755168 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12694/stat : 12694 (java) S 12683 12686 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95610467 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441262454048 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12695] ppid=12683 vsize=10755168 memory=7014751519734453585 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12695/stat : 12695 (java) S 12683 12686 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95610467 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441261401712 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12696] ppid=12683 vsize=10755168 memory=6296683616950112606 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12696/stat : 12696 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95610469 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441260350032 140442228238235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12697] ppid=12683 vsize=10755168 memory=6297835844906604903 CPUtime=1.52 cores=1,3,5,7
/proc/12686/task/12697/stat : 12697 (java) S 12683 12686 6338 0 -1 1077944384 6895 0 0 0 152 0 0 0 20 0 16 0 95610469 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441259296880 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12698] ppid=12683 vsize=10755168 memory=7596259004554634560 CPUtime=1.56 cores=1,3,5,7
/proc/12686/task/12698/stat : 12698 (java) S 12683 12686 6338 0 -1 1077944384 6845 0 0 0 155 1 0 0 20 0 16 0 95610469 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441258244080 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12699] ppid=12683 vsize=10755168 memory=7523356985603351872 CPUtime=0.47 cores=1,3,5,7
/proc/12686/task/12699/stat : 12699 (java) S 12683 12686 6338 0 -1 1077944384 3158 0 0 0 46 1 0 0 20 0 16 0 95610469 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441257191792 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12700] ppid=12683 vsize=10755168 memory=7662705889289527641 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12700/stat : 12700 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95610469 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441256139232 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12701] ppid=12683 vsize=10755168 memory=4639098309541128300 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12701/stat : 12701 (java) S 12683 12686 6338 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95610470 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441255087024 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
Current children cumulated CPU time: 7.96 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 261016 KiB

[startup+4.50073 s]
/proc/loadavg: 7.13 5.56 3.58 6/217 12702
/proc/meminfo: memFree=20320312/32770624 swapFree=67108860/67108860
[pid=12686] ppid=12683 vsize=10755168 memory=261016 CPUtime=7.96 cores=1,3,5,7
/proc/12686/stat : 12686 (java) S 12683 12686 6338 0 -1 1077944320 25831 0 0 0 786 10 0 0 20 0 16 0 95610464 11013292032 65254 33554432000 4194304 4196468 140723484558240 140723484540784 140442228219639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
/proc/12686/statm: 2688792 65254 3145 1 0 2677186 0
[pid=12686/tid=12688] ppid=12683 vsize=10755168 memory=261016 CPUtime=4.2 cores=1,3,5,7
/proc/12686/task/12688/stat : 12688 (java) S 12683 12686 6338 0 -1 1077944384 6689 0 0 0 416 4 0 0 20 0 16 0 95610464 11013292032 65254 33554432000 4194304 4196468 140723484558240 140442232460320 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12689] ppid=12683 vsize=10755168 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12686/task/12689/stat : 12689 (java) S 12683 12686 6338 0 -1 1077944384 110 0 0 0 3 0 0 0 20 0 16 0 95610465 11013292032 65254 33554432000 4194304 4196468 140723484558240 140442154293648 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12690] ppid=12683 vsize=10755168 memory=260236 CPUtime=0.02 cores=1,3,5,7
/proc/12686/task/12690/stat : 12690 (java) S 12683 12686 6338 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 16 0 95610465 11013292032 65254 33554432000 4194304 4196468 140723484558240 140442153240848 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12691] ppid=12683 vsize=10755168 memory=140388186985272 CPUtime=0.04 cores=1,3,5,7
/proc/12686/task/12691/stat : 12691 (java) S 12683 12686 6338 0 -1 1077944384 115 0 0 0 4 0 0 0 20 0 16 0 95610465 11013292032 65254 33554432000 4194304 4196468 140723484558240 140442152188560 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12692] ppid=12683 vsize=10755168 memory=280776373441064 CPUtime=0.03 cores=1,3,5,7
/proc/12686/task/12692/stat : 12692 (java) S 12683 12686 6338 0 -1 1077944384 27 0 0 0 3 0 0 0 20 0 16 0 95610465 11013292032 65254 33554432000 4194304 4196468 140723484558240 140442151135760 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12693] ppid=12683 vsize=10755168 memory=7228951777969858919 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12693/stat : 12693 (java) S 12683 12686 6338 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 16 0 95610466 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441263508080 140442228230786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12694] ppid=12683 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12694/stat : 12694 (java) S 12683 12686 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95610467 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441262454048 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12695] ppid=12683 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12695/stat : 12695 (java) S 12683 12686 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95610467 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441261401712 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12696] ppid=12683 vsize=10755168 memory=538 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12696/stat : 12696 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95610469 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441260350032 140442228238235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12697] ppid=12683 vsize=10755168 memory=0 CPUtime=1.52 cores=1,3,5,7
/proc/12686/task/12697/stat : 12697 (java) R 12683 12686 6338 0 -1 4202560 6895 0 0 0 152 0 0 0 20 0 16 0 95610469 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441259296880 140442228230786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12698] ppid=12683 vsize=10755168 memory=0 CPUtime=1.56 cores=1,3,5,7
/proc/12686/task/12698/stat : 12698 (java) S 12683 12686 6338 0 -1 1077944384 6845 0 0 0 155 1 0 0 20 0 16 0 95610469 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441258244080 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12699] ppid=12683 vsize=10755168 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/12686/task/12699/stat : 12699 (java) R 12683 12686 6338 0 -1 4202560 3158 0 0 0 46 1 0 0 20 0 16 0 95610469 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441257191792 140442228240986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12700] ppid=12683 vsize=10755168 memory=4132774494331964790 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12700/stat : 12700 (java) S 12683 12686 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95610469 11013292032 65254 33554432000 4194304 4196468 140723484558240 140441256139232 140442228229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
[pid=12686/tid=12701] ppid=12683 vsize=10755168 memory=8508281403248445837 CPUtime=0 cores=1,3,5,7
/proc/12686/task/12701/stat : 12701 (java) S 12683 12686 6338 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95610470 11013292032 65274 33554432000 4194304 4196468 140723484558240 140441255087024 140442228230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140723484562566 140723484562719 140723484562719 140723484565455 0
Current children cumulated CPU time: 7.96 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 261016 KiB

Child status: 0
Real time (s): 4.51084
CPU time (s): 7.98631
CPU user time (s): 7.87788
CPU system time (s): 0.108425
CPU usage (%): 177.047
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 261016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.87788
system time used= 0.108425
maximum resident set size= 261944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26136
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1639
involuntary context switches= 138


# summary of solver processes directly reported to runsolver:
#   pid: 12686
#   total CPU time (s): 7.98631
#   total CPU user time (s): 7.87788
#   total CPU system time (s): 0.108425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.060831 second user time and 0.077422 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 13:40:36
IDJOB=4263496
IDBENCH=126062
IDSOLVER=2651
FILE ID=node148/4263496-1502625294
RUNJOBID= node148-1502624014-12473
PBS_JOBID= 20628305
Free space on /tmp= 61532 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-composed-s25/composed-25-10-20-5.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263496-1502625294/watcher-4263496-1502625294 -o /tmp/evaluation-result-4263496-1502625294/solver-4263496-1502625294 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263496-1502625294.xml

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

MD5SUM BENCH= c48c45b7e76b5e503373b0b6aac41bc1
RANDOM SEED=161443353

node148.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.19
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.19
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.19
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.19
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:        20569904 kB
MemAvailable:   23732420 kB
Buffers:          193668 kB
Cached:          3257080 kB
SwapCached:            0 kB
Active:          9064468 kB
Inactive:        2682480 kB
Active(anon):    8246568 kB
Inactive(anon):    76916 kB
Active(file):     817900 kB
Inactive(file):  2605564 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1456 kB
Writeback:             0 kB
AnonPages:       8340220 kB
Mapped:            55452 kB
Shmem:             25224 kB
Slab:             136392 kB
SReclaimable:     109776 kB
SUnreclaim:        26616 kB
KernelStack:        3840 kB
PageTables:        21872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8642824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7989248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61532 MiB
End job on node148 at 2017-08-13 13:40:40