Trace number 4263017

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.27 2496.73

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P251-Q379.xml
MD5SUMad4397bc1e7476417756f14988918f59
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark251
Best CPU time to get the best result obtained on this benchmark0.034168001
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263017-1502632377/watcher-4263017-1502632377 -o /tmp/evaluation-result-4263017-1502632377/solver-4263017-1502632377 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263017-1502632377.xml 

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

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


[startup+0.100157 s]*
/proc/loadavg: 1.68 1.71 1.83 3/201 1187
/proc/meminfo: memFree=30793128/32770624 swapFree=67108860/67108860
[pid=1186] ppid=1183 vsize=356952 memory=7604 CPUtime=0 cores=1,3,5,7
/proc/1186/stat : 1186 (java) S 1183 1186 12395 0 -1 1077944320 1744 0 0 0 0 0 0 0 20 0 2 0 105148999 365518848 1901 18446744073709551615 4194304 4196468 140731651620160 140731651602704 140092821409527 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
/proc/1186/statm: 89238 1901 1053 1 0 79208 0
[pid=1186/tid=1188] ppid=1183 vsize=8348584 memory=-7174084197695649220 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1188/stat : 1188 (java) R 1183 1186 12395 0 -1 1077944384 962 0 0 0 0 0 0 0 20 0 5 0 105149010 8548950016 2427 18446744073709551615 4194304 4196468 140731651620160 140092825650896 140092821419733 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1189] ppid=1183 vsize=8349612 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1189/stat : 1189 (java) S 1183 1186 12395 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 5 0 105149010 8550002688 2427 18446744073709551615 4194304 4196468 140731651620160 140092778376416 140092821419733 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1190] ppid=1183 vsize=8349612 memory=139937055561344 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1190/stat : 1190 (java) S 1183 1186 12395 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 105149010 8550002688 2427 18446744073709551615 4194304 4196468 140731651620160 140092777323616 140092821419733 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1191] ppid=1183 vsize=8349612 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1191/stat : 1191 (java) S 1183 1186 12395 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 105149010 8550002688 2427 18446744073709551615 4194304 4196468 140731651620160 140092776271328 140092821419733 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1192] ppid=1183 vsize=8546220 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1192/stat : 1192 (java) R 1183 1186 12395 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 6 0 105149010 8751329280 2427 18446744073709551615 4194304 4196468 140731651620160 140092775218528 140092814126631 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 356952 KiB
Current children cumulated memory: 7604 KiB

[startup+0.209978 s]*
/proc/loadavg: 1.68 1.71 1.83 2/214 1200
/proc/meminfo: memFree=30780004/32770624 swapFree=67108860/67108860
[pid=1186] ppid=1183 vsize=10484492 memory=22836 CPUtime=0.05 cores=1,3,5,7
/proc/1186/stat : 1186 (java) S 1183 1186 12395 0 -1 1077944320 4674 0 0 0 4 1 0 0 20 0 14 0 105148999 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140731651602704 140092821409527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
/proc/1186/statm: 2621123 5709 2577 1 0 2610620 0
[pid=1186/tid=1188] ppid=1183 vsize=10484492 memory=-7174084197695649220 CPUtime=0.04 cores=1,3,5,7
/proc/1186/task/1188/stat : 1188 (java) D 1183 1186 12395 0 -1 4202560 2779 0 0 0 4 0 0 0 20 0 14 0 105149010 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092825647008 140092821431549 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1189] ppid=1183 vsize=10484492 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1189/stat : 1189 (java) S 1183 1186 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105149010 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092778376080 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1190] ppid=1183 vsize=10484492 memory=139937055561344 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1190/stat : 1190 (java) S 1183 1186 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 105149010 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092777323280 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1191] ppid=1183 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1191/stat : 1191 (java) S 1183 1186 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105149010 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092776270992 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1192] ppid=1183 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1192/stat : 1192 (java) S 1183 1186 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105149010 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092775218192 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1193] ppid=1183 vsize=10484492 memory=139937055561344 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1193/stat : 1193 (java) S 1183 1186 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105149012 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092385331312 140092821420674 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1194] ppid=1183 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1194/stat : 1194 (java) S 1183 1186 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 105149012 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092384277280 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1195] ppid=1183 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1195/stat : 1195 (java) S 1183 1186 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 105149012 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092383224944 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1196] ppid=1183 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1196/stat : 1196 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105149015 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092382173264 140092821428123 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1197] ppid=1183 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1197/stat : 1197 (java) S 1183 1186 12395 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 14 0 105149015 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092381121136 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1198] ppid=1183 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1198/stat : 1198 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105149015 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092380068336 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1199] ppid=1183 vsize=10484492 memory=139937055561344 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1199/stat : 1199 (java) S 1183 1186 12395 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 14 0 105149015 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092379016048 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1200] ppid=1183 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1200/stat : 1200 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105149015 10736119808 5709 18446744073709551615 4194304 4196468 140731651620160 140092377963488 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22836 KiB

[startup+0.310068 s]*
/proc/loadavg: 1.78 1.73 1.83 4/215 1201
/proc/meminfo: memFree=30772148/32770624 swapFree=67108860/67108860
[pid=1186] ppid=1183 vsize=10551156 memory=31012 CPUtime=0.18 cores=1,3,5,7
/proc/1186/stat : 1186 (java) S 1183 1186 12395 0 -1 1077944320 8041 0 0 0 16 2 0 0 20 0 15 0 105148999 10804383744 7753 18446744073709551615 4194304 4196468 140731651620160 140731651602704 140092821409527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
/proc/1186/statm: 2637789 7753 2847 1 0 2627261 0
[pid=1186/tid=1188] ppid=1183 vsize=10551156 memory=1398720917958146503 CPUtime=0.12 cores=1,3,5,7
/proc/1186/task/1188/stat : 1188 (java) R 1183 1186 12395 0 -1 4202560 5725 0 0 0 11 1 0 0 20 0 15 0 105149010 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092825644672 140092821431453 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1189] ppid=1183 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1189/stat : 1189 (java) S 1183 1186 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105149010 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092778376080 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1190] ppid=1183 vsize=10551156 memory=139936946804944 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1190/stat : 1190 (java) S 1183 1186 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105149010 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092777323280 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1191] ppid=1183 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1191/stat : 1191 (java) S 1183 1186 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105149010 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092776270992 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1192] ppid=1183 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1192/stat : 1192 (java) S 1183 1186 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105149010 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092775218192 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1193] ppid=1183 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1193/stat : 1193 (java) S 1183 1186 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105149012 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092385331312 140092821420674 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1194] ppid=1183 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1194/stat : 1194 (java) S 1183 1186 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105149012 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092384277280 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1195] ppid=1183 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1195/stat : 1195 (java) S 1183 1186 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105149012 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092383224944 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1196] ppid=1183 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1196/stat : 1196 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105149015 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092382173264 140092821428123 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1197] ppid=1183 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1186/task/1197/stat : 1197 (java) R 1183 1186 12395 0 -1 4202560 504 0 0 0 1 0 0 0 20 0 15 0 105149015 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092381121136 140092801258277 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1198] ppid=1183 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1198/stat : 1198 (java) R 1183 1186 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105149015 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092380068336 140092821420674 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1199] ppid=1183 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1186/task/1199/stat : 1199 (java) R 1183 1186 12395 0 -1 4202560 401 0 0 0 3 0 0 0 20 0 15 0 105149015 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092379016048 140092800205697 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1200] ppid=1183 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1200/stat : 1200 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105149015 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092377963488 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1201] ppid=1183 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1201/stat : 1201 (java) S 1183 1186 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105149023 10804383744 8265 18446744073709551615 4194304 4196468 140731651620160 140092376910256 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31012 KiB

[startup+0.701108 s]
/proc/loadavg: 1.78 1.73 1.83 4/215 1201
/proc/meminfo: memFree=30758184/32770624 swapFree=67108860/67108860
[pid=1186] ppid=1183 vsize=10551232 memory=90120 CPUtime=1.11 cores=1,3,5,7
/proc/1186/stat : 1186 (java) S 1183 1186 12395 0 -1 1077944320 12078 0 0 0 106 5 0 0 20 0 15 0 105148999 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140731651602704 140092821409527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
/proc/1186/statm: 2637808 22530 3049 1 0 2627261 0
[pid=1186/tid=1188] ppid=1183 vsize=10551232 memory=2244 CPUtime=0.5 cores=1,3,5,7
/proc/1186/task/1188/stat : 1188 (java) R 1183 1186 12395 0 -1 4202560 7845 0 0 0 47 3 0 0 20 0 15 0 105149010 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092825601320 140092457693000 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1189] ppid=1183 vsize=10551232 memory=2460 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1189/stat : 1189 (java) S 1183 1186 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105149010 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092778376080 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1190] ppid=1183 vsize=10551232 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1190/stat : 1190 (java) S 1183 1186 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105149010 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092777323280 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1191] ppid=1183 vsize=10551232 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1191/stat : 1191 (java) S 1183 1186 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105149010 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092776270992 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1192] ppid=1183 vsize=10551232 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1192/stat : 1192 (java) S 1183 1186 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105149010 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092775218192 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1193] ppid=1183 vsize=10551232 memory=139936946726128 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1193/stat : 1193 (java) S 1183 1186 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105149012 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092385331312 140092821420674 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1194] ppid=1183 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1194/stat : 1194 (java) S 1183 1186 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105149012 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092384277280 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1195] ppid=1183 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1195/stat : 1195 (java) S 1183 1186 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105149012 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092383224944 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1196] ppid=1183 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1196/stat : 1196 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105149015 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092382173264 140092821428123 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1197] ppid=1183 vsize=10551232 memory=6944656592455360604 CPUtime=0.17 cores=1,3,5,7
/proc/1186/task/1197/stat : 1197 (java) R 1183 1186 12395 0 -1 4202560 865 0 0 0 17 0 0 0 20 0 15 0 105149015 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092381107160 140092806309034 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1198] ppid=1183 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/1186/task/1198/stat : 1198 (java) R 1183 1186 12395 0 -1 4202560 736 0 0 0 16 0 0 0 20 0 15 0 105149015 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092380054360 140092802934398 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1199] ppid=1183 vsize=10551232 memory=6944656592455359580 CPUtime=0.24 cores=1,3,5,7
/proc/1186/task/1199/stat : 1199 (java) S 1183 1186 12395 0 -1 1077944384 1258 0 0 0 24 0 0 0 20 0 15 0 105149015 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092379016048 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1200] ppid=1183 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1200/stat : 1200 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105149015 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092377963488 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1201] ppid=1183 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1201/stat : 1201 (java) S 1183 1186 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105149023 10804461568 22530 18446744073709551615 4194304 4196468 140731651620160 140092376910256 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 90120 KiB

[startup+1.50113 s]
/proc/loadavg: 1.78 1.73 1.83 6/215 1201
/proc/meminfo: memFree=30539616/32770624 swapFree=67108860/67108860
[pid=1186] ppid=1183 vsize=10551232 memory=639672 CPUtime=3.42 cores=1,3,5,7
/proc/1186/stat : 1186 (java) S 1183 1186 12395 0 -1 1077944320 14485 0 0 0 294 48 0 0 20 0 15 0 105148999 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140731651602704 140092821409527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
/proc/1186/statm: 2637808 159918 3086 1 0 2627261 0
[pid=1186/tid=1188] ppid=1183 vsize=10551232 memory=6 CPUtime=0.9 cores=1,3,5,7
/proc/1186/task/1188/stat : 1188 (java) S 1183 1186 12395 0 -1 1077944384 7938 0 0 0 84 6 0 0 20 0 15 0 105149010 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092825633520 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1189] ppid=1183 vsize=10551232 memory=6 CPUtime=0.38 cores=1,3,5,7
/proc/1186/task/1189/stat : 1189 (java) R 1183 1186 12395 0 -1 4202560 243 0 0 0 28 10 0 0 20 0 15 0 105149010 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092778376080 140092806436946 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1190] ppid=1183 vsize=10551232 memory=7 CPUtime=0.39 cores=1,3,5,7
/proc/1186/task/1190/stat : 1190 (java) R 1183 1186 12395 0 -1 4202560 262 0 0 0 30 9 0 0 20 0 15 0 105149010 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092777323280 140092806437104 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1191] ppid=1183 vsize=10551232 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/1186/task/1191/stat : 1191 (java) R 1183 1186 12395 0 -1 4202560 457 0 0 0 29 10 0 0 20 0 15 0 105149010 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092776270992 140092806431617 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1192] ppid=1183 vsize=10551232 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/1186/task/1192/stat : 1192 (java) R 1183 1186 12395 0 -1 4202560 473 0 0 0 29 9 0 0 20 0 15 0 105149010 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092775218392 140092806433230 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1193] ppid=1183 vsize=10551232 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1193/stat : 1193 (java) S 1183 1186 12395 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105149012 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092385329824 140092821419733 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1194] ppid=1183 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1194/stat : 1194 (java) S 1183 1186 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105149012 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092384277280 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1195] ppid=1183 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1195/stat : 1195 (java) S 1183 1186 12395 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 105149012 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092383224944 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1196] ppid=1183 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1196/stat : 1196 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105149015 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092382173264 140092821428123 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1197] ppid=1183 vsize=10551232 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/1186/task/1197/stat : 1197 (java) S 1183 1186 12395 0 -1 1077944384 1297 0 0 0 34 0 0 0 20 0 15 0 105149015 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092381121136 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1198] ppid=1183 vsize=10551232 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/1186/task/1198/stat : 1198 (java) S 1183 1186 12395 0 -1 1077944384 1058 0 0 0 32 0 0 0 20 0 15 0 105149015 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092380068336 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1199] ppid=1183 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/1186/task/1199/stat : 1199 (java) S 1183 1186 12395 0 -1 1077944384 1310 0 0 0 24 0 0 0 20 0 15 0 105149015 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092379016048 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1200] ppid=1183 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1200/stat : 1200 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105149015 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092377963488 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1201] ppid=1183 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1201/stat : 1201 (java) S 1183 1186 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105149023 10804461568 159918 18446744073709551615 4194304 4196468 140731651620160 140092376910256 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
Current children cumulated CPU time: 3.42 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 639672 KiB


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

/proc/1186/task/1190/stat : 1190 (java) S 1183 1186 12395 0 -1 1077944384 7883 0 0 0 596 64 0 0 20 0 16 0 105149010 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092777323280 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1191] ppid=1183 vsize=10617796 memory=3390312 CPUtime=6.6 cores=1,3,5,7
/proc/1186/task/1191/stat : 1191 (java) S 1183 1186 12395 0 -1 1077944384 6781 0 0 0 595 65 0 0 20 0 16 0 105149010 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092776270992 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1192] ppid=1183 vsize=10617796 memory=3390312 CPUtime=6.6 cores=1,3,5,7
/proc/1186/task/1192/stat : 1192 (java) S 1183 1186 12395 0 -1 1077944384 7549 0 0 0 598 62 0 0 20 0 16 0 105149010 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092775218192 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1193] ppid=1183 vsize=10617796 memory=3390312 CPUtime=2.37 cores=1,3,5,7
/proc/1186/task/1193/stat : 1193 (java) S 1183 1186 12395 0 -1 1077944384 10773 0 0 0 233 4 0 0 20 0 16 0 105149012 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092385331312 140092821420674 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1194] ppid=1183 vsize=10617796 memory=3390312 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1194/stat : 1194 (java) S 1183 1186 12395 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 105149012 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092384277344 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1195] ppid=1183 vsize=10617796 memory=3390312 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1195/stat : 1195 (java) S 1183 1186 12395 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 16 0 105149012 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092383224960 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1196] ppid=1183 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1196/stat : 1196 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105149015 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092382173264 140092821428123 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1197] ppid=1183 vsize=10617796 memory=1992 CPUtime=0.95 cores=1,3,5,7
/proc/1186/task/1197/stat : 1197 (java) S 1183 1186 12395 0 -1 1077944384 9327 0 0 0 93 2 0 0 20 0 16 0 105149015 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092381121136 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1198] ppid=1183 vsize=10617796 memory=3390312 CPUtime=0.87 cores=1,3,5,7
/proc/1186/task/1198/stat : 1198 (java) S 1183 1186 12395 0 -1 1077944384 10196 0 0 0 85 2 0 0 20 0 16 0 105149015 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092380068336 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1199] ppid=1183 vsize=10617796 memory=51756 CPUtime=0.35 cores=1,3,5,7
/proc/1186/task/1199/stat : 1199 (java) S 1183 1186 12395 0 -1 1077944384 5039 0 0 0 34 1 0 0 20 0 16 0 105149015 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092379016048 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1200] ppid=1183 vsize=10617796 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1200/stat : 1200 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105149015 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092377963488 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1201] ppid=1183 vsize=10617796 memory=51756 CPUtime=1.52 cores=1,3,5,7
/proc/1186/task/1201/stat : 1201 (java) S 1183 1186 12395 0 -1 1077944384 2197 0 0 0 67 85 0 0 20 0 16 0 105149023 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092376910256 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1202] ppid=1183 vsize=10617796 memory=3390312 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1202/stat : 1202 (java) S 1183 1186 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105149738 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092375855792 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
Current children cumulated CPU time: 2465.77 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3390312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2496.5 s]
/proc/loadavg: 2.59 2.16 2.09 3/219 1504
/proc/meminfo: memFree=22613948/32770624 swapFree=67108860/67108860
[pid=1186] ppid=1183 vsize=10617796 memory=3390312 CPUtime=2520.02 cores=1,3,5,7
/proc/1186/stat : 1186 (java) S 1183 1186 12395 0 -1 1077944320 134529 0 0 0 251640 362 0 0 20 0 16 0 105148999 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140731651602704 140092821409527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
/proc/1186/statm: 2654449 847578 3126 1 0 2643902 0
[pid=1186/tid=1188] ppid=1183 vsize=10617796 memory=3390312 CPUtime=2487.47 cores=1,3,5,7
/proc/1186/task/1188/stat : 1188 (java) R 1183 1186 12395 0 -1 4202560 68437 0 0 0 248726 21 0 0 20 0 16 0 105149010 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092825645424 140092458608374 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1189] ppid=1183 vsize=10617796 memory=3390312 CPUtime=6.54 cores=1,3,5,7
/proc/1186/task/1189/stat : 1189 (java) S 1183 1186 12395 0 -1 1077944384 4396 0 0 0 592 62 0 0 20 0 16 0 105149010 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092778376080 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1190] ppid=1183 vsize=10617796 memory=1716 CPUtime=6.6 cores=1,3,5,7
/proc/1186/task/1190/stat : 1190 (java) S 1183 1186 12395 0 -1 1077944384 7883 0 0 0 596 64 0 0 20 0 16 0 105149010 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092777323280 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1191] ppid=1183 vsize=10617796 memory=3390312 CPUtime=6.6 cores=1,3,5,7
/proc/1186/task/1191/stat : 1191 (java) S 1183 1186 12395 0 -1 1077944384 6781 0 0 0 595 65 0 0 20 0 16 0 105149010 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092776270992 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1192] ppid=1183 vsize=10617796 memory=3390312 CPUtime=6.6 cores=1,3,5,7
/proc/1186/task/1192/stat : 1192 (java) S 1183 1186 12395 0 -1 1077944384 7549 0 0 0 598 62 0 0 20 0 16 0 105149010 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092775218192 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1193] ppid=1183 vsize=10617796 memory=2768 CPUtime=2.37 cores=1,3,5,7
/proc/1186/task/1193/stat : 1193 (java) S 1183 1186 12395 0 -1 1077944384 10824 0 0 0 233 4 0 0 20 0 16 0 105149012 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092385331312 140092821420674 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1194] ppid=1183 vsize=10617796 memory=3390312 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1194/stat : 1194 (java) S 1183 1186 12395 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 105149012 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092384277344 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1195] ppid=1183 vsize=10617796 memory=2257 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1195/stat : 1195 (java) S 1183 1186 12395 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 16 0 105149012 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092383224960 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1196] ppid=1183 vsize=10617796 memory=3390312 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1196/stat : 1196 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105149015 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092382173264 140092821428123 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1197] ppid=1183 vsize=10617796 memory=3390312 CPUtime=0.96 cores=1,3,5,7
/proc/1186/task/1197/stat : 1197 (java) S 1183 1186 12395 0 -1 1077944384 9697 0 0 0 94 2 0 0 20 0 16 0 105149015 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092381121136 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1198] ppid=1183 vsize=10617796 memory=51768 CPUtime=0.87 cores=1,3,5,7
/proc/1186/task/1198/stat : 1198 (java) S 1183 1186 12395 0 -1 1077944384 10199 0 0 0 85 2 0 0 20 0 16 0 105149015 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092380068336 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1199] ppid=1183 vsize=10617796 memory=1296 CPUtime=0.35 cores=1,3,5,7
/proc/1186/task/1199/stat : 1199 (java) S 1183 1186 12395 0 -1 1077944384 5046 0 0 0 34 1 0 0 20 0 16 0 105149015 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092379016048 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1200] ppid=1183 vsize=10617796 memory=5787178479732678720 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1200/stat : 1200 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105149015 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092377963488 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1201] ppid=1183 vsize=10617796 memory=0 CPUtime=1.55 cores=1,3,5,7
/proc/1186/task/1201/stat : 1201 (java) S 1183 1186 12395 0 -1 1077944384 2245 0 0 0 68 87 0 0 20 0 16 0 105149023 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092376910256 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1202] ppid=1183 vsize=10617796 memory=3390312 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1202/stat : 1202 (java) S 1183 1186 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105149738 10872623104 847578 18446744073709551615 4194304 4196468 140731651620160 140092375855792 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3390312 KiB

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

[startup+2496.73 s]
# the end of solver process 1186 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.63 s, system=3.64066 s

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

[startup+2496.61 s]
/proc/loadavg: 2.59 2.16 2.09 3/219 1504
/proc/meminfo: memFree=22613948/32770624 swapFree=67108860/67108860
[pid=1186] ppid=1183 vsize=10817488 memory=3390544 CPUtime=2520.13 cores=1,3,5,7
/proc/1186/stat : 1186 (java) S 1183 1186 12395 0 -1 1077944320 135123 0 0 0 251651 362 0 0 20 0 17 0 105148999 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140731651602704 140092821409527 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
/proc/1186/statm: 2704372 847636 3129 1 0 2693825 0
[pid=1186/tid=1188] ppid=1183 vsize=10817488 memory=7680170660397595203 CPUtime=2487.58 cores=1,3,5,7
/proc/1186/task/1188/stat : 1188 (java) R 1183 1186 12395 0 -1 4202560 68439 0 0 0 248737 21 0 0 20 0 17 0 105149010 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092825645360 140092458716341 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1189] ppid=1183 vsize=10817488 memory=1716 CPUtime=6.54 cores=1,3,5,7
/proc/1186/task/1189/stat : 1189 (java) S 1183 1186 12395 0 -1 1077944384 4396 0 0 0 592 62 0 0 20 0 17 0 105149010 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092778376080 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1190] ppid=1183 vsize=10817488 memory=9024 CPUtime=6.6 cores=1,3,5,7
/proc/1186/task/1190/stat : 1190 (java) S 1183 1186 12395 0 -1 1077944384 7883 0 0 0 596 64 0 0 20 0 17 0 105149010 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092777323280 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1191] ppid=1183 vsize=10817488 memory=1436 CPUtime=6.6 cores=1,3,5,7
/proc/1186/task/1191/stat : 1191 (java) S 1183 1186 12395 0 -1 1077944384 6781 0 0 0 595 65 0 0 20 0 17 0 105149010 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092776270992 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1192] ppid=1183 vsize=10817488 memory=1196 CPUtime=6.6 cores=1,3,5,7
/proc/1186/task/1192/stat : 1192 (java) S 1183 1186 12395 0 -1 1077944384 7549 0 0 0 598 62 0 0 20 0 17 0 105149010 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092775218192 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1193] ppid=1183 vsize=10817488 memory=12132 CPUtime=2.37 cores=1,3,5,7
/proc/1186/task/1193/stat : 1193 (java) S 1183 1186 12395 0 -1 1077944384 10830 0 0 0 233 4 0 0 20 0 17 0 105149012 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092385331312 140092821420674 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1194] ppid=1183 vsize=10817488 memory=796 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1194/stat : 1194 (java) S 1183 1186 12395 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 105149012 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092384277344 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1195] ppid=1183 vsize=10817488 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1195/stat : 1195 (java) S 1183 1186 12395 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 17 0 105149012 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092383224960 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1196] ppid=1183 vsize=10817488 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1196/stat : 1196 (java) S 1183 1186 12395 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 17 0 105149015 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092382173264 140092821428123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1197] ppid=1183 vsize=10817488 memory=1992 CPUtime=0.96 cores=1,3,5,7
/proc/1186/task/1197/stat : 1197 (java) S 1183 1186 12395 0 -1 1077944384 9697 0 0 0 94 2 0 0 20 0 17 0 105149015 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092381121136 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1198] ppid=1183 vsize=10817488 memory=12132 CPUtime=0.87 cores=1,3,5,7
/proc/1186/task/1198/stat : 1198 (java) S 1183 1186 12395 0 -1 1077944384 10199 0 0 0 85 2 0 0 20 0 17 0 105149015 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092380068336 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1199] ppid=1183 vsize=10817488 memory=796 CPUtime=0.35 cores=1,3,5,7
/proc/1186/task/1199/stat : 1199 (java) S 1183 1186 12395 0 -1 1077944384 5119 0 0 0 34 1 0 0 20 0 17 0 105149015 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092379016048 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1200] ppid=1183 vsize=10817488 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1200/stat : 1200 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105149015 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092377963488 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1201] ppid=1183 vsize=10817488 memory=4612 CPUtime=1.55 cores=1,3,5,7
/proc/1186/task/1201/stat : 1201 (java) S 1183 1186 12395 0 -1 1077944384 2245 0 0 0 68 87 0 0 20 0 17 0 105149023 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092376910256 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
Current children cumulated CPU time: 2520.13 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3390544 KiB

[startup+2496.7 s]
/proc/loadavg: 2.59 2.16 2.09 3/219 1504
/proc/meminfo: memFree=22613948/32770624 swapFree=67108860/67108860
[pid=1186] ppid=1183 vsize=10817488 memory=3390544 CPUtime=2520.22 cores=1,3,5,7
/proc/1186/stat : 1186 (java) S 1183 1186 12395 0 -1 1077944320 135123 0 0 0 251660 362 0 0 20 0 17 0 105148999 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140731651602704 140092821409527 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
/proc/1186/statm: 2704372 847636 3129 1 0 2693825 0
[pid=1186/tid=1188] ppid=1183 vsize=10817488 memory=3390312 CPUtime=2487.67 cores=1,3,5,7
/proc/1186/task/1188/stat : 1188 (java) R 1183 1186 12395 0 -1 4202560 68439 0 0 0 248746 21 0 0 20 0 17 0 105149010 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092825645360 140092458875092 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1189] ppid=1183 vsize=10817488 memory=1716 CPUtime=6.54 cores=1,3,5,7
/proc/1186/task/1189/stat : 1189 (java) S 1183 1186 12395 0 -1 1077944384 4396 0 0 0 592 62 0 0 20 0 17 0 105149010 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092778376080 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1190] ppid=1183 vsize=10817488 memory=3390312 CPUtime=6.6 cores=1,3,5,7
/proc/1186/task/1190/stat : 1190 (java) S 1183 1186 12395 0 -1 1077944384 7883 0 0 0 596 64 0 0 20 0 17 0 105149010 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092777323280 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1191] ppid=1183 vsize=10817488 memory=3390312 CPUtime=6.6 cores=1,3,5,7
/proc/1186/task/1191/stat : 1191 (java) S 1183 1186 12395 0 -1 1077944384 6781 0 0 0 595 65 0 0 20 0 17 0 105149010 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092776270992 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1192] ppid=1183 vsize=10817488 memory=3390312 CPUtime=6.6 cores=1,3,5,7
/proc/1186/task/1192/stat : 1192 (java) S 1183 1186 12395 0 -1 1077944384 7549 0 0 0 598 62 0 0 20 0 17 0 105149010 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092775218192 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1193] ppid=1183 vsize=10817488 memory=2257 CPUtime=2.37 cores=1,3,5,7
/proc/1186/task/1193/stat : 1193 (java) S 1183 1186 12395 0 -1 1077944384 10830 0 0 0 233 4 0 0 20 0 17 0 105149012 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092385331312 140092821420674 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1194] ppid=1183 vsize=10817488 memory=3390312 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1194/stat : 1194 (java) S 1183 1186 12395 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 105149012 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092384277344 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1195] ppid=1183 vsize=10817488 memory=3390312 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1195/stat : 1195 (java) S 1183 1186 12395 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 17 0 105149012 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092383224960 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1196] ppid=1183 vsize=10817488 memory=51768 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1196/stat : 1196 (java) S 1183 1186 12395 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 17 0 105149015 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092382173264 140092821428123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1197] ppid=1183 vsize=10817488 memory=1296 CPUtime=0.96 cores=1,3,5,7
/proc/1186/task/1197/stat : 1197 (java) S 1183 1186 12395 0 -1 1077944384 9697 0 0 0 94 2 0 0 20 0 17 0 105149015 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092381121136 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1198] ppid=1183 vsize=10817488 memory=5787178479732678720 CPUtime=0.87 cores=1,3,5,7
/proc/1186/task/1198/stat : 1198 (java) S 1183 1186 12395 0 -1 1077944384 10199 0 0 0 85 2 0 0 20 0 17 0 105149015 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092380068336 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1199] ppid=1183 vsize=10817488 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/1186/task/1199/stat : 1199 (java) S 1183 1186 12395 0 -1 1077944384 5119 0 0 0 34 1 0 0 20 0 17 0 105149015 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092379016048 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1200] ppid=1183 vsize=10817488 memory=3390312 CPUtime=0 cores=1,3,5,7
/proc/1186/task/1200/stat : 1200 (java) S 1183 1186 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105149015 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092377963488 140092821419733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
[pid=1186/tid=1201] ppid=1183 vsize=10817488 memory=3390312 CPUtime=1.55 cores=1,3,5,7
/proc/1186/task/1201/stat : 1201 (java) S 1183 1186 12395 0 -1 1077944384 2245 0 0 0 68 87 0 0 20 0 17 0 105149023 11077107712 847636 18446744073709551615 4194304 4196468 140731651620160 140092376910256 140092821420674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33091584 140731651621264 140731651621417 140731651621417 140731651624911 0
Current children cumulated CPU time: 2520.22 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3390544 KiB

Child status: 143
Real time (s): 2496.73
CPU time (s): 2520.27
CPU user time (s): 2516.63
CPU system time (s): 3.64066
CPU usage (%): 100.943
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3390544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.63
system time used= 3.64066
maximum resident set size= 3390996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135917
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57114
involuntary context switches= 1281


# summary of solver processes directly reported to runsolver:
#   pid: 1186
#   total CPU time (s): 2520.27
#   total CPU user time (s): 2516.63
#   total CPU system time (s): 3.64066

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8516 second user time and 24.5773 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 15:39:03
IDJOB=4263017
IDBENCH=135084
IDSOLVER=2651
FILE ID=node135/4263017-1502632377
RUNJOBID= node135-1502623989-31952
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P251-Q379.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263017-1502632377/watcher-4263017-1502632377 -o /tmp/evaluation-result-4263017-1502632377/solver-4263017-1502632377 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263017-1502632377.xml

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

MD5SUM BENCH= ad4397bc1e7476417756f14988918f59
RANDOM SEED=1626192412

node135.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.21
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.21
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.21
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.21
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:        30793484 kB
MemAvailable:   31689096 kB
Buffers:          312176 kB
Cached:           880908 kB
SwapCached:            0 kB
Active:           979664 kB
Inactive:         555888 kB
Active(anon):     342664 kB
Inactive(anon):    41324 kB
Active(file):     637000 kB
Inactive(file):   514564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1612 kB
Writeback:            16 kB
AnonPages:        342644 kB
Mapped:            66712 kB
Shmem:             41656 kB
Slab:             146844 kB
SReclaimable:     119764 kB
SUnreclaim:        27080 kB
KernelStack:        3520 kB
PageTables:         5228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1298752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 16:20:40