Trace number 4290084

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-11? (TO) 2400.12 2389.97

General information on the benchmark

NameEternity/
Eternity-06-06_c18.xml
MD5SUM4056656ba438a73a4a2b41323b2858a8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.138801
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints61
Number of domains2
Minimum domain size9
Maximum domain size36
Distribution of domain sizes[{"size":9,"count":84},{"size":36,"count":36}]
Minimum variable degree1
Maximum variable degree7
Distribution of variable degrees[{"degree":1,"count":5},{"degree":2,"count":114},{"degree":7,"count":1}]
Minimum constraint arity1
Maximum constraint arity36
Distribution of constraint arities[{"arity":1,"count":24},{"arity":5,"count":36},{"arity":36,"count":1}]
Number of extensional constraints36
Number of intensional constraints24
Distribution of constraint types[{"type":"extension","count":36},{"type":"intension","count":24},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.11/1.14	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.11/1.14	c This is free software under the dual EPL/GNU LGPL licenses.
3.11/1.14	c See www.sat4j.org for details.
3.11/1.14	c That software uses the Rhino library from the Mozilla project.
3.11/1.14	c version 2.3.6-SNAPSHOT
3.11/1.14	c java.runtime.name	Java(TM) SE Runtime Environment
3.11/1.14	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.11/1.14	c java.vm.version	25.131-b11
3.11/1.14	c java.vm.vendor	Oracle Corporation
3.11/1.14	c sun.arch.data.model	64
3.11/1.14	c java.version		1.8.0_131
3.11/1.14	c os.name		Linux
3.11/1.14	c os.version		3.10.0-514.16.1.el7.x86_64
3.11/1.14	c os.arch		amd64
3.11/1.14	c Free memory 		499604488
3.11/1.14	c Max memory 		7247757312
3.11/1.14	c Total memory 		504889344
3.11/1.14	c Number of processors 	4
3.11/1.14	c c --- Begin Solver configuration ---
3.11/1.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.11/1.14	c Learn all clauses as in MiniSAT
3.11/1.14	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.11/1.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.11/1.14	c No reason simplification
3.11/1.14	c Glucose 2.1 dynamic restart strategy
3.11/1.14	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.11/1.14	c timeout=2147483s
3.11/1.14	c DB Simplification allowed=false
3.11/1.14	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.11/1.14	c --- End Solver configuration ---
3.11/1.14	c constraints type 
3.11/1.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 240
3.11/1.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 396144
3.11/1.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 103536
3.11/1.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 120
3.11/1.14	c 500040 constraints processed.
2400.04/2389.90	c starts		: 8724
2400.04/2389.90	c conflicts		: 4609119
2400.04/2389.90	c decisions		: 44268902
2400.04/2389.90	c propagations		: 4921271039
2400.04/2389.90	c inspects		: 19529118625
2400.04/2389.90	c shortcuts		: 0
2400.04/2389.90	c learnt literals	: 2428
2400.04/2389.90	c learnt binary clauses	: 14397
2400.04/2389.90	c learnt ternary clauses	: 24537
2400.04/2389.90	c learnt constraints	: 4606691
2400.04/2389.90	c ignored constraints	: 0
2400.04/2389.90	c root simplifications	: 0
2400.04/2389.90	c removed literals (reason simplification)	: 0
2400.04/2389.90	c reason swapping (by a shorter reason)	: 0
2400.04/2389.90	c Calls to reduceDB	: 91
2400.04/2389.90	c Number of update (reduction) of LBD	: 3658507
2400.04/2389.90	c Imported unit clauses	: 0
2400.04/2389.90	c number of reductions to clauses (during analyze)	: 0
2400.04/2389.90	c number of learned constraints concerned by reduction	: 0
2400.04/2389.90	c number of learning phase by resolution	: 0
2400.04/2389.90	c number of learning phase by cutting planes	: 0
2400.04/2389.90	c number of rounding to 1 operations	: 0
2400.04/2389.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.04/2389.90	c number of reductions of the coefficients by power 2 	: 0
2400.04/2389.90	c number of right shift for reduction by power 2 	: 0
2400.04/2389.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.04/2389.90	c number of ending skipping 	: 0
2400.04/2389.90	c number of internal skipping 	: 0
2400.04/2389.90	c number of derivation steps 	: 0
2400.04/2389.90	c number of skipped derivation steps 	: 0
2400.04/2389.90	c number of remaining unassigned 	: 0
2400.04/2389.90	c number of remaining assigned 	: 0
2400.04/2389.90	c speed (assignments/second)	: 2060196.2118925508
2400.04/2389.90	c non guided choices	: 8444975
2400.04/2389.94	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 14397
2400.04/2389.94	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 154684
2400.04/2389.94	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 (7701 MiB free)
  memory of node 1: 16384 MiB (11879 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290084-1532272108/watcher-4290084-1532272108 -o /tmp/evaluation-result-4290084-1532272108/solver-4290084-1532272108 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-914 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290084-1532272108.xml 

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

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

solver pid=2645, runsolver pid=2642

[startup+0.10014 s]*
/proc/loadavg: 1.94 2.05 2.06 3/216 2660
/proc/meminfo: memFree=20033744/32770624 swapFree=67108860/67108860
[pid=2645] ppid=2642 vsize=10659012 memory=30656 CPUtime=0.12 cores=1,3,5,7
/proc/2645/stat : 2645 (java) S 2642 2645 877 0 -1 1077944320 6732 0 0 0 11 1 0 0 20 0 15 0 44773989 10914828288 7664 33554432000 4194304 4196468 140729078413648 140729078396192 139897080184567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
/proc/2645/statm: 2664753 7664 2844 1 0 2627263 0
[pid=2645/tid=2647] ppid=2642 vsize=10659012 memory=-8485773889882985313 CPUtime=0.09 cores=1,3,5,7
/proc/2645/task/2647/stat : 2647 (java) R 2642 2645 877 0 -1 4202560 4570 0 0 0 8 1 0 0 20 0 15 0 44773990 10914828288 7664 33554432000 4194304 4196468 140729078413648 139897084406336 139897080196502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2648] ppid=2642 vsize=10659012 memory=5793855724244220345 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2648/stat : 2648 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773991 10914828288 7664 33554432000 4194304 4196468 140729078413648 139897022188048 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2649] ppid=2642 vsize=10659012 memory=140473234327168 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2649/stat : 2649 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773991 10914828288 7664 33554432000 4194304 4196468 140729078413648 139897021135504 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2650] ppid=2642 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2650/stat : 2650 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773991 10914828288 7664 33554432000 4194304 4196468 140729078413648 139897020082448 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2651] ppid=2642 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2651/stat : 2651 (java) S 2642 2645 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44773991 10914828288 7664 33554432000 4194304 4196468 140729078413648 139897019029904 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2652] ppid=2642 vsize=10659012 memory=140473234327168 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2652/stat : 2652 (java) S 2642 2645 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44773992 10914828288 7664 33554432000 4194304 4196468 140729078413648 139896438024944 139897080195714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2653] ppid=2642 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2653/stat : 2653 (java) S 2642 2645 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44773992 10914828288 7664 33554432000 4194304 4196468 140729078413648 139896436971168 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2654] ppid=2642 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2654/stat : 2654 (java) S 2642 2645 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44773993 10914828288 7664 33554432000 4194304 4196468 140729078413648 139896435918064 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2655] ppid=2642 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2655/stat : 2655 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44773995 10914828288 7664 33554432000 4194304 4196468 140729078413648 139896434866640 139897080203163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2656] ppid=2642 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2656/stat : 2656 (java) S 2642 2645 877 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 44773995 10914828288 7664 33554432000 4194304 4196468 140729078413648 139896433813744 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2657] ppid=2642 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2657/stat : 2657 (java) S 2642 2645 877 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 44773995 10914828288 7664 33554432000 4194304 4196468 140729078413648 139896432761200 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2658] ppid=2642 vsize=10659012 memory=140473234327168 CPUtime=0.02 cores=1,3,5,7
/proc/2645/task/2658/stat : 2658 (java) R 2642 2645 877 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 44773995 10914828288 7664 33554432000 4194304 4196468 140729078413648 139896431708144 139897058724574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2659] ppid=2642 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2659/stat : 2659 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44773995 10914828288 7664 33554432000 4194304 4196468 140729078413648 139896430655840 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2660] ppid=2642 vsize=10659012 memory=140473234327168 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2660/stat : 2660 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773995 10914828288 7664 33554432000 4194304 4196468 140729078413648 139896429603888 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30656 KiB

[startup+0.210443 s]*
/proc/loadavg: 1.94 2.05 2.06 4/216 2660
/proc/meminfo: memFree=20023652/32770624 swapFree=67108860/67108860
[pid=2645] ppid=2642 vsize=10659012 memory=41876 CPUtime=0.32 cores=1,3,5,7
/proc/2645/stat : 2645 (java) S 2642 2645 877 0 -1 1077944320 8110 0 0 0 31 1 0 0 20 0 15 0 44773989 10914828288 10469 33554432000 4194304 4196468 140729078413648 140729078396192 139897080184567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
/proc/2645/statm: 2664753 10469 3004 1 0 2627263 0
[pid=2645/tid=2647] ppid=2642 vsize=10659012 memory=-3103912127665269909 CPUtime=0.2 cores=1,3,5,7
/proc/2645/task/2647/stat : 2647 (java) R 2642 2645 877 0 -1 4202560 5025 0 0 0 19 1 0 0 20 0 15 0 44773990 10914828288 10469 33554432000 4194304 4196468 140729078413648 139897084420144 139897080206493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2648] ppid=2642 vsize=10659012 memory=4211974199439117706 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2648/stat : 2648 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773991 10914828288 10469 33554432000 4194304 4196468 140729078413648 139897022188048 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2649] ppid=2642 vsize=10659012 memory=140473234327168 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2649/stat : 2649 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773991 10914828288 10469 33554432000 4194304 4196468 140729078413648 139897021135504 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2650] ppid=2642 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2650/stat : 2650 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773991 10914828288 10469 33554432000 4194304 4196468 140729078413648 139897020082448 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2651] ppid=2642 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2651/stat : 2651 (java) S 2642 2645 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44773991 10914828288 10469 33554432000 4194304 4196468 140729078413648 139897019029904 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2652] ppid=2642 vsize=10659012 memory=140473234327168 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2652/stat : 2652 (java) S 2642 2645 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44773992 10914828288 10469 33554432000 4194304 4196468 140729078413648 139896438024944 139897080195714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2653] ppid=2642 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2653/stat : 2653 (java) S 2642 2645 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44773992 10914828288 10469 33554432000 4194304 4196468 140729078413648 139896436971168 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2654] ppid=2642 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2654/stat : 2654 (java) S 2642 2645 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44773993 10914828288 10469 33554432000 4194304 4196468 140729078413648 139896435918064 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2655] ppid=2642 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2655/stat : 2655 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44773995 10914828288 10469 33554432000 4194304 4196468 140729078413648 139896434866640 139897080203163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2656] ppid=2642 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2645/task/2656/stat : 2656 (java) S 2642 2645 877 0 -1 1077944384 564 0 0 0 2 0 0 0 20 0 15 0 44773995 10914828288 10469 33554432000 4194304 4196468 140729078413648 139896433813744 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2657] ppid=2642 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2645/task/2657/stat : 2657 (java) S 2642 2645 877 0 -1 1077944384 448 0 0 0 2 0 0 0 20 0 15 0 44773995 10914828288 10469 33554432000 4194304 4196468 140729078413648 139896432761200 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2658] ppid=2642 vsize=10659012 memory=140473234327168 CPUtime=0.07 cores=1,3,5,7
/proc/2645/task/2658/stat : 2658 (java) R 2642 2645 877 0 -1 4202560 709 0 0 0 7 0 0 0 20 0 15 0 44773995 10914828288 10469 33554432000 4194304 4196468 140729078413648 139896431708144 139897064265054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2659] ppid=2642 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2659/stat : 2659 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44773995 10914828288 10469 33554432000 4194304 4196468 140729078413648 139896430655840 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2660] ppid=2642 vsize=10659012 memory=140473234327168 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2660/stat : 2660 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773995 10914828288 10469 33554432000 4194304 4196468 140729078413648 139896429603888 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41876 KiB

[startup+0.310347 s]*
/proc/loadavg: 1.94 2.05 2.06 5/216 2660
/proc/meminfo: memFree=20016084/32770624 swapFree=67108860/67108860
[pid=2645] ppid=2642 vsize=10659088 memory=47628 CPUtime=0.53 cores=1,3,5,7
/proc/2645/stat : 2645 (java) S 2642 2645 877 0 -1 1077944320 8927 0 0 0 51 2 0 0 20 0 15 0 44773989 10914906112 11907 33554432000 4194304 4196468 140729078413648 140729078396192 139897080184567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
/proc/2645/statm: 2664772 11907 3061 1 0 2627263 0
[pid=2645/tid=2647] ppid=2642 vsize=10659088 memory=-3103912127665269909 CPUtime=0.3 cores=1,3,5,7
/proc/2645/task/2647/stat : 2647 (java) R 2642 2645 877 0 -1 4202560 5638 0 0 0 29 1 0 0 20 0 15 0 44773990 10914906112 11907 33554432000 4194304 4196468 140729078413648 139897084421024 139897080196502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2648] ppid=2642 vsize=10659088 memory=4211974199439117706 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2648/stat : 2648 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773991 10914906112 11907 33554432000 4194304 4196468 140729078413648 139897022188048 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2649] ppid=2642 vsize=10659088 memory=140473234329079 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2649/stat : 2649 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773991 10914906112 11907 33554432000 4194304 4196468 140729078413648 139897021135504 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2650] ppid=2642 vsize=10659088 memory=140473079542435 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2650/stat : 2650 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773991 10914906112 11907 33554432000 4194304 4196468 140729078413648 139897020082448 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2651] ppid=2642 vsize=10659088 memory=140473079549423 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2651/stat : 2651 (java) S 2642 2645 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44773991 10914906112 11907 33554432000 4194304 4196468 140729078413648 139897019029904 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2652] ppid=2642 vsize=10659088 memory=140473234329464 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2652/stat : 2652 (java) S 2642 2645 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44773992 10914906112 11907 33554432000 4194304 4196468 140729078413648 139896438024944 139897080195714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2653] ppid=2642 vsize=10659088 memory=140473079558607 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2653/stat : 2653 (java) S 2642 2645 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44773992 10914906112 11907 33554432000 4194304 4196468 140729078413648 139896436971168 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2654] ppid=2642 vsize=10659088 memory=280946159108048 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2654/stat : 2654 (java) S 2642 2645 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44773993 10914906112 11907 33554432000 4194304 4196468 140729078413648 139896435918064 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2655] ppid=2642 vsize=10659088 memory=280946159105744 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2655/stat : 2655 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44773995 10914906112 11907 33554432000 4194304 4196468 140729078413648 139896434866640 139897080203163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2656] ppid=2642 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2645/task/2656/stat : 2656 (java) S 2642 2645 877 0 -1 1077944384 611 0 0 0 5 0 0 0 20 0 15 0 44773995 10914906112 11907 33554432000 4194304 4196468 140729078413648 139896433813744 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2657] ppid=2642 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/2645/task/2657/stat : 2657 (java) S 2642 2645 877 0 -1 1077944384 548 0 0 0 4 0 0 0 20 0 15 0 44773995 10914906112 11907 33554432000 4194304 4196468 140729078413648 139896432761200 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2658] ppid=2642 vsize=10659088 memory=140473234327168 CPUtime=0.12 cores=1,3,5,7
/proc/2645/task/2658/stat : 2658 (java) R 2642 2645 877 0 -1 4202560 768 0 0 0 12 0 0 0 20 0 15 0 44773995 10914906112 11907 33554432000 4194304 4196468 140729078413648 139896431703824 139897059109327 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2659] ppid=2642 vsize=10659088 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2659/stat : 2659 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44773995 10914906112 11907 33554432000 4194304 4196468 140729078413648 139896430655840 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2660] ppid=2642 vsize=10659088 memory=140473234327168 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2660/stat : 2660 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773995 10914906112 11907 33554432000 4194304 4196468 140729078413648 139896429603888 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47628 KiB

[startup+0.700792 s]
/proc/loadavg: 1.94 2.05 2.06 5/216 2660
/proc/meminfo: memFree=19989220/32770624 swapFree=67108860/67108860
[pid=2645] ppid=2642 vsize=10659088 memory=158072 CPUtime=1.83 cores=1,3,5,7
/proc/2645/stat : 2645 (java) S 2642 2645 877 0 -1 1077944320 11661 0 0 0 178 5 0 0 20 0 15 0 44773989 10914906112 39518 33554432000 4194304 4196468 140729078413648 140729078396192 139897080184567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
/proc/2645/statm: 2664772 39518 3111 1 0 2627263 0
[pid=2645/tid=2647] ppid=2642 vsize=10659088 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/2645/task/2647/stat : 2647 (java) R 2642 2645 877 0 -1 4202560 6006 0 0 0 64 3 0 0 20 0 15 0 44773990 10914906112 39518 33554432000 4194304 4196468 140729078413648 139897084410912 139896701929399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2648] ppid=2642 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2648/stat : 2648 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773991 10914906112 39518 33554432000 4194304 4196468 140729078413648 139897022188048 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2649] ppid=2642 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2649/stat : 2649 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773991 10914906112 39518 33554432000 4194304 4196468 140729078413648 139897021135504 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2650] ppid=2642 vsize=10659088 memory=151863332707771 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2650/stat : 2650 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773991 10914906112 39518 33554432000 4194304 4196468 140729078413648 139897020082448 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2651] ppid=2642 vsize=10659088 memory=14611 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2651/stat : 2651 (java) S 2642 2645 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44773991 10914906112 39518 33554432000 4194304 4196468 140729078413648 139897019029904 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2652] ppid=2642 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2652/stat : 2652 (java) S 2642 2645 877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44773992 10914906112 39518 33554432000 4194304 4196468 140729078413648 139896438024944 139897080195714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2653] ppid=2642 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2653/stat : 2653 (java) S 2642 2645 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44773992 10914906112 39518 33554432000 4194304 4196468 140729078413648 139896436971168 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2654] ppid=2642 vsize=10659088 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2654/stat : 2654 (java) S 2642 2645 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44773993 10914906112 39518 33554432000 4194304 4196468 140729078413648 139896435918064 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2655] ppid=2642 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2655/stat : 2655 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44773995 10914906112 39518 33554432000 4194304 4196468 140729078413648 139896434866640 139897080203163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2656] ppid=2642 vsize=10659088 memory=9051840061034365101 CPUtime=0.42 cores=1,3,5,7
/proc/2645/task/2656/stat : 2656 (java) R 2642 2645 877 0 -1 4202560 1526 0 0 0 42 0 0 0 20 0 15 0 44773995 10914906112 39518 33554432000 4194304 4196468 140729078413648 139896433805072 139897061708424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2657] ppid=2642 vsize=10659088 memory=6943526294502006880 CPUtime=0.4 cores=1,3,5,7
/proc/2645/task/2657/stat : 2657 (java) R 2642 2645 877 0 -1 4202560 1358 0 0 0 40 0 0 0 20 0 15 0 44773995 10914906112 39518 33554432000 4194304 4196468 140729078413648 139896432747104 139897061706273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2658] ppid=2642 vsize=10659088 memory=6944656592455360604 CPUtime=0.3 cores=1,3,5,7
/proc/2645/task/2658/stat : 2658 (java) S 2642 2645 877 0 -1 1077944384 1400 0 0 0 30 0 0 0 20 0 15 0 44773995 10914906112 39518 33554432000 4194304 4196468 140729078413648 139896431708144 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2659] ppid=2642 vsize=10659088 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2659/stat : 2659 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44773995 10914906112 39518 33554432000 4194304 4196468 140729078413648 139896430655840 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2660] ppid=2642 vsize=10659088 memory=-7357787915995474596 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2660/stat : 2660 (java) S 2642 2645 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44773995 10914906112 39518 33554432000 4194304 4196468 140729078413648 139896429603888 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 158072 KiB

[startup+1.50079 s]
/proc/loadavg: 1.94 2.05 2.06 8/216 2660
/proc/meminfo: memFree=19833196/32770624 swapFree=67108860/67108860
[pid=2645] ppid=2642 vsize=10727700 memory=244416 CPUtime=4.21 cores=1,3,5,7
/proc/2645/stat : 2645 (java) S 2642 2645 877 0 -1 1077944320 14697 0 0 0 411 10 0 0 20 0 16 0 44773989 10985164800 61104 33554432000 4194304 4196468 140729078413648 140729078396192 139897080184567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
/proc/2645/statm: 2681925 61104 3157 1 0 2644416 0
[pid=2645/tid=2647] ppid=2642 vsize=10727700 memory=140473234326177 CPUtime=1.4 cores=1,3,5,7
/proc/2645/task/2647/stat : 2647 (java) R 2642 2645 877 0 -1 4202560 6098 0 0 0 136 4 0 0 20 0 16 0 44773990 10985164800 61104 33554432000 4194304 4196468 140729078413648 139897084422720 139896702924804 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2648] ppid=2642 vsize=10727700 memory=200648 CPUtime=0.06 cores=1,3,5,7
/proc/2645/task/2648/stat : 2648 (java) S 2642 2645 877 0 -1 1077944384 160 0 0 0 5 1 0 0 20 0 16 0 44773991 10985164800 61104 33554432000 4194304 4196468 140729078413648 139897022188048 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2649] ppid=2642 vsize=10727700 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2645/task/2649/stat : 2649 (java) S 2642 2645 877 0 -1 1077944384 65 0 0 0 3 1 0 0 20 0 16 0 44773991 10985164800 61104 33554432000 4194304 4196468 140729078413648 139897021135504 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2650] ppid=2642 vsize=10727700 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2645/task/2650/stat : 2650 (java) S 2642 2645 877 0 -1 1077944384 121 0 0 0 3 0 0 0 20 0 16 0 44773991 10985164800 61104 33554432000 4194304 4196468 140729078413648 139897020082448 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2651] ppid=2642 vsize=10727700 memory=55 CPUtime=0.04 cores=1,3,5,7
/proc/2645/task/2651/stat : 2651 (java) S 2642 2645 877 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 16 0 44773991 10985164800 61104 33554432000 4194304 4196468 140729078413648 139897019029904 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2652] ppid=2642 vsize=10727700 memory=12898 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2652/stat : 2652 (java) S 2642 2645 877 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 44773992 10985164800 61104 33554432000 4194304 4196468 140729078413648 139896438024944 139897080195714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0

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

/proc/2645/task/2649/stat : 2649 (java) S 2642 2645 877 0 -1 1077944384 9061 0 0 0 124 58 0 0 20 0 16 0 44773991 10985164800 770499 33554432000 4194304 4196468 140729078413648 139897021135504 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2650] ppid=2642 vsize=10727700 memory=3081996 CPUtime=1.8 cores=1,3,5,7
/proc/2645/task/2650/stat : 2650 (java) S 2642 2645 877 0 -1 1077944384 11195 0 0 0 122 58 0 0 20 0 16 0 44773991 10985164800 770499 33554432000 4194304 4196468 140729078413648 139897020082448 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2651] ppid=2642 vsize=10727700 memory=0 CPUtime=1.83 cores=1,3,5,7
/proc/2645/task/2651/stat : 2651 (java) S 2642 2645 877 0 -1 1077944384 10788 0 0 0 126 57 0 0 20 0 16 0 44773991 10985164800 770499 33554432000 4194304 4196468 140729078413648 139897019029904 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2652] ppid=2642 vsize=10727700 memory=4140 CPUtime=0.3 cores=1,3,5,7
/proc/2645/task/2652/stat : 2652 (java) S 2642 2645 877 0 -1 1077944384 12407 0 0 0 27 3 0 0 20 0 16 0 44773992 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896438024944 139897080195714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2653] ppid=2642 vsize=10727700 memory=15156 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2653/stat : 2653 (java) S 2642 2645 877 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 44773992 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896436971232 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2654] ppid=2642 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2654/stat : 2654 (java) S 2642 2645 877 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 44773993 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896435918080 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2655] ppid=2642 vsize=10727700 memory=7595147497167086957 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2655/stat : 2655 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44773995 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896434866640 139897080203163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2656] ppid=2642 vsize=10727700 memory=1568 CPUtime=1.44 cores=1,3,5,7
/proc/2645/task/2656/stat : 2656 (java) S 2642 2645 877 0 -1 1077944384 5229 0 0 0 143 1 0 0 20 0 16 0 44773995 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896433813744 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2657] ppid=2642 vsize=10727700 memory=928 CPUtime=1.54 cores=1,3,5,7
/proc/2645/task/2657/stat : 2657 (java) S 2642 2645 877 0 -1 1077944384 4593 0 0 0 153 1 0 0 20 0 16 0 44773995 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896432761200 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2658] ppid=2642 vsize=10727700 memory=3081996 CPUtime=0.45 cores=1,3,5,7
/proc/2645/task/2658/stat : 2658 (java) S 2642 2645 877 0 -1 1077944384 3254 0 0 0 44 1 0 0 20 0 16 0 44773995 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896431708144 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2659] ppid=2642 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2659/stat : 2659 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44773995 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896430655840 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2660] ppid=2642 vsize=10727700 memory=3081996 CPUtime=1.33 cores=1,3,5,7
/proc/2645/task/2660/stat : 2660 (java) S 2642 2645 877 0 -1 1077944384 2600 0 0 0 62 71 0 0 20 0 16 0 44773995 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896429603888 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2661] ppid=2642 vsize=10727700 memory=644 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2661/stat : 2661 (java) S 2642 2645 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44774106 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896428549680 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
Current children cumulated CPU time: 2392.63 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3081996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2389.7 s]
/proc/loadavg: 2.02 2.06 2.06 3/217 2814
/proc/meminfo: memFree=17372812/32770624 swapFree=67108860/67108860
[pid=2645] ppid=2642 vsize=10727700 memory=3081996 CPUtime=2400.03 cores=1,3,5,7
/proc/2645/stat : 2645 (java) S 2642 2645 877 0 -1 1077944320 141045 0 0 0 239679 324 0 0 20 0 16 0 44773989 10985164800 770499 33554432000 4194304 4196468 140729078413648 140729078396192 139897080184567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
/proc/2645/statm: 2681925 770499 3190 1 0 2644416 0
[pid=2645/tid=2647] ppid=2642 vsize=10727700 memory=3081996 CPUtime=2387.59 cores=1,3,5,7
/proc/2645/task/2647/stat : 2647 (java) R 2642 2645 877 0 -1 4202560 68738 0 0 0 238734 25 0 0 20 0 16 0 44773990 10985164800 770499 33554432000 4194304 4196468 140729078413648 139897084423616 139896702971161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2648] ppid=2642 vsize=10727700 memory=3081996 CPUtime=1.84 cores=1,3,5,7
/proc/2645/task/2648/stat : 2648 (java) S 2642 2645 877 0 -1 1077944384 11702 0 0 0 125 59 0 0 20 0 16 0 44773991 10985164800 770499 33554432000 4194304 4196468 140729078413648 139897022188048 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2649] ppid=2642 vsize=10727700 memory=3081996 CPUtime=1.82 cores=1,3,5,7
/proc/2645/task/2649/stat : 2649 (java) S 2642 2645 877 0 -1 1077944384 9061 0 0 0 124 58 0 0 20 0 16 0 44773991 10985164800 770499 33554432000 4194304 4196468 140729078413648 139897021135504 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2650] ppid=2642 vsize=10727700 memory=8112282956445269571 CPUtime=1.8 cores=1,3,5,7
/proc/2645/task/2650/stat : 2650 (java) S 2642 2645 877 0 -1 1077944384 11195 0 0 0 122 58 0 0 20 0 16 0 44773991 10985164800 770499 33554432000 4194304 4196468 140729078413648 139897020082448 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2651] ppid=2642 vsize=10727700 memory=3081996 CPUtime=1.83 cores=1,3,5,7
/proc/2645/task/2651/stat : 2651 (java) S 2642 2645 877 0 -1 1077944384 10788 0 0 0 126 57 0 0 20 0 16 0 44773991 10985164800 770499 33554432000 4194304 4196468 140729078413648 139897019029904 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2652] ppid=2642 vsize=10727700 memory=3081996 CPUtime=0.3 cores=1,3,5,7
/proc/2645/task/2652/stat : 2652 (java) S 2642 2645 877 0 -1 1077944384 12417 0 0 0 27 3 0 0 20 0 16 0 44773992 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896438024944 139897080195714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2653] ppid=2642 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2653/stat : 2653 (java) S 2642 2645 877 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 44773992 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896436971232 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2654] ppid=2642 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2654/stat : 2654 (java) S 2642 2645 877 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 44773993 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896435918080 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2655] ppid=2642 vsize=10727700 memory=3081996 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2655/stat : 2655 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44773995 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896434866640 139897080203163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2656] ppid=2642 vsize=10727700 memory=3081996 CPUtime=1.44 cores=1,3,5,7
/proc/2645/task/2656/stat : 2656 (java) S 2642 2645 877 0 -1 1077944384 5232 0 0 0 143 1 0 0 20 0 16 0 44773995 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896433813744 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2657] ppid=2642 vsize=10727700 memory=3081996 CPUtime=1.54 cores=1,3,5,7
/proc/2645/task/2657/stat : 2657 (java) S 2642 2645 877 0 -1 1077944384 4599 0 0 0 153 1 0 0 20 0 16 0 44773995 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896432761200 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2658] ppid=2642 vsize=10727700 memory=288230574492221466 CPUtime=0.45 cores=1,3,5,7
/proc/2645/task/2658/stat : 2658 (java) S 2642 2645 877 0 -1 1077944384 3264 0 0 0 44 1 0 0 20 0 16 0 44773995 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896431708144 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2659] ppid=2642 vsize=10727700 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2659/stat : 2659 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44773995 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896430655840 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2660] ppid=2642 vsize=10727700 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/2645/task/2660/stat : 2660 (java) S 2642 2645 877 0 -1 1077944384 2636 0 0 0 62 71 0 0 20 0 16 0 44773995 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896429603888 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2661] ppid=2642 vsize=10727700 memory=7595147497167086957 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2661/stat : 2661 (java) S 2642 2645 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44774106 10985164800 770499 33554432000 4194304 4196468 140729078413648 139896428549680 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3081996 KiB

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

[startup+2389.97 s]
# the end of solver process 2645 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.86 s, system=3.26353 s

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

[startup+2389.81 s]
/proc/loadavg: 2.02 2.06 2.06 3/217 2814
/proc/meminfo: memFree=17372812/32770624 swapFree=67108860/67108860
[pid=2645] ppid=2642 vsize=10927392 memory=3082328 CPUtime=2400.04 cores=1,3,5,7
/proc/2645/stat : 2645 (java) S 2642 2645 877 0 -1 1077944320 141974 0 0 0 239680 324 0 0 20 0 17 0 44773989 11189649408 770582 33554432000 4194304 4196468 140729078413648 140729078396192 139897080184567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
/proc/2645/statm: 2731848 770582 3193 1 0 2694339 0
[pid=2645/tid=2647] ppid=2642 vsize=10927392 memory=4616 CPUtime=2387.6 cores=1,3,5,7
/proc/2645/task/2647/stat : 2647 (java) S 2642 2645 877 0 -1 1077944384 68871 0 0 0 238735 25 0 0 20 0 17 0 44773990 11189649408 770582 33554432000 4194304 4196468 140729078413648 139897084427440 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2648] ppid=2642 vsize=10927392 memory=11960 CPUtime=1.84 cores=1,3,5,7
/proc/2645/task/2648/stat : 2648 (java) S 2642 2645 877 0 -1 1077944384 11702 0 0 0 125 59 0 0 20 0 17 0 44773991 11189649408 770582 33554432000 4194304 4196468 140729078413648 139897022188048 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2649] ppid=2642 vsize=10927392 memory=8112282956445269571 CPUtime=1.82 cores=1,3,5,7
/proc/2645/task/2649/stat : 2649 (java) S 2642 2645 877 0 -1 1077944384 9061 0 0 0 124 58 0 0 20 0 17 0 44773991 11189649408 770582 33554432000 4194304 4196468 140729078413648 139897021135504 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2650] ppid=2642 vsize=10927392 memory=1724 CPUtime=1.8 cores=1,3,5,7
/proc/2645/task/2650/stat : 2650 (java) S 2642 2645 877 0 -1 1077944384 11195 0 0 0 122 58 0 0 20 0 17 0 44773991 11189649408 770582 33554432000 4194304 4196468 140729078413648 139897020082448 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2651] ppid=2642 vsize=10927392 memory=1228 CPUtime=1.83 cores=1,3,5,7
/proc/2645/task/2651/stat : 2651 (java) S 2642 2645 877 0 -1 1077944384 10788 0 0 0 126 57 0 0 20 0 17 0 44773991 11189649408 770582 33554432000 4194304 4196468 140729078413648 139897019029904 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2652] ppid=2642 vsize=10927392 memory=1428 CPUtime=0.3 cores=1,3,5,7
/proc/2645/task/2652/stat : 2652 (java) S 2642 2645 877 0 -1 1077944384 12417 0 0 0 27 3 0 0 20 0 17 0 44773992 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896438024944 139897080195714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2653] ppid=2642 vsize=10927392 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2653/stat : 2653 (java) S 2642 2645 877 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 44773992 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896436971232 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2654] ppid=2642 vsize=10927392 memory=5300 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2654/stat : 2654 (java) S 2642 2645 877 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 44773993 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896435918080 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2655] ppid=2642 vsize=10927392 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2655/stat : 2655 (java) S 2642 2645 877 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 17 0 44773995 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896434866640 139897080203163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2656] ppid=2642 vsize=10927392 memory=11960 CPUtime=1.44 cores=1,3,5,7
/proc/2645/task/2656/stat : 2656 (java) S 2642 2645 877 0 -1 1077944384 5232 0 0 0 143 1 0 0 20 0 17 0 44773995 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896433813744 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2657] ppid=2642 vsize=10927392 memory=1008 CPUtime=1.54 cores=1,3,5,7
/proc/2645/task/2657/stat : 2657 (java) S 2642 2645 877 0 -1 1077944384 4599 0 0 0 153 1 0 0 20 0 17 0 44773995 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896432761200 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2658] ppid=2642 vsize=10927392 memory=792 CPUtime=0.45 cores=1,3,5,7
/proc/2645/task/2658/stat : 2658 (java) S 2642 2645 877 0 -1 1077944384 3380 0 0 0 44 1 0 0 20 0 17 0 44773995 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896431708144 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2659] ppid=2642 vsize=10927392 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2659/stat : 2659 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44773995 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896430655840 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2660] ppid=2642 vsize=10927392 memory=1952 CPUtime=1.33 cores=1,3,5,7
/proc/2645/task/2660/stat : 2660 (java) S 2642 2645 877 0 -1 1077944384 2636 0 0 0 62 71 0 0 20 0 17 0 44773995 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896429603888 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3082328 KiB

[startup+2389.9 s]
/proc/loadavg: 2.02 2.06 2.06 3/217 2814
/proc/meminfo: memFree=17372812/32770624 swapFree=67108860/67108860
[pid=2645] ppid=2642 vsize=10927392 memory=3082328 CPUtime=2400.04 cores=1,3,5,7
/proc/2645/stat : 2645 (java) S 2642 2645 877 0 -1 1077944320 141974 0 0 0 239680 324 0 0 20 0 17 0 44773989 11189649408 770582 33554432000 4194304 4196468 140729078413648 140729078396192 139897080184567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
/proc/2645/statm: 2731848 770582 3193 1 0 2694339 0
[pid=2645/tid=2647] ppid=2642 vsize=10927392 memory=3081996 CPUtime=2387.6 cores=1,3,5,7
/proc/2645/task/2647/stat : 2647 (java) S 2642 2645 877 0 -1 1077944384 68871 0 0 0 238735 25 0 0 20 0 17 0 44773990 11189649408 770582 33554432000 4194304 4196468 140729078413648 139897084427440 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2648] ppid=2642 vsize=10927392 memory=8112282956445269571 CPUtime=1.84 cores=1,3,5,7
/proc/2645/task/2648/stat : 2648 (java) S 2642 2645 877 0 -1 1077944384 11702 0 0 0 125 59 0 0 20 0 17 0 44773991 11189649408 770582 33554432000 4194304 4196468 140729078413648 139897022188048 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2649] ppid=2642 vsize=10927392 memory=3081996 CPUtime=1.82 cores=1,3,5,7
/proc/2645/task/2649/stat : 2649 (java) S 2642 2645 877 0 -1 1077944384 9061 0 0 0 124 58 0 0 20 0 17 0 44773991 11189649408 770582 33554432000 4194304 4196468 140729078413648 139897021135504 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2650] ppid=2642 vsize=10927392 memory=3081996 CPUtime=1.8 cores=1,3,5,7
/proc/2645/task/2650/stat : 2650 (java) S 2642 2645 877 0 -1 1077944384 11195 0 0 0 122 58 0 0 20 0 17 0 44773991 11189649408 770582 33554432000 4194304 4196468 140729078413648 139897020082448 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2651] ppid=2642 vsize=10927392 memory=3081996 CPUtime=1.83 cores=1,3,5,7
/proc/2645/task/2651/stat : 2651 (java) S 2642 2645 877 0 -1 1077944384 10788 0 0 0 126 57 0 0 20 0 17 0 44773991 11189649408 770582 33554432000 4194304 4196468 140729078413648 139897019029904 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2652] ppid=2642 vsize=10927392 memory=3081996 CPUtime=0.3 cores=1,3,5,7
/proc/2645/task/2652/stat : 2652 (java) S 2642 2645 877 0 -1 1077944384 12417 0 0 0 27 3 0 0 20 0 17 0 44773992 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896438024944 139897080195714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2653] ppid=2642 vsize=10927392 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2653/stat : 2653 (java) S 2642 2645 877 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 44773992 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896436971232 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2654] ppid=2642 vsize=10927392 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2654/stat : 2654 (java) S 2642 2645 877 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 44773993 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896435918080 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2655] ppid=2642 vsize=10927392 memory=3081996 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2655/stat : 2655 (java) S 2642 2645 877 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 17 0 44773995 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896434866640 139897080203163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2656] ppid=2642 vsize=10927392 memory=288230574492221466 CPUtime=1.44 cores=1,3,5,7
/proc/2645/task/2656/stat : 2656 (java) S 2642 2645 877 0 -1 1077944384 5232 0 0 0 143 1 0 0 20 0 17 0 44773995 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896433813744 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2657] ppid=2642 vsize=10927392 memory=288230621803970871 CPUtime=1.54 cores=1,3,5,7
/proc/2645/task/2657/stat : 2657 (java) S 2642 2645 877 0 -1 1077944384 4599 0 0 0 153 1 0 0 20 0 17 0 44773995 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896432761200 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2658] ppid=2642 vsize=10927392 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/2645/task/2658/stat : 2658 (java) S 2642 2645 877 0 -1 1077944384 3380 0 0 0 44 1 0 0 20 0 17 0 44773995 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896431708144 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2659] ppid=2642 vsize=10927392 memory=7595147497167086957 CPUtime=0 cores=1,3,5,7
/proc/2645/task/2659/stat : 2659 (java) S 2642 2645 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44773995 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896430655840 139897080194773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
[pid=2645/tid=2660] ppid=2642 vsize=10927392 memory=3081996 CPUtime=1.33 cores=1,3,5,7
/proc/2645/task/2660/stat : 2660 (java) S 2642 2645 877 0 -1 1077944384 2636 0 0 0 62 71 0 0 20 0 17 0 44773995 11189649408 770582 33554432000 4194304 4196468 140729078413648 139896429603888 139897080195714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32108544 140729078420593 140729078420745 140729078420745 140729078423503 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3082328 KiB

Child status: 143
Real time (s): 2389.97
CPU time (s): 2400.12
CPU user time (s): 2396.86
CPU system time (s): 3.26353
CPU usage (%): 100.425
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3082328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.86
system time used= 3.26353
maximum resident set size= 3082692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143614
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54704
involuntary context switches= 1161


# summary of solver processes directly reported to runsolver:
#   pid: 2645
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.86
#   total CPU system time (s): 3.26353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.572 second user time and 20.0512 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 17:08:28
IDJOB=4290084
IDBENCH=141649
IDSOLVER=2742
FILE ID=node103/4290084-1532272108
RUNJOBID= node103-1532257777-914
PBS_JOBID= 21018960
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Eternity/Eternity-06-06_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290084-1532272108/watcher-4290084-1532272108 -o /tmp/evaluation-result-4290084-1532272108/solver-4290084-1532272108 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-914 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290084-1532272108.xml

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

MD5SUM BENCH= 4056656ba438a73a4a2b41323b2858a8
RANDOM SEED=2141464895

node103.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.48
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.48
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.48
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.48
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:        20051164 kB
MemAvailable:   28460392 kB
Buffers:          237320 kB
Cached:          8375052 kB
SwapCached:            0 kB
Active:          4862176 kB
Inactive:        7276188 kB
Active(anon):    3528316 kB
Inactive(anon):    16976 kB
Active(file):    1333860 kB
Inactive(file):  7259212 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2400 kB
Writeback:             0 kB
AnonPages:       3532732 kB
Mapped:            47636 kB
Shmem:             17036 kB
Slab:             272412 kB
SReclaimable:     244616 kB
SUnreclaim:        27796 kB
KernelStack:        3536 kB
PageTables:        11992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4519820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3399680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 17:48:18