Trace number 4290102

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.08 2393.15

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P02_c18.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
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 benchmark21.8959
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.81/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.81/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.81/0.43	c See www.sat4j.org for details.
0.81/0.43	c That software uses the Rhino library from the Mozilla project.
0.81/0.43	c version 2.3.6-SNAPSHOT
0.81/0.43	c java.runtime.name	Java(TM) SE Runtime Environment
0.81/0.43	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.81/0.43	c java.vm.version	25.131-b11
0.81/0.43	c java.vm.vendor	Oracle Corporation
0.81/0.43	c sun.arch.data.model	64
0.81/0.43	c java.version		1.8.0_131
0.81/0.43	c os.name		Linux
0.81/0.43	c os.version		3.10.0-514.16.1.el7.x86_64
0.81/0.43	c os.arch		amd64
0.81/0.43	c Free memory 		499604488
0.81/0.43	c Max memory 		7247757312
0.81/0.43	c Total memory 		504889344
0.81/0.43	c Number of processors 	4
0.81/0.43	c c --- Begin Solver configuration ---
0.81/0.43	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.81/0.43	c Learn all clauses as in MiniSAT
0.81/0.43	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.81/0.43	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.81/0.43	c No reason simplification
0.81/0.43	c Glucose 2.1 dynamic restart strategy
0.81/0.43	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.81/0.43	c timeout=2147483s
0.81/0.43	c DB Simplification allowed=false
0.81/0.43	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.81/0.43	c --- End Solver configuration ---
0.81/0.43	c constraints type 
0.81/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.81/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8670
0.81/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33150
0.81/0.43	c org.sat4j.minisat.constraints.cnf.UnitClause => 50
0.81/0.43	c 41940 constraints processed.
2400.02/2393.10	c starts		: 33861
2400.02/2393.10	c conflicts		: 5713669
2400.02/2393.10	c decisions		: 10717552
2400.02/2393.10	c propagations		: 1237144434
2400.02/2393.10	c inspects		: 43761703459
2400.02/2393.10	c shortcuts		: 0
2400.02/2393.10	c learnt literals	: 1
2400.02/2393.10	c learnt binary clauses	: 604
2400.02/2393.10	c learnt ternary clauses	: 12460
2400.02/2393.10	c learnt constraints	: 5713668
2400.02/2393.10	c ignored constraints	: 0
2400.02/2393.10	c root simplifications	: 0
2400.02/2393.10	c removed literals (reason simplification)	: 0
2400.02/2393.10	c reason swapping (by a shorter reason)	: 0
2400.02/2393.10	c Calls to reduceDB	: 102
2400.02/2393.10	c Number of update (reduction) of LBD	: 3223461
2400.02/2393.10	c Imported unit clauses	: 0
2400.02/2393.10	c number of reductions to clauses (during analyze)	: 0
2400.02/2393.10	c number of learned constraints concerned by reduction	: 0
2400.02/2393.10	c number of learning phase by resolution	: 0
2400.02/2393.10	c number of learning phase by cutting planes	: 0
2400.02/2393.10	c number of rounding to 1 operations	: 0
2400.02/2393.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.02/2393.10	c number of reductions of the coefficients by power 2 	: 0
2400.02/2393.10	c number of right shift for reduction by power 2 	: 0
2400.02/2393.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.02/2393.10	c number of ending skipping 	: 0
2400.02/2393.10	c number of internal skipping 	: 0
2400.02/2393.10	c number of derivation steps 	: 0
2400.02/2393.10	c number of skipped derivation steps 	: 0
2400.02/2393.10	c number of remaining unassigned 	: 0
2400.02/2393.10	c number of remaining assigned 	: 0
2400.02/2393.10	c speed (assignments/second)	: 517056.23886964726
2400.02/2393.10	c non guided choices	: 1361
2400.02/2393.13	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 604
2400.02/2393.13	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 157079
2400.02/2393.13	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 (853 MiB free)
  memory of node 1: 16384 MiB (10609 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290102-1532212877/watcher-4290102-1532212877 -o /tmp/evaluation-result-4290102-1532212877/solver-4290102-1532212877 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532208144-27126 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290102-1532212877.xml 

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

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


[startup+0.100139 s]*
/proc/loadavg: 2.06 2.03 2.05 3/217 27632
/proc/meminfo: memFree=11719396/32770624 swapFree=67108860/67108860
[pid=27617] ppid=27614 vsize=10659012 memory=31344 CPUtime=0.13 cores=1,3,5,7
/proc/27617/stat : 27617 (java) S 27614 27617 25074 0 -1 1077944320 6399 0 0 0 12 1 0 0 20 0 15 0 38850904 10914828288 7836 33554432000 4194304 4196468 140735044018192 140735044000736 140489077223159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
/proc/27617/statm: 2664753 7836 2845 1 0 2627263 0
[pid=27617/tid=27619] ppid=27614 vsize=10659012 memory=-8701690554792186240 CPUtime=0.09 cores=1,3,5,7
/proc/27617/task/27619/stat : 27619 (java) R 27614 27617 25074 0 -1 4202560 4231 0 0 0 8 1 0 0 20 0 15 0 38850904 10914828288 7836 33554432000 4194304 4196468 140735044018192 140489081444288 140489061303646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27620] ppid=27614 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27620/stat : 27620 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850905 10914828288 7836 33554432000 4194304 4196468 140735044018192 140489003297808 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27621] ppid=27614 vsize=10659012 memory=139964880025216 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27621/stat : 27621 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850905 10914828288 7836 33554432000 4194304 4196468 140735044018192 140489002245264 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27622] ppid=27614 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27622/stat : 27622 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850905 10914828288 7836 33554432000 4194304 4196468 140735044018192 140489001192208 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27623] ppid=27614 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27623/stat : 27623 (java) S 27614 27617 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850905 10914828288 7836 33554432000 4194304 4196468 140735044018192 140489000139664 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27624] ppid=27614 vsize=10659012 memory=139964880025216 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27624/stat : 27624 (java) S 27614 27617 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850906 10914828288 7836 33554432000 4194304 4196468 140735044018192 140488112810224 140489077234306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27625] ppid=27614 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27625/stat : 27625 (java) S 27614 27617 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38850907 10914828288 7836 33554432000 4194304 4196468 140735044018192 140488111756448 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27626] ppid=27614 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27626/stat : 27626 (java) S 27614 27617 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38850907 10914828288 7836 33554432000 4194304 4196468 140735044018192 140488110703344 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27627] ppid=27614 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27627/stat : 27627 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850909 10914828288 7836 33554432000 4194304 4196468 140735044018192 140488109651920 140489077241755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27628] ppid=27614 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27628/stat : 27628 (java) S 27614 27617 25074 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 38850909 10914828288 7836 33554432000 4194304 4196468 140735044018192 140488108600048 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27629] ppid=27614 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27629/stat : 27629 (java) S 27614 27617 25074 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 38850909 10914828288 7836 33554432000 4194304 4196468 140735044018192 140488107547504 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27630] ppid=27614 vsize=10659012 memory=139964880025216 CPUtime=0.02 cores=1,3,5,7
/proc/27617/task/27630/stat : 27630 (java) S 27614 27617 25074 0 -1 1077944384 349 0 0 0 2 0 0 0 20 0 15 0 38850909 10914828288 7836 33554432000 4194304 4196468 140735044018192 140488106494448 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27631] ppid=27614 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27631/stat : 27631 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850910 10914828288 7836 33554432000 4194304 4196468 140735044018192 140488105442144 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27632] ppid=27614 vsize=10659012 memory=139964880025216 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27632/stat : 27632 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850910 10914828288 7836 33554432000 4194304 4196468 140735044018192 140488104389168 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31344 KiB

[startup+0.210726 s]*
/proc/loadavg: 2.06 2.03 2.05 5/217 27632
/proc/meminfo: memFree=11710340/32770624 swapFree=67108860/67108860
[pid=27617] ppid=27614 vsize=10659012 memory=41820 CPUtime=0.34 cores=1,3,5,7
/proc/27617/stat : 27617 (java) S 27614 27617 25074 0 -1 1077944320 7613 0 0 0 32 2 0 0 20 0 15 0 38850904 10914828288 10455 33554432000 4194304 4196468 140735044018192 140735044000736 140489077223159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
/proc/27617/statm: 2664753 10455 3004 1 0 2627263 0
[pid=27617/tid=27619] ppid=27614 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27617/task/27619/stat : 27619 (java) R 27614 27617 25074 0 -1 4202560 4576 0 0 0 19 1 0 0 20 0 15 0 38850904 10914828288 10455 33554432000 4194304 4196468 140735044018192 140489081459104 140489033824768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27620] ppid=27614 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27620/stat : 27620 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850905 10914828288 10455 33554432000 4194304 4196468 140735044018192 140489003297808 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27621] ppid=27614 vsize=10659012 memory=139964880052225 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27621/stat : 27621 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850905 10914828288 10455 33554432000 4194304 4196468 140735044018192 140489002245264 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27622] ppid=27614 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27622/stat : 27622 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850905 10914828288 10455 33554432000 4194304 4196468 140735044018192 140489001192208 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27623] ppid=27614 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27623/stat : 27623 (java) S 27614 27617 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850905 10914828288 10455 33554432000 4194304 4196468 140735044018192 140489000139664 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27624] ppid=27614 vsize=10659012 memory=139964880025216 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27624/stat : 27624 (java) S 27614 27617 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850906 10914828288 10455 33554432000 4194304 4196468 140735044018192 140488112810224 140489077234306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27625] ppid=27614 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27625/stat : 27625 (java) S 27614 27617 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38850907 10914828288 10455 33554432000 4194304 4196468 140735044018192 140488111756448 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27626] ppid=27614 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27626/stat : 27626 (java) S 27614 27617 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38850907 10914828288 10455 33554432000 4194304 4196468 140735044018192 140488110703344 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27627] ppid=27614 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27627/stat : 27627 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850909 10914828288 10455 33554432000 4194304 4196468 140735044018192 140488109651920 140489077241755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27628] ppid=27614 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27617/task/27628/stat : 27628 (java) S 27614 27617 25074 0 -1 1077944384 639 0 0 0 2 0 0 0 20 0 15 0 38850909 10914828288 10455 33554432000 4194304 4196468 140735044018192 140488108600048 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27629] ppid=27614 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27617/task/27629/stat : 27629 (java) S 27614 27617 25074 0 -1 1077944384 384 0 0 0 1 0 0 0 20 0 15 0 38850909 10914828288 10455 33554432000 4194304 4196468 140735044018192 140488107547504 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27630] ppid=27614 vsize=10659012 memory=139964880025216 CPUtime=0.07 cores=1,3,5,7
/proc/27617/task/27630/stat : 27630 (java) R 27614 27617 25074 0 -1 4202560 646 0 0 0 7 0 0 0 20 0 15 0 38850909 10914828288 10455 33554432000 4194304 4196468 140735044018192 140488106494448 140489062703430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27631] ppid=27614 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27631/stat : 27631 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850910 10914828288 10455 33554432000 4194304 4196468 140735044018192 140488105442144 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27632] ppid=27614 vsize=10659012 memory=139964880025216 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27632/stat : 27632 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850910 10914828288 10455 33554432000 4194304 4196468 140735044018192 140488104389168 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41820 KiB

[startup+0.310692 s]*
/proc/loadavg: 2.06 2.03 2.05 4/217 27632
/proc/meminfo: memFree=11703144/32770624 swapFree=67108860/67108860
[pid=27617] ppid=27614 vsize=10659088 memory=47496 CPUtime=0.51 cores=1,3,5,7
/proc/27617/stat : 27617 (java) S 27614 27617 25074 0 -1 1077944320 8553 0 0 0 49 2 0 0 20 0 15 0 38850904 10914906112 11874 33554432000 4194304 4196468 140735044018192 140735044000736 140489077223159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
/proc/27617/statm: 2664772 11874 3057 1 0 2627263 0
[pid=27617/tid=27619] ppid=27614 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/27617/task/27619/stat : 27619 (java) R 27614 27617 25074 0 -1 4202560 5344 0 0 0 28 1 0 0 20 0 15 0 38850904 10914906112 11874 33554432000 4194304 4196468 140735044018192 140489081457808 140489061266789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27620] ppid=27614 vsize=10659088 memory=4294976236 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27620/stat : 27620 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850905 10914906112 11874 33554432000 4194304 4196468 140735044018192 140489003297808 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27621] ppid=27614 vsize=10659088 memory=139964880051584 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27621/stat : 27621 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850905 10914906112 11874 33554432000 4194304 4196468 140735044018192 140489002245264 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27622] ppid=27614 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27622/stat : 27622 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850905 10914906112 11874 33554432000 4194304 4196468 140735044018192 140489001192208 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27623] ppid=27614 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27623/stat : 27623 (java) S 27614 27617 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850905 10914906112 11874 33554432000 4194304 4196468 140735044018192 140489000139664 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27624] ppid=27614 vsize=10659088 memory=139964880025216 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27624/stat : 27624 (java) S 27614 27617 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850906 10914906112 11874 33554432000 4194304 4196468 140735044018192 140488112810224 140489077234306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27625] ppid=27614 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27625/stat : 27625 (java) S 27614 27617 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38850907 10914906112 11874 33554432000 4194304 4196468 140735044018192 140488111756448 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27626] ppid=27614 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27626/stat : 27626 (java) S 27614 27617 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38850907 10914906112 11874 33554432000 4194304 4196468 140735044018192 140488110703344 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27627] ppid=27614 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27627/stat : 27627 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850909 10914906112 11874 33554432000 4194304 4196468 140735044018192 140488109651920 140489077241755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27628] ppid=27614 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/27617/task/27628/stat : 27628 (java) S 27614 27617 25074 0 -1 1077944384 669 0 0 0 4 0 0 0 20 0 15 0 38850909 10914906112 11874 33554432000 4194304 4196468 140735044018192 140488108600048 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27629] ppid=27614 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/27617/task/27629/stat : 27629 (java) S 27614 27617 25074 0 -1 1077944384 476 0 0 0 4 0 0 0 20 0 15 0 38850909 10914906112 11874 33554432000 4194304 4196468 140735044018192 140488107547504 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27630] ppid=27614 vsize=10659088 memory=139964880025216 CPUtime=0.12 cores=1,3,5,7
/proc/27617/task/27630/stat : 27630 (java) R 27614 27617 25074 0 -1 4202560 698 0 0 0 12 0 0 0 20 0 15 0 38850909 10914906112 11874 33554432000 4194304 4196468 140735044018192 140488106494448 140489055879469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27631] ppid=27614 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27631/stat : 27631 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850910 10914906112 11874 33554432000 4194304 4196468 140735044018192 140488105442144 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27632] ppid=27614 vsize=10659088 memory=139964880025216 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27632/stat : 27632 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850910 10914906112 11874 33554432000 4194304 4196468 140735044018192 140488104389168 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47496 KiB

[startup+0.70081 s]
/proc/loadavg: 2.06 2.03 2.05 5/218 27633
/proc/meminfo: memFree=11684224/32770624 swapFree=67108860/67108860
[pid=27617] ppid=27614 vsize=10725652 memory=67632 CPUtime=1.71 cores=1,3,5,7
/proc/27617/stat : 27617 (java) S 27614 27617 25074 0 -1 1077944320 11073 0 0 0 168 3 0 0 20 0 16 0 38850904 10983067648 16908 33554432000 4194304 4196468 140735044018192 140735044000736 140489077223159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
/proc/27617/statm: 2681413 16908 3106 1 0 2643904 0
[pid=27617/tid=27619] ppid=27614 vsize=10725652 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/27617/task/27619/stat : 27619 (java) R 27614 27617 25074 0 -1 4202560 5520 0 0 0 66 2 0 0 20 0 16 0 38850904 10983067648 16908 33554432000 4194304 4196468 140735044018192 140489081459744 140488668732032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27620] ppid=27614 vsize=10725652 memory=258608906403655 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27620/stat : 27620 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850905 10983067648 16908 33554432000 4194304 4196468 140735044018192 140489003297808 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27621] ppid=27614 vsize=10725652 memory=288230376151877798 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27621/stat : 27621 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850905 10983067648 16908 33554432000 4194304 4196468 140735044018192 140489002245264 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27622] ppid=27614 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27622/stat : 27622 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850905 10983067648 16908 33554432000 4194304 4196468 140735044018192 140489001192208 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27623] ppid=27614 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27623/stat : 27623 (java) S 27614 27617 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850905 10983067648 16908 33554432000 4194304 4196468 140735044018192 140489000139664 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27624] ppid=27614 vsize=10725652 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27624/stat : 27624 (java) S 27614 27617 25074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 38850906 10983067648 16908 33554432000 4194304 4196468 140735044018192 140488112810224 140489077234306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27625] ppid=27614 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27625/stat : 27625 (java) S 27614 27617 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38850907 10983067648 16908 33554432000 4194304 4196468 140735044018192 140488111756448 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27626] ppid=27614 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27626/stat : 27626 (java) S 27614 27617 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850907 10983067648 16908 33554432000 4194304 4196468 140735044018192 140488110703344 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27627] ppid=27614 vsize=10725652 memory=7307210962044497362 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27627/stat : 27627 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850909 10983067648 16908 33554432000 4194304 4196468 140735044018192 140488109651920 140489077241755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27628] ppid=27614 vsize=10725652 memory=-2897801490638248215 CPUtime=0.37 cores=1,3,5,7
/proc/27617/task/27628/stat : 27628 (java) R 27614 27617 25074 0 -1 4202560 1516 0 0 0 37 0 0 0 20 0 16 0 38850909 10983067648 16908 33554432000 4194304 4196468 140735044018192 140488108600048 140489062102178 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27629] ppid=27614 vsize=10725652 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/27617/task/27629/stat : 27629 (java) R 27614 27617 25074 0 -1 4202560 1354 0 0 0 37 0 0 0 20 0 16 0 38850909 10983067648 16908 33554432000 4194304 4196468 140735044018192 140488107547504 140489062102716 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27630] ppid=27614 vsize=10725652 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/27617/task/27630/stat : 27630 (java) R 27614 27617 25074 0 -1 1077944384 1291 0 0 0 26 0 0 0 20 0 16 0 38850909 10983067648 16908 33554432000 4194304 4196468 140735044018192 140488106494448 140489077234306 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27631] ppid=27614 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27631/stat : 27631 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850910 10983067648 16908 33554432000 4194304 4196468 140735044018192 140488105442144 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27632] ppid=27614 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27632/stat : 27632 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850910 10983067648 16908 33554432000 4194304 4196468 140735044018192 140488104389168 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27633] ppid=27614 vsize=10725652 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27633/stat : 27633 (java) S 27614 27617 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850948 10983067648 16908 33554432000 4194304 4196468 140735044018192 140488103334960 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 67632 KiB

[startup+1.50084 s]
/proc/loadavg: 2.06 2.03 2.05 3/218 27633
/proc/meminfo: memFree=11679928/32770624 swapFree=67108860/67108860
[pid=27617] ppid=27614 vsize=10725652 memory=73080 CPUtime=2.93 cores=1,3,5,7
/proc/27617/stat : 27617 (java) S 27614 27617 25074 0 -1 1077944320 13782 0 0 0 289 4 0 0 20 0 16 0 38850904 10983067648 18270 33554432000 4194304 4196468 140735044018192 140735044000736 140489077223159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
/proc/27617/statm: 2681413 18270 3116 1 0 2643904 0
[pid=27617/tid=27619] ppid=27614 vsize=10725652 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/27617/task/27619/stat : 27619 (java) R 27614 27617 25074 0 -1 4202560 5618 0 0 0 145 2 0 0 20 0 16 0 38850904 10983067648 18270 33554432000 4194304 4196468 140735044018192 140489081448576 140488668759827 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27620] ppid=27614 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27620/stat : 27620 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850905 10983067648 18270 33554432000 4194304 4196468 140735044018192 140489003297808 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27621] ppid=27614 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27621/stat : 27621 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850905 10983067648 18270 33554432000 4194304 4196468 140735044018192 140489002245264 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27622] ppid=27614 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27622/stat : 27622 (java) S 27614 27617 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850905 10983067648 18270 33554432000 4194304 4196468 140735044018192 140489001192208 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27623] ppid=27614 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27623/stat : 27623 (java) S 27614 27617 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850905 10983067648 18270 33554432000 4194304 4196468 140735044018192 140489000139664 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0

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

/proc/27617/task/27625/stat : 27625 (java) S 27614 27617 25074 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 38850907 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488111756448 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27626] ppid=27614 vsize=10725652 memory=528984 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27626/stat : 27626 (java) S 27614 27617 25074 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 38850907 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488110703344 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27627] ppid=27614 vsize=10725652 memory=528984 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27627/stat : 27627 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850909 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488109651920 140489077241755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27628] ppid=27614 vsize=10725652 memory=56 CPUtime=0.56 cores=1,3,5,7
/proc/27617/task/27628/stat : 27628 (java) S 27614 27617 25074 0 -1 1077944384 3526 0 0 0 55 1 0 0 20 0 16 0 38850909 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488108600048 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27629] ppid=27614 vsize=10725652 memory=77 CPUtime=0.77 cores=1,3,5,7
/proc/27617/task/27629/stat : 27629 (java) S 27614 27617 25074 0 -1 1077944384 5276 0 0 0 76 1 0 0 20 0 16 0 38850909 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488107547504 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27630] ppid=27614 vsize=10725652 memory=4132 CPUtime=0.29 cores=1,3,5,7
/proc/27617/task/27630/stat : 27630 (java) S 27614 27617 25074 0 -1 1077944384 2405 0 0 0 29 0 0 0 20 0 16 0 38850909 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488106494448 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27631] ppid=27614 vsize=10725652 memory=928 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27631/stat : 27631 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850910 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488105442144 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27632] ppid=27614 vsize=10725652 memory=1572 CPUtime=1.21 cores=1,3,5,7
/proc/27617/task/27632/stat : 27632 (java) S 27614 27617 25074 0 -1 1077944384 1401 0 0 0 53 68 0 0 20 0 16 0 38850910 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488104389168 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27633] ppid=27614 vsize=10725652 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27633/stat : 27633 (java) S 27614 27617 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850948 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488103334960 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
Current children cumulated CPU time: 2389.4 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 528984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.9 s]
/proc/loadavg: 1.97 1.93 1.99 3/218 27818
/proc/meminfo: memFree=16009076/32770624 swapFree=67108860/67108860
[pid=27617] ppid=27614 vsize=10725652 memory=528984 CPUtime=2400.01 cores=1,3,5,7
/proc/27617/stat : 27617 (java) S 27614 27617 25074 0 -1 1077944320 59824 0 0 0 239866 135 0 0 20 0 16 0 38850904 10983067648 132246 33554432000 4194304 4196468 140735044018192 140735044000736 140489077223159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
/proc/27617/statm: 2681413 132246 3174 1 0 2643904 0
[pid=27617/tid=27619] ppid=27614 vsize=10725652 memory=640 CPUtime=2391.31 cores=1,3,5,7
/proc/27617/task/27619/stat : 27619 (java) R 27614 27617 25074 0 -1 4202560 17314 0 0 0 239126 5 0 0 20 0 16 0 38850904 10983067648 132246 33554432000 4194304 4196468 140735044018192 140489081462112 140488668760806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27620] ppid=27614 vsize=10725652 memory=528984 CPUtime=1.4 cores=1,3,5,7
/proc/27617/task/27620/stat : 27620 (java) S 27614 27617 25074 0 -1 1077944384 5152 0 0 0 123 17 0 0 20 0 16 0 38850905 10983067648 132246 33554432000 4194304 4196468 140735044018192 140489003297808 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27621] ppid=27614 vsize=10725652 memory=528984 CPUtime=1.4 cores=1,3,5,7
/proc/27617/task/27621/stat : 27621 (java) S 27614 27617 25074 0 -1 1077944384 5054 0 0 0 124 16 0 0 20 0 16 0 38850905 10983067648 132246 33554432000 4194304 4196468 140735044018192 140489002245264 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27622] ppid=27614 vsize=10725652 memory=528984 CPUtime=1.4 cores=1,3,5,7
/proc/27617/task/27622/stat : 27622 (java) S 27614 27617 25074 0 -1 1077944384 5176 0 0 0 123 17 0 0 20 0 16 0 38850905 10983067648 132246 33554432000 4194304 4196468 140735044018192 140489001192208 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27623] ppid=27614 vsize=10725652 memory=528984 CPUtime=1.41 cores=1,3,5,7
/proc/27617/task/27623/stat : 27623 (java) S 27614 27617 25074 0 -1 1077944384 4823 0 0 0 124 17 0 0 20 0 16 0 38850905 10983067648 132246 33554432000 4194304 4196468 140735044018192 140489000139664 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27624] ppid=27614 vsize=10725652 memory=528984 CPUtime=0.14 cores=1,3,5,7
/proc/27617/task/27624/stat : 27624 (java) S 27614 27617 25074 0 -1 1077944384 8243 0 0 0 11 3 0 0 20 0 16 0 38850906 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488112810224 140489077234306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27625] ppid=27614 vsize=10725652 memory=528984 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27625/stat : 27625 (java) S 27614 27617 25074 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 38850907 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488111756448 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27626] ppid=27614 vsize=10725652 memory=528984 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27626/stat : 27626 (java) S 27614 27617 25074 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 38850907 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488110703344 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27627] ppid=27614 vsize=10725652 memory=528984 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27627/stat : 27627 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850909 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488109651920 140489077241755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27628] ppid=27614 vsize=10725652 memory=528984 CPUtime=0.56 cores=1,3,5,7
/proc/27617/task/27628/stat : 27628 (java) S 27614 27617 25074 0 -1 1077944384 3526 0 0 0 55 1 0 0 20 0 16 0 38850909 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488108600048 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27629] ppid=27614 vsize=10725652 memory=528984 CPUtime=0.77 cores=1,3,5,7
/proc/27617/task/27629/stat : 27629 (java) S 27614 27617 25074 0 -1 1077944384 5276 0 0 0 76 1 0 0 20 0 16 0 38850909 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488107547504 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27630] ppid=27614 vsize=10725652 memory=528984 CPUtime=0.29 cores=1,3,5,7
/proc/27617/task/27630/stat : 27630 (java) S 27614 27617 25074 0 -1 1077944384 2405 0 0 0 29 0 0 0 20 0 16 0 38850909 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488106494448 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27631] ppid=27614 vsize=10725652 memory=528984 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27631/stat : 27631 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850910 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488105442144 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27632] ppid=27614 vsize=10725652 memory=6791534058613427641 CPUtime=1.22 cores=1,3,5,7
/proc/27617/task/27632/stat : 27632 (java) S 27614 27617 25074 0 -1 1077944384 1401 0 0 0 54 68 0 0 20 0 16 0 38850910 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488104389168 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27633] ppid=27614 vsize=10725652 memory=528984 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27633/stat : 27633 (java) S 27614 27617 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850948 10983067648 132246 33554432000 4194304 4196468 140735044018192 140488103334960 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 528984 KiB

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

[startup+2393.15 s]
# the end of solver process 27617 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.72 s, system=1.36016 s

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

[startup+2393.01 s]*
/proc/loadavg: 1.97 1.93 1.99 1/220 27824
/proc/meminfo: memFree=16010896/32770624 swapFree=67108860/67108860
[pid=27617] ppid=27614 vsize=10925344 memory=529112 CPUtime=2400.02 cores=1,3,5,7
/proc/27617/stat : 27617 (java) S 27614 27617 25074 0 -1 1077944320 60116 0 0 0 239867 135 0 0 20 0 17 0 38850904 11187552256 132278 33554432000 4194304 4196468 140735044018192 140735044000736 140489077223159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
/proc/27617/statm: 2731336 132278 3177 1 0 2693827 0
[pid=27617/tid=27619] ppid=27614 vsize=10925344 memory=1398720917958146503 CPUtime=2391.32 cores=1,3,5,7
/proc/27617/task/27619/stat : 27619 (java) S 27614 27617 25074 0 -1 1077944384 17353 0 0 0 239127 5 0 0 20 0 17 0 38850904 11187552256 132278 33554432000 4194304 4196468 140735044018192 140489081466032 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27620] ppid=27614 vsize=10925344 memory=4126316290023845779 CPUtime=1.4 cores=1,3,5,7
/proc/27617/task/27620/stat : 27620 (java) S 27614 27617 25074 0 -1 1077944384 5152 0 0 0 123 17 0 0 20 0 17 0 38850905 11187552256 132278 33554432000 4194304 4196468 140735044018192 140489003297808 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27621] ppid=27614 vsize=10925344 memory=960 CPUtime=1.4 cores=1,3,5,7
/proc/27617/task/27621/stat : 27621 (java) S 27614 27617 25074 0 -1 1077944384 5054 0 0 0 124 16 0 0 20 0 17 0 38850905 11187552256 132278 33554432000 4194304 4196468 140735044018192 140489002245264 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27622] ppid=27614 vsize=10925344 memory=1240 CPUtime=1.4 cores=1,3,5,7
/proc/27617/task/27622/stat : 27622 (java) S 27614 27617 25074 0 -1 1077944384 5176 0 0 0 123 17 0 0 20 0 17 0 38850905 11187552256 132278 33554432000 4194304 4196468 140735044018192 140489001192208 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27623] ppid=27614 vsize=10925344 memory=2340 CPUtime=1.41 cores=1,3,5,7
/proc/27617/task/27623/stat : 27623 (java) S 27614 27617 25074 0 -1 1077944384 4823 0 0 0 124 17 0 0 20 0 17 0 38850905 11187552256 132278 33554432000 4194304 4196468 140735044018192 140489000139664 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27624] ppid=27614 vsize=10925344 memory=2240 CPUtime=0.14 cores=1,3,5,7
/proc/27617/task/27624/stat : 27624 (java) S 27614 27617 25074 0 -1 1077944384 8254 0 0 0 11 3 0 0 20 0 17 0 38850906 11187552256 132278 33554432000 4194304 4196468 140735044018192 140488112810224 140489077234306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27625] ppid=27614 vsize=10925344 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27625/stat : 27625 (java) S 27614 27617 25074 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 38850907 11187552256 132278 33554432000 4194304 4196468 140735044018192 140488111756448 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27626] ppid=27614 vsize=10925344 memory=31076 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27626/stat : 27626 (java) S 27614 27617 25074 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 38850907 11187552256 132278 33554432000 4194304 4196468 140735044018192 140488110703344 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27627] ppid=27614 vsize=10925344 memory=486344 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27627/stat : 27627 (java) S 27614 27617 25074 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 38850909 11187552256 132278 33554432000 4194304 4196468 140735044018192 140488109651920 140489077241755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27628] ppid=27614 vsize=10925344 memory=528984 CPUtime=0.56 cores=1,3,5,7
/proc/27617/task/27628/stat : 27628 (java) S 27614 27617 25074 0 -1 1077944384 3526 0 0 0 55 1 0 0 20 0 17 0 38850909 11187552256 132278 33554432000 4194304 4196468 140735044018192 140488108600048 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27629] ppid=27614 vsize=10925344 memory=288230617509003574 CPUtime=0.77 cores=1,3,5,7
/proc/27617/task/27629/stat : 27629 (java) S 27614 27617 25074 0 -1 1077944384 5276 0 0 0 76 1 0 0 20 0 17 0 38850909 11187552256 132278 33554432000 4194304 4196468 140735044018192 140488107547504 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27630] ppid=27614 vsize=10925344 memory=14412609709410693 CPUtime=0.29 cores=1,3,5,7
/proc/27617/task/27630/stat : 27630 (java) S 27614 27617 25074 0 -1 1077944384 2439 0 0 0 29 0 0 0 20 0 17 0 38850909 11187552256 132278 33554432000 4194304 4196468 140735044018192 140488106494448 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27631] ppid=27614 vsize=10925344 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27631/stat : 27631 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38850910 11187552256 132278 33554432000 4194304 4196468 140735044018192 140488105442144 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27632] ppid=27614 vsize=10925344 memory=960 CPUtime=1.22 cores=1,3,5,7
/proc/27617/task/27632/stat : 27632 (java) S 27614 27617 25074 0 -1 1077944384 1401 0 0 0 54 68 0 0 20 0 17 0 38850910 11187552256 132278 33554432000 4194304 4196468 140735044018192 140488104389168 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27822] ppid=27614 vsize=10925344 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27822/stat : 27822 (java) S 27614 27617 25074 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 39090195 11187552256 132278 33554432000 4194304 4196468 140735044018192 140488102281200 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27823] ppid=27614 vsize=10925344 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27823/stat : 27823 (java) S 27614 27617 25074 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39090195 11187552256 132278 33554432000 4194304 4196468 140735044018192 140488101229584 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 529112 KiB

[startup+2393.11 s]
/proc/loadavg: 1.97 1.93 1.99 1/220 27824
/proc/meminfo: memFree=16010896/32770624 swapFree=67108860/67108860
[pid=27617] ppid=27614 vsize=10925344 memory=529204 CPUtime=2400.02 cores=1,3,5,7
/proc/27617/stat : 27617 (java) S 27614 27617 25074 0 -1 1077944320 60330 0 0 0 239867 135 0 0 20 0 17 0 38850904 11187552256 132301 33554432000 4194304 4196468 140735044018192 140735044000736 140489077223159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
/proc/27617/statm: 2731336 132301 3177 1 0 2693827 0
[pid=27617/tid=27619] ppid=27614 vsize=10925344 memory=528984 CPUtime=2391.32 cores=1,3,5,7
/proc/27617/task/27619/stat : 27619 (java) S 27614 27617 25074 0 -1 1077944384 17353 0 0 0 239127 5 0 0 20 0 17 0 38850904 11187552256 132301 33554432000 4194304 4196468 140735044018192 140489081466032 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27620] ppid=27614 vsize=10925344 memory=528984 CPUtime=1.4 cores=1,3,5,7
/proc/27617/task/27620/stat : 27620 (java) S 27614 27617 25074 0 -1 1077944384 5152 0 0 0 123 17 0 0 20 0 17 0 38850905 11187552256 132301 33554432000 4194304 4196468 140735044018192 140489003297808 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27621] ppid=27614 vsize=10925344 memory=528984 CPUtime=1.4 cores=1,3,5,7
/proc/27617/task/27621/stat : 27621 (java) S 27614 27617 25074 0 -1 1077944384 5054 0 0 0 124 16 0 0 20 0 17 0 38850905 11187552256 132301 33554432000 4194304 4196468 140735044018192 140489002245264 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27622] ppid=27614 vsize=10925344 memory=528984 CPUtime=1.4 cores=1,3,5,7
/proc/27617/task/27622/stat : 27622 (java) S 27614 27617 25074 0 -1 1077944384 5176 0 0 0 123 17 0 0 20 0 17 0 38850905 11187552256 132301 33554432000 4194304 4196468 140735044018192 140489001192208 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27623] ppid=27614 vsize=10925344 memory=528984 CPUtime=1.41 cores=1,3,5,7
/proc/27617/task/27623/stat : 27623 (java) S 27614 27617 25074 0 -1 1077944384 4823 0 0 0 124 17 0 0 20 0 17 0 38850905 11187552256 132301 33554432000 4194304 4196468 140735044018192 140489000139664 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27624] ppid=27614 vsize=10925344 memory=528984 CPUtime=0.14 cores=1,3,5,7
/proc/27617/task/27624/stat : 27624 (java) S 27614 27617 25074 0 -1 1077944384 8254 0 0 0 11 3 0 0 20 0 17 0 38850906 11187552256 132301 33554432000 4194304 4196468 140735044018192 140488112810224 140489077234306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27625] ppid=27614 vsize=10925344 memory=528984 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27625/stat : 27625 (java) S 27614 27617 25074 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 38850907 11187552256 132301 33554432000 4194304 4196468 140735044018192 140488111756448 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27626] ppid=27614 vsize=10925344 memory=528984 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27626/stat : 27626 (java) S 27614 27617 25074 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 38850907 11187552256 132301 33554432000 4194304 4196468 140735044018192 140488110703344 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27627] ppid=27614 vsize=10925344 memory=528984 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27627/stat : 27627 (java) S 27614 27617 25074 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 38850909 11187552256 132301 33554432000 4194304 4196468 140735044018192 140488109651920 140489077241755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27628] ppid=27614 vsize=10925344 memory=528984 CPUtime=0.56 cores=1,3,5,7
/proc/27617/task/27628/stat : 27628 (java) S 27614 27617 25074 0 -1 1077944384 3526 0 0 0 55 1 0 0 20 0 17 0 38850909 11187552256 132301 33554432000 4194304 4196468 140735044018192 140488108600048 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27629] ppid=27614 vsize=10925344 memory=528984 CPUtime=0.78 cores=1,3,5,7
/proc/27617/task/27629/stat : 27629 (java) S 27614 27617 25074 0 -1 1077944384 5336 0 0 0 77 1 0 0 20 0 17 0 38850909 11187552256 132301 33554432000 4194304 4196468 140735044018192 140488107547504 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27630] ppid=27614 vsize=10925344 memory=528984 CPUtime=0.29 cores=1,3,5,7
/proc/27617/task/27630/stat : 27630 (java) S 27614 27617 25074 0 -1 1077944384 2548 0 0 0 29 0 0 0 20 0 17 0 38850909 11187552256 132301 33554432000 4194304 4196468 140735044018192 140488106494448 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27631] ppid=27614 vsize=10925344 memory=640 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27631/stat : 27631 (java) S 27614 27617 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38850910 11187552256 132301 33554432000 4194304 4196468 140735044018192 140488105442144 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27632] ppid=27614 vsize=10925344 memory=528984 CPUtime=1.22 cores=1,3,5,7
/proc/27617/task/27632/stat : 27632 (java) S 27614 27617 25074 0 -1 1077944384 1401 0 0 0 54 68 0 0 20 0 17 0 38850910 11187552256 132301 33554432000 4194304 4196468 140735044018192 140488104389168 140489077234306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27822] ppid=27614 vsize=10925344 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27822/stat : 27822 (java) S 27614 27617 25074 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 39090195 11187552256 132301 33554432000 4194304 4196468 140735044018192 140488102281200 140489077233365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
[pid=27617/tid=27823] ppid=27614 vsize=10925344 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/27617/task/27823/stat : 27823 (java) R 27614 27617 25074 0 -1 4202560 85 0 0 0 0 0 0 0 20 0 17 0 39090195 11187552256 132301 33554432000 4194304 4196468 140735044018192 140488101225584 140488666750272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140735044023409 140735044023561 140735044023561 140735044026319 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 529204 KiB

Child status: 143
Real time (s): 2393.15
CPU time (s): 2400.08
CPU user time (s): 2398.72
CPU system time (s): 1.36016
CPU usage (%): 100.289
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 728612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.72
system time used= 1.36016
maximum resident set size= 728652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60558
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54403
involuntary context switches= 1109


# summary of solver processes directly reported to runsolver:
#   pid: 27617
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2398.72
#   total CPU system time (s): 1.36016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3953 second user time and 22.9361 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 00:41:17
IDJOB=4290102
IDBENCH=141173
IDSOLVER=2742
FILE ID=node102/4290102-1532212877
RUNJOBID= node102-1532208144-27126
PBS_JOBID= 21018941
Free space on /tmp= 53244 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290102-1532212877/watcher-4290102-1532212877 -o /tmp/evaluation-result-4290102-1532212877/solver-4290102-1532212877 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532208144-27126 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290102-1532212877.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=87693067

node102.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.51
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.51
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.51
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.51
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:        11738804 kB
MemAvailable:   26750116 kB
Buffers:          216448 kB
Cached:         14887700 kB
SwapCached:            0 kB
Active:          6568220 kB
Inactive:       13770544 kB
Active(anon):    5237192 kB
Inactive(anon):    16892 kB
Active(file):    1331028 kB
Inactive(file): 13753652 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2400 kB
Writeback:             0 kB
AnonPages:       5240896 kB
Mapped:            46792 kB
Shmem:             17036 kB
Slab:             382012 kB
SReclaimable:     355092 kB
SUnreclaim:        26920 kB
KernelStack:        3584 kB
PageTables:        15376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6375664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5095424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53240 MiB
End job on node102 at 2018-07-22 01:21:11