Trace number 4290058

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.45944 3.55517

General information on the benchmark

NameLangford/
LangfordBin-16_c18.xml
MD5SUM27c67f30ca0ef1b1bbbeaa4cb2c2f178
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.261181
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints48
Number of domains2
Minimum domain size16
Maximum domain size32
Distribution of domain sizes[{"size":16,"count":32},{"size":32,"count":32}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":32,"count":32}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":16},{"arity":33,"count":32}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"element","count":32}]
Optimization problemNO
Type of objective

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290058-1532216508/watcher-4290058-1532216508 -o /tmp/evaluation-result-4290058-1532216508/solver-4290058-1532216508 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25849 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290058-1532216508.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
solver pid=27505, runsolver pid=27502
Current StackSize limit: 8192 KiB


[startup+0.100132 s]*
/proc/loadavg: 2.00 2.28 2.70 2/216 27520
/proc/meminfo: memFree=21628804/32770624 swapFree=67108860/67108860
[pid=27505] ppid=27502 vsize=10659012 memory=30092 CPUtime=0.12 cores=1,3,5,7
/proc/27505/stat : 27505 (java) S 27502 27505 23514 0 -1 1077944320 6609 0 0 0 11 1 0 0 20 0 15 0 39214041 10914828288 7523 33554432000 4194304 4196468 140730186320208 140730186302752 139684610916087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
/proc/27505/statm: 2664753 7523 2842 1 0 2627263 0
[pid=27505/tid=27507] ppid=27502 vsize=10659012 memory=-8773748148829981827 CPUtime=0.08 cores=1,3,5,7
/proc/27505/task/27507/stat : 27507 (java) R 27502 27505 23514 0 -1 4202560 4433 0 0 0 8 0 0 0 20 0 15 0 39214041 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684615139984 139684610928022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27508] ppid=27502 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27508/stat : 27508 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214042 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684552920080 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27509] ppid=27502 vsize=10659012 memory=140164922951296 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27509/stat : 27509 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214042 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684551867536 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27510] ppid=27502 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27510/stat : 27510 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214042 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684215577360 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27511] ppid=27502 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27511/stat : 27511 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214042 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684214524816 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27512] ppid=27502 vsize=10659012 memory=140164922951296 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27512/stat : 27512 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214043 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684170623216 139684610927234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27513] ppid=27502 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27513/stat : 27513 (java) S 27502 27505 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39214044 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684169569440 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27514] ppid=27502 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27514/stat : 27514 (java) S 27502 27505 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39214044 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684168516336 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27515] ppid=27502 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27515/stat : 27515 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39214046 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684167464912 139684610934683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27516] ppid=27502 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27516/stat : 27516 (java) S 27502 27505 23514 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 39214046 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684166413040 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27517] ppid=27502 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27517/stat : 27517 (java) R 27502 27505 23514 0 -1 4202560 149 0 0 0 0 0 0 0 20 0 15 0 39214046 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684165360496 139684610928022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27518] ppid=27502 vsize=10659012 memory=140164922951296 CPUtime=0.02 cores=1,3,5,7
/proc/27505/task/27518/stat : 27518 (java) R 27502 27505 23514 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 39214046 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684164307440 139684610937434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27519] ppid=27502 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27519/stat : 27519 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39214046 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684163255136 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27520] ppid=27502 vsize=10659012 memory=140164922951296 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27520/stat : 27520 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214047 10914828288 7523 33554432000 4194304 4196468 140730186320208 139684162202160 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30092 KiB

[startup+0.211625 s]*
/proc/loadavg: 2.00 2.28 2.70 4/216 27520
/proc/meminfo: memFree=21616720/32770624 swapFree=67108860/67108860
[pid=27505] ppid=27502 vsize=10659012 memory=41024 CPUtime=0.33 cores=1,3,5,7
/proc/27505/stat : 27505 (java) S 27502 27505 23514 0 -1 1077944320 7881 0 0 0 32 1 0 0 20 0 15 0 39214041 10914828288 10256 33554432000 4194304 4196468 140730186320208 140730186302752 139684610916087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
/proc/27505/statm: 2664753 10256 3003 1 0 2627263 0
[pid=27505/tid=27507] ppid=27502 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/27505/task/27507/stat : 27507 (java) R 27502 27505 23514 0 -1 4202560 5033 0 0 0 19 0 0 0 20 0 15 0 39214041 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684615152352 139684594996574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27508] ppid=27502 vsize=10659012 memory=340 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27508/stat : 27508 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214042 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684552920080 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27509] ppid=27502 vsize=10659012 memory=140164923158443 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27509/stat : 27509 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214042 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684551867536 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27510] ppid=27502 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27510/stat : 27510 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214042 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684215577360 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27511] ppid=27502 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27511/stat : 27511 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214042 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684214524816 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27512] ppid=27502 vsize=10659012 memory=140164922951296 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27512/stat : 27512 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214043 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684170623216 139684610927234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27513] ppid=27502 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27513/stat : 27513 (java) S 27502 27505 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39214044 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684169569440 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27514] ppid=27502 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27514/stat : 27514 (java) S 27502 27505 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39214044 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684168516336 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27515] ppid=27502 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27515/stat : 27515 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39214046 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684167464912 139684610934683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27516] ppid=27502 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27505/task/27516/stat : 27516 (java) S 27502 27505 23514 0 -1 1077944384 405 0 0 0 2 0 0 0 20 0 15 0 39214046 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684166413040 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27517] ppid=27502 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27505/task/27517/stat : 27517 (java) S 27502 27505 23514 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 15 0 39214046 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684165360496 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27518] ppid=27502 vsize=10659012 memory=140164922951296 CPUtime=0.07 cores=1,3,5,7
/proc/27505/task/27518/stat : 27518 (java) S 27502 27505 23514 0 -1 1077944384 726 0 0 0 7 0 0 0 20 0 15 0 39214046 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684164307440 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27519] ppid=27502 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27519/stat : 27519 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39214046 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684163255136 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27520] ppid=27502 vsize=10659012 memory=140164922951296 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27520/stat : 27520 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214047 10914828288 10256 33554432000 4194304 4196468 140730186320208 139684162202160 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41024 KiB

[startup+0.310261 s]*
/proc/loadavg: 2.00 2.28 2.70 4/216 27520
/proc/meminfo: memFree=21610880/32770624 swapFree=67108860/67108860
[pid=27505] ppid=27502 vsize=10659088 memory=46804 CPUtime=0.51 cores=1,3,5,7
/proc/27505/stat : 27505 (java) S 27502 27505 23514 0 -1 1077944320 8935 0 0 0 49 2 0 0 20 0 15 0 39214041 10914906112 11701 33554432000 4194304 4196468 140730186320208 140730186302752 139684610916087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
/proc/27505/statm: 2664772 11701 3057 1 0 2627263 0
[pid=27505/tid=27507] ppid=27502 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/27505/task/27507/stat : 27507 (java) R 27502 27505 23514 0 -1 4202560 5818 0 0 0 28 1 0 0 20 0 15 0 39214041 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684615149760 139684610937434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27508] ppid=27502 vsize=10659088 memory=4294977867 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27508/stat : 27508 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214042 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684552920080 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27509] ppid=27502 vsize=10659088 memory=140164923157234 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27509/stat : 27509 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214042 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684551867536 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27510] ppid=27502 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27510/stat : 27510 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214042 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684215577360 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27511] ppid=27502 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27511/stat : 27511 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214042 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684214524816 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27512] ppid=27502 vsize=10659088 memory=140164922951296 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27512/stat : 27512 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214043 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684170623216 139684610927234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27513] ppid=27502 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27513/stat : 27513 (java) S 27502 27505 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39214044 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684169569440 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27514] ppid=27502 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27514/stat : 27514 (java) S 27502 27505 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39214044 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684168516336 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27515] ppid=27502 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27515/stat : 27515 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39214046 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684167464912 139684610934683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27516] ppid=27502 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/27505/task/27516/stat : 27516 (java) S 27502 27505 23514 0 -1 1077944384 503 0 0 0 4 0 0 0 20 0 15 0 39214046 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684166413040 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27517] ppid=27502 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/27505/task/27517/stat : 27517 (java) S 27502 27505 23514 0 -1 1077944384 447 0 0 0 4 0 0 0 20 0 15 0 39214046 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684165360496 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27518] ppid=27502 vsize=10659088 memory=140164922951296 CPUtime=0.11 cores=1,3,5,7
/proc/27505/task/27518/stat : 27518 (java) R 27502 27505 23514 0 -1 4202560 799 0 0 0 11 0 0 0 20 0 15 0 39214046 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684164307440 139684610928022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27519] ppid=27502 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27519/stat : 27519 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39214046 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684163255136 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27520] ppid=27502 vsize=10659088 memory=140164922951296 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27520/stat : 27520 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214047 10914906112 11701 33554432000 4194304 4196468 140730186320208 139684162202160 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46804 KiB

[startup+0.70076 s]
/proc/loadavg: 2.00 2.28 2.70 6/216 27520
/proc/meminfo: memFree=21567276/32770624 swapFree=67108860/67108860
[pid=27505] ppid=27502 vsize=10725652 memory=94764 CPUtime=1.72 cores=1,3,5,7
/proc/27505/stat : 27505 (java) S 27502 27505 23514 0 -1 1077944320 11698 0 0 0 168 4 0 0 20 0 16 0 39214041 10983067648 23691 33554432000 4194304 4196468 140730186320208 140730186302752 139684610916087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
/proc/27505/statm: 2681413 23691 3109 1 0 2643904 0
[pid=27505/tid=27507] ppid=27502 vsize=10725652 memory=258327921589975 CPUtime=0.68 cores=1,3,5,7
/proc/27505/task/27507/stat : 27507 (java) R 27502 27505 23514 0 -1 4202560 6013 0 0 0 66 2 0 0 20 0 16 0 39214041 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684615154208 139684234987243 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27508] ppid=27502 vsize=10725652 memory=4265253205551874080 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27508/stat : 27508 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684552920080 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27509] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27509/stat : 27509 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684551867536 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27510] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27510/stat : 27510 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684215577360 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27511] ppid=27502 vsize=10725652 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27511/stat : 27511 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684214524816 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27512] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27512/stat : 27512 (java) S 27502 27505 23514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39214043 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684170623216 139684610927234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27513] ppid=27502 vsize=10725652 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27513/stat : 27513 (java) S 27502 27505 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39214044 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684169569440 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27514] ppid=27502 vsize=10725652 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27514/stat : 27514 (java) S 27502 27505 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39214044 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684168516336 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27515] ppid=27502 vsize=10725652 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27515/stat : 27515 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214046 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684167464912 139684610934683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27516] ppid=27502 vsize=10725652 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/27505/task/27516/stat : 27516 (java) R 27502 27505 23514 0 -1 4202560 1485 0 0 0 38 0 0 0 20 0 16 0 39214046 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684166412224 139684592091829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27517] ppid=27502 vsize=10725652 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/27505/task/27517/stat : 27517 (java) R 27502 27505 23514 0 -1 4202560 1505 0 0 0 38 0 0 0 20 0 16 0 39214046 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684165353496 139684594816455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27518] ppid=27502 vsize=10725652 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/27505/task/27518/stat : 27518 (java) S 27502 27505 23514 0 -1 1077944384 1302 0 0 0 25 0 0 0 20 0 16 0 39214046 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684164307440 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27519] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27519/stat : 27519 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214046 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684163255136 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27520] ppid=27502 vsize=10725652 memory=18464 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27520/stat : 27520 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214047 10983067648 23691 33554432000 4194304 4196468 140730186320208 139684162202160 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 94764 KiB

[startup+1.50082 s]
/proc/loadavg: 2.00 2.28 2.70 4/217 27521
/proc/meminfo: memFree=21560312/32770624 swapFree=67108860/67108860
[pid=27505] ppid=27502 vsize=10725652 memory=100212 CPUtime=3.16 cores=1,3,5,7
/proc/27505/stat : 27505 (java) S 27502 27505 23514 0 -1 1077944320 16392 0 0 0 312 4 0 0 20 0 16 0 39214041 10983067648 25053 33554432000 4194304 4196468 140730186320208 140730186302752 139684610916087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
/proc/27505/statm: 2681413 25053 3120 1 0 2643904 0
[pid=27505/tid=27507] ppid=27502 vsize=10725652 memory=10799 CPUtime=1.47 cores=1,3,5,7
/proc/27505/task/27507/stat : 27507 (java) R 27502 27505 23514 0 -1 4202560 6460 0 0 0 145 2 0 0 20 0 16 0 39214041 10983067648 25053 33554432000 4194304 4196468 140730186320208 139684615152616 139684234952590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27508] ppid=27502 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27508/stat : 27508 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 25053 33554432000 4194304 4196468 140730186320208 139684552920080 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27509] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27509/stat : 27509 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 25053 33554432000 4194304 4196468 140730186320208 139684551867536 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27510] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27510/stat : 27510 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 25053 33554432000 4194304 4196468 140730186320208 139684215577360 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27511] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27511/stat : 27511 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 25053 33554432000 4194304 4196468 140730186320208 139684214524816 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27512] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27512/stat : 27512 (java) S 27502 27505 23514 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 39214043 10983067648 25053 33554432000 4194304 4196468 140730186320208 139684170623216 139684610927234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0

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

/proc/27505/stat : 27505 (java) S 27502 27505 23514 0 -1 1077944320 16845 0 0 0 515 5 0 0 20 0 16 0 39214041 10983067648 27020 33554432000 4194304 4196468 140730186320208 140730186302752 139684610916087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
/proc/27505/statm: 2681413 27020 3125 1 0 2643904 0
[pid=27505/tid=27507] ppid=27502 vsize=10725652 memory=0 CPUtime=3.08 cores=1,3,5,7
/proc/27505/task/27507/stat : 27507 (java) R 27502 27505 23514 0 -1 4202560 6468 0 0 0 306 2 0 0 20 0 16 0 39214041 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684615151792 139684234865904 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27508] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27508/stat : 27508 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684552920080 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27509] ppid=27502 vsize=10725652 memory=105288 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27509/stat : 27509 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684551867536 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27510] ppid=27502 vsize=10725652 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27510/stat : 27510 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684215577360 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27511] ppid=27502 vsize=10725652 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27511/stat : 27511 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684214524816 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27512] ppid=27502 vsize=10725652 memory=258282153367272 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27512/stat : 27512 (java) S 27502 27505 23514 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 39214043 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684170623216 139684610927234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27513] ppid=27502 vsize=10725652 memory=258282153367273 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27513/stat : 27513 (java) S 27502 27505 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39214044 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684169569440 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27514] ppid=27502 vsize=10725652 memory=258282153367274 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27514/stat : 27514 (java) S 27502 27505 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39214044 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684168516336 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27515] ppid=27502 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27515/stat : 27515 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214046 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684167464912 139684610934683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27516] ppid=27502 vsize=10725652 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/27505/task/27516/stat : 27516 (java) S 27502 27505 23514 0 -1 1077944384 3682 0 0 0 98 0 0 0 20 0 16 0 39214046 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684166413040 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27517] ppid=27502 vsize=10725652 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/27505/task/27517/stat : 27517 (java) S 27502 27505 23514 0 -1 1077944384 3541 0 0 0 81 0 0 0 20 0 16 0 39214046 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684165360496 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27518] ppid=27502 vsize=10725652 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/27505/task/27518/stat : 27518 (java) S 27502 27505 23514 0 -1 1077944384 1692 0 0 0 28 1 0 0 20 0 16 0 39214046 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684164307440 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27519] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27519/stat : 27519 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214046 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684163255136 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27520] ppid=27502 vsize=10725652 memory=56 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27520/stat : 27520 (java) S 27502 27505 23514 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 39214047 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684162202160 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27521] ppid=27502 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27521/stat : 27521 (java) S 27502 27505 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39214093 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684161147952 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 108080 KiB

[startup+3.55512 s]
# the end of solver process 27505 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.40404 s, system=0.05541 s

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

[startup+3.20095 s]
/proc/loadavg: 2.00 2.28 2.70 4/217 27521
/proc/meminfo: memFree=21549720/32770624 swapFree=67108860/67108860
[pid=27505] ppid=27502 vsize=10725652 memory=108080 CPUtime=5.29 cores=1,3,5,7
/proc/27505/stat : 27505 (java) S 27502 27505 23514 0 -1 1077944320 16845 0 0 0 524 5 0 0 20 0 16 0 39214041 10983067648 27020 33554432000 4194304 4196468 140730186320208 140730186302752 139684610916087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
/proc/27505/statm: 2681413 27020 3125 1 0 2643904 0
[pid=27505/tid=27507] ppid=27502 vsize=10725652 memory=280329562686016 CPUtime=3.17 cores=1,3,5,7
/proc/27505/task/27507/stat : 27507 (java) R 27502 27505 23514 0 -1 4202560 6468 0 0 0 315 2 0 0 20 0 16 0 39214041 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684615151792 139684234952529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27508] ppid=27502 vsize=10725652 memory=-1161699032755964503 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27508/stat : 27508 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684552920080 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27509] ppid=27502 vsize=10725652 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27509/stat : 27509 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684551867536 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27510] ppid=27502 vsize=10725652 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27510/stat : 27510 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684215577360 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27511] ppid=27502 vsize=10725652 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27511/stat : 27511 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214042 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684214524816 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27512] ppid=27502 vsize=10725652 memory=-4051592751533505334 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27512/stat : 27512 (java) S 27502 27505 23514 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 39214043 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684170623216 139684610927234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27513] ppid=27502 vsize=10725652 memory=1414355462422710185 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27513/stat : 27513 (java) S 27502 27505 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39214044 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684169569440 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27514] ppid=27502 vsize=10725652 memory=9050718563435446445 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27514/stat : 27514 (java) S 27502 27505 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39214044 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684168516336 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27515] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27515/stat : 27515 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214046 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684167464912 139684610934683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27516] ppid=27502 vsize=10725652 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/27505/task/27516/stat : 27516 (java) S 27502 27505 23514 0 -1 1077944384 3682 0 0 0 98 0 0 0 20 0 16 0 39214046 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684166413040 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27517] ppid=27502 vsize=10725652 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/27505/task/27517/stat : 27517 (java) S 27502 27505 23514 0 -1 1077944384 3541 0 0 0 81 0 0 0 20 0 16 0 39214046 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684165360496 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27518] ppid=27502 vsize=10725652 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/27505/task/27518/stat : 27518 (java) S 27502 27505 23514 0 -1 1077944384 1692 0 0 0 28 1 0 0 20 0 16 0 39214046 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684164307440 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27519] ppid=27502 vsize=10725652 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27519/stat : 27519 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214046 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684163255136 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27520] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27520/stat : 27520 (java) S 27502 27505 23514 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 39214047 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684162202160 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27521] ppid=27502 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27521/stat : 27521 (java) S 27502 27505 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39214093 10983067648 27020 33554432000 4194304 4196468 140730186320208 139684161147952 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 108080 KiB

[startup+3.40077 s]
/proc/loadavg: 2.00 2.28 2.70 4/217 27521
/proc/meminfo: memFree=21549720/32770624 swapFree=67108860/67108860
[pid=27505] ppid=27502 vsize=10858780 memory=110192 CPUtime=5.44 cores=1,3,5,7
/proc/27505/stat : 27505 (java) S 27502 27505 23514 0 -1 1077944320 17228 0 0 0 539 5 0 0 20 0 16 0 39214041 11119390720 27548 33554432000 4194304 4196468 140730186320208 140730186302752 139684610916087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
/proc/27505/statm: 2714695 27548 3127 1 0 2677186 0
[pid=27505/tid=27507] ppid=27502 vsize=10858780 memory=0 CPUtime=3.31 cores=1,3,5,7
/proc/27505/task/27507/stat : 27507 (java) S 27502 27505 23514 0 -1 1077944384 6686 0 0 0 329 2 0 0 20 0 16 0 39214041 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684615156768 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27508] ppid=27502 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27508/stat : 27508 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214042 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684552920080 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27509] ppid=27502 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27509/stat : 27509 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214042 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684551867536 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27510] ppid=27502 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27510/stat : 27510 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214042 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684215577360 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27511] ppid=27502 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27511/stat : 27511 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214042 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684214524816 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27512] ppid=27502 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27512/stat : 27512 (java) S 27502 27505 23514 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 39214043 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684170623216 139684610927234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27513] ppid=27502 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27513/stat : 27513 (java) S 27502 27505 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39214044 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684169569440 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27514] ppid=27502 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27514/stat : 27514 (java) S 27502 27505 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39214044 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684168516336 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27515] ppid=27502 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27515/stat : 27515 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214046 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684167464912 139684610934683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27516] ppid=27502 vsize=10858780 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/27505/task/27516/stat : 27516 (java) S 27502 27505 23514 0 -1 1077944384 3683 0 0 0 99 0 0 0 20 0 16 0 39214046 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684166413040 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27517] ppid=27502 vsize=10858780 memory=4136 CPUtime=0.81 cores=1,3,5,7
/proc/27505/task/27517/stat : 27517 (java) S 27502 27505 23514 0 -1 1077944384 3542 0 0 0 81 0 0 0 20 0 16 0 39214046 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684165360496 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27518] ppid=27502 vsize=10858780 memory=13988 CPUtime=0.29 cores=1,3,5,7
/proc/27505/task/27518/stat : 27518 (java) S 27502 27505 23514 0 -1 1077944384 1703 0 0 0 28 1 0 0 20 0 16 0 39214046 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684164307440 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27519] ppid=27502 vsize=10858780 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27519/stat : 27519 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214046 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684163255136 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27520] ppid=27502 vsize=10858780 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27520/stat : 27520 (java) S 27502 27505 23514 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 39214047 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684162202160 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 110192 KiB

[startup+3.50077 s]
/proc/loadavg: 2.00 2.28 2.70 4/217 27521
/proc/meminfo: memFree=21549720/32770624 swapFree=67108860/67108860
[pid=27505] ppid=27502 vsize=10858780 memory=110192 CPUtime=5.44 cores=1,3,5,7
/proc/27505/stat : 27505 (java) S 27502 27505 23514 0 -1 1077944320 17228 0 0 0 539 5 0 0 20 0 16 0 39214041 11119390720 27548 33554432000 4194304 4196468 140730186320208 140730186302752 139684610916087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
/proc/27505/statm: 2714695 27548 3127 1 0 2677186 0
[pid=27505/tid=27507] ppid=27502 vsize=10858780 memory=108080 CPUtime=3.31 cores=1,3,5,7
/proc/27505/task/27507/stat : 27507 (java) S 27502 27505 23514 0 -1 1077944384 6686 0 0 0 329 2 0 0 20 0 16 0 39214041 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684615156768 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27508] ppid=27502 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27508/stat : 27508 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214042 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684552920080 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27509] ppid=27502 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27509/stat : 27509 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214042 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684551867536 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27510] ppid=27502 vsize=10858780 memory=105288 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27510/stat : 27510 (java) S 27502 27505 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214042 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684215577360 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27511] ppid=27502 vsize=10858780 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27511/stat : 27511 (java) S 27502 27505 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214042 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684214524816 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27512] ppid=27502 vsize=10858780 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27512/stat : 27512 (java) S 27502 27505 23514 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 39214043 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684170623216 139684610927234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27513] ppid=27502 vsize=10858780 memory=258282153367272 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27513/stat : 27513 (java) S 27502 27505 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39214044 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684169569440 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27514] ppid=27502 vsize=10858780 memory=258282153367273 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27514/stat : 27514 (java) S 27502 27505 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39214044 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684168516336 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27515] ppid=27502 vsize=10858780 memory=258282153367274 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27515/stat : 27515 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214046 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684167464912 139684610934683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27516] ppid=27502 vsize=10858780 memory=6791534058613427641 CPUtime=0.99 cores=1,3,5,7
/proc/27505/task/27516/stat : 27516 (java) S 27502 27505 23514 0 -1 1077944384 3683 0 0 0 99 0 0 0 20 0 16 0 39214046 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684166413040 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27517] ppid=27502 vsize=10858780 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/27505/task/27517/stat : 27517 (java) S 27502 27505 23514 0 -1 1077944384 3542 0 0 0 81 0 0 0 20 0 16 0 39214046 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684165360496 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27518] ppid=27502 vsize=10858780 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/27505/task/27518/stat : 27518 (java) S 27502 27505 23514 0 -1 1077944384 1703 0 0 0 28 1 0 0 20 0 16 0 39214046 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684164307440 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27519] ppid=27502 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27519/stat : 27519 (java) S 27502 27505 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214046 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684163255136 139684610926293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
[pid=27505/tid=27520] ppid=27502 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27505/task/27520/stat : 27520 (java) S 27502 27505 23514 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 39214047 11119390720 27548 33554432000 4194304 4196468 140730186320208 139684162202160 139684610927234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25784320 140730186323057 140730186323209 140730186323209 140730186325967 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 110192 KiB

Child status: 0
Real time (s): 3.55517
CPU time (s): 5.45944
CPU user time (s): 5.40404
CPU system time (s): 0.05541
CPU usage (%): 153.564
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 110192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.40404
system time used= 0.05541
maximum resident set size= 112652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17588
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1733
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 27505
#   total CPU time (s): 5.45944
#   total CPU user time (s): 5.40404
#   total CPU system time (s): 0.05541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044247 second user time and 0.076255 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-22 01:41:48
IDJOB=4290058
IDBENCH=141345
IDSOLVER=2742
FILE ID=node150/4290058-1532216508
RUNJOBID= node150-1532207966-25849
PBS_JOBID= 21018925
Free space on /tmp= 57252 MiB

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

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

MD5SUM BENCH= 27c67f30ca0ef1b1bbbeaa4cb2c2f178
RANDOM SEED=600390653

node150.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.76
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.76
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.76
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.76
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:        21646136 kB
MemAvailable:   31134080 kB
Buffers:          222284 kB
Cached:          9478596 kB
SwapCached:            0 kB
Active:          1831052 kB
Inactive:        8730328 kB
Active(anon):     863184 kB
Inactive(anon):    16868 kB
Active(file):     967868 kB
Inactive(file):  8713460 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2516 kB
Writeback:             0 kB
AnonPages:        925280 kB
Mapped:            46868 kB
Shmem:             17032 kB
Slab:             261576 kB
SReclaimable:     235076 kB
SUnreclaim:        26500 kB
KernelStack:        3808 kB
PageTables:         6944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2202108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    827392 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= 57248 MiB
End job on node150 at 2018-07-22 01:41:51