Trace number 4263037

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1001 2452.3601

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-nug30.xml
MD5SUM7992d423b18f632a54772c1bcf249848
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3153
Best CPU time to get the best result obtained on this benchmark2520.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables930
Number of constraints436
Number of domains2
Minimum domain size8
Maximum domain size30
Distribution of domain sizes[{"size":8,"count":435},{"size":30,"count":30}]
Minimum variable degree0
Maximum variable degree30
Distribution of variable degrees[{"degree":0,"count":465},{"degree":2,"count":435},{"degree":30,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":435},{"arity":30,"count":1}]
Number of extensional constraints435
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":435},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

92.66/42.78	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
92.66/42.78	c This is free software under the dual EPL/GNU LGPL licenses.
92.66/42.78	c See www.sat4j.org for details.
92.66/42.78	c That software uses the Rhino library from the Mozilla project.
92.66/42.78	c version CUSTOM.v20170705
92.66/42.78	c java.runtime.name	Java(TM) SE Runtime Environment
92.66/42.78	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
92.66/42.78	c java.vm.version	25.131-b11
92.66/42.78	c java.vm.vendor	Oracle Corporation
92.66/42.78	c sun.arch.data.model	64
92.66/42.78	c java.version		1.8.0_131
92.66/42.78	c os.name		Linux
92.66/42.78	c os.version		3.10.0-514.16.1.el7.x86_64
92.66/42.78	c os.arch		amd64
92.66/42.78	c Free memory 		499604488
92.66/42.78	c Max memory 		7247757312
92.66/42.78	c Total memory 		504889344
92.66/42.78	c Number of processors 	4
92.66/42.78	c c --- Begin Solver configuration ---
92.66/42.78	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
92.66/42.78	c Learn all clauses as in MiniSAT
92.66/42.78	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
92.66/42.78	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
92.66/42.79	c No reason simplification
92.66/42.79	c Glucose 2.1 dynamic restart strategy
92.66/42.79	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
92.66/42.79	c timeout=2147483s
92.66/42.79	c DB Simplification allowed=false
92.66/42.79	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
92.66/42.79	c --- End Solver configuration ---
92.66/42.79	c constraints type 
92.66/42.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 930
92.66/42.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 25747650
92.66/42.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4539660
92.66/42.79	c org.sat4j.minisat.constraints.cnf.UnitClause => 870
92.66/42.79	c 30289110 constraints processed.
2520.03/2452.31	c starts		: 1616
2520.03/2452.31	c conflicts		: 575385
2520.03/2452.31	c decisions		: 229228426
2520.03/2452.31	c propagations		: 9066065769
2520.03/2452.31	c inspects		: 10346244424
2520.03/2452.31	c shortcuts		: 0
2520.03/2452.31	c learnt literals	: 0
2520.03/2452.31	c learnt binary clauses	: 5079
2520.03/2452.31	c learnt ternary clauses	: 6242
2520.03/2452.31	c learnt constraints	: 575385
2520.03/2452.31	c ignored constraints	: 0
2520.03/2452.31	c root simplifications	: 0
2520.03/2452.31	c removed literals (reason simplification)	: 0
2520.03/2452.31	c reason swapping (by a shorter reason)	: 0
2520.03/2452.31	c Calls to reduceDB	: 29
2520.03/2452.31	c Number of update (reduction) of LBD	: 341424
2520.03/2452.31	c Imported unit clauses	: 0
2520.03/2452.31	c number of reductions to clauses (during analyze)	: 0
2520.03/2452.31	c number of learned constraints concerned by reduction	: 0
2520.03/2452.31	c number of learning phase by resolution	: 0
2520.03/2452.31	c number of learning phase by cutting planes	: 0
2520.03/2452.31	c number of rounding to 1 operations	: 0
2520.03/2452.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.03/2452.31	c number of reductions of the coefficients by power 2 	: 0
2520.03/2452.31	c number of right shift for reduction by power 2 	: 0
2520.03/2452.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.03/2452.31	c speed (assignments/second)	: 3762828.853540856
2520.03/2452.31	c non guided choices	94000619
2520.03/2452.33	c learnt constraints type 
2520.03/2452.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5079
2520.03/2452.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52693
2520.03/2452.33	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263037-1502620549/watcher-4263037-1502620549 -o /tmp/evaluation-result-4263037-1502620549/solver-4263037-1502620549 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263037-1502620549.xml 

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

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


[startup+0.100152 s]*
/proc/loadavg: 2.34 4.15 3.39 4/216 2012
/proc/meminfo: memFree=29058500/32770624 swapFree=67108860/67108860
[pid=1997] ppid=1994 vsize=10555400 memory=29920 CPUtime=0.12 cores=1,3,5,7
/proc/1997/stat : 1997 (java) S 1994 1997 31794 0 -1 1077944320 6542 0 0 0 10 2 0 0 20 0 15 0 95142990 10808729600 7480 33554432000 4194304 4196468 140723443383808 140723443366352 140466303713015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
/proc/1997/statm: 2638850 7480 2826 1 0 2627263 0
[pid=1997/tid=1999] ppid=1994 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/1997/task/1999/stat : 1999 (java) R 1994 1997 31794 0 -1 4202560 4382 0 0 0 8 1 0 0 20 0 15 0 95142990 10808729600 7480 33554432000 4194304 4196468 140723443383808 140466307934144 140466303724950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2000] ppid=1994 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2000/stat : 2000 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142991 10808729600 7480 33554432000 4194304 4196468 140723443383808 140466240403984 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2001] ppid=1994 vsize=10555400 memory=140086877075072 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2001/stat : 2001 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142991 10808729600 7480 33554432000 4194304 4196468 140723443383808 140466239351440 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2002] ppid=1994 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2002/stat : 2002 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142991 10808729600 7480 33554432000 4194304 4196468 140723443383808 140466238298384 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2003] ppid=1994 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2003/stat : 2003 (java) S 1994 1997 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142991 10808729600 7480 33554432000 4194304 4196468 140723443383808 140466237245840 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2004] ppid=1994 vsize=10555400 memory=140086877075072 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2004/stat : 2004 (java) S 1994 1997 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142992 10808729600 7480 33554432000 4194304 4196468 140723443383808 140465339644656 140466303724162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2005] ppid=1994 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2005/stat : 2005 (java) S 1994 1997 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95142993 10808729600 7480 33554432000 4194304 4196468 140723443383808 140465338590880 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2006] ppid=1994 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2006/stat : 2006 (java) S 1994 1997 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95142993 10808729600 7480 33554432000 4194304 4196468 140723443383808 140465337537776 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2007] ppid=1994 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2007/stat : 2007 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142995 10808729600 7480 33554432000 4194304 4196468 140723443383808 140465336486352 140466303731611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2008] ppid=1994 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2008/stat : 2008 (java) S 1994 1997 31794 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 95142995 10808729600 7480 33554432000 4194304 4196468 140723443383808 140465335433456 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2009] ppid=1994 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2009/stat : 2009 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142995 10808729600 7480 33554432000 4194304 4196468 140723443383808 140465334380912 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2010] ppid=1994 vsize=10555400 memory=140086877075072 CPUtime=0.01 cores=1,3,5,7
/proc/1997/task/2010/stat : 2010 (java) S 1994 1997 31794 0 -1 1077944384 375 0 0 0 1 0 0 0 20 0 15 0 95142995 10808729600 7480 33554432000 4194304 4196468 140723443383808 140465333327856 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2011] ppid=1994 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2011/stat : 2011 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142995 10808729600 7480 33554432000 4194304 4196468 140723443383808 140465332275552 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2012] ppid=1994 vsize=10555400 memory=140086877075072 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2012/stat : 2012 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142996 10808729600 7480 33554432000 4194304 4196468 140723443383808 140465331223600 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29920 KiB

[startup+0.210421 s]*
/proc/loadavg: 2.34 4.15 3.39 3/216 2012
/proc/meminfo: memFree=29048700/32770624 swapFree=67108860/67108860
[pid=1997] ppid=1994 vsize=10555400 memory=39160 CPUtime=0.3 cores=1,3,5,7
/proc/1997/stat : 1997 (java) S 1994 1997 31794 0 -1 1077944320 8108 0 0 0 27 3 0 0 20 0 15 0 95142990 10808729600 9790 33554432000 4194304 4196468 140723443383808 140723443366352 140466303713015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
/proc/1997/statm: 2638850 9790 2935 1 0 2627263 0
[pid=1997/tid=1999] ppid=1994 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/1997/task/1999/stat : 1999 (java) R 1994 1997 31794 0 -1 4202560 5253 0 0 0 18 2 0 0 20 0 15 0 95142990 10808729600 9790 33554432000 4194304 4196468 140723443383808 140466307941808 140466287793502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2000] ppid=1994 vsize=10555400 memory=331 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2000/stat : 2000 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142991 10808729600 9790 33554432000 4194304 4196468 140723443383808 140466240403984 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2001] ppid=1994 vsize=10555400 memory=288370463028786816 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2001/stat : 2001 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142991 10808729600 9790 33554432000 4194304 4196468 140723443383808 140466239351440 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2002] ppid=1994 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2002/stat : 2002 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142991 10808729600 9790 33554432000 4194304 4196468 140723443383808 140466238298384 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2003] ppid=1994 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2003/stat : 2003 (java) S 1994 1997 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142991 10808729600 9790 33554432000 4194304 4196468 140723443383808 140466237245840 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2004] ppid=1994 vsize=10555400 memory=140086877075072 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2004/stat : 2004 (java) S 1994 1997 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142992 10808729600 9790 33554432000 4194304 4196468 140723443383808 140465339644656 140466303724162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2005] ppid=1994 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2005/stat : 2005 (java) S 1994 1997 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95142993 10808729600 9790 33554432000 4194304 4196468 140723443383808 140465338590880 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2006] ppid=1994 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2006/stat : 2006 (java) S 1994 1997 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95142993 10808729600 9790 33554432000 4194304 4196468 140723443383808 140465337537776 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2007] ppid=1994 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2007/stat : 2007 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142995 10808729600 9790 33554432000 4194304 4196468 140723443383808 140465336486352 140466303731611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2008] ppid=1994 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1997/task/2008/stat : 2008 (java) S 1994 1997 31794 0 -1 1077944384 576 0 0 0 1 0 0 0 20 0 15 0 95142995 10808729600 9790 33554432000 4194304 4196468 140723443383808 140465335433456 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2009] ppid=1994 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2009/stat : 2009 (java) S 1994 1997 31794 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 95142995 10808729600 9790 33554432000 4194304 4196468 140723443383808 140465334380912 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2010] ppid=1994 vsize=10555400 memory=140086877075072 CPUtime=0.06 cores=1,3,5,7
/proc/1997/task/2010/stat : 2010 (java) S 1994 1997 31794 0 -1 1077944384 789 0 0 0 6 0 0 0 20 0 15 0 95142995 10808729600 9790 33554432000 4194304 4196468 140723443383808 140465333327856 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2011] ppid=1994 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2011/stat : 2011 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142995 10808729600 9790 33554432000 4194304 4196468 140723443383808 140465332275552 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2012] ppid=1994 vsize=10555400 memory=140086877075072 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2012/stat : 2012 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142996 10808729600 9790 33554432000 4194304 4196468 140723443383808 140465331223600 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39160 KiB

[startup+0.310562 s]*
/proc/loadavg: 2.34 4.15 3.39 5/216 2012
/proc/meminfo: memFree=29041876/32770624 swapFree=67108860/67108860
[pid=1997] ppid=1994 vsize=10555476 memory=46304 CPUtime=0.52 cores=1,3,5,7
/proc/1997/stat : 1997 (java) S 1994 1997 31794 0 -1 1077944320 8851 0 0 0 48 4 0 0 20 0 15 0 95142990 10808807424 11576 33554432000 4194304 4196468 140723443383808 140723443366352 140466303713015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
/proc/1997/statm: 2638869 11576 3029 1 0 2627263 0
[pid=1997/tid=1999] ppid=1994 vsize=10555476 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/1997/task/1999/stat : 1999 (java) R 1994 1997 31794 0 -1 4202560 5679 0 0 0 27 2 0 0 20 0 15 0 95142990 10808807424 11576 33554432000 4194304 4196468 140723443383808 140466307948576 140465917712001 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2000] ppid=1994 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2000/stat : 2000 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142991 10808807424 11576 33554432000 4194304 4196468 140723443383808 140466240403984 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2001] ppid=1994 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2001/stat : 2001 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142991 10808807424 11576 33554432000 4194304 4196468 140723443383808 140466239351440 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2002] ppid=1994 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2002/stat : 2002 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142991 10808807424 11576 33554432000 4194304 4196468 140723443383808 140466238298384 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2003] ppid=1994 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2003/stat : 2003 (java) S 1994 1997 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142991 10808807424 11576 33554432000 4194304 4196468 140723443383808 140466237245840 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2004] ppid=1994 vsize=10555476 memory=140086877123872 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2004/stat : 2004 (java) S 1994 1997 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142992 10808807424 11576 33554432000 4194304 4196468 140723443383808 140465339644656 140466303724162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2005] ppid=1994 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2005/stat : 2005 (java) S 1994 1997 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95142993 10808807424 11576 33554432000 4194304 4196468 140723443383808 140465338590880 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2006] ppid=1994 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2006/stat : 2006 (java) S 1994 1997 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95142993 10808807424 11576 33554432000 4194304 4196468 140723443383808 140465337537776 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2007] ppid=1994 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2007/stat : 2007 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142995 10808807424 11576 33554432000 4194304 4196468 140723443383808 140465336486352 140466303731611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2008] ppid=1994 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1997/task/2008/stat : 2008 (java) S 1994 1997 31794 0 -1 1077944384 629 0 0 0 3 0 0 0 20 0 15 0 95142995 10808807424 11576 33554432000 4194304 4196468 140723443383808 140465335433456 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2009] ppid=1994 vsize=10555476 memory=140086733800911 CPUtime=0.04 cores=1,3,5,7
/proc/1997/task/2009/stat : 2009 (java) S 1994 1997 31794 0 -1 1077944384 248 0 0 0 4 0 0 0 20 0 15 0 95142995 10808807424 11576 33554432000 4194304 4196468 140723443383808 140465334380912 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2010] ppid=1994 vsize=10555476 memory=140086877077044 CPUtime=0.13 cores=1,3,5,7
/proc/1997/task/2010/stat : 2010 (java) R 1994 1997 31794 0 -1 4202560 931 0 0 0 13 0 0 0 20 0 15 0 95142995 10808807424 11576 33554432000 4194304 4196468 140723443383808 140465333327856 140466287793502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2011] ppid=1994 vsize=10555476 memory=140086733791695 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2011/stat : 2011 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142995 10808807424 11576 33554432000 4194304 4196468 140723443383808 140465332275552 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2012] ppid=1994 vsize=10555476 memory=280173610912928 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2012/stat : 2012 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142996 10808807424 11576 33554432000 4194304 4196468 140723443383808 140465331223600 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46304 KiB

[startup+0.700717 s]
/proc/loadavg: 2.47 4.15 3.39 5/216 2012
/proc/meminfo: memFree=29003220/32770624 swapFree=67108860/67108860
[pid=1997] ppid=1994 vsize=10555476 memory=153276 CPUtime=1.7 cores=1,3,5,7
/proc/1997/stat : 1997 (java) S 1994 1997 31794 0 -1 1077944320 13632 0 0 0 163 7 0 0 20 0 15 0 95142990 10808807424 38319 33554432000 4194304 4196468 140723443383808 140723443366352 140466303713015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
/proc/1997/statm: 2638869 38319 3097 1 0 2627263 0
[pid=1997/tid=1999] ppid=1994 vsize=10555476 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/1997/task/1999/stat : 1999 (java) R 1994 1997 31794 0 -1 4202560 6001 0 0 0 64 4 0 0 20 0 15 0 95142990 10808807424 38319 33554432000 4194304 4196468 140723443383808 140466307933792 140465919277267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2000] ppid=1994 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2000/stat : 2000 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142991 10808807424 38319 33554432000 4194304 4196468 140723443383808 140466240403984 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2001] ppid=1994 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2001/stat : 2001 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142991 10808807424 38319 33554432000 4194304 4196468 140723443383808 140466239351440 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2002] ppid=1994 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2002/stat : 2002 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142991 10808807424 38319 33554432000 4194304 4196468 140723443383808 140466238298384 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2003] ppid=1994 vsize=10555476 memory=8458433173657302837 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2003/stat : 2003 (java) S 1994 1997 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95142991 10808807424 38319 33554432000 4194304 4196468 140723443383808 140466237245840 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2004] ppid=1994 vsize=10555476 memory=5859271425798723175 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2004/stat : 2004 (java) S 1994 1997 31794 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95142992 10808807424 38319 33554432000 4194304 4196468 140723443383808 140465339644656 140466303724162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2005] ppid=1994 vsize=10555476 memory=7588675599774802240 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2005/stat : 2005 (java) S 1994 1997 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95142993 10808807424 38319 33554432000 4194304 4196468 140723443383808 140465338590880 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2006] ppid=1994 vsize=10555476 memory=170926128 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2006/stat : 2006 (java) S 1994 1997 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95142993 10808807424 38319 33554432000 4194304 4196468 140723443383808 140465337537776 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2007] ppid=1994 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2007/stat : 2007 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142995 10808807424 38319 33554432000 4194304 4196468 140723443383808 140465336486352 140466303731611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2008] ppid=1994 vsize=10555476 memory=4612 CPUtime=0.33 cores=1,3,5,7
/proc/1997/task/2008/stat : 2008 (java) R 1994 1997 31794 0 -1 4202560 2275 0 0 0 33 0 0 0 20 0 15 0 95142995 10808807424 38319 33554432000 4194304 4196468 140723443383808 140465335419480 140466287617558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2009] ppid=1994 vsize=10555476 memory=15872 CPUtime=0.34 cores=1,3,5,7
/proc/1997/task/2009/stat : 2009 (java) R 1994 1997 31794 0 -1 4202560 2106 0 0 0 34 0 0 0 20 0 15 0 95142995 10808807424 38319 33554432000 4194304 4196468 140723443383808 140465334368296 140466284461616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2010] ppid=1994 vsize=10555476 memory=18448 CPUtime=0.32 cores=1,3,5,7
/proc/1997/task/2010/stat : 2010 (java) S 1994 1997 31794 0 -1 1077944384 1880 0 0 0 31 1 0 0 20 0 15 0 95142995 10808807424 38319 33554432000 4194304 4196468 140723443383808 140465333327856 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2011] ppid=1994 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2011/stat : 2011 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95142995 10808807424 38319 33554432000 4194304 4196468 140723443383808 140465332275552 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2012] ppid=1994 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2012/stat : 2012 (java) S 1994 1997 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95142996 10808807424 38319 33554432000 4194304 4196468 140723443383808 140465331223600 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 153276 KiB

[startup+1.5008 s]
/proc/loadavg: 2.47 4.15 3.39 5/216 2012
/proc/meminfo: memFree=28871672/32770624 swapFree=67108860/67108860
[pid=1997] ppid=1994 vsize=10555476 memory=343284 CPUtime=4.08 cores=1,3,5,7
/proc/1997/stat : 1997 (java) S 1994 1997 31794 0 -1 1077944320 19798 0 0 0 394 14 0 0 20 0 15 0 95142990 10808807424 85309 33554432000 4194304 4196468 140723443383808 140723443366352 140466303713015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
/proc/1997/statm: 2638869 85821 3129 1 0 2627263 0
[pid=1997/tid=1999] ppid=1994 vsize=10555476 memory=15872 CPUtime=1.37 cores=1,3,5,7
/proc/1997/task/1999/stat : 1999 (java) R 1994 1997 31794 0 -1 4202560 6061 0 0 0 132 5 0 0 20 0 15 0 95142990 10808807424 85821 33554432000 4194304 4196468 140723443383808 140466307936832 140466285362094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2000] ppid=1994 vsize=10555476 memory=18448 CPUtime=0.03 cores=1,3,5,7
/proc/1997/task/2000/stat : 2000 (java) S 1994 1997 31794 0 -1 1077944384 130 0 0 0 3 0 0 0 20 0 15 0 95142991 10808807424 85821 33554432000 4194304 4196468 140723443383808 140466240403984 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2001] ppid=1994 vsize=10555476 memory=2241 CPUtime=0.06 cores=1,3,5,7
/proc/1997/task/2001/stat : 2001 (java) S 1994 1997 31794 0 -1 1077944384 152 0 0 0 5 1 0 0 20 0 15 0 95142991 10808807424 85821 33554432000 4194304 4196468 140723443383808 140466239351440 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2002] ppid=1994 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1997/task/2002/stat : 2002 (java) S 1994 1997 31794 0 -1 1077944384 56 0 0 0 3 1 0 0 20 0 15 0 95142991 10808807424 85821 33554432000 4194304 4196468 140723443383808 140466238298384 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2003] ppid=1994 vsize=10555476 memory=2241 CPUtime=0.05 cores=1,3,5,7
/proc/1997/task/2003/stat : 2003 (java) S 1994 1997 31794 0 -1 1077944384 46 0 0 0 4 1 0 0 20 0 15 0 95142991 10808807424 85821 33554432000 4194304 4196468 140723443383808 140466237245840 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2004] ppid=1994 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2004/stat : 2004 (java) S 1994 1997 31794 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95142992 10808807424 85821 33554432000 4194304 4196468 140723443383808 140465339644656 140466303724162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0

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

/proc/1997/task/2001/stat : 2001 (java) S 1994 1997 31794 0 -1 1077944384 35770 0 0 0 1963 88 0 0 20 0 16 0 95142991 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140466239351440 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2002] ppid=1994 vsize=10622040 memory=6137072 CPUtime=20.53 cores=1,3,5,7
/proc/1997/task/2002/stat : 2002 (java) S 1994 1997 31794 0 -1 1077944384 29283 0 0 0 1972 81 0 0 20 0 16 0 95142991 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140466238298384 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2003] ppid=1994 vsize=10622040 memory=6137072 CPUtime=20.58 cores=1,3,5,7
/proc/1997/task/2003/stat : 2003 (java) S 1994 1997 31794 0 -1 1077944384 36259 0 0 0 1973 85 0 0 20 0 16 0 95142991 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140466237245840 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2004] ppid=1994 vsize=10622040 memory=6137072 CPUtime=9.16 cores=1,3,5,7
/proc/1997/task/2004/stat : 2004 (java) S 1994 1997 31794 0 -1 1077944384 23010 0 0 0 911 5 0 0 20 0 16 0 95142992 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465339644656 140466303724162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2005] ppid=1994 vsize=10622040 memory=6137072 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2005/stat : 2005 (java) S 1994 1997 31794 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 95142993 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465338590944 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2006] ppid=1994 vsize=10622040 memory=6137072 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2006/stat : 2006 (java) S 1994 1997 31794 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 95142993 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465337537792 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2007] ppid=1994 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2007/stat : 2007 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95142995 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465336486352 140466303731611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2008] ppid=1994 vsize=10622040 memory=27372 CPUtime=2.09 cores=1,3,5,7
/proc/1997/task/2008/stat : 2008 (java) S 1994 1997 31794 0 -1 1077944384 9008 0 0 0 206 3 0 0 20 0 16 0 95142995 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465335433456 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2009] ppid=1994 vsize=10622040 memory=6137072 CPUtime=2.39 cores=1,3,5,7
/proc/1997/task/2009/stat : 2009 (java) S 1994 1997 31794 0 -1 1077944384 11685 0 0 0 238 1 0 0 20 0 16 0 95142995 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465334380912 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2010] ppid=1994 vsize=10622040 memory=6137072 CPUtime=0.51 cores=1,3,5,7
/proc/1997/task/2010/stat : 2010 (java) S 1994 1997 31794 0 -1 1077944384 7937 0 0 0 49 2 0 0 20 0 16 0 95142995 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465333327856 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2011] ppid=1994 vsize=10622040 memory=6137072 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2011/stat : 2011 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95142995 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465332275552 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2012] ppid=1994 vsize=10622040 memory=6137072 CPUtime=1.59 cores=1,3,5,7
/proc/1997/task/2012/stat : 2012 (java) S 1994 1997 31794 0 -1 1077944384 3194 0 0 0 71 88 0 0 20 0 16 0 95142996 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465331223600 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2093] ppid=1994 vsize=10622040 memory=6137072 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2093/stat : 2093 (java) S 1994 1997 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95147284 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465330169392 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
Current children cumulated CPU time: 2510.21 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 6137072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2452.11 s]
/proc/loadavg: 2.09 2.07 2.13 3/218 2194
/proc/meminfo: memFree=19635768/32770624 swapFree=67108860/67108860
[pid=1997] ppid=1994 vsize=10622040 memory=6137072 CPUtime=2520.02 cores=1,3,5,7
/proc/1997/stat : 1997 (java) S 1994 1997 31794 0 -1 1077944320 535058 0 0 0 251515 487 0 0 20 0 16 0 95142990 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140723443366352 140466303713015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
/proc/1997/statm: 2655510 1534268 3170 1 0 2643904 0
[pid=1997/tid=1999] ppid=1994 vsize=10622040 memory=6137072 CPUtime=2422.12 cores=1,3,5,7
/proc/1997/task/1999/stat : 1999 (java) R 1994 1997 31794 0 -1 4202560 339579 0 0 0 242147 65 0 0 20 0 16 0 95142990 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140466307948992 140465921501860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2000] ppid=1994 vsize=10622040 memory=6137072 CPUtime=20.44 cores=1,3,5,7
/proc/1997/task/2000/stat : 2000 (java) S 1994 1997 31794 0 -1 1077944384 37808 0 0 0 1965 79 0 0 20 0 16 0 95142991 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140466240403984 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2001] ppid=1994 vsize=10622040 memory=6137072 CPUtime=20.51 cores=1,3,5,7
/proc/1997/task/2001/stat : 2001 (java) S 1994 1997 31794 0 -1 1077944384 35770 0 0 0 1963 88 0 0 20 0 16 0 95142991 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140466239351440 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2002] ppid=1994 vsize=10622040 memory=6137072 CPUtime=20.53 cores=1,3,5,7
/proc/1997/task/2002/stat : 2002 (java) S 1994 1997 31794 0 -1 1077944384 29283 0 0 0 1972 81 0 0 20 0 16 0 95142991 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140466238298384 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2003] ppid=1994 vsize=10622040 memory=6137072 CPUtime=20.58 cores=1,3,5,7
/proc/1997/task/2003/stat : 2003 (java) S 1994 1997 31794 0 -1 1077944384 36259 0 0 0 1973 85 0 0 20 0 16 0 95142991 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140466237245840 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2004] ppid=1994 vsize=10622040 memory=6137072 CPUtime=9.16 cores=1,3,5,7
/proc/1997/task/2004/stat : 2004 (java) S 1994 1997 31794 0 -1 1077944384 23020 0 0 0 911 5 0 0 20 0 16 0 95142992 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465339644656 140466303724162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2005] ppid=1994 vsize=10622040 memory=6137072 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2005/stat : 2005 (java) S 1994 1997 31794 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 95142993 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465338590944 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2006] ppid=1994 vsize=10622040 memory=27372 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2006/stat : 2006 (java) S 1994 1997 31794 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 95142993 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465337537792 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2007] ppid=1994 vsize=10622040 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2007/stat : 2007 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95142995 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465336486352 140466303731611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2008] ppid=1994 vsize=10622040 memory=8112282956445269571 CPUtime=2.09 cores=1,3,5,7
/proc/1997/task/2008/stat : 2008 (java) S 1994 1997 31794 0 -1 1077944384 9012 0 0 0 206 3 0 0 20 0 16 0 95142995 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465335433456 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2009] ppid=1994 vsize=10622040 memory=1236 CPUtime=2.39 cores=1,3,5,7
/proc/1997/task/2009/stat : 2009 (java) S 1994 1997 31794 0 -1 1077944384 11688 0 0 0 238 1 0 0 20 0 16 0 95142995 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465334380912 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2010] ppid=1994 vsize=10622040 memory=4044 CPUtime=0.51 cores=1,3,5,7
/proc/1997/task/2010/stat : 2010 (java) S 1994 1997 31794 0 -1 1077944384 7949 0 0 0 49 2 0 0 20 0 16 0 95142995 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465333327856 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2011] ppid=1994 vsize=10622040 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2011/stat : 2011 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95142995 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465332275552 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2012] ppid=1994 vsize=10622040 memory=6137072 CPUtime=1.59 cores=1,3,5,7
/proc/1997/task/2012/stat : 2012 (java) S 1994 1997 31794 0 -1 1077944384 3233 0 0 0 71 88 0 0 20 0 16 0 95142996 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465331223600 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2093] ppid=1994 vsize=10622040 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2093/stat : 2093 (java) S 1994 1997 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95147284 10876968960 1534268 33554432000 4194304 4196468 140723443383808 140465330169392 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 6137072 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2452.36 s]
# the end of solver process 1997 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.19 s, system=4.90544 s

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

[startup+2452.21 s]
/proc/loadavg: 2.09 2.07 2.13 3/218 2194
/proc/meminfo: memFree=19635768/32770624 swapFree=67108860/67108860
[pid=1997] ppid=1994 vsize=10821732 memory=6137300 CPUtime=2520.03 cores=1,3,5,7
/proc/1997/stat : 1997 (java) S 1994 1997 31794 0 -1 1077944320 536192 0 0 0 251516 487 0 0 20 0 17 0 95142990 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140723443366352 140466303713015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
/proc/1997/statm: 2705433 1534325 3172 1 0 2693827 0
[pid=1997/tid=1999] ppid=1994 vsize=10821732 memory=288230604624101685 CPUtime=2422.13 cores=1,3,5,7
/proc/1997/task/1999/stat : 1999 (java) S 1994 1997 31794 0 -1 1077944384 339665 0 0 0 242148 65 0 0 20 0 17 0 95142990 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140466307955888 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2000] ppid=1994 vsize=10821732 memory=13846369794262621 CPUtime=20.44 cores=1,3,5,7
/proc/1997/task/2000/stat : 2000 (java) S 1994 1997 31794 0 -1 1077944384 37808 0 0 0 1965 79 0 0 20 0 17 0 95142991 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140466240403984 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2001] ppid=1994 vsize=10821732 memory=2564 CPUtime=20.51 cores=1,3,5,7
/proc/1997/task/2001/stat : 2001 (java) S 1994 1997 31794 0 -1 1077944384 35770 0 0 0 1963 88 0 0 20 0 17 0 95142991 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140466239351440 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2002] ppid=1994 vsize=10821732 memory=6137072 CPUtime=20.53 cores=1,3,5,7
/proc/1997/task/2002/stat : 2002 (java) S 1994 1997 31794 0 -1 1077944384 29283 0 0 0 1972 81 0 0 20 0 17 0 95142991 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140466238298384 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2003] ppid=1994 vsize=10821732 memory=288230604624101685 CPUtime=20.58 cores=1,3,5,7
/proc/1997/task/2003/stat : 2003 (java) S 1994 1997 31794 0 -1 1077944384 36259 0 0 0 1973 85 0 0 20 0 17 0 95142991 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140466237245840 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2004] ppid=1994 vsize=10821732 memory=13846369794262621 CPUtime=9.16 cores=1,3,5,7
/proc/1997/task/2004/stat : 2004 (java) S 1994 1997 31794 0 -1 1077944384 23055 0 0 0 911 5 0 0 20 0 17 0 95142992 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465339644656 140466303724162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2005] ppid=1994 vsize=10821732 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2005/stat : 2005 (java) S 1994 1997 31794 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 95142993 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465338590944 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2006] ppid=1994 vsize=10821732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2006/stat : 2006 (java) S 1994 1997 31794 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 95142993 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465337537792 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2007] ppid=1994 vsize=10821732 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2007/stat : 2007 (java) S 1994 1997 31794 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 17 0 95142995 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465336486352 140466303731611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2008] ppid=1994 vsize=10821732 memory=1420 CPUtime=2.09 cores=1,3,5,7
/proc/1997/task/2008/stat : 2008 (java) S 1994 1997 31794 0 -1 1077944384 9012 0 0 0 206 3 0 0 20 0 17 0 95142995 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465335433456 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2009] ppid=1994 vsize=10821732 memory=11032 CPUtime=2.39 cores=1,3,5,7
/proc/1997/task/2009/stat : 2009 (java) S 1994 1997 31794 0 -1 1077944384 11688 0 0 0 238 1 0 0 20 0 17 0 95142995 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465334380912 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2010] ppid=1994 vsize=10821732 memory=1712 CPUtime=0.51 cores=1,3,5,7
/proc/1997/task/2010/stat : 2010 (java) S 1994 1997 31794 0 -1 1077944384 8405 0 0 0 49 2 0 0 20 0 17 0 95142995 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465333327856 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2011] ppid=1994 vsize=10821732 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2011/stat : 2011 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95142995 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465332275552 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2012] ppid=1994 vsize=10821732 memory=3832 CPUtime=1.59 cores=1,3,5,7
/proc/1997/task/2012/stat : 2012 (java) S 1994 1997 31794 0 -1 1077944384 3233 0 0 0 71 88 0 0 20 0 17 0 95142996 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465331223600 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 6137300 KiB

[startup+2452.3 s]
/proc/loadavg: 2.09 2.07 2.13 3/218 2194
/proc/meminfo: memFree=19635768/32770624 swapFree=67108860/67108860
[pid=1997] ppid=1994 vsize=10821732 memory=6137300 CPUtime=2520.03 cores=1,3,5,7
/proc/1997/stat : 1997 (java) S 1994 1997 31794 0 -1 1077944320 536192 0 0 0 251516 487 0 0 20 0 17 0 95142990 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140723443366352 140466303713015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
/proc/1997/statm: 2705433 1534325 3172 1 0 2693827 0
[pid=1997/tid=1999] ppid=1994 vsize=10821732 memory=6137072 CPUtime=2422.13 cores=1,3,5,7
/proc/1997/task/1999/stat : 1999 (java) S 1994 1997 31794 0 -1 1077944384 339665 0 0 0 242148 65 0 0 20 0 17 0 95142990 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140466307955888 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2000] ppid=1994 vsize=10821732 memory=6137072 CPUtime=20.44 cores=1,3,5,7
/proc/1997/task/2000/stat : 2000 (java) S 1994 1997 31794 0 -1 1077944384 37808 0 0 0 1965 79 0 0 20 0 17 0 95142991 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140466240403984 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2001] ppid=1994 vsize=10821732 memory=6137072 CPUtime=20.51 cores=1,3,5,7
/proc/1997/task/2001/stat : 2001 (java) S 1994 1997 31794 0 -1 1077944384 35770 0 0 0 1963 88 0 0 20 0 17 0 95142991 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140466239351440 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2002] ppid=1994 vsize=10821732 memory=6137072 CPUtime=20.53 cores=1,3,5,7
/proc/1997/task/2002/stat : 2002 (java) S 1994 1997 31794 0 -1 1077944384 29283 0 0 0 1972 81 0 0 20 0 17 0 95142991 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140466238298384 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2003] ppid=1994 vsize=10821732 memory=6137072 CPUtime=20.58 cores=1,3,5,7
/proc/1997/task/2003/stat : 2003 (java) S 1994 1997 31794 0 -1 1077944384 36259 0 0 0 1973 85 0 0 20 0 17 0 95142991 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140466237245840 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2004] ppid=1994 vsize=10821732 memory=6137072 CPUtime=9.16 cores=1,3,5,7
/proc/1997/task/2004/stat : 2004 (java) S 1994 1997 31794 0 -1 1077944384 23055 0 0 0 911 5 0 0 20 0 17 0 95142992 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465339644656 140466303724162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2005] ppid=1994 vsize=10821732 memory=6137072 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2005/stat : 2005 (java) S 1994 1997 31794 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 95142993 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465338590944 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2006] ppid=1994 vsize=10821732 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2006/stat : 2006 (java) S 1994 1997 31794 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 95142993 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465337537792 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2007] ppid=1994 vsize=10821732 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2007/stat : 2007 (java) S 1994 1997 31794 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 17 0 95142995 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465336486352 140466303731611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2008] ppid=1994 vsize=10821732 memory=4044 CPUtime=2.09 cores=1,3,5,7
/proc/1997/task/2008/stat : 2008 (java) S 1994 1997 31794 0 -1 1077944384 9012 0 0 0 206 3 0 0 20 0 17 0 95142995 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465335433456 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2009] ppid=1994 vsize=10821732 memory=1792 CPUtime=2.39 cores=1,3,5,7
/proc/1997/task/2009/stat : 2009 (java) S 1994 1997 31794 0 -1 1077944384 11688 0 0 0 238 1 0 0 20 0 17 0 95142995 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465334380912 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2010] ppid=1994 vsize=10821732 memory=6137072 CPUtime=0.51 cores=1,3,5,7
/proc/1997/task/2010/stat : 2010 (java) S 1994 1997 31794 0 -1 1077944384 8405 0 0 0 49 2 0 0 20 0 17 0 95142995 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465333327856 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2011] ppid=1994 vsize=10821732 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1997/task/2011/stat : 2011 (java) S 1994 1997 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95142995 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465332275552 140466303723221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
[pid=1997/tid=2012] ppid=1994 vsize=10821732 memory=27372 CPUtime=1.59 cores=1,3,5,7
/proc/1997/task/2012/stat : 2012 (java) S 1994 1997 31794 0 -1 1077944384 3233 0 0 0 71 88 0 0 20 0 17 0 95142996 11081453568 1534325 33554432000 4194304 4196468 140723443383808 140465331223600 140466303724162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33701888 140723443389574 140723443389727 140723443389727 140723443392463 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 6137300 KiB

Child status: 143
Real time (s): 2452.36
CPU time (s): 2520.1
CPU user time (s): 2515.19
CPU system time (s): 4.90544
CPU usage (%): 102.762
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 6137300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.19
system time used= 4.90544
maximum resident set size= 6137568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 537418
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57557
involuntary context switches= 1447


# summary of solver processes directly reported to runsolver:
#   pid: 1997
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2515.19
#   total CPU system time (s): 4.90544

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3638 second user time and 24.4848 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 12:21:31
IDJOB=4263037
IDBENCH=123048
IDSOLVER=2651
FILE ID=node107/4263037-1502620549
RUNJOBID= node107-1502619133-1624
PBS_JOBID= 20628298
Free space on /tmp= 61660 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-nug30.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263037-1502620549/watcher-4263037-1502620549 -o /tmp/evaluation-result-4263037-1502620549/solver-4263037-1502620549 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263037-1502620549.xml

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

MD5SUM BENCH= 7992d423b18f632a54772c1bcf249848
RANDOM SEED=752977904

node107.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.84
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.84
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.84
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.84
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:        29076832 kB
MemAvailable:   31755320 kB
Buffers:          145060 kB
Cached:          2825784 kB
SwapCached:            0 kB
Active:           697464 kB
Inactive:        2568024 kB
Active(anon):     297584 kB
Inactive(anon):    24972 kB
Active(file):     399880 kB
Inactive(file):  2543052 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1584 kB
Writeback:             4 kB
AnonPages:        300688 kB
Mapped:            55004 kB
Shmem:             25228 kB
Slab:             128008 kB
SReclaimable:     102780 kB
SUnreclaim:        25228 kB
KernelStack:        3504 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1308652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 13:02:23