Trace number 4290057

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 2018-07-11SAT 5.26383 3.54151

General information on the benchmark

NameLangford/
LangfordBin-15_c18.xml
MD5SUM07ea5144b09b59ff4e6e73933349a8c8
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.017778
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints45
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":30},{"size":30,"count":30}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":30},{"degree":30,"count":30}]
Minimum constraint arity2
Maximum constraint arity31
Distribution of constraint arities[{"arity":2,"count":15},{"arity":31,"count":30}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"element","count":30}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.51	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.79/0.51	c This is free software under the dual EPL/GNU LGPL licenses.
0.79/0.51	c See www.sat4j.org for details.
0.79/0.51	c That software uses the Rhino library from the Mozilla project.
0.79/0.51	c version 2.3.6-SNAPSHOT
0.79/0.51	c java.runtime.name	Java(TM) SE Runtime Environment
0.79/0.51	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.79/0.51	c java.vm.version	25.131-b11
0.79/0.51	c java.vm.vendor	Oracle Corporation
0.79/0.51	c sun.arch.data.model	64
0.79/0.51	c java.version		1.8.0_131
0.79/0.51	c os.name		Linux
0.79/0.51	c os.version		3.10.0-514.16.1.el7.x86_64
0.79/0.51	c os.arch		amd64
0.79/0.51	c Free memory 		499604488
0.79/0.51	c Max memory 		7247757312
0.79/0.51	c Total memory 		504889344
0.79/0.51	c Number of processors 	4
0.79/0.51	c c --- Begin Solver configuration ---
0.79/0.51	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.79/0.51	c Learn all clauses as in MiniSAT
0.79/0.51	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.79/0.51	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.79/0.51	c No reason simplification
0.79/0.51	c Glucose 2.1 dynamic restart strategy
0.79/0.51	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
0.79/0.51	c timeout=2147483s
0.79/0.51	c DB Simplification allowed=false
0.79/0.51	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.79/0.51	c --- End Solver configuration ---
0.79/0.51	c constraints type 
0.79/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 120
0.79/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40950
0.79/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20580
0.79/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 90
0.79/0.51	c 61740 constraints processed.
5.24/3.53	c starts		: 179
5.24/3.53	c conflicts		: 21173
5.24/3.53	c decisions		: 184849
5.24/3.53	c propagations		: 10098306
5.24/3.53	c inspects		: 26993538
5.24/3.53	c shortcuts		: 0
5.24/3.53	c learnt literals	: 73
5.24/3.53	c learnt binary clauses	: 1464
5.24/3.53	c learnt ternary clauses	: 503
5.24/3.53	c learnt constraints	: 21100
5.24/3.53	c ignored constraints	: 0
5.24/3.53	c root simplifications	: 0
5.24/3.53	c removed literals (reason simplification)	: 0
5.24/3.53	c reason swapping (by a shorter reason)	: 0
5.24/3.53	c Calls to reduceDB	: 3
5.24/3.53	c Number of update (reduction) of LBD	: 18751
5.24/3.53	c Imported unit clauses	: 0
5.24/3.53	c number of reductions to clauses (during analyze)	: 0
5.24/3.53	c number of learned constraints concerned by reduction	: 0
5.24/3.53	c number of learning phase by resolution	: 0
5.24/3.53	c number of learning phase by cutting planes	: 0
5.24/3.53	c number of rounding to 1 operations	: 0
5.24/3.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
5.24/3.53	c number of reductions of the coefficients by power 2 	: 0
5.24/3.53	c number of right shift for reduction by power 2 	: 0
5.24/3.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
5.24/3.53	c number of ending skipping 	: 0
5.24/3.53	c number of internal skipping 	: 0
5.24/3.53	c number of derivation steps 	: 0
5.24/3.53	c number of skipped derivation steps 	: 0
5.24/3.53	c number of remaining unassigned 	: 0
5.24/3.53	c number of remaining assigned 	: 0
5.24/3.53	c speed (assignments/second)	: 3347134.9022207493
5.24/3.53	c non guided choices	: 7384
5.24/3.53	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 1464
5.24/3.53	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 7351
5.24/3.53	s SATISFIABLE
5.24/3.53	v <instantiation type="solution">
5.24/3.53	v 	<list> v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] v[24] v[25] v[26] v[27] v[28] v[29] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] p[28] p[29] </list>
5.24/3.53	v 	<values> 1 3 1 11 12 3 7 14 9 10 2 15 13 2 7 11 8 12 9 4 10 6 14 5 4 8 13 15 6 5 2 0 13 10 5 1 24 19 29 23 28 21 14 6 25 16 18 8 20 9 15 3 17 4 26 12 22 7 27 11 </values>
5.24/3.53	v </instantiation>
5.24/3.53	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290057-1532216459/watcher-4290057-1532216459 -o /tmp/evaluation-result-4290057-1532216459/solver-4290057-1532216459 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290057-1532216459.xml 

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

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

solver pid=28660, runsolver pid=28657

[startup+0.101257 s]*
/proc/loadavg: 3.14 2.41 2.62 3/216 28675
/proc/meminfo: memFree=12390284/32770624 swapFree=67108860/67108860
[pid=28660] ppid=28657 vsize=10659012 memory=29520 CPUtime=0.13 cores=1,3,5,7
/proc/28660/stat : 28660 (java) S 28657 28660 25105 0 -1 1077944320 7012 0 0 0 11 2 0 0 20 0 15 0 39209095 10914828288 7380 33554432000 4194304 4196468 140720611131248 140720611113792 140575788355319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
/proc/28660/statm: 2664753 7380 2812 1 0 2627263 0
[pid=28660/tid=28662] ppid=28657 vsize=10659012 memory=-8125511277465473918 CPUtime=0.09 cores=1,3,5,7
/proc/28660/task/28662/stat : 28662 (java) R 28657 28660 25105 0 -1 4202560 4800 0 0 0 8 1 0 0 20 0 15 0 39209095 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575792578352 140575788367254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28663] ppid=28657 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28663/stat : 28663 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39209096 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575758068368 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28664] ppid=28657 vsize=10659012 memory=140333291869824 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28664/stat : 28664 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39209096 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575393581584 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28665] ppid=28657 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28665/stat : 28665 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39209096 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575392528784 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28666] ppid=28657 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28666/stat : 28666 (java) S 28657 28660 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39209096 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575391475984 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28667] ppid=28657 vsize=10659012 memory=140333291869824 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28667/stat : 28667 (java) S 28657 28660 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39209097 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575279909744 140575788366466 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28668] ppid=28657 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28668/stat : 28668 (java) S 28657 28660 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39209098 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575278855712 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28669] ppid=28657 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28669/stat : 28669 (java) S 28657 28660 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39209098 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575277802864 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28670] ppid=28657 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28670/stat : 28670 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39209100 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575276751184 140575788373915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28671] ppid=28657 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28671/stat : 28671 (java) S 28657 28660 25105 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 39209100 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575275698544 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28672] ppid=28657 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28672/stat : 28672 (java) S 28657 28660 25105 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 39209100 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575274645744 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28673] ppid=28657 vsize=10659012 memory=140333291869824 CPUtime=0.02 cores=1,3,5,7
/proc/28660/task/28673/stat : 28673 (java) S 28657 28660 25105 0 -1 1077944384 396 0 0 0 2 0 0 0 20 0 15 0 39209100 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575273592944 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28674] ppid=28657 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28674/stat : 28674 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39209101 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575272540384 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28675] ppid=28657 vsize=10659012 memory=140333291869824 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28675/stat : 28675 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39209101 10914828288 7380 33554432000 4194304 4196468 140720611131248 140575271488688 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29520 KiB

[startup+0.210675 s]*
/proc/loadavg: 3.14 2.41 2.62 4/216 28675
/proc/meminfo: memFree=12379940/32770624 swapFree=67108860/67108860
[pid=28660] ppid=28657 vsize=10659012 memory=40832 CPUtime=0.33 cores=1,3,5,7
/proc/28660/stat : 28660 (java) S 28657 28660 25105 0 -1 1077944320 8332 0 0 0 31 2 0 0 20 0 15 0 39209095 10914828288 10208 33554432000 4194304 4196468 140720611131248 140720611113792 140575788355319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
/proc/28660/statm: 2664753 10208 3002 1 0 2627263 0
[pid=28660/tid=28662] ppid=28657 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28660/task/28662/stat : 28662 (java) R 28657 28660 25105 0 -1 4202560 5144 0 0 0 19 1 0 0 20 0 15 0 39209095 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575792593472 140575772398949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28663] ppid=28657 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28663/stat : 28663 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39209096 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575758068368 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28664] ppid=28657 vsize=10659012 memory=140333292075423 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28664/stat : 28664 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39209096 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575393581584 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28665] ppid=28657 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28665/stat : 28665 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39209096 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575392528784 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28666] ppid=28657 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28666/stat : 28666 (java) S 28657 28660 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39209096 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575391475984 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28667] ppid=28657 vsize=10659012 memory=140333291869824 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28667/stat : 28667 (java) S 28657 28660 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39209097 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575279909744 140575788366466 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28668] ppid=28657 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28668/stat : 28668 (java) S 28657 28660 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39209098 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575278855712 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28669] ppid=28657 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28669/stat : 28669 (java) S 28657 28660 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39209098 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575277802864 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28670] ppid=28657 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28670/stat : 28670 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39209100 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575276751184 140575788373915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28671] ppid=28657 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28660/task/28671/stat : 28671 (java) S 28657 28660 25105 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 15 0 39209100 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575275698544 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28672] ppid=28657 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28660/task/28672/stat : 28672 (java) S 28657 28660 25105 0 -1 1077944384 760 0 0 0 2 0 0 0 20 0 15 0 39209100 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575274645744 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28673] ppid=28657 vsize=10659012 memory=140333291869824 CPUtime=0.07 cores=1,3,5,7
/proc/28660/task/28673/stat : 28673 (java) R 28657 28660 25105 0 -1 4202560 810 0 0 0 7 0 0 0 20 0 15 0 39209100 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575273592944 140575781452155 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28674] ppid=28657 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28674/stat : 28674 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39209101 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575272540384 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28675] ppid=28657 vsize=10659012 memory=140333291869824 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28675/stat : 28675 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39209101 10914828288 10208 33554432000 4194304 4196468 140720611131248 140575271488688 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40832 KiB

[startup+0.31064 s]*
/proc/loadavg: 3.14 2.41 2.62 3/216 28675
/proc/meminfo: memFree=12372372/32770624 swapFree=67108860/67108860
[pid=28660] ppid=28657 vsize=10659088 memory=46172 CPUtime=0.51 cores=1,3,5,7
/proc/28660/stat : 28660 (java) S 28657 28660 25105 0 -1 1077944320 9368 0 0 0 48 3 0 0 20 0 15 0 39209095 10914906112 11543 33554432000 4194304 4196468 140720611131248 140720611113792 140575788355319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
/proc/28660/statm: 2664772 11543 3047 1 0 2627263 0
[pid=28660/tid=28662] ppid=28657 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28660/task/28662/stat : 28662 (java) R 28657 28660 25105 0 -1 4202560 5934 0 0 0 28 2 0 0 20 0 15 0 39209095 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575792591888 140575788367254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28663] ppid=28657 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28663/stat : 28663 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39209096 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575758068368 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28664] ppid=28657 vsize=10659088 memory=140333292073759 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28664/stat : 28664 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39209096 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575393581584 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28665] ppid=28657 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28665/stat : 28665 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39209096 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575392528784 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28666] ppid=28657 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28666/stat : 28666 (java) S 28657 28660 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39209096 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575391475984 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28667] ppid=28657 vsize=10659088 memory=140333291869824 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28667/stat : 28667 (java) S 28657 28660 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39209097 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575279909744 140575788366466 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28668] ppid=28657 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28668/stat : 28668 (java) S 28657 28660 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39209098 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575278855712 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28669] ppid=28657 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28669/stat : 28669 (java) S 28657 28660 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39209098 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575277802864 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28670] ppid=28657 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28670/stat : 28670 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39209100 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575276751184 140575788373915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28671] ppid=28657 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28660/task/28671/stat : 28671 (java) S 28657 28660 25105 0 -1 1077944384 383 0 0 0 4 0 0 0 20 0 15 0 39209100 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575275698544 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28672] ppid=28657 vsize=10659088 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/28660/task/28672/stat : 28672 (java) S 28657 28660 25105 0 -1 1077944384 777 0 0 0 3 0 0 0 20 0 15 0 39209100 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575274645744 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28673] ppid=28657 vsize=10659088 memory=140333291869824 CPUtime=0.11 cores=1,3,5,7
/proc/28660/task/28673/stat : 28673 (java) R 28657 28660 25105 0 -1 4202560 906 0 0 0 11 0 0 0 20 0 15 0 39209100 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575273592944 140575772435806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28674] ppid=28657 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28674/stat : 28674 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39209101 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575272540384 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28675] ppid=28657 vsize=10659088 memory=140333291869824 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28675/stat : 28675 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39209101 10914906112 11543 33554432000 4194304 4196468 140720611131248 140575271488688 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46172 KiB

[startup+0.700968 s]
/proc/loadavg: 3.14 2.41 2.62 5/216 28675
/proc/meminfo: memFree=12333592/32770624 swapFree=67108860/67108860
[pid=28660] ppid=28657 vsize=10725652 memory=91100 CPUtime=1.71 cores=1,3,5,7
/proc/28660/stat : 28660 (java) S 28657 28660 25105 0 -1 1077944320 12300 0 0 0 166 5 0 0 20 0 16 0 39209095 10983067648 22775 33554432000 4194304 4196468 140720611131248 140720611113792 140575788355319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
/proc/28660/statm: 2681413 22775 3109 1 0 2643904 0
[pid=28660/tid=28662] ppid=28657 vsize=10725652 memory=2416 CPUtime=0.67 cores=1,3,5,7
/proc/28660/task/28662/stat : 28662 (java) R 28657 28660 25105 0 -1 4202560 6137 0 0 0 65 2 0 0 20 0 16 0 39209095 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575792591872 140575788367254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28663] ppid=28657 vsize=10725652 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28663/stat : 28663 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575758068368 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28664] ppid=28657 vsize=10725652 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28664/stat : 28664 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575393581584 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28665] ppid=28657 vsize=10725652 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28665/stat : 28665 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575392528784 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28666] ppid=28657 vsize=10725652 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28666/stat : 28666 (java) S 28657 28660 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575391475984 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28667] ppid=28657 vsize=10725652 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28667/stat : 28667 (java) S 28657 28660 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39209097 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575279909744 140575788366466 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28668] ppid=28657 vsize=10725652 memory=7518026621751088999 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28668/stat : 28668 (java) S 28657 28660 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39209098 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575278855712 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28669] ppid=28657 vsize=10725652 memory=7451579857426993518 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28669/stat : 28669 (java) S 28657 28660 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39209098 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575277802864 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28670] ppid=28657 vsize=10725652 memory=5787213848925131109 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28670/stat : 28670 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39209100 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575276751184 140575788373915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28671] ppid=28657 vsize=10725652 memory=-7749694995119233653 CPUtime=0.38 cores=1,3,5,7
/proc/28660/task/28671/stat : 28671 (java) R 28657 28660 25105 0 -1 4202560 1631 0 0 0 38 0 0 0 20 0 16 0 39209100 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575275685056 140575771847813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28672] ppid=28657 vsize=10725652 memory=8326441112149131689 CPUtime=0.37 cores=1,3,5,7
/proc/28660/task/28672/stat : 28672 (java) R 28657 28660 25105 0 -1 4202560 1747 0 0 0 37 0 0 0 20 0 16 0 39209100 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575274635936 140575769876504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28673] ppid=28657 vsize=10725652 memory=6944656592455360569 CPUtime=0.25 cores=1,3,5,7
/proc/28660/task/28673/stat : 28673 (java) S 28657 28660 25105 0 -1 1077944384 1393 0 0 0 25 0 0 0 20 0 16 0 39209100 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575273592944 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28674] ppid=28657 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28674/stat : 28674 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39209101 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575272540384 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28675] ppid=28657 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28675/stat : 28675 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209101 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575271488688 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28676] ppid=28657 vsize=10725652 memory=33 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28676/stat : 28676 (java) S 28657 28660 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39209146 10983067648 22775 33554432000 4194304 4196468 140720611131248 140575270434224 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 91100 KiB

[startup+1.50085 s]
/proc/loadavg: 3.14 2.41 2.62 3/217 28676
/proc/meminfo: memFree=12327428/32770624 swapFree=67108860/67108860
[pid=28660] ppid=28657 vsize=10725652 memory=96828 CPUtime=2.97 cores=1,3,5,7
/proc/28660/stat : 28660 (java) S 28657 28660 25105 0 -1 1077944320 16275 0 0 0 292 5 0 0 20 0 16 0 39209095 10983067648 24207 33554432000 4194304 4196468 140720611131248 140720611113792 140575788355319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
/proc/28660/statm: 2681413 24207 3119 1 0 2643904 0
[pid=28660/tid=28662] ppid=28657 vsize=10725652 memory=6737 CPUtime=1.47 cores=1,3,5,7
/proc/28660/task/28662/stat : 28662 (java) R 28657 28660 25105 0 -1 4202560 6683 0 0 0 145 2 0 0 20 0 16 0 39209095 10983067648 24207 33554432000 4194304 4196468 140720611131248 140575792591992 140575427427863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28663] ppid=28657 vsize=10725652 memory=3905804167029194784 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28663/stat : 28663 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 24207 33554432000 4194304 4196468 140720611131248 140575758068368 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28664] ppid=28657 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28664/stat : 28664 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 24207 33554432000 4194304 4196468 140720611131248 140575393581584 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28665] ppid=28657 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28665/stat : 28665 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 24207 33554432000 4194304 4196468 140720611131248 140575392528784 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28666] ppid=28657 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28666/stat : 28666 (java) S 28657 28660 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 24207 33554432000 4194304 4196468 140720611131248 140575391475984 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0

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

/proc/28660/stat : 28660 (java) S 28657 28660 25105 0 -1 1077944320 17301 0 0 0 495 6 0 0 20 0 16 0 39209095 10983067648 25603 33554432000 4194304 4196468 140720611131248 140720611113792 140575788355319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
/proc/28660/statm: 2681413 25603 3121 1 0 2643904 0
[pid=28660/tid=28662] ppid=28657 vsize=10725652 memory=0 CPUtime=3.07 cores=1,3,5,7
/proc/28660/task/28662/stat : 28662 (java) R 28657 28660 25105 0 -1 4202560 6694 0 0 0 305 2 0 0 20 0 16 0 39209095 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575792591992 140575427340984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28663] ppid=28657 vsize=10725652 memory=99784 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28663/stat : 28663 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575758068368 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28664] ppid=28657 vsize=10725652 memory=99784 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28664/stat : 28664 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575393581584 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28665] ppid=28657 vsize=10725652 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28665/stat : 28665 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575392528784 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28666] ppid=28657 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28666/stat : 28666 (java) S 28657 28660 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575391475984 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28667] ppid=28657 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28667/stat : 28667 (java) S 28657 28660 25105 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 39209097 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575279909744 140575788366466 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28668] ppid=28657 vsize=10725652 memory=960 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28668/stat : 28668 (java) S 28657 28660 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39209098 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575278855712 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28669] ppid=28657 vsize=10725652 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28669/stat : 28669 (java) S 28657 28660 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39209098 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575277802864 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28670] ppid=28657 vsize=10725652 memory=7305209570698223702 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28670/stat : 28670 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39209100 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575276751184 140575788373915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28671] ppid=28657 vsize=10725652 memory=7733924590684300632 CPUtime=0.83 cores=1,3,5,7
/proc/28660/task/28671/stat : 28671 (java) S 28657 28660 25105 0 -1 1077944384 4093 0 0 0 82 1 0 0 20 0 16 0 39209100 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575275698544 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28672] ppid=28657 vsize=10725652 memory=280666315175656 CPUtime=0.78 cores=1,3,5,7
/proc/28660/task/28672/stat : 28672 (java) S 28657 28660 25105 0 -1 1077944384 3398 0 0 0 77 1 0 0 20 0 16 0 39209100 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575274645744 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28673] ppid=28657 vsize=10725652 memory=7380671248541445222 CPUtime=0.29 cores=1,3,5,7
/proc/28660/task/28673/stat : 28673 (java) S 28657 28660 25105 0 -1 1077944384 1647 0 0 0 29 0 0 0 20 0 16 0 39209100 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575273592944 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28674] ppid=28657 vsize=10725652 memory=7380671248541445222 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28674/stat : 28674 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39209101 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575272540384 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28675] ppid=28657 vsize=10725652 memory=7380671248541445222 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28675/stat : 28675 (java) S 28657 28660 25105 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 16 0 39209101 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575271488688 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28676] ppid=28657 vsize=10725652 memory=7378705338933264492 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28676/stat : 28676 (java) S 28657 28660 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39209146 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575270434224 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 102412 KiB

[startup+3.54147 s]
# the end of solver process 28660 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.19528 s, system=0.068557 s

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

[startup+3.201 s]
/proc/loadavg: 3.05 2.40 2.62 3/217 28676
/proc/meminfo: memFree=12316476/32770624 swapFree=67108860/67108860
[pid=28660] ppid=28657 vsize=10725652 memory=102412 CPUtime=5.1 cores=1,3,5,7
/proc/28660/stat : 28660 (java) S 28657 28660 25105 0 -1 1077944320 17301 0 0 0 504 6 0 0 20 0 16 0 39209095 10983067648 25603 33554432000 4194304 4196468 140720611131248 140720611113792 140575788355319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
/proc/28660/statm: 2681413 25603 3121 1 0 2643904 0
[pid=28660/tid=28662] ppid=28657 vsize=10725652 memory=13976 CPUtime=3.16 cores=1,3,5,7
/proc/28660/task/28662/stat : 28662 (java) R 28657 28660 25105 0 -1 4202560 6694 0 0 0 314 2 0 0 20 0 16 0 39209095 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575792591992 140575427054272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28663] ppid=28657 vsize=10725652 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28663/stat : 28663 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575758068368 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28664] ppid=28657 vsize=10725652 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28664/stat : 28664 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575393581584 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28665] ppid=28657 vsize=10725652 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28665/stat : 28665 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575392528784 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28666] ppid=28657 vsize=10725652 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28666/stat : 28666 (java) S 28657 28660 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39209096 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575391475984 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28667] ppid=28657 vsize=10725652 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28667/stat : 28667 (java) S 28657 28660 25105 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 39209097 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575279909744 140575788366466 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28668] ppid=28657 vsize=10725652 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28668/stat : 28668 (java) S 28657 28660 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39209098 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575278855712 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28669] ppid=28657 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28669/stat : 28669 (java) S 28657 28660 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39209098 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575277802864 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28670] ppid=28657 vsize=10725652 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28670/stat : 28670 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39209100 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575276751184 140575788373915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28671] ppid=28657 vsize=10725652 memory=15876 CPUtime=0.83 cores=1,3,5,7
/proc/28660/task/28671/stat : 28671 (java) S 28657 28660 25105 0 -1 1077944384 4093 0 0 0 82 1 0 0 20 0 16 0 39209100 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575275698544 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28672] ppid=28657 vsize=10725652 memory=16436 CPUtime=0.78 cores=1,3,5,7
/proc/28660/task/28672/stat : 28672 (java) S 28657 28660 25105 0 -1 1077944384 3398 0 0 0 77 1 0 0 20 0 16 0 39209100 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575274645744 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28673] ppid=28657 vsize=10725652 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/28660/task/28673/stat : 28673 (java) S 28657 28660 25105 0 -1 1077944384 1647 0 0 0 29 0 0 0 20 0 16 0 39209100 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575273592944 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28674] ppid=28657 vsize=10725652 memory=8996 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28674/stat : 28674 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39209101 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575272540384 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28675] ppid=28657 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28675/stat : 28675 (java) S 28657 28660 25105 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 16 0 39209101 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575271488688 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28676] ppid=28657 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28676/stat : 28676 (java) S 28657 28660 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39209146 10983067648 25603 33554432000 4194304 4196468 140720611131248 140575270434224 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 102412 KiB

[startup+3.40078 s]
/proc/loadavg: 3.05 2.40 2.62 3/217 28676
/proc/meminfo: memFree=12316476/32770624 swapFree=67108860/67108860
[pid=28660] ppid=28657 vsize=10858780 memory=106568 CPUtime=5.24 cores=1,3,5,7
/proc/28660/stat : 28660 (java) S 28657 28660 25105 0 -1 1077944320 17689 0 0 0 518 6 0 0 20 0 16 0 39209095 11119390720 26642 33554432000 4194304 4196468 140720611131248 140720611113792 140575788355319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
/proc/28660/statm: 2714695 26642 3123 1 0 2677186 0
[pid=28660/tid=28662] ppid=28657 vsize=10858780 memory=3689918361902338411 CPUtime=3.3 cores=1,3,5,7
/proc/28660/task/28662/stat : 28662 (java) S 28657 28660 25105 0 -1 1077944384 6923 0 0 0 327 3 0 0 20 0 16 0 39209095 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575792596000 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28663] ppid=28657 vsize=10858780 memory=222249 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28663/stat : 28663 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575758068368 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28664] ppid=28657 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28664/stat : 28664 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575393581584 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28665] ppid=28657 vsize=10858780 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28665/stat : 28665 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575392528784 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28666] ppid=28657 vsize=10858780 memory=7518026621751088999 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28666/stat : 28666 (java) S 28657 28660 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39209096 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575391475984 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28667] ppid=28657 vsize=10858780 memory=7451579857426993518 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28667/stat : 28667 (java) S 28657 28660 25105 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 39209097 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575279909744 140575788366466 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28668] ppid=28657 vsize=10858780 memory=5787213848925131109 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28668/stat : 28668 (java) S 28657 28660 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39209098 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575278855712 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28669] ppid=28657 vsize=10858780 memory=7595711546497918567 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28669/stat : 28669 (java) S 28657 28660 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39209098 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575277802864 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28670] ppid=28657 vsize=10858780 memory=5787213827063244903 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28670/stat : 28670 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39209100 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575276751184 140575788373915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28671] ppid=28657 vsize=10858780 memory=7883385591275283025 CPUtime=0.84 cores=1,3,5,7
/proc/28660/task/28671/stat : 28671 (java) S 28657 28660 25105 0 -1 1077944384 4095 0 0 0 83 1 0 0 20 0 16 0 39209100 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575275698544 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28672] ppid=28657 vsize=10858780 memory=0 CPUtime=0.78 cores=1,3,5,7
/proc/28660/task/28672/stat : 28672 (java) S 28657 28660 25105 0 -1 1077944384 3400 0 0 0 77 1 0 0 20 0 16 0 39209100 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575274645744 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28673] ppid=28657 vsize=10858780 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/28660/task/28673/stat : 28673 (java) S 28657 28660 25105 0 -1 1077944384 1657 0 0 0 29 0 0 0 20 0 16 0 39209100 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575273592944 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28674] ppid=28657 vsize=10858780 memory=7897447025732043678 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28674/stat : 28674 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39209101 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575272540384 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28675] ppid=28657 vsize=10858780 memory=140333157753488 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28675/stat : 28675 (java) S 28657 28660 25105 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 16 0 39209101 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575271488688 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 106568 KiB

[startup+3.50077 s]
/proc/loadavg: 3.05 2.40 2.62 3/217 28676
/proc/meminfo: memFree=12316476/32770624 swapFree=67108860/67108860
[pid=28660] ppid=28657 vsize=10858780 memory=106568 CPUtime=5.24 cores=1,3,5,7
/proc/28660/stat : 28660 (java) S 28657 28660 25105 0 -1 1077944320 17689 0 0 0 518 6 0 0 20 0 16 0 39209095 11119390720 26642 33554432000 4194304 4196468 140720611131248 140720611113792 140575788355319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
/proc/28660/statm: 2714695 26642 3123 1 0 2677186 0
[pid=28660/tid=28662] ppid=28657 vsize=10858780 memory=102412 CPUtime=3.3 cores=1,3,5,7
/proc/28660/task/28662/stat : 28662 (java) S 28657 28660 25105 0 -1 1077944384 6923 0 0 0 327 3 0 0 20 0 16 0 39209095 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575792596000 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28663] ppid=28657 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28663/stat : 28663 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575758068368 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28664] ppid=28657 vsize=10858780 memory=99784 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28664/stat : 28664 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575393581584 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28665] ppid=28657 vsize=10858780 memory=99784 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28665/stat : 28665 (java) S 28657 28660 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39209096 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575392528784 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28666] ppid=28657 vsize=10858780 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28666/stat : 28666 (java) S 28657 28660 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39209096 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575391475984 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28667] ppid=28657 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28667/stat : 28667 (java) S 28657 28660 25105 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 39209097 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575279909744 140575788366466 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28668] ppid=28657 vsize=10858780 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28668/stat : 28668 (java) S 28657 28660 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39209098 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575278855712 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28669] ppid=28657 vsize=10858780 memory=960 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28669/stat : 28669 (java) S 28657 28660 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39209098 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575277802864 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28670] ppid=28657 vsize=10858780 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28670/stat : 28670 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39209100 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575276751184 140575788373915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28671] ppid=28657 vsize=10858780 memory=280666315375136 CPUtime=0.84 cores=1,3,5,7
/proc/28660/task/28671/stat : 28671 (java) S 28657 28660 25105 0 -1 1077944384 4095 0 0 0 83 1 0 0 20 0 16 0 39209100 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575275698544 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28672] ppid=28657 vsize=10858780 memory=280666315379584 CPUtime=0.78 cores=1,3,5,7
/proc/28660/task/28672/stat : 28672 (java) S 28657 28660 25105 0 -1 1077944384 3400 0 0 0 77 1 0 0 20 0 16 0 39209100 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575274645744 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28673] ppid=28657 vsize=10858780 memory=6452091021823076411 CPUtime=0.29 cores=1,3,5,7
/proc/28660/task/28673/stat : 28673 (java) S 28657 28660 25105 0 -1 1077944384 1657 0 0 0 29 0 0 0 20 0 16 0 39209100 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575273592944 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28674] ppid=28657 vsize=10858780 memory=8243114992657236051 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28674/stat : 28674 (java) S 28657 28660 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39209101 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575272540384 140575788365525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
[pid=28660/tid=28675] ppid=28657 vsize=10858780 memory=288289995482202990 CPUtime=0 cores=1,3,5,7
/proc/28660/task/28675/stat : 28675 (java) S 28657 28660 25105 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 16 0 39209101 11119390720 26642 33554432000 4194304 4196468 140720611131248 140575271488688 140575788366466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140720611136625 140720611136777 140720611136777 140720611139535 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 106568 KiB

Child status: 0
Real time (s): 3.54151
CPU time (s): 5.26383
CPU user time (s): 5.19528
CPU system time (s): 0.068557
CPU usage (%): 148.632
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 106568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.19528
system time used= 0.068557
maximum resident set size= 111136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18183
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1677
involuntary context switches= 16


# summary of solver processes directly reported to runsolver:
#   pid: 28660
#   total CPU time (s): 5.26383
#   total CPU user time (s): 5.19528
#   total CPU system time (s): 0.068557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041161 second user time and 0.082165 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 01:40:59
IDJOB=4290057
IDBENCH=141341
IDSOLVER=2742
FILE ID=node139/4290057-1532216459
RUNJOBID= node139-1532209881-27635
PBS_JOBID= 21018928
Free space on /tmp= 45864 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Langford/LangfordBin-15_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290057-1532216459/watcher-4290057-1532216459 -o /tmp/evaluation-result-4290057-1532216459/solver-4290057-1532216459 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290057-1532216459.xml

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

MD5SUM BENCH= 07ea5144b09b59ff4e6e73933349a8c8
RANDOM SEED=130027434

node139.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.80
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.80
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.80
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.80
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:        12407292 kB
MemAvailable:   25791572 kB
Buffers:          129468 kB
Cached:         13308840 kB
SwapCached:            0 kB
Active:          7275280 kB
Inactive:       12354316 kB
Active(anon):    6146668 kB
Inactive(anon):    64124 kB
Active(file):    1128612 kB
Inactive(file): 12290192 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:       6198756 kB
Mapped:            46748 kB
Shmem:             17036 kB
Slab:             421020 kB
SReclaimable:     393936 kB
SUnreclaim:        27084 kB
KernelStack:        3776 kB
PageTables:        17472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7272272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6047744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45860 MiB
End job on node139 at 2018-07-22 01:41:03