Trace number 4302063

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 252.068 177.748

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a2-galaxy14_c18.xml
MD5SUM289cb43960e2b184f01d0d99cacee99d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark17126
Best CPU time to get the best result obtained on this benchmark252.078
Satisfiable
(Un)Satisfiability was proved
Number of variables1470
Number of constraints5725
Number of domains3
Minimum domain size2
Maximum domain size57
Distribution of domain sizes[{"size":2,"count":728},{"size":14,"count":364},{"size":57,"count":378}]
Minimum variable degree2
Maximum variable degree44
Distribution of variable degrees[{"degree":2,"count":742},{"degree":41,"count":336},{"degree":42,"count":364},{"degree":43,"count":26},{"degree":44,"count":2}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":365},{"arity":3,"count":28},{"arity":4,"count":4200},{"arity":5,"count":350},{"arity":14,"count":390},{"arity":16,"count":364},{"arity":26,"count":28}]
Number of extensional constraints378
Number of intensional constraints4565
Distribution of constraint types[{"type":"extension","count":378},{"type":"intension","count":4565},{"type":"regular","count":14},{"type":"allDifferent","count":26},{"type":"cardinality","count":14},{"type":"element","count":728}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302063-1532887023/watcher-4302063-1532887023 -o /tmp/evaluation-result-4302063-1532887023/solver-4302063-1532887023 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302063-1532887023.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=20316, runsolver pid=20313

[startup+0.100099 s]*
/proc/loadavg: 2.09 2.19 2.34 3/216 20331
/proc/meminfo: memFree=28459944/32770624 swapFree=67108860/67108860
[pid=20316] ppid=20313 vsize=10659012 memory=30640 CPUtime=0.12 cores=1,3,5,7
/proc/20316/stat : 20316 (java) S 20313 20316 13514 0 -1 1077944320 6734 0 0 0 11 1 0 0 20 0 15 0 106265514 10914828288 7660 33554432000 4194304 4196468 140736129834560 140736129817104 139674552737527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
/proc/20316/statm: 2664753 7660 2822 1 0 2627263 0
[pid=20316/tid=20318] ppid=20313 vsize=10659012 memory=-8773748148830114173 CPUtime=0.09 cores=1,3,5,7
/proc/20316/task/20318/stat : 20318 (java) R 20313 20316 13514 0 -1 4202560 4571 0 0 0 8 1 0 0 20 0 15 0 106265515 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674556962592 139674552749462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20319] ppid=20313 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20319/stat : 20319 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265515 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674489428624 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20320] ppid=20313 vsize=10659012 memory=140483936065152 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20320/stat : 20320 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265515 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674488375824 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20321] ppid=20313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20321/stat : 20321 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265515 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674487323024 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20322] ppid=20313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20322/stat : 20322 (java) S 20313 20316 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106265515 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674486270224 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20323] ppid=20313 vsize=10659012 memory=140483936065152 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20323/stat : 20323 (java) S 20313 20316 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106265517 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674045397872 139674552748674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20324] ppid=20313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20324/stat : 20324 (java) S 20313 20316 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106265517 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674044343840 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20325] ppid=20313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20325/stat : 20325 (java) S 20313 20316 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106265517 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674043290992 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20326] ppid=20313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20326/stat : 20326 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106265520 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674042239312 139674552756123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20327] ppid=20313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20327/stat : 20327 (java) S 20313 20316 13514 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 106265520 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674041186672 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20328] ppid=20313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20328/stat : 20328 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106265520 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674040133872 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20329] ppid=20313 vsize=10659012 memory=140483936065152 CPUtime=0.02 cores=1,3,5,7
/proc/20316/task/20329/stat : 20329 (java) R 20313 20316 13514 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 106265520 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674039081072 139674552758874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20330] ppid=20313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20330/stat : 20330 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106265520 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674038028512 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20331] ppid=20313 vsize=10659012 memory=140483936065152 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20331/stat : 20331 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265520 10914828288 7660 33554432000 4194304 4196468 140736129834560 139674036976816 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30640 KiB

[startup+0.210551 s]*
/proc/loadavg: 2.09 2.19 2.34 5/216 20331
/proc/meminfo: memFree=28450364/32770624 swapFree=67108860/67108860
[pid=20316] ppid=20313 vsize=10659012 memory=41820 CPUtime=0.33 cores=1,3,5,7
/proc/20316/stat : 20316 (java) S 20313 20316 13514 0 -1 1077944320 8096 0 0 0 31 2 0 0 20 0 15 0 106265514 10914828288 10455 33554432000 4194304 4196468 140736129834560 140736129817104 139674552737527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
/proc/20316/statm: 2664753 10455 2993 1 0 2627263 0
[pid=20316/tid=20318] ppid=20313 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/20316/task/20318/stat : 20318 (java) R 20313 20316 13514 0 -1 4202560 5028 0 0 0 18 2 0 0 20 0 15 0 106265515 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674556972736 139674536818014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20319] ppid=20313 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20319/stat : 20319 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265515 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674489428624 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20320] ppid=20313 vsize=10659012 memory=288370860087776896 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20320/stat : 20320 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265515 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674488375824 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20321] ppid=20313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20321/stat : 20321 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265515 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674487323024 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20322] ppid=20313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20322/stat : 20322 (java) S 20313 20316 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106265515 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674486270224 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20323] ppid=20313 vsize=10659012 memory=140483936065152 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20323/stat : 20323 (java) S 20313 20316 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106265517 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674045397872 139674552748674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20324] ppid=20313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20324/stat : 20324 (java) S 20313 20316 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106265517 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674044343840 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20325] ppid=20313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20325/stat : 20325 (java) S 20313 20316 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106265517 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674043290992 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20326] ppid=20313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20326/stat : 20326 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106265520 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674042239312 139674552756123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20327] ppid=20313 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20316/task/20327/stat : 20327 (java) S 20313 20316 13514 0 -1 1077944384 788 0 0 0 2 0 0 0 20 0 15 0 106265520 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674041186672 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20328] ppid=20313 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20316/task/20328/stat : 20328 (java) S 20313 20316 13514 0 -1 1077944384 230 0 0 0 2 0 0 0 20 0 15 0 106265520 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674040133872 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20329] ppid=20313 vsize=10659012 memory=140483936065152 CPUtime=0.07 cores=1,3,5,7
/proc/20316/task/20329/stat : 20329 (java) S 20313 20316 13514 0 -1 1077944384 685 0 0 0 7 0 0 0 20 0 15 0 106265520 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674039081072 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20330] ppid=20313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20330/stat : 20330 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106265520 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674038028512 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20331] ppid=20313 vsize=10659012 memory=140483936065152 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20331/stat : 20331 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265520 10914828288 10455 33554432000 4194304 4196468 140736129834560 139674036976816 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41820 KiB

[startup+0.31049 s]*
/proc/loadavg: 2.09 2.19 2.34 5/216 20331
/proc/meminfo: memFree=28435848/32770624 swapFree=67108860/67108860
[pid=20316] ppid=20313 vsize=10659012 memory=54584 CPUtime=0.59 cores=1,3,5,7
/proc/20316/stat : 20316 (java) S 20313 20316 13514 0 -1 1077944320 9839 0 0 0 56 3 0 0 20 0 15 0 106265514 10914828288 13646 33554432000 4194304 4196468 140736129834560 140736129817104 139674552737527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
/proc/20316/statm: 2664753 13646 3046 1 0 2627263 0
[pid=20316/tid=20318] ppid=20313 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/20316/task/20318/stat : 20318 (java) R 20313 20316 13514 0 -1 4202560 5518 0 0 0 28 2 0 0 20 0 15 0 106265515 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674556949808 139674536818014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20319] ppid=20313 vsize=10659012 memory=4294977826 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20319/stat : 20319 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265515 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674489428624 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20320] ppid=20313 vsize=10659012 memory=288370860087776896 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20320/stat : 20320 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265515 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674488375824 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20321] ppid=20313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20321/stat : 20321 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265515 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674487323024 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20322] ppid=20313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20322/stat : 20322 (java) S 20313 20316 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106265515 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674486270224 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20323] ppid=20313 vsize=10659012 memory=140483936065152 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20323/stat : 20323 (java) S 20313 20316 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106265517 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674045397872 139674552748674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20324] ppid=20313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20324/stat : 20324 (java) S 20313 20316 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106265517 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674044343840 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20325] ppid=20313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20325/stat : 20325 (java) S 20313 20316 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106265517 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674043290992 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20326] ppid=20313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20326/stat : 20326 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106265520 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674042239312 139674552756123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20327] ppid=20313 vsize=10659012 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20316/task/20327/stat : 20327 (java) R 20313 20316 13514 0 -1 4202560 1122 0 0 0 8 0 0 0 20 0 15 0 106265520 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674041172152 139674534103560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20328] ppid=20313 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20316/task/20328/stat : 20328 (java) R 20313 20316 13514 0 -1 4202560 767 0 0 0 7 0 0 0 20 0 15 0 106265520 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674040114888 139674537617084 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20329] ppid=20313 vsize=10659012 memory=140483936065152 CPUtime=0.13 cores=1,3,5,7
/proc/20316/task/20329/stat : 20329 (java) R 20313 20316 13514 0 -1 1077944384 1070 0 0 0 13 0 0 0 20 0 15 0 106265520 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674039081072 139674552748674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20330] ppid=20313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20330/stat : 20330 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106265520 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674038028512 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20331] ppid=20313 vsize=10659012 memory=140483936065152 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20331/stat : 20331 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265520 10914828288 13646 33554432000 4194304 4196468 140736129834560 139674036976816 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54584 KiB

[startup+0.701761 s]
/proc/loadavg: 2.09 2.19 2.34 6/216 20331
/proc/meminfo: memFree=28406812/32770624 swapFree=67108860/67108860
[pid=20316] ppid=20313 vsize=10659088 memory=129296 CPUtime=1.88 cores=1,3,5,7
/proc/20316/stat : 20316 (java) S 20313 20316 13514 0 -1 1077944320 13181 0 0 0 184 4 0 0 20 0 15 0 106265514 10914906112 32324 33554432000 4194304 4196468 140736129834560 140736129817104 139674552737527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
/proc/20316/statm: 2664772 32324 3099 1 0 2627263 0
[pid=20316/tid=20318] ppid=20313 vsize=10659088 memory=227770437231298 CPUtime=0.67 cores=1,3,5,7
/proc/20316/task/20318/stat : 20318 (java) R 20313 20316 13514 0 -1 4202560 5918 0 0 0 65 2 0 0 20 0 15 0 106265515 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674556973680 139674167417427 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20319] ppid=20313 vsize=10659088 memory=605488 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20319/stat : 20319 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265515 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674489428624 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20320] ppid=20313 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20320/stat : 20320 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265515 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674488375824 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20321] ppid=20313 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20321/stat : 20321 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265515 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674487323024 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20322] ppid=20313 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20322/stat : 20322 (java) S 20313 20316 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106265515 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674486270224 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20323] ppid=20313 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20323/stat : 20323 (java) S 20313 20316 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106265517 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674045397872 139674552748674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20324] ppid=20313 vsize=10659088 memory=-3535359994705171299 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20324/stat : 20324 (java) S 20313 20316 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106265517 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674044343840 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20325] ppid=20313 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20325/stat : 20325 (java) S 20313 20316 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106265517 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674043290992 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20326] ppid=20313 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20326/stat : 20326 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106265520 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674042239312 139674552756123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20327] ppid=20313 vsize=10659088 memory=6656426216303648864 CPUtime=0.43 cores=1,3,5,7
/proc/20316/task/20327/stat : 20327 (java) R 20313 20316 13514 0 -1 4202560 2528 0 0 0 43 0 0 0 20 0 15 0 106265520 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674041171824 139674530760244 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20328] ppid=20313 vsize=10659088 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/20316/task/20328/stat : 20328 (java) R 20313 20316 13514 0 -1 4202560 1694 0 0 0 43 0 0 0 20 0 15 0 106265520 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674040116576 139674536644199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20329] ppid=20313 vsize=10659088 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/20316/task/20329/stat : 20329 (java) S 20313 20316 13514 0 -1 1077944384 1672 0 0 0 31 0 0 0 20 0 15 0 106265520 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674039081072 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20330] ppid=20313 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20330/stat : 20330 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106265520 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674038028512 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20331] ppid=20313 vsize=10659088 memory=12708 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20331/stat : 20331 (java) S 20313 20316 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106265520 10914906112 32324 33554432000 4194304 4196468 140736129834560 139674036976816 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 129296 KiB

[startup+1.50078 s]
/proc/loadavg: 2.09 2.19 2.34 6/216 20331
/proc/meminfo: memFree=28270172/32770624 swapFree=67108860/67108860
[pid=20316] ppid=20313 vsize=10661136 memory=389480 CPUtime=4.4 cores=1,3,5,7
/proc/20316/stat : 20316 (java) S 20313 20316 13514 0 -1 1077944320 17165 0 0 0 426 14 0 0 20 0 15 0 106265514 10917003264 97370 33554432000 4194304 4196468 140736129834560 140736129817104 139674552737527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
/proc/20316/statm: 2665284 97370 3141 1 0 2627775 0
[pid=20316/tid=20318] ppid=20313 vsize=10661136 memory=10757 CPUtime=1.37 cores=1,3,5,7
/proc/20316/task/20318/stat : 20318 (java) R 20313 20316 13514 0 -1 4202560 6224 0 0 0 132 5 0 0 20 0 15 0 106265515 10917003264 97370 33554432000 4194304 4196468 140736129834560 139674556972752 139674537114640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20319] ppid=20313 vsize=10661136 memory=6791534058613427641 CPUtime=0.06 cores=1,3,5,7
/proc/20316/task/20319/stat : 20319 (java) S 20313 20316 13514 0 -1 1077944384 49 0 0 0 5 1 0 0 20 0 15 0 106265515 10917003264 97370 33554432000 4194304 4196468 140736129834560 139674489428624 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20320] ppid=20313 vsize=10661136 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/20316/task/20320/stat : 20320 (java) S 20313 20316 13514 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 15 0 106265515 10917003264 97370 33554432000 4194304 4196468 140736129834560 139674488375824 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20321] ppid=20313 vsize=10661136 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/20316/task/20321/stat : 20321 (java) S 20313 20316 13514 0 -1 1077944384 35 0 0 0 4 1 0 0 20 0 15 0 106265515 10917003264 97370 33554432000 4194304 4196468 140736129834560 139674487323024 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20322] ppid=20313 vsize=10661136 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/20316/task/20322/stat : 20322 (java) S 20313 20316 13514 0 -1 1077944384 53 0 0 0 5 1 0 0 20 0 15 0 106265515 10917003264 97370 33554432000 4194304 4196468 140736129834560 139674486270224 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20323] ppid=20313 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20323/stat : 20323 (java) S 20313 20316 13514 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 106265517 10917003264 97370 33554432000 4194304 4196468 140736129834560 139674045397872 139674552748674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0

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

/proc/20316/task/20320/stat : 20320 (java) S 20313 20316 13514 0 -1 1077944384 18867 0 0 0 2098 78 0 0 20 0 16 0 106265515 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674488375824 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20321] ppid=20313 vsize=10727700 memory=5798564 CPUtime=21.78 cores=1,3,5,7
/proc/20316/task/20321/stat : 20321 (java) S 20313 20316 13514 0 -1 1077944384 18984 0 0 0 2103 75 0 0 20 0 16 0 106265515 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674487323024 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20322] ppid=20313 vsize=10727700 memory=5798560 CPUtime=21.83 cores=1,3,5,7
/proc/20316/task/20322/stat : 20322 (java) S 20313 20316 13514 0 -1 1077944384 18910 0 0 0 2113 70 0 0 20 0 16 0 106265515 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674486270224 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20323] ppid=20313 vsize=10727700 memory=5798560 CPUtime=7 cores=1,3,5,7
/proc/20316/task/20323/stat : 20323 (java) S 20313 20316 13514 0 -1 1077944384 24388 0 0 0 699 1 0 0 20 0 16 0 106265517 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674045397872 139674552748674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20324] ppid=20313 vsize=10727700 memory=5798560 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20324/stat : 20324 (java) S 20313 20316 13514 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106265517 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674044343904 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20325] ppid=20313 vsize=10727700 memory=87 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20325/stat : 20325 (java) S 20313 20316 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 106265517 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674043291008 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20326] ppid=20313 vsize=10727700 memory=5798560 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20326/stat : 20326 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106265520 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674042239312 139674552756123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20327] ppid=20313 vsize=10727700 memory=5798560 CPUtime=4.17 cores=1,3,5,7
/proc/20316/task/20327/stat : 20327 (java) S 20313 20316 13514 0 -1 1077944384 11372 0 0 0 415 2 0 0 20 0 16 0 106265520 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674041186672 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20328] ppid=20313 vsize=10727700 memory=5798560 CPUtime=4.16 cores=1,3,5,7
/proc/20316/task/20328/stat : 20328 (java) S 20313 20316 13514 0 -1 1077944384 11164 0 0 0 415 1 0 0 20 0 16 0 106265520 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674040133872 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20329] ppid=20313 vsize=10727700 memory=5798560 CPUtime=0.87 cores=1,3,5,7
/proc/20316/task/20329/stat : 20329 (java) S 20313 20316 13514 0 -1 1077944384 6351 0 0 0 85 2 0 0 20 0 16 0 106265520 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674039081072 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20330] ppid=20313 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20330/stat : 20330 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106265520 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674038028512 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20331] ppid=20313 vsize=10727700 memory=30268 CPUtime=0.1 cores=1,3,5,7
/proc/20316/task/20331/stat : 20331 (java) S 20313 20316 13514 0 -1 1077944384 467 0 0 0 5 5 0 0 20 0 16 0 106265520 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674036976816 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20332] ppid=20313 vsize=10727700 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20332/stat : 20332 (java) S 20313 20316 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106270517 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674033825200 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
Current children cumulated CPU time: 236.79 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5798564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+177.501 s]
/proc/loadavg: 2.07 2.19 2.31 3/216 20413
/proc/meminfo: memFree=22450408/32770624 swapFree=67108860/67108860
[pid=20316] ppid=20313 vsize=10727700 memory=5798564 CPUtime=252 cores=1,3,5,7
/proc/20316/stat : 20316 (java) S 20313 20316 13514 0 -1 1077944320 151318 0 0 0 24870 330 0 0 20 0 16 0 106265514 10985164800 1449641 33554432000 4194304 4196468 140736129834560 140736129817104 139674552737527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
/proc/20316/statm: 2681925 1449641 3198 1 0 2644416 0
[pid=20316/tid=20318] ppid=20313 vsize=10727700 memory=5798560 CPUtime=148.32 cores=1,3,5,7
/proc/20316/task/20318/stat : 20318 (java) R 20313 20316 13514 0 -1 4202560 24539 0 0 0 14808 24 0 0 20 0 16 0 106265515 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674556973552 139674165522505 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20319] ppid=20313 vsize=10727700 memory=5798560 CPUtime=21.93 cores=1,3,5,7
/proc/20316/task/20319/stat : 20319 (java) S 20313 20316 13514 0 -1 1077944384 14867 0 0 0 2123 70 0 0 20 0 16 0 106265515 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674489428624 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20320] ppid=20313 vsize=10727700 memory=5798560 CPUtime=21.76 cores=1,3,5,7
/proc/20316/task/20320/stat : 20320 (java) S 20313 20316 13514 0 -1 1077944384 18867 0 0 0 2098 78 0 0 20 0 16 0 106265515 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674488375824 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20321] ppid=20313 vsize=10727700 memory=5798564 CPUtime=21.78 cores=1,3,5,7
/proc/20316/task/20321/stat : 20321 (java) S 20313 20316 13514 0 -1 1077944384 18984 0 0 0 2103 75 0 0 20 0 16 0 106265515 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674487323024 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20322] ppid=20313 vsize=10727700 memory=5798564 CPUtime=21.83 cores=1,3,5,7
/proc/20316/task/20322/stat : 20322 (java) S 20313 20316 13514 0 -1 1077944384 18910 0 0 0 2113 70 0 0 20 0 16 0 106265515 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674486270224 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20323] ppid=20313 vsize=10727700 memory=5798564 CPUtime=7 cores=1,3,5,7
/proc/20316/task/20323/stat : 20323 (java) S 20313 20316 13514 0 -1 1077944384 24388 0 0 0 699 1 0 0 20 0 16 0 106265517 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674045397872 139674552748674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20324] ppid=20313 vsize=10727700 memory=5798564 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20324/stat : 20324 (java) S 20313 20316 13514 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106265517 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674044343904 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20325] ppid=20313 vsize=10727700 memory=5798560 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20325/stat : 20325 (java) S 20313 20316 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 106265517 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674043291008 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20326] ppid=20313 vsize=10727700 memory=5798564 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20326/stat : 20326 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106265520 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674042239312 139674552756123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20327] ppid=20313 vsize=10727700 memory=5798564 CPUtime=4.17 cores=1,3,5,7
/proc/20316/task/20327/stat : 20327 (java) S 20313 20316 13514 0 -1 1077944384 11372 0 0 0 415 2 0 0 20 0 16 0 106265520 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674041186672 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20328] ppid=20313 vsize=10727700 memory=288230574492221466 CPUtime=4.16 cores=1,3,5,7
/proc/20316/task/20328/stat : 20328 (java) S 20313 20316 13514 0 -1 1077944384 11164 0 0 0 415 1 0 0 20 0 16 0 106265520 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674040133872 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20329] ppid=20313 vsize=10727700 memory=288230617509003574 CPUtime=0.87 cores=1,3,5,7
/proc/20316/task/20329/stat : 20329 (java) S 20313 20316 13514 0 -1 1077944384 6351 0 0 0 85 2 0 0 20 0 16 0 106265520 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674039081072 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20330] ppid=20313 vsize=10727700 memory=5798564 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20330/stat : 20330 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106265520 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674038028512 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20331] ppid=20313 vsize=10727700 memory=5798564 CPUtime=0.11 cores=1,3,5,7
/proc/20316/task/20331/stat : 20331 (java) S 20313 20316 13514 0 -1 1077944384 467 0 0 0 5 6 0 0 20 0 16 0 106265520 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674036976816 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20332] ppid=20313 vsize=10727700 memory=5798564 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20332/stat : 20332 (java) S 20313 20316 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106270517 10985164800 1449641 33554432000 4194304 4196468 140736129834560 139674033825200 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5798564 KiB

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

[startup+177.748 s]
# the end of solver process 20316 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.737 s, system=3.33084 s

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

[startup+177.605 s]
/proc/loadavg: 2.07 2.19 2.31 3/216 20413
/proc/meminfo: memFree=22450408/32770624 swapFree=67108860/67108860
[pid=20316] ppid=20313 vsize=10927392 memory=5798804 CPUtime=252.02 cores=1,3,5,7
/proc/20316/stat : 20316 (java) S 20313 20316 13514 0 -1 1077944320 151865 0 0 0 24872 330 0 0 20 0 17 0 106265514 11189649408 1449701 33554432000 4194304 4196468 140736129834560 140736129817104 139674552737527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
/proc/20316/statm: 2731848 1449701 3201 1 0 2694339 0
[pid=20316/tid=20318] ppid=20313 vsize=10927392 memory=4140 CPUtime=148.33 cores=1,3,5,7
/proc/20316/task/20318/stat : 20318 (java) S 20313 20316 13514 0 -1 1077944384 24596 0 0 0 14809 24 0 0 20 0 17 0 106265515 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674556980400 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20319] ppid=20313 vsize=10927392 memory=30268 CPUtime=21.93 cores=1,3,5,7
/proc/20316/task/20319/stat : 20319 (java) S 20313 20316 13514 0 -1 1077944384 14867 0 0 0 2123 70 0 0 20 0 17 0 106265515 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674489428624 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20320] ppid=20313 vsize=10927392 memory=6791534058613427641 CPUtime=21.76 cores=1,3,5,7
/proc/20316/task/20320/stat : 20320 (java) S 20313 20316 13514 0 -1 1077944384 18867 0 0 0 2098 78 0 0 20 0 17 0 106265515 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674488375824 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20321] ppid=20313 vsize=10927392 memory=16896 CPUtime=21.78 cores=1,3,5,7
/proc/20316/task/20321/stat : 20321 (java) S 20313 20316 13514 0 -1 1077944384 18984 0 0 0 2103 75 0 0 20 0 17 0 106265515 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674487323024 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20322] ppid=20313 vsize=10927392 memory=2324 CPUtime=21.83 cores=1,3,5,7
/proc/20316/task/20322/stat : 20322 (java) S 20313 20316 13514 0 -1 1077944384 18910 0 0 0 2113 70 0 0 20 0 17 0 106265515 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674486270224 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20323] ppid=20313 vsize=10927392 memory=1584 CPUtime=7 cores=1,3,5,7
/proc/20316/task/20323/stat : 20323 (java) S 20313 20316 13514 0 -1 1077944384 24395 0 0 0 699 1 0 0 20 0 17 0 106265517 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674045397872 139674552748674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20324] ppid=20313 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20324/stat : 20324 (java) S 20313 20316 13514 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 106265517 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674044343904 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20325] ppid=20313 vsize=10927392 memory=30268 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20325/stat : 20325 (java) S 20313 20316 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 106265517 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674043291008 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20326] ppid=20313 vsize=10927392 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20326/stat : 20326 (java) S 20313 20316 13514 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 17 0 106265520 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674042239312 139674552756123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20327] ppid=20313 vsize=10927392 memory=1240 CPUtime=4.17 cores=1,3,5,7
/proc/20316/task/20327/stat : 20327 (java) S 20313 20316 13514 0 -1 1077944384 11372 0 0 0 415 2 0 0 20 0 17 0 106265520 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674041186672 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20328] ppid=20313 vsize=10927392 memory=1520 CPUtime=4.16 cores=1,3,5,7
/proc/20316/task/20328/stat : 20328 (java) S 20313 20316 13514 0 -1 1077944384 11164 0 0 0 415 1 0 0 20 0 17 0 106265520 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674040133872 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20329] ppid=20313 vsize=10927392 memory=1992 CPUtime=0.87 cores=1,3,5,7
/proc/20316/task/20329/stat : 20329 (java) S 20313 20316 13514 0 -1 1077944384 6353 0 0 0 85 2 0 0 20 0 17 0 106265520 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674039081072 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20330] ppid=20313 vsize=10927392 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20330/stat : 20330 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106265520 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674038028512 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20331] ppid=20313 vsize=10927392 memory=1992 CPUtime=0.11 cores=1,3,5,7
/proc/20316/task/20331/stat : 20331 (java) S 20313 20316 13514 0 -1 1077944384 467 0 0 0 5 6 0 0 20 0 17 0 106265520 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674036976816 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 5798804 KiB

[startup+177.701 s]
/proc/loadavg: 2.07 2.19 2.31 3/216 20413
/proc/meminfo: memFree=22450408/32770624 swapFree=67108860/67108860
[pid=20316] ppid=20313 vsize=10927392 memory=5798804 CPUtime=252.02 cores=1,3,5,7
/proc/20316/stat : 20316 (java) S 20313 20316 13514 0 -1 1077944320 151865 0 0 0 24872 330 0 0 20 0 17 0 106265514 11189649408 1449701 33554432000 4194304 4196468 140736129834560 140736129817104 139674552737527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
/proc/20316/statm: 2731848 1449701 3201 1 0 2694339 0
[pid=20316/tid=20318] ppid=20313 vsize=10927392 memory=5798564 CPUtime=148.33 cores=1,3,5,7
/proc/20316/task/20318/stat : 20318 (java) S 20313 20316 13514 0 -1 1077944384 24596 0 0 0 14809 24 0 0 20 0 17 0 106265515 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674556980400 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20319] ppid=20313 vsize=10927392 memory=5798564 CPUtime=21.93 cores=1,3,5,7
/proc/20316/task/20319/stat : 20319 (java) S 20313 20316 13514 0 -1 1077944384 14867 0 0 0 2123 70 0 0 20 0 17 0 106265515 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674489428624 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20320] ppid=20313 vsize=10927392 memory=5798564 CPUtime=21.76 cores=1,3,5,7
/proc/20316/task/20320/stat : 20320 (java) S 20313 20316 13514 0 -1 1077944384 18867 0 0 0 2098 78 0 0 20 0 17 0 106265515 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674488375824 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20321] ppid=20313 vsize=10927392 memory=5798564 CPUtime=21.78 cores=1,3,5,7
/proc/20316/task/20321/stat : 20321 (java) S 20313 20316 13514 0 -1 1077944384 18984 0 0 0 2103 75 0 0 20 0 17 0 106265515 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674487323024 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20322] ppid=20313 vsize=10927392 memory=5798560 CPUtime=21.83 cores=1,3,5,7
/proc/20316/task/20322/stat : 20322 (java) S 20313 20316 13514 0 -1 1077944384 18910 0 0 0 2113 70 0 0 20 0 17 0 106265515 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674486270224 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20323] ppid=20313 vsize=10927392 memory=5798560 CPUtime=7 cores=1,3,5,7
/proc/20316/task/20323/stat : 20323 (java) S 20313 20316 13514 0 -1 1077944384 24395 0 0 0 699 1 0 0 20 0 17 0 106265517 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674045397872 139674552748674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20324] ppid=20313 vsize=10927392 memory=5798560 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20324/stat : 20324 (java) S 20313 20316 13514 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 106265517 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674044343904 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20325] ppid=20313 vsize=10927392 memory=5798564 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20325/stat : 20325 (java) S 20313 20316 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 106265517 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674043291008 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20326] ppid=20313 vsize=10927392 memory=5798560 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20326/stat : 20326 (java) S 20313 20316 13514 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 17 0 106265520 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674042239312 139674552756123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20327] ppid=20313 vsize=10927392 memory=5798564 CPUtime=4.17 cores=1,3,5,7
/proc/20316/task/20327/stat : 20327 (java) S 20313 20316 13514 0 -1 1077944384 11372 0 0 0 415 2 0 0 20 0 17 0 106265520 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674041186672 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20328] ppid=20313 vsize=10927392 memory=5798564 CPUtime=4.16 cores=1,3,5,7
/proc/20316/task/20328/stat : 20328 (java) S 20313 20316 13514 0 -1 1077944384 11164 0 0 0 415 1 0 0 20 0 17 0 106265520 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674040133872 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20329] ppid=20313 vsize=10927392 memory=288230574492221466 CPUtime=0.87 cores=1,3,5,7
/proc/20316/task/20329/stat : 20329 (java) S 20313 20316 13514 0 -1 1077944384 6353 0 0 0 85 2 0 0 20 0 17 0 106265520 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674039081072 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20330] ppid=20313 vsize=10927392 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/20316/task/20330/stat : 20330 (java) S 20313 20316 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106265520 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674038028512 139674552747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
[pid=20316/tid=20331] ppid=20313 vsize=10927392 memory=5798564 CPUtime=0.11 cores=1,3,5,7
/proc/20316/task/20331/stat : 20331 (java) S 20313 20316 13514 0 -1 1077944384 467 0 0 0 5 6 0 0 20 0 17 0 106265520 11189649408 1449701 33554432000 4194304 4196468 140736129834560 139674036976816 139674552748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31916032 140736129840246 140736129840398 140736129840398 140736129843151 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 5798804 KiB

Child status: 143
Real time (s): 177.748
CPU time (s): 252.068
CPU user time (s): 248.737
CPU system time (s): 3.33084
CPU usage (%): 141.812
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 5798804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.737
system time used= 3.33084
maximum resident set size= 5799180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152328
page faults= 0
swaps= 0
block input operations= 0
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7815
involuntary context switches= 975


# summary of solver processes directly reported to runsolver:
#   pid: 20316
#   total CPU time (s): 252.068
#   total CPU user time (s): 248.737
#   total CPU system time (s): 3.33084

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.20266 second user time and 1.68544 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:57:03
IDJOB=4302063
IDBENCH=141545
IDSOLVER=2773
FILE ID=node136/4302063-1532887023
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60224 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a2-galaxy14_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302063-1532887023/watcher-4302063-1532887023 -o /tmp/evaluation-result-4302063-1532887023/solver-4302063-1532887023 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302063-1532887023.xml

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

MD5SUM BENCH= 289cb43960e2b184f01d0d99cacee99d
RANDOM SEED=1512302453

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28478996 kB
MemAvailable:   31783240 kB
Buffers:          214424 kB
Cached:          3360212 kB
SwapCached:            0 kB
Active:          1864492 kB
Inactive:        1953132 kB
Active(anon):     194172 kB
Inactive(anon):    76480 kB
Active(file):    1670320 kB
Inactive(file):  1876652 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2836 kB
Writeback:             0 kB
AnonPages:        249828 kB
Mapped:            46460 kB
Shmem:             25228 kB
Slab:             174076 kB
SReclaimable:     146212 kB
SUnreclaim:        27864 kB
KernelStack:        3552 kB
PageTables:         5404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1179276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 20:00:01