Trace number 4290127

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-11UNSAT 7.95753 4.42347

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-7-cp_c18.xml
MD5SUM6202e41c7df8f203e59ab292b28f5059
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.473528
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints2529
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":112}]
Minimum variable degree92
Maximum variable degree93
Distribution of variable degrees[{"degree":92,"count":96},{"degree":93,"count":16}]
Minimum constraint arity4
Maximum constraint arity112
Distribution of constraint arities[{"arity":4,"count":2520},{"arity":16,"count":8},{"arity":112,"count":1}]
Number of extensional constraints0
Number of intensional constraints2520
Distribution of constraint types[{"type":"intension","count":2520},{"type":"lex","count":1},{"type":"cardinality","count":7},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.15/1.19	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.15/1.19	c This is free software under the dual EPL/GNU LGPL licenses.
3.15/1.19	c See www.sat4j.org for details.
3.15/1.19	c That software uses the Rhino library from the Mozilla project.
3.15/1.19	c version 2.3.6-SNAPSHOT
3.15/1.19	c java.runtime.name	Java(TM) SE Runtime Environment
3.15/1.19	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.15/1.19	c java.vm.version	25.131-b11
3.15/1.19	c java.vm.vendor	Oracle Corporation
3.15/1.19	c sun.arch.data.model	64
3.15/1.19	c java.version		1.8.0_131
3.15/1.19	c os.name		Linux
3.15/1.19	c os.version		3.10.0-514.16.1.el7.x86_64
3.15/1.19	c os.arch		amd64
3.15/1.19	c Free memory 		499604488
3.15/1.19	c Max memory 		7247757312
3.15/1.19	c Total memory 		504889344
3.15/1.19	c Number of processors 	4
3.15/1.19	c c --- Begin Solver configuration ---
3.15/1.19	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.15/1.19	c Learn all clauses as in MiniSAT
3.15/1.19	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.15/1.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.15/1.19	c No reason simplification
3.15/1.19	c Glucose 2.1 dynamic restart strategy
3.15/1.19	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
3.15/1.19	c timeout=2147483s
3.15/1.19	c DB Simplification allowed=false
3.15/1.19	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.15/1.19	c --- End Solver configuration ---
3.15/1.19	c constraints type 
3.15/1.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 224
3.15/1.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4491
3.15/1.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 119195
3.15/1.19	c org.sat4j.specs.Constr$1 => 301
3.15/1.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 5259
3.15/1.19	c 129470 constraints processed.
7.93/4.41	c starts		: 108
7.93/4.41	c conflicts		: 51607
7.93/4.41	c decisions		: 92993
7.93/4.41	c propagations		: 6072990
7.93/4.41	c inspects		: 38910056
7.93/4.41	c shortcuts		: 0
7.93/4.41	c learnt literals	: 18
7.93/4.41	c learnt binary clauses	: 37
7.93/4.41	c learnt ternary clauses	: 69
7.93/4.41	c learnt constraints	: 51588
7.93/4.41	c ignored constraints	: 0
7.93/4.41	c root simplifications	: 0
7.93/4.41	c removed literals (reason simplification)	: 0
7.93/4.41	c reason swapping (by a shorter reason)	: 0
7.93/4.41	c Calls to reduceDB	: 6
7.93/4.41	c Number of update (reduction) of LBD	: 17892
7.93/4.41	c Imported unit clauses	: 0
7.93/4.41	c number of reductions to clauses (during analyze)	: 0
7.93/4.41	c number of learned constraints concerned by reduction	: 0
7.93/4.41	c number of learning phase by resolution	: 0
7.93/4.41	c number of learning phase by cutting planes	: 0
7.93/4.41	c number of rounding to 1 operations	: 0
7.93/4.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
7.93/4.41	c number of reductions of the coefficients by power 2 	: 0
7.93/4.41	c number of right shift for reduction by power 2 	: 0
7.93/4.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
7.93/4.41	c number of ending skipping 	: 0
7.93/4.41	c number of internal skipping 	: 0
7.93/4.41	c number of derivation steps 	: 0
7.93/4.41	c number of skipped derivation steps 	: 0
7.93/4.41	c number of remaining unassigned 	: 0
7.93/4.41	c number of remaining assigned 	: 0
7.93/4.41	c speed (assignments/second)	: 1896623.9850093692
7.93/4.41	c non guided choices	: 11780
7.93/4.41	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 37
7.93/4.41	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 15511
7.93/4.41	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290127-1532217484/watcher-4290127-1532217484 -o /tmp/evaluation-result-4290127-1532217484/solver-4290127-1532217484 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25928 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290127-1532217484.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=27459, runsolver pid=27456
Current StackSize limit: 8192 KiB


[startup+0.100794 s]*
/proc/loadavg: 4.77 5.28 4.02 3/217 27474
/proc/meminfo: memFree=19166112/32770624 swapFree=67108860/67108860
[pid=27459] ppid=27456 vsize=10659012 memory=29584 CPUtime=0.12 cores=1,3,5,7
/proc/27459/stat : 27459 (java) S 27456 27459 23392 0 -1 1077944320 7016 0 0 0 11 1 0 0 20 0 15 0 39311552 10914828288 7396 33554432000 4194304 4196468 140737038066736 140737038049280 139670688661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
/proc/27459/statm: 2664753 7396 2816 1 0 2627263 0
[pid=27459/tid=27461] ppid=27456 vsize=10659012 memory=-8125511277465472382 CPUtime=0.08 cores=1,3,5,7
/proc/27459/task/27461/stat : 27461 (java) R 27456 27459 23392 0 -1 4202560 4811 0 0 0 8 0 0 0 20 0 15 0 39311553 10914828288 7396 33554432000 4194304 4196468 140737038066736 139670692875232 139670688673174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27462] ppid=27456 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27462/stat : 27462 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311553 10914828288 7396 33554432000 4194304 4196468 140737038066736 139670660504336 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27463] ppid=27456 vsize=10659012 memory=140361824286336 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27463/stat : 27463 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311553 10914828288 7396 33554432000 4194304 4196468 140737038066736 139670294203280 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27464] ppid=27456 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27464/stat : 27464 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311553 10914828288 7396 33554432000 4194304 4196468 140737038066736 139670293150736 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27465] ppid=27456 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27465/stat : 27465 (java) S 27456 27459 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311553 10914828288 7396 33554432000 4194304 4196468 140737038066736 139670292098192 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27466] ppid=27456 vsize=10659012 memory=140361824286336 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27466/stat : 27466 (java) S 27456 27459 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311555 10914828288 7396 33554432000 4194304 4196468 140737038066736 139669724424176 139670688672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27467] ppid=27456 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27467/stat : 27467 (java) S 27456 27459 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39311555 10914828288 7396 33554432000 4194304 4196468 140737038066736 139669723370400 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27468] ppid=27456 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27468/stat : 27468 (java) S 27456 27459 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39311555 10914828288 7396 33554432000 4194304 4196468 140737038066736 139669722317808 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27469] ppid=27456 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27469/stat : 27469 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311558 10914828288 7396 33554432000 4194304 4196468 140737038066736 139669721266384 139670688679835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27470] ppid=27456 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27470/stat : 27470 (java) S 27456 27459 23392 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 39311558 10914828288 7396 33554432000 4194304 4196468 140737038066736 139669411813872 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27471] ppid=27456 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27471/stat : 27471 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311558 10914828288 7396 33554432000 4194304 4196468 140737038066736 139669410761328 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27472] ppid=27456 vsize=10659012 memory=140361824286336 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27472/stat : 27472 (java) R 27456 27459 23392 0 -1 4202560 391 0 0 0 1 0 0 0 20 0 15 0 39311558 10914828288 7396 33554432000 4194304 4196468 140737038066736 139669409708784 139670681758075 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27473] ppid=27456 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27473/stat : 27473 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311558 10914828288 7396 33554432000 4194304 4196468 140737038066736 139669408656480 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27474] ppid=27456 vsize=10659012 memory=140361824286336 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27474/stat : 27474 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311558 10914828288 7396 33554432000 4194304 4196468 140737038066736 139669407602992 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29584 KiB

[startup+0.210497 s]*
/proc/loadavg: 4.77 5.28 4.02 3/217 27474
/proc/meminfo: memFree=19156252/32770624 swapFree=67108860/67108860
[pid=27459] ppid=27456 vsize=10659012 memory=40604 CPUtime=0.33 cores=1,3,5,7
/proc/27459/stat : 27459 (java) S 27456 27459 23392 0 -1 1077944320 8293 0 0 0 31 2 0 0 20 0 15 0 39311552 10914828288 10151 33554432000 4194304 4196468 140737038066736 140737038049280 139670688661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
/proc/27459/statm: 2664753 10151 3005 1 0 2627263 0
[pid=27459/tid=27461] ppid=27456 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27459/task/27461/stat : 27461 (java) R 27456 27459 23392 0 -1 4202560 5144 0 0 0 19 1 0 0 20 0 15 0 39311553 10914828288 10151 33554432000 4194304 4196468 140737038066736 139670692897520 139670672704869 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27462] ppid=27456 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27462/stat : 27462 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311553 10914828288 10151 33554432000 4194304 4196468 140737038066736 139670660504336 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27463] ppid=27456 vsize=10659012 memory=4120991423945324192 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27463/stat : 27463 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311553 10914828288 10151 33554432000 4194304 4196468 140737038066736 139670294203280 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27464] ppid=27456 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27464/stat : 27464 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311553 10914828288 10151 33554432000 4194304 4196468 140737038066736 139670293150736 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27465] ppid=27456 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27465/stat : 27465 (java) S 27456 27459 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311553 10914828288 10151 33554432000 4194304 4196468 140737038066736 139670292098192 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27466] ppid=27456 vsize=10659012 memory=140361824286336 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27466/stat : 27466 (java) S 27456 27459 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311555 10914828288 10151 33554432000 4194304 4196468 140737038066736 139669724424176 139670688672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27467] ppid=27456 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27467/stat : 27467 (java) S 27456 27459 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39311555 10914828288 10151 33554432000 4194304 4196468 140737038066736 139669723370400 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27468] ppid=27456 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27468/stat : 27468 (java) S 27456 27459 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39311555 10914828288 10151 33554432000 4194304 4196468 140737038066736 139669722317808 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27469] ppid=27456 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27469/stat : 27469 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311558 10914828288 10151 33554432000 4194304 4196468 140737038066736 139669721266384 139670688679835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27470] ppid=27456 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27459/task/27470/stat : 27470 (java) S 27456 27459 23392 0 -1 1077944384 831 0 0 0 2 0 0 0 20 0 15 0 39311558 10914828288 10151 33554432000 4194304 4196468 140737038066736 139669411813872 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27471] ppid=27456 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27471/stat : 27471 (java) S 27456 27459 23392 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 15 0 39311558 10914828288 10151 33554432000 4194304 4196468 140737038066736 139669410761328 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27472] ppid=27456 vsize=10659012 memory=140361824286336 CPUtime=0.07 cores=1,3,5,7
/proc/27459/task/27472/stat : 27472 (java) R 27456 27459 23392 0 -1 4202560 789 0 0 0 7 0 0 0 20 0 15 0 39311558 10914828288 10151 33554432000 4194304 4196468 140737038066736 139669409708784 139670681758099 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27473] ppid=27456 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27473/stat : 27473 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311558 10914828288 10151 33554432000 4194304 4196468 140737038066736 139669408656480 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27474] ppid=27456 vsize=10659012 memory=140361824286336 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27474/stat : 27474 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311558 10914828288 10151 33554432000 4194304 4196468 140737038066736 139669407602992 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40604 KiB

[startup+0.310452 s]*
/proc/loadavg: 4.77 5.28 4.02 5/217 27474
/proc/meminfo: memFree=19143776/32770624 swapFree=67108860/67108860
[pid=27459] ppid=27456 vsize=10659088 memory=52332 CPUtime=0.59 cores=1,3,5,7
/proc/27459/stat : 27459 (java) S 27456 27459 23392 0 -1 1077944320 10243 0 0 0 56 3 0 0 20 0 15 0 39311552 10914906112 13083 33554432000 4194304 4196468 140737038066736 140737038049280 139670688661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
/proc/27459/statm: 2664772 13083 3074 1 0 2627263 0
[pid=27459/tid=27461] ppid=27456 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/27459/task/27461/stat : 27461 (java) R 27456 27459 23392 0 -1 4202560 5774 0 0 0 28 1 0 0 20 0 15 0 39311553 10914906112 13083 33554432000 4194304 4196468 140737038066736 139670692897632 139670672741726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27462] ppid=27456 vsize=10659088 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27462/stat : 27462 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311553 10914906112 13083 33554432000 4194304 4196468 140737038066736 139670660504336 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27463] ppid=27456 vsize=10659088 memory=3688649153957672608 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27463/stat : 27463 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311553 10914906112 13083 33554432000 4194304 4196468 140737038066736 139670294203280 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27464] ppid=27456 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27464/stat : 27464 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311553 10914906112 13083 33554432000 4194304 4196468 140737038066736 139670293150736 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27465] ppid=27456 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27465/stat : 27465 (java) S 27456 27459 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311553 10914906112 13083 33554432000 4194304 4196468 140737038066736 139670292098192 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27466] ppid=27456 vsize=10659088 memory=140361824286336 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27466/stat : 27466 (java) S 27456 27459 23392 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 39311555 10914906112 13083 33554432000 4194304 4196468 140737038066736 139669724424176 139670688672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27467] ppid=27456 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27467/stat : 27467 (java) S 27456 27459 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39311555 10914906112 13083 33554432000 4194304 4196468 140737038066736 139669723370400 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27468] ppid=27456 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27468/stat : 27468 (java) S 27456 27459 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39311555 10914906112 13083 33554432000 4194304 4196468 140737038066736 139669722317808 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27469] ppid=27456 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27469/stat : 27469 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311558 10914906112 13083 33554432000 4194304 4196468 140737038066736 139669721266384 139670688679835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27470] ppid=27456 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27459/task/27470/stat : 27470 (java) R 27456 27459 23392 0 -1 4202560 1146 0 0 0 7 0 0 0 20 0 15 0 39311558 10914906112 13083 33554432000 4194304 4196468 140737038066736 139669411803664 139670688682586 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27471] ppid=27456 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27459/task/27471/stat : 27471 (java) R 27456 27459 23392 0 -1 4202560 732 0 0 0 7 0 0 0 20 0 15 0 39311558 10914906112 13083 33554432000 4194304 4196468 140737038066736 139669410739056 139670688682586 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27472] ppid=27456 vsize=10659088 memory=140361824286336 CPUtime=0.13 cores=1,3,5,7
/proc/27459/task/27472/stat : 27472 (java) S 27456 27459 23392 0 -1 1077944384 1220 0 0 0 13 0 0 0 20 0 15 0 39311558 10914906112 13083 33554432000 4194304 4196468 140737038066736 139669409708784 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27473] ppid=27456 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27473/stat : 27473 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311558 10914906112 13083 33554432000 4194304 4196468 140737038066736 139669408656480 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27474] ppid=27456 vsize=10659088 memory=140361824286336 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27474/stat : 27474 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311558 10914906112 13083 33554432000 4194304 4196468 140737038066736 139669407602992 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52332 KiB

[startup+0.700705 s]
/proc/loadavg: 4.77 5.28 4.02 5/217 27474
/proc/meminfo: memFree=19111084/32770624 swapFree=67108860/67108860
[pid=27459] ppid=27456 vsize=10661136 memory=105064 CPUtime=1.87 cores=1,3,5,7
/proc/27459/stat : 27459 (java) S 27456 27459 23392 0 -1 1077944320 12346 0 0 0 183 4 0 0 20 0 15 0 39311552 10917003264 26266 33554432000 4194304 4196468 140737038066736 140737038049280 139670688661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
/proc/27459/statm: 2665284 26266 3110 1 0 2627775 0
[pid=27459/tid=27461] ppid=27456 vsize=10661136 memory=258327250501289 CPUtime=0.66 cores=1,3,5,7
/proc/27459/task/27461/stat : 27461 (java) R 27456 27459 23392 0 -1 4202560 6278 0 0 0 64 2 0 0 20 0 15 0 39311553 10917003264 26266 33554432000 4194304 4196468 140737038066736 139670692898760 139670328747975 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27462] ppid=27456 vsize=10661136 memory=120106 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27462/stat : 27462 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311553 10917003264 26266 33554432000 4194304 4196468 140737038066736 139670660504336 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27463] ppid=27456 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27463/stat : 27463 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311553 10917003264 26266 33554432000 4194304 4196468 140737038066736 139670294203280 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27464] ppid=27456 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27464/stat : 27464 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311553 10917003264 26266 33554432000 4194304 4196468 140737038066736 139670293150736 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27465] ppid=27456 vsize=10661136 memory=7809523229951467574 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27465/stat : 27465 (java) S 27456 27459 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311553 10917003264 26266 33554432000 4194304 4196468 140737038066736 139670292098192 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27466] ppid=27456 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27466/stat : 27466 (java) S 27456 27459 23392 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 39311555 10917003264 26266 33554432000 4194304 4196468 140737038066736 139669724424176 139670688672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27467] ppid=27456 vsize=10661136 memory=-3535359994705171299 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27467/stat : 27467 (java) S 27456 27459 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39311555 10917003264 26266 33554432000 4194304 4196468 140737038066736 139669723370400 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27468] ppid=27456 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27468/stat : 27468 (java) S 27456 27459 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39311555 10917003264 26266 33554432000 4194304 4196468 140737038066736 139669722317808 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27469] ppid=27456 vsize=10661136 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27469/stat : 27469 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311558 10917003264 26288 33554432000 4194304 4196468 140737038066736 139669721266384 139670688679835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27470] ppid=27456 vsize=10661136 memory=6656426216303648864 CPUtime=0.39 cores=1,3,5,7
/proc/27459/task/27470/stat : 27470 (java) R 27456 27459 23392 0 -1 4202560 1800 0 0 0 39 0 0 0 20 0 15 0 39311558 10917003264 26288 33554432000 4194304 4196468 140737038066736 139669411806896 139670667879886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27471] ppid=27456 vsize=10661136 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/27459/task/27471/stat : 27471 (java) R 27456 27459 23392 0 -1 4202560 1088 0 0 0 40 0 0 0 20 0 15 0 39311558 10917003264 26288 33554432000 4194304 4196468 140737038066736 139669410739648 139670667908006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27472] ppid=27456 vsize=10661136 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/27459/task/27472/stat : 27472 (java) R 27456 27459 23392 0 -1 4202560 1810 0 0 0 38 0 0 0 20 0 15 0 39311558 10917003264 26288 33554432000 4194304 4196468 140737038066736 139669409703136 139670681758075 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27473] ppid=27456 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27473/stat : 27473 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311558 10917003264 26288 33554432000 4194304 4196468 140737038066736 139669408656480 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27474] ppid=27456 vsize=10661136 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27474/stat : 27474 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311558 10917003264 26288 33554432000 4194304 4196468 140737038066736 139669407602992 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 105064 KiB

[startup+1.50103 s]
/proc/loadavg: 4.77 5.28 4.02 5/217 27474
/proc/meminfo: memFree=18999572/32770624 swapFree=67108860/67108860
[pid=27459] ppid=27456 vsize=10727700 memory=212184 CPUtime=4.4 cores=1,3,5,7
/proc/27459/stat : 27459 (java) S 27456 27459 23392 0 -1 1077944320 17782 0 0 0 433 7 0 0 20 0 16 0 39311552 10985164800 53046 33554432000 4194304 4196468 140737038066736 140737038049280 139670688661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
/proc/27459/statm: 2681925 53046 3140 1 0 2644416 0
[pid=27459/tid=27461] ppid=27456 vsize=10727700 memory=10755 CPUtime=1.45 cores=1,3,5,7
/proc/27459/task/27461/stat : 27461 (java) R 27456 27459 23392 0 -1 4202560 6369 0 0 0 141 4 0 0 20 0 16 0 39311553 10985164800 53046 33554432000 4194304 4196468 140737038066736 139670692889680 139670330571023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27462] ppid=27456 vsize=10727700 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27462/stat : 27462 (java) S 27456 27459 23392 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 16 0 39311553 10985164800 53046 33554432000 4194304 4196468 140737038066736 139670660504336 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27463] ppid=27456 vsize=10727700 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27463/stat : 27463 (java) S 27456 27459 23392 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 16 0 39311553 10985164800 53046 33554432000 4194304 4196468 140737038066736 139670294203280 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27464] ppid=27456 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27464/stat : 27464 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39311553 10985164800 53046 33554432000 4194304 4196468 140737038066736 139670293150736 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27465] ppid=27456 vsize=10727700 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27465/stat : 27465 (java) S 27456 27459 23392 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 39311553 10985164800 53046 33554432000 4194304 4196468 140737038066736 139670292098192 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27466] ppid=27456 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27466/stat : 27466 (java) S 27456 27459 23392 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 39311555 10985164800 53046 33554432000 4194304 4196468 140737038066736 139669724424176 139670688672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0

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

[pid=27459/tid=27461] ppid=27456 vsize=10727700 memory=-8311738553153378854 CPUtime=3.05 cores=1,3,5,7
/proc/27459/task/27461/stat : 27461 (java) R 27456 27459 23392 0 -1 4202560 6487 0 0 0 301 4 0 0 20 0 16 0 39311553 10985164800 53104 33554432000 4194304 4196468 140737038066736 139670692897184 139670330754204 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27462] ppid=27456 vsize=10727700 memory=280723358001920 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27462/stat : 27462 (java) S 27456 27459 23392 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 16 0 39311553 10985164800 53104 33554432000 4194304 4196468 140737038066736 139670660504336 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27463] ppid=27456 vsize=10727700 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27463/stat : 27463 (java) S 27456 27459 23392 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 16 0 39311553 10985164800 53104 33554432000 4194304 4196468 140737038066736 139670294203280 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27464] ppid=27456 vsize=10727700 memory=280723357913312 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27464/stat : 27464 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39311553 10985164800 53104 33554432000 4194304 4196468 140737038066736 139670293150736 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27465] ppid=27456 vsize=10727700 memory=7234303152781525078 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27465/stat : 27465 (java) S 27456 27459 23392 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 39311553 10985164800 53104 33554432000 4194304 4196468 140737038066736 139670292098192 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27466] ppid=27456 vsize=10727700 memory=288288887380640609 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27466/stat : 27466 (java) S 27456 27459 23392 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 39311555 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669724424176 139670688672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27467] ppid=27456 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27467/stat : 27467 (java) S 27456 27459 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39311555 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669723370400 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27468] ppid=27456 vsize=10727700 memory=280723357434096 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27468/stat : 27468 (java) S 27456 27459 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39311555 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669722317808 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27469] ppid=27456 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27469/stat : 27469 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39311558 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669721266384 139670688679835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27470] ppid=27456 vsize=10727700 memory=140361679030817 CPUtime=1.46 cores=1,3,5,7
/proc/27459/task/27470/stat : 27470 (java) S 27456 27459 23392 0 -1 1077944384 4543 0 0 0 145 1 0 0 20 0 16 0 39311558 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669411813872 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27471] ppid=27456 vsize=10727700 memory=140361679124720 CPUtime=1.54 cores=1,3,5,7
/proc/27459/task/27471/stat : 27471 (java) S 27456 27459 23392 0 -1 1077944384 3779 0 0 0 154 0 0 0 20 0 16 0 39311558 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669410761328 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27472] ppid=27456 vsize=10727700 memory=3618559689970183232 CPUtime=0.54 cores=1,3,5,7
/proc/27459/task/27472/stat : 27472 (java) S 27456 27459 23392 0 -1 1077944384 2559 0 0 0 53 1 0 0 20 0 16 0 39311558 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669409708784 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27473] ppid=27456 vsize=10727700 memory=3472470869882334821 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27473/stat : 27473 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39311558 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669408656480 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27474] ppid=27456 vsize=10727700 memory=140361679124816 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27474/stat : 27474 (java) S 27456 27459 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39311558 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669407602992 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27475] ppid=27456 vsize=10727700 memory=212104 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27475/stat : 27475 (java) S 27456 27459 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39311673 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669404451632 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
Current children cumulated CPU time: 6.67 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 212416 KiB

[startup+4.42342 s]
# the end of solver process 27459 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.86693 s, system=0.090598 s

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

[startup+3.20084 s]
/proc/loadavg: 4.77 5.28 4.02 3/218 27475
/proc/meminfo: memFree=18981980/32770624 swapFree=67108860/67108860
[pid=27459] ppid=27456 vsize=10727700 memory=212416 CPUtime=6.77 cores=1,3,5,7
/proc/27459/stat : 27459 (java) S 27456 27459 23392 0 -1 1077944320 19047 0 0 0 669 8 0 0 20 0 16 0 39311552 10985164800 53104 33554432000 4194304 4196468 140737038066736 140737038049280 139670688661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
/proc/27459/statm: 2681925 53104 3153 1 0 2644416 0
[pid=27459/tid=27461] ppid=27456 vsize=10727700 memory=0 CPUtime=3.14 cores=1,3,5,7
/proc/27459/task/27461/stat : 27461 (java) R 27456 27459 23392 0 -1 4202560 6491 0 0 0 310 4 0 0 20 0 16 0 39311553 10985164800 53104 33554432000 4194304 4196468 140737038066736 139670692897184 139670325024672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27462] ppid=27456 vsize=10727700 memory=-3621219749712857441 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27462/stat : 27462 (java) S 27456 27459 23392 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 16 0 39311553 10985164800 53104 33554432000 4194304 4196468 140737038066736 139670660504336 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27463] ppid=27456 vsize=10727700 memory=6943526294502006880 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27463/stat : 27463 (java) S 27456 27459 23392 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 16 0 39311553 10985164800 53104 33554432000 4194304 4196468 140737038066736 139670294203280 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27464] ppid=27456 vsize=10727700 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27464/stat : 27464 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39311553 10985164800 53104 33554432000 4194304 4196468 140737038066736 139670293150736 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27465] ppid=27456 vsize=10727700 memory=546 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27465/stat : 27465 (java) S 27456 27459 23392 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 39311553 10985164800 53104 33554432000 4194304 4196468 140737038066736 139670292098192 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27466] ppid=27456 vsize=10727700 memory=184 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27466/stat : 27466 (java) S 27456 27459 23392 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 39311555 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669724424176 139670688672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27467] ppid=27456 vsize=10727700 memory=77 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27467/stat : 27467 (java) S 27456 27459 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39311555 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669723370400 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27468] ppid=27456 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27468/stat : 27468 (java) S 27456 27459 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39311555 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669722317808 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27469] ppid=27456 vsize=10727700 memory=54 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27469/stat : 27469 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39311558 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669721266384 139670688679835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27470] ppid=27456 vsize=10727700 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/27459/task/27470/stat : 27470 (java) S 27456 27459 23392 0 -1 1077944384 4543 0 0 0 145 1 0 0 20 0 16 0 39311558 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669411813872 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27471] ppid=27456 vsize=10727700 memory=140361679044683 CPUtime=1.55 cores=1,3,5,7
/proc/27459/task/27471/stat : 27471 (java) S 27456 27459 23392 0 -1 1077944384 3932 0 0 0 155 0 0 0 20 0 16 0 39311558 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669410761328 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27472] ppid=27456 vsize=10727700 memory=280723358039616 CPUtime=0.54 cores=1,3,5,7
/proc/27459/task/27472/stat : 27472 (java) S 27456 27459 23392 0 -1 1077944384 2564 0 0 0 53 1 0 0 20 0 16 0 39311558 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669409708784 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27473] ppid=27456 vsize=10727700 memory=140361679075995 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27473/stat : 27473 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39311558 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669408656480 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27474] ppid=27456 vsize=10727700 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27474/stat : 27474 (java) S 27456 27459 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39311558 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669407602992 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27475] ppid=27456 vsize=10727700 memory=56 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27475/stat : 27475 (java) S 27456 27459 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39311673 10985164800 53104 33554432000 4194304 4196468 140737038066736 139669404451632 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
Current children cumulated CPU time: 6.77 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 212416 KiB

[startup+4.0006 s]*
/proc/loadavg: 4.55 5.23 4.01 3/218 27475
/proc/meminfo: memFree=18981980/32770624 swapFree=67108860/67108860
[pid=27459] ppid=27456 vsize=10727700 memory=212552 CPUtime=7.73 cores=1,3,5,7
/proc/27459/stat : 27459 (java) S 27456 27459 23392 0 -1 1077944320 21163 0 0 0 765 8 0 0 20 0 16 0 39311552 10985164800 53138 33554432000 4194304 4196468 140737038066736 140737038049280 139670688661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
/proc/27459/statm: 2681925 53138 3155 1 0 2644416 0
[pid=27459/tid=27461] ppid=27456 vsize=10727700 memory=6791534058613427641 CPUtime=3.95 cores=1,3,5,7
/proc/27459/task/27461/stat : 27461 (java) R 27456 27459 23392 0 -1 4202560 6497 0 0 0 391 4 0 0 20 0 16 0 39311553 10985164800 53138 33554432000 4194304 4196468 140737038066736 139670692897296 139670330755461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27462] ppid=27456 vsize=10727700 memory=16436 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27462/stat : 27462 (java) S 27456 27459 23392 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 16 0 39311553 10985164800 53138 33554432000 4194304 4196468 140737038066736 139670660504336 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27463] ppid=27456 vsize=10727700 memory=8712 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27463/stat : 27463 (java) S 27456 27459 23392 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 16 0 39311553 10985164800 53138 33554432000 4194304 4196468 140737038066736 139670294203280 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27464] ppid=27456 vsize=10727700 memory=301741373374332954 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27464/stat : 27464 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39311553 10985164800 53138 33554432000 4194304 4196468 140737038066736 139670293150736 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27465] ppid=27456 vsize=10727700 memory=301741412096147765 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27465/stat : 27465 (java) S 27456 27459 23392 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 39311553 10985164800 53138 33554432000 4194304 4196468 140737038066736 139670292098192 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27466] ppid=27456 vsize=10727700 memory=15535236834396114 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27466/stat : 27466 (java) S 27456 27459 23392 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 16 0 39311555 10985164800 53138 33554432000 4194304 4196468 140737038066736 139669724424176 139670688672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27467] ppid=27456 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27467/stat : 27467 (java) S 27456 27459 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39311555 10985164800 53138 33554432000 4194304 4196468 140737038066736 139669723370400 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27468] ppid=27456 vsize=10727700 memory=280723357846980 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27468/stat : 27468 (java) S 27456 27459 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39311555 10985164800 53138 33554432000 4194304 4196468 140737038066736 139669722317808 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27469] ppid=27456 vsize=10727700 memory=1 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27469/stat : 27469 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39311558 10985164800 53138 33554432000 4194304 4196468 140737038066736 139669721266384 139670688679835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27470] ppid=27456 vsize=10727700 memory=280723357690592 CPUtime=1.55 cores=1,3,5,7
/proc/27459/task/27470/stat : 27470 (java) S 27456 27459 23392 0 -1 1077944384 5672 0 0 0 154 1 0 0 20 0 16 0 39311558 10985164800 53138 33554432000 4194304 4196468 140737038066736 139669411813872 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27471] ppid=27456 vsize=10727700 memory=0 CPUtime=1.6 cores=1,3,5,7
/proc/27459/task/27471/stat : 27471 (java) S 27456 27459 23392 0 -1 1077944384 4900 0 0 0 160 0 0 0 20 0 16 0 39311558 10985164800 53138 33554432000 4194304 4196468 140737038066736 139669410761328 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27472] ppid=27456 vsize=10727700 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/27459/task/27472/stat : 27472 (java) S 27456 27459 23392 0 -1 1077944384 2564 0 0 0 53 1 0 0 20 0 16 0 39311558 10985164800 53138 33554432000 4194304 4196468 140737038066736 139669409708784 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27473] ppid=27456 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27473/stat : 27473 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39311558 10985164800 53138 33554432000 4194304 4196468 140737038066736 139669408656480 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27474] ppid=27456 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27474/stat : 27474 (java) S 27456 27459 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39311558 10985164800 53138 33554432000 4194304 4196468 140737038066736 139669407602992 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27475] ppid=27456 vsize=10727700 memory=81617 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27475/stat : 27475 (java) S 27456 27459 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39311673 10985164800 53138 33554432000 4194304 4196468 140737038066736 139669404451632 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
Current children cumulated CPU time: 7.73 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 212552 KiB

[startup+4.40062 s]
/proc/loadavg: 4.55 5.23 4.01 3/218 27475
/proc/meminfo: memFree=18981980/32770624 swapFree=67108860/67108860
[pid=27459] ppid=27456 vsize=10860828 memory=212844 CPUtime=7.93 cores=1,3,5,7
/proc/27459/stat : 27459 (java) S 27456 27459 23392 0 -1 1077944320 22353 0 0 0 785 8 0 0 20 0 16 0 39311552 11121487872 53211 33554432000 4194304 4196468 140737038066736 140737038049280 139670688661239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
/proc/27459/statm: 2715207 53211 3157 1 0 2677698 0
[pid=27459/tid=27461] ppid=27456 vsize=10860828 memory=6655300316396806240 CPUtime=4.15 cores=1,3,5,7
/proc/27459/task/27461/stat : 27461 (java) S 27456 27459 23392 0 -1 1077944384 7000 0 0 0 411 4 0 0 20 0 16 0 39311553 11121487872 53211 33554432000 4194304 4196468 140737038066736 139670692901920 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27462] ppid=27456 vsize=10860828 memory=-7175204567652784766 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27462/stat : 27462 (java) S 27456 27459 23392 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 16 0 39311553 11121487872 53211 33554432000 4194304 4196468 140737038066736 139670660504336 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27463] ppid=27456 vsize=10860828 memory=6944656592387989600 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27463/stat : 27463 (java) S 27456 27459 23392 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 16 0 39311553 11121487872 53211 33554432000 4194304 4196468 140737038066736 139670294203280 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27464] ppid=27456 vsize=10860828 memory=-7361174377247368086 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27464/stat : 27464 (java) S 27456 27459 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39311553 11121487872 53211 33554432000 4194304 4196468 140737038066736 139670293150736 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27465] ppid=27456 vsize=10860828 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/27459/task/27465/stat : 27465 (java) S 27456 27459 23392 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 39311553 11121487872 53211 33554432000 4194304 4196468 140737038066736 139670292098192 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27466] ppid=27456 vsize=10860828 memory=238 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27466/stat : 27466 (java) S 27456 27459 23392 0 -1 1077944384 372 0 0 0 0 0 0 0 20 0 16 0 39311555 11121487872 53211 33554432000 4194304 4196468 140737038066736 139669724424176 139670688672386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27467] ppid=27456 vsize=10860828 memory=64 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27467/stat : 27467 (java) S 27456 27459 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39311555 11121487872 53211 33554432000 4194304 4196468 140737038066736 139669723370400 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27468] ppid=27456 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27468/stat : 27468 (java) S 27456 27459 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39311555 11121487872 53211 33554432000 4194304 4196468 140737038066736 139669722317808 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27469] ppid=27456 vsize=10860828 memory=107 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27469/stat : 27469 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39311558 11121487872 53211 33554432000 4194304 4196468 140737038066736 139669721266384 139670688679835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27470] ppid=27456 vsize=10860828 memory=23 CPUtime=1.55 cores=1,3,5,7
/proc/27459/task/27470/stat : 27470 (java) S 27456 27459 23392 0 -1 1077944384 5672 0 0 0 154 1 0 0 20 0 16 0 39311558 11121487872 53211 33554432000 4194304 4196468 140737038066736 139669411813872 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27471] ppid=27456 vsize=10860828 memory=28 CPUtime=1.6 cores=1,3,5,7
/proc/27459/task/27471/stat : 27471 (java) S 27456 27459 23392 0 -1 1077944384 4900 0 0 0 160 0 0 0 20 0 16 0 39311558 11121487872 53211 33554432000 4194304 4196468 140737038066736 139669410761328 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27472] ppid=27456 vsize=10860828 memory=7056 CPUtime=0.54 cores=1,3,5,7
/proc/27459/task/27472/stat : 27472 (java) S 27456 27459 23392 0 -1 1077944384 2782 0 0 0 53 1 0 0 20 0 16 0 39311558 11121487872 53211 33554432000 4194304 4196468 140737038066736 139669409708784 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27473] ppid=27456 vsize=10860828 memory=1 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27473/stat : 27473 (java) S 27456 27459 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39311558 11121487872 53211 33554432000 4194304 4196468 140737038066736 139669408656480 139670688671445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
[pid=27459/tid=27474] ppid=27456 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27459/task/27474/stat : 27474 (java) S 27456 27459 23392 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 39311558 11121487872 53211 33554432000 4194304 4196468 140737038066736 139669407602992 139670688672386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 15671296 140737038074993 140737038075145 140737038075145 140737038077903 0
Current children cumulated CPU time: 7.93 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 212844 KiB

Child status: 0
Real time (s): 4.42347
CPU time (s): 7.95753
CPU user time (s): 7.86693
CPU system time (s): 0.090598
CPU usage (%): 179.893
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 212844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.86693
system time used= 0.090598
maximum resident set size= 213304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22818
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= 2015
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 27459
#   total CPU time (s): 7.95753
#   total CPU user time (s): 7.86693
#   total CPU system time (s): 0.090598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054343 second user time and 0.080347 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 01:58:04
IDJOB=4290127
IDBENCH=141387
IDSOLVER=2742
FILE ID=node136/4290127-1532217484
RUNJOBID= node136-1532209747-25928
PBS_JOBID= 21018931
Free space on /tmp= 57112 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-7-cp_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290127-1532217484/watcher-4290127-1532217484 -o /tmp/evaluation-result-4290127-1532217484/solver-4290127-1532217484 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25928 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290127-1532217484.xml

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

MD5SUM BENCH= 6202e41c7df8f203e59ab292b28f5059
RANDOM SEED=2113978978

node136.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.50
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.50
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.50
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.50
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:        19182984 kB
MemAvailable:   29017328 kB
Buffers:          225648 kB
Cached:          9817112 kB
SwapCached:            0 kB
Active:          3975056 kB
Inactive:        9040416 kB
Active(anon):    2975128 kB
Inactive(anon):    16920 kB
Active(file):     999928 kB
Inactive(file):  9023496 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2332 kB
Writeback:             0 kB
AnonPages:       2998004 kB
Mapped:            46920 kB
Shmem:             17036 kB
Slab:             266104 kB
SReclaimable:     239380 kB
SUnreclaim:        26724 kB
KernelStack:        3824 kB
PageTables:        11004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4601756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2881536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57112 MiB
End job on node136 at 2018-07-22 01:58:08