Trace number 4263646

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1499 2510.3501

General information on the benchmark

NameSocialGolfers/SocialGolfers-xcsp2-s1/
SocialGolfers-08-4-8_X2.xml
MD5SUM5b948440152400779ab8a0c6bf9e55ba
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6016
Number of constraints32560
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6016}]
Minimum variable degree9
Maximum variable degree33
Distribution of variable degrees[{"degree":9,"count":3968},{"degree":33,"count":2048}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":31744},{"arity":8,"count":752},{"arity":32,"count":64}]
Number of extensional constraints0
Number of intensional constraints31744
Distribution of constraint types[{"type":"intension","count":31744},{"type":"sum","count":816}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263646-1502626184/watcher-4263646-1502626184 -o /tmp/evaluation-result-4263646-1502626184/solver-4263646-1502626184 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263646-1502626184.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB
solver pid=5808, runsolver pid=5805


[startup+0.100059 s]*
/proc/loadavg: 4.98 6.10 4.90 8/215 5823
/proc/meminfo: memFree=23382800/32770624 swapFree=67108860/67108860
[pid=5808] ppid=5805 vsize=10555400 memory=31284 CPUtime=0.12 cores=0,2,4,6
/proc/5808/stat : 5808 (java) S 5805 5808 30973 0 -1 1077944320 6358 0 0 0 10 2 0 0 20 0 15 0 95706655 10808729600 7821 33554432000 4194304 4196468 140731764072624 140731764055168 139649665789687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
/proc/5808/statm: 2638850 7821 2818 1 0 2627263 0
[pid=5808/tid=5810] ppid=5805 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=0,2,4,6
/proc/5808/task/5810/stat : 5810 (java) R 5805 5808 30973 0 -1 4202560 4213 0 0 0 8 1 0 0 20 0 15 0 95706656 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649670004288 139649665801622 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5811] ppid=5805 vsize=10555400 memory=4211973926401600906 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5811/stat : 5811 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706656 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649591864464 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5812] ppid=5805 vsize=10555400 memory=140200196810368 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5812/stat : 5812 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706656 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649590811664 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5813] ppid=5805 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5813/stat : 5813 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706656 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649589758864 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5814] ppid=5805 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5814/stat : 5814 (java) S 5805 5808 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95706656 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649588706064 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5815] ppid=5805 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5815/stat : 5815 (java) S 5805 5808 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95706658 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649157785968 139649665800834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5816] ppid=5805 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5816/stat : 5816 (java) S 5805 5808 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95706658 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649156731936 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5817] ppid=5805 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5817/stat : 5817 (java) S 5805 5808 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95706658 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649155679088 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5818] ppid=5805 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5818/stat : 5818 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95706661 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649154627408 139649665808283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5819] ppid=5805 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5819/stat : 5819 (java) R 5805 5808 30973 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 95706661 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649153575792 139649665800834 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5820] ppid=5805 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5820/stat : 5820 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95706661 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649152523088 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5821] ppid=5805 vsize=10555400 memory=140200196810368 CPUtime=0.01 cores=0,2,4,6
/proc/5808/task/5821/stat : 5821 (java) R 5805 5808 30973 0 -1 4202560 355 0 0 0 1 0 0 0 20 0 15 0 95706661 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649151470192 139649665801622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5822] ppid=5805 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5822/stat : 5822 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95706661 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649150417632 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5823] ppid=5805 vsize=10555400 memory=140200196810368 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5823/stat : 5823 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706661 10808729600 7821 33554432000 4194304 4196468 140731764072624 139649149364912 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31284 KiB

[startup+0.218338 s]*
/proc/loadavg: 4.98 6.10 4.90 9/215 5823
/proc/meminfo: memFree=23375064/32770624 swapFree=67108860/67108860
[pid=5808] ppid=5805 vsize=10555400 memory=42904 CPUtime=0.36 cores=0,2,4,6
/proc/5808/stat : 5808 (java) S 5805 5808 30973 0 -1 1077944320 7814 0 0 0 33 3 0 0 20 0 15 0 95706655 10808729600 10726 33554432000 4194304 4196468 140731764072624 140731764055168 139649665789687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
/proc/5808/statm: 2638850 10726 2967 1 0 2627263 0
[pid=5808/tid=5810] ppid=5805 vsize=10555400 memory=-7387007932599496084 CPUtime=0.21 cores=0,2,4,6
/proc/5808/task/5810/stat : 5810 (java) R 5805 5808 30973 0 -1 4202560 4513 0 0 0 19 2 0 0 20 0 15 0 95706656 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649670020512 139649665811613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5811] ppid=5805 vsize=10555400 memory=4211973926401600906 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5811/stat : 5811 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706656 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649591864464 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5812] ppid=5805 vsize=10555400 memory=140200196810368 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5812/stat : 5812 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706656 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649590811664 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5813] ppid=5805 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5813/stat : 5813 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706656 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649589758864 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5814] ppid=5805 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5814/stat : 5814 (java) S 5805 5808 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95706656 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649588706064 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5815] ppid=5805 vsize=10555400 memory=140200196810368 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5815/stat : 5815 (java) S 5805 5808 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95706658 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649157785968 139649665800834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5816] ppid=5805 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5816/stat : 5816 (java) S 5805 5808 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95706658 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649156731936 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5817] ppid=5805 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5817/stat : 5817 (java) S 5805 5808 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95706658 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649155679088 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5818] ppid=5805 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5818/stat : 5818 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95706661 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649154627408 139649665808283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5819] ppid=5805 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5808/task/5819/stat : 5819 (java) R 5805 5808 30973 0 -1 1077944384 765 0 0 0 3 0 0 0 20 0 15 0 95706661 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649153575792 139649665800834 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5820] ppid=5805 vsize=10555400 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/5808/task/5820/stat : 5820 (java) R 5805 5808 30973 0 -1 4202560 326 0 0 0 3 0 0 0 20 0 15 0 95706661 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649152512912 139649643537072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5821] ppid=5805 vsize=10555400 memory=140200196810368 CPUtime=0.08 cores=0,2,4,6
/proc/5808/task/5821/stat : 5821 (java) R 5805 5808 30973 0 -1 4202560 913 0 0 0 8 0 0 0 20 0 15 0 95706661 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649151467128 139649644490176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5822] ppid=5805 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5822/stat : 5822 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95706661 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649150417632 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5823] ppid=5805 vsize=10555400 memory=140200196810368 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5823/stat : 5823 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706661 10808729600 10726 33554432000 4194304 4196468 140731764072624 139649149364912 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42904 KiB

[startup+0.311329 s]*
/proc/loadavg: 4.98 6.10 4.90 8/215 5823
/proc/meminfo: memFree=23356764/32770624 swapFree=67108860/67108860
[pid=5808] ppid=5805 vsize=10555400 memory=58004 CPUtime=0.65 cores=0,2,4,6
/proc/5808/stat : 5808 (java) S 5805 5808 30973 0 -1 1077944320 9599 0 0 0 62 3 0 0 20 0 15 0 95706655 10808729600 14501 33554432000 4194304 4196468 140731764072624 140731764055168 139649665789687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
/proc/5808/statm: 2638850 14501 3028 1 0 2627263 0
[pid=5808/tid=5810] ppid=5805 vsize=10555400 memory=93310054 CPUtime=0.29 cores=0,2,4,6
/proc/5808/task/5810/stat : 5810 (java) R 5805 5808 30973 0 -1 4202560 4709 0 0 0 27 2 0 0 20 0 15 0 95706656 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649669999488 139649665811613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5811] ppid=5805 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5811/stat : 5811 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706656 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649591864464 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5812] ppid=5805 vsize=10555400 memory=280400277487232 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5812/stat : 5812 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706656 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649590811664 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5813] ppid=5805 vsize=10555400 memory=280400161388320 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5813/stat : 5813 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706656 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649589758864 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5814] ppid=5805 vsize=10555400 memory=140200080676879 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5814/stat : 5814 (java) S 5805 5808 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95706656 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649588706064 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5815] ppid=5805 vsize=10555400 memory=280400277494144 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5815/stat : 5815 (java) S 5805 5808 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95706658 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649157785968 139649665800834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5816] ppid=5805 vsize=10555400 memory=140200080681487 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5816/stat : 5816 (java) S 5805 5808 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95706658 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649156731936 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5817] ppid=5805 vsize=10555400 memory=140200080688979 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5817/stat : 5817 (java) S 5805 5808 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95706658 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649155679088 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5818] ppid=5805 vsize=10555400 memory=140200080691284 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5818/stat : 5818 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95706661 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649154627408 139649665808283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5819] ppid=5805 vsize=10555400 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5808/task/5819/stat : 5819 (java) R 5805 5808 30973 0 -1 4202560 1262 0 0 0 12 0 0 0 20 0 15 0 95706661 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649153562608 139649645007196 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5820] ppid=5805 vsize=10555400 memory=-1 CPUtime=0.12 cores=0,2,4,6
/proc/5808/task/5820/stat : 5820 (java) R 5805 5808 30973 0 -1 4202560 1074 0 0 0 12 0 0 0 20 0 15 0 95706661 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649152504008 139649647333840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5821] ppid=5805 vsize=10555400 memory=140200196810368 CPUtime=0.09 cores=0,2,4,6
/proc/5808/task/5821/stat : 5821 (java) R 5805 5808 30973 0 -1 1077944384 1220 0 0 0 9 0 0 0 20 0 15 0 95706661 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649151470192 139649665800834 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5822] ppid=5805 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5822/stat : 5822 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95706661 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649150417632 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5823] ppid=5805 vsize=10555400 memory=140200196841652 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5823/stat : 5823 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706661 10808729600 15013 33554432000 4194304 4196468 140731764072624 139649149364912 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 58004 KiB

[startup+0.700741 s]
/proc/loadavg: 4.98 6.10 4.90 8/215 5823
/proc/meminfo: memFree=23340508/32770624 swapFree=67108860/67108860
[pid=5808] ppid=5805 vsize=10555476 memory=137964 CPUtime=1.81 cores=0,2,4,6
/proc/5808/stat : 5808 (java) S 5805 5808 30973 0 -1 1077944320 11251 0 0 0 175 6 0 0 20 0 15 0 95706655 10808807424 34491 33554432000 4194304 4196468 140731764072624 140731764055168 139649665789687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
/proc/5808/statm: 2638869 34491 3087 1 0 2627263 0
[pid=5808/tid=5810] ppid=5805 vsize=10555476 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/5808/task/5810/stat : 5810 (java) R 5805 5808 30973 0 -1 4202560 5283 0 0 0 63 4 0 0 20 0 15 0 95706656 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649670026768 139649271151016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5811] ppid=5805 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5811/stat : 5811 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706656 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649591864464 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5812] ppid=5805 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5812/stat : 5812 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706656 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649590811664 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5813] ppid=5805 vsize=10555476 memory=146 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5813/stat : 5813 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706656 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649589758864 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5814] ppid=5805 vsize=10555476 memory=2 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5814/stat : 5814 (java) S 5805 5808 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95706656 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649588706064 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5815] ppid=5805 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5815/stat : 5815 (java) S 5805 5808 30973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95706658 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649157785968 139649665800834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5816] ppid=5805 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5816/stat : 5816 (java) S 5805 5808 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95706658 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649156731936 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5817] ppid=5805 vsize=10555476 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5817/stat : 5817 (java) S 5805 5808 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95706658 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649155679088 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5818] ppid=5805 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5818/stat : 5818 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95706661 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649154627408 139649665808283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5819] ppid=5805 vsize=10555476 memory=1196 CPUtime=0.43 cores=0,2,4,6
/proc/5808/task/5819/stat : 5819 (java) R 5805 5808 30973 0 -1 4202560 1631 0 0 0 43 0 0 0 20 0 15 0 95706661 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649153562360 139649650915857 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5820] ppid=5805 vsize=10555476 memory=8548 CPUtime=0.43 cores=0,2,4,6
/proc/5808/task/5820/stat : 5820 (java) R 5805 5808 30973 0 -1 4202560 1439 0 0 0 43 0 0 0 20 0 15 0 95706661 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649152523120 139649643385152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5821] ppid=5805 vsize=10555476 memory=1228 CPUtime=0.24 cores=0,2,4,6
/proc/5808/task/5821/stat : 5821 (java) S 5805 5808 30973 0 -1 1077944384 1528 0 0 0 24 0 0 0 20 0 15 0 95706661 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649151470192 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5822] ppid=5805 vsize=10555476 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5822/stat : 5822 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95706661 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649150417632 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5823] ppid=5805 vsize=10555476 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5823/stat : 5823 (java) S 5805 5808 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95706661 10808807424 34491 33554432000 4194304 4196468 140731764072624 139649149364912 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 137964 KiB

[startup+1.50162 s]
/proc/loadavg: 4.98 6.10 4.90 9/215 5823
/proc/meminfo: memFree=23203804/32770624 swapFree=67108860/67108860
[pid=5808] ppid=5805 vsize=10555476 memory=387052 CPUtime=4.31 cores=0,2,4,6
/proc/5808/stat : 5808 (java) S 5805 5808 30973 0 -1 1077944320 16213 0 0 0 411 20 0 0 20 0 15 0 95706655 10808807424 96763 33554432000 4194304 4196468 140731764072624 140731764055168 139649665789687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
/proc/5808/statm: 2638869 96763 3121 1 0 2627263 0
[pid=5808/tid=5810] ppid=5805 vsize=10555476 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/5808/task/5810/stat : 5810 (java) R 5805 5808 30973 0 -1 4202560 5577 0 0 0 132 7 0 0 20 0 15 0 95706656 10808807424 96763 33554432000 4194304 4196468 140731764072624 139649670024864 139649267933056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5811] ppid=5805 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/5808/task/5811/stat : 5811 (java) S 5805 5808 30973 0 -1 1077944384 210 0 0 0 3 2 0 0 20 0 15 0 95706656 10808807424 96763 33554432000 4194304 4196468 140731764072624 139649591864464 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5812] ppid=5805 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/5808/task/5812/stat : 5812 (java) S 5805 5808 30973 0 -1 1077944384 109 0 0 0 3 2 0 0 20 0 15 0 95706656 10808807424 96763 33554432000 4194304 4196468 140731764072624 139649590811664 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5813] ppid=5805 vsize=10555476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5808/task/5813/stat : 5813 (java) S 5805 5808 30973 0 -1 1077944384 136 0 0 0 5 2 0 0 20 0 15 0 95706656 10808807424 96763 33554432000 4194304 4196468 140731764072624 139649589758864 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5814] ppid=5805 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/5808/task/5814/stat : 5814 (java) S 5805 5808 30973 0 -1 1077944384 180 0 0 0 3 2 0 0 20 0 15 0 95706656 10808807424 96783 33554432000 4194304 4196468 140731764072624 139649588706064 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5815] ppid=5805 vsize=10555476 memory=62 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5815/stat : 5815 (java) S 5805 5808 30973 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 15 0 95706658 10808807424 96783 33554432000 4194304 4196468 140731764072624 139649157785968 139649665800834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0

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

/proc/5808/task/5812/stat : 5812 (java) S 5805 5808 30973 0 -1 1077944384 415 0 0 0 17 7 0 0 20 0 16 0 95706656 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649590811664 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5813] ppid=5805 vsize=10622040 memory=927952 CPUtime=0.23 cores=0,2,4,6
/proc/5808/task/5813/stat : 5813 (java) S 5805 5808 30973 0 -1 1077944384 502 0 0 0 16 7 0 0 20 0 16 0 95706656 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649589758864 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5814] ppid=5805 vsize=10622040 memory=925904 CPUtime=0.23 cores=0,2,4,6
/proc/5808/task/5814/stat : 5814 (java) S 5805 5808 30973 0 -1 1077944384 438 0 0 0 16 7 0 0 20 0 16 0 95706656 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649588706064 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5815] ppid=5805 vsize=10622040 memory=927952 CPUtime=0.07 cores=0,2,4,6
/proc/5808/task/5815/stat : 5815 (java) S 5805 5808 30973 0 -1 1077944384 1287 0 0 0 4 3 0 0 20 0 16 0 95706658 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649157785968 139649665800834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5816] ppid=5805 vsize=10622040 memory=930000 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5816/stat : 5816 (java) S 5805 5808 30973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 95706658 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649156732000 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5817] ppid=5805 vsize=10622040 memory=930000 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5817/stat : 5817 (java) S 5805 5808 30973 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 95706658 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649155679104 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5818] ppid=5805 vsize=10622040 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5818/stat : 5818 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95706661 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649154627408 139649665808283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5819] ppid=5805 vsize=10622040 memory=8112282956445269571 CPUtime=3.34 cores=0,2,4,6
/proc/5808/task/5819/stat : 5819 (java) S 5805 5808 30973 0 -1 1077944384 11261 0 0 0 333 1 0 0 20 0 16 0 95706661 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649153575792 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5820] ppid=5805 vsize=10622040 memory=2336 CPUtime=3.58 cores=0,2,4,6
/proc/5808/task/5820/stat : 5820 (java) S 5805 5808 30973 0 -1 1077944384 13969 0 0 0 356 2 0 0 20 0 16 0 95706661 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649152522992 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5821] ppid=5805 vsize=10622040 memory=927952 CPUtime=0.67 cores=0,2,4,6
/proc/5808/task/5821/stat : 5821 (java) S 5805 5808 30973 0 -1 1077944384 6173 0 0 0 66 1 0 0 20 0 16 0 95706661 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649151470192 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5822] ppid=5805 vsize=10622040 memory=27676 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5822/stat : 5822 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95706661 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649150417632 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5823] ppid=5805 vsize=10622040 memory=927952 CPUtime=1.6 cores=0,2,4,6
/proc/5808/task/5823/stat : 5823 (java) S 5805 5808 30973 0 -1 1077944384 1666 0 0 0 82 78 0 0 20 0 16 0 95706661 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649149364912 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5824] ppid=5805 vsize=10622040 memory=927952 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5824/stat : 5824 (java) S 5805 5808 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95706991 10876968960 232500 33554432000 4194304 4196468 140731764072624 139649148310448 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
Current children cumulated CPU time: 2512.27 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 930000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.11 s]
/proc/loadavg: 2.07 2.02 2.31 3/217 6000
/proc/meminfo: memFree=29814588/32770624 swapFree=67108860/67108860
[pid=5808] ppid=5805 vsize=10622040 memory=932048 CPUtime=2520.08 cores=0,2,4,6
/proc/5808/stat : 5808 (java) S 5805 5808 30973 0 -1 1077944320 73559 0 0 0 251896 112 0 0 20 0 16 0 95706655 10876968960 233012 33554432000 4194304 4196468 140731764072624 140731764055168 139649665789687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
/proc/5808/statm: 2655510 233012 3163 1 0 2643904 0
[pid=5808/tid=5810] ppid=5805 vsize=10622040 memory=0 CPUtime=2509.81 cores=0,2,4,6
/proc/5808/task/5810/stat : 5810 (java) R 5805 5808 30973 0 -1 4202560 34692 0 0 0 250967 14 0 0 20 0 16 0 95706656 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649670025328 139649275116386 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5811] ppid=5805 vsize=10622040 memory=932048 CPUtime=0.23 cores=0,2,4,6
/proc/5808/task/5811/stat : 5811 (java) S 5805 5808 30973 0 -1 1077944384 1702 0 0 0 16 7 0 0 20 0 16 0 95706656 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649591864464 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5812] ppid=5805 vsize=10622040 memory=932048 CPUtime=0.24 cores=0,2,4,6
/proc/5808/task/5812/stat : 5812 (java) S 5805 5808 30973 0 -1 1077944384 415 0 0 0 17 7 0 0 20 0 16 0 95706656 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649590811664 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5813] ppid=5805 vsize=10622040 memory=932048 CPUtime=0.23 cores=0,2,4,6
/proc/5808/task/5813/stat : 5813 (java) S 5805 5808 30973 0 -1 1077944384 502 0 0 0 16 7 0 0 20 0 16 0 95706656 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649589758864 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5814] ppid=5805 vsize=10622040 memory=15876 CPUtime=0.23 cores=0,2,4,6
/proc/5808/task/5814/stat : 5814 (java) S 5805 5808 30973 0 -1 1077944384 438 0 0 0 16 7 0 0 20 0 16 0 95706656 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649588706064 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5815] ppid=5805 vsize=10622040 memory=2336 CPUtime=0.07 cores=0,2,4,6
/proc/5808/task/5815/stat : 5815 (java) S 5805 5808 30973 0 -1 1077944384 1294 0 0 0 4 3 0 0 20 0 16 0 95706658 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649157785968 139649665800834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5816] ppid=5805 vsize=10622040 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5816/stat : 5816 (java) S 5805 5808 30973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 95706658 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649156732000 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5817] ppid=5805 vsize=10622040 memory=2668 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5817/stat : 5817 (java) S 5805 5808 30973 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 95706658 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649155679104 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5818] ppid=5805 vsize=10622040 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5818/stat : 5818 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95706661 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649154627408 139649665808283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5819] ppid=5805 vsize=10622040 memory=930000 CPUtime=3.34 cores=0,2,4,6
/proc/5808/task/5819/stat : 5819 (java) S 5805 5808 30973 0 -1 1077944384 11261 0 0 0 333 1 0 0 20 0 16 0 95706661 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649153575792 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5820] ppid=5805 vsize=10622040 memory=27676 CPUtime=3.58 cores=0,2,4,6
/proc/5808/task/5820/stat : 5820 (java) S 5805 5808 30973 0 -1 1077944384 13969 0 0 0 356 2 0 0 20 0 16 0 95706661 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649152522992 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5821] ppid=5805 vsize=10622040 memory=27676 CPUtime=0.67 cores=0,2,4,6
/proc/5808/task/5821/stat : 5821 (java) S 5805 5808 30973 0 -1 1077944384 6173 0 0 0 66 1 0 0 20 0 16 0 95706661 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649151470192 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5822] ppid=5805 vsize=10622040 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5822/stat : 5822 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95706661 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649150417632 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5823] ppid=5805 vsize=10622040 memory=932048 CPUtime=1.6 cores=0,2,4,6
/proc/5808/task/5823/stat : 5823 (java) S 5805 5808 30973 0 -1 1077944384 1693 0 0 0 82 78 0 0 20 0 16 0 95706661 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649149364912 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5824] ppid=5805 vsize=10622040 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5824/stat : 5824 (java) S 5805 5808 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95706991 10876968960 233012 33554432000 4194304 4196468 140731764072624 139649148310448 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 932048 KiB

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

[startup+2510.35 s]
# the end of solver process 5808 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.02 s, system=1.13822 s

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

[startup+2510.21 s]
/proc/loadavg: 2.07 2.02 2.31 3/217 6000
/proc/meminfo: memFree=29814588/32770624 swapFree=67108860/67108860
[pid=5808] ppid=5805 vsize=10821732 memory=940488 CPUtime=2520.11 cores=0,2,4,6
/proc/5808/stat : 5808 (java) S 5805 5808 30973 0 -1 1077944320 73922 0 0 0 251898 113 0 0 20 0 17 0 95706655 11081453568 235122 33554432000 4194304 4196468 140731764072624 140731764055168 139649665789687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
/proc/5808/statm: 2705433 235122 3166 1 0 2693827 0
[pid=5808/tid=5810] ppid=5805 vsize=10821732 memory=962724 CPUtime=2509.82 cores=0,2,4,6
/proc/5808/task/5810/stat : 5810 (java) S 5805 5808 30973 0 -1 1077944384 34737 0 0 0 250968 14 0 0 20 0 17 0 95706656 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649670032560 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5811] ppid=5805 vsize=10821732 memory=1696 CPUtime=0.23 cores=0,2,4,6
/proc/5808/task/5811/stat : 5811 (java) S 5805 5808 30973 0 -1 1077944384 1702 0 0 0 16 7 0 0 20 0 17 0 95706656 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649591864464 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5812] ppid=5805 vsize=10821732 memory=8112282956445269571 CPUtime=0.24 cores=0,2,4,6
/proc/5808/task/5812/stat : 5812 (java) S 5805 5808 30973 0 -1 1077944384 415 0 0 0 17 7 0 0 20 0 17 0 95706656 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649590811664 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5813] ppid=5805 vsize=10821732 memory=2336 CPUtime=0.23 cores=0,2,4,6
/proc/5808/task/5813/stat : 5813 (java) S 5805 5808 30973 0 -1 1077944384 502 0 0 0 16 7 0 0 20 0 17 0 95706656 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649589758864 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5814] ppid=5805 vsize=10821732 memory=1724 CPUtime=0.23 cores=0,2,4,6
/proc/5808/task/5814/stat : 5814 (java) S 5805 5808 30973 0 -1 1077944384 438 0 0 0 16 7 0 0 20 0 17 0 95706656 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649588706064 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5815] ppid=5805 vsize=10821732 memory=280400162304736 CPUtime=0.07 cores=0,2,4,6
/proc/5808/task/5815/stat : 5815 (java) S 5805 5808 30973 0 -1 1077944384 1294 0 0 0 4 3 0 0 20 0 17 0 95706658 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649157785968 139649665800834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5816] ppid=5805 vsize=10821732 memory=280400161726872 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5816/stat : 5816 (java) S 5805 5808 30973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 95706658 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649156732000 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5817] ppid=5805 vsize=10821732 memory=7379539864081557333 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5817/stat : 5817 (java) S 5805 5808 30973 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 95706658 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649155679104 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5818] ppid=5805 vsize=10821732 memory=280400162488336 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5818/stat : 5818 (java) S 5805 5808 30973 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 17 0 95706661 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649154627408 139649665808283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5819] ppid=5805 vsize=10821732 memory=916 CPUtime=3.34 cores=0,2,4,6
/proc/5808/task/5819/stat : 5819 (java) S 5805 5808 30973 0 -1 1077944384 11263 0 0 0 333 1 0 0 20 0 17 0 95706661 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649153575792 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5820] ppid=5805 vsize=10821732 memory=3832 CPUtime=3.58 cores=0,2,4,6
/proc/5808/task/5820/stat : 5820 (java) S 5805 5808 30973 0 -1 1077944384 13971 0 0 0 356 2 0 0 20 0 17 0 95706661 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649152522992 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5821] ppid=5805 vsize=10821732 memory=6935054825532540783 CPUtime=0.67 cores=0,2,4,6
/proc/5808/task/5821/stat : 5821 (java) S 5805 5808 30973 0 -1 1077944384 6195 0 0 0 66 1 0 0 20 0 17 0 95706661 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649151470192 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5822] ppid=5805 vsize=10821732 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5822/stat : 5822 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95706661 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649150417632 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5823] ppid=5805 vsize=10821732 memory=1724 CPUtime=1.6 cores=0,2,4,6
/proc/5808/task/5823/stat : 5823 (java) S 5805 5808 30973 0 -1 1077944384 1693 0 0 0 82 78 0 0 20 0 17 0 95706661 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649149364912 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
Current children cumulated CPU time: 2520.11 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 940488 KiB

[startup+2510.3 s]
/proc/loadavg: 2.07 2.02 2.31 3/217 6000
/proc/meminfo: memFree=29814588/32770624 swapFree=67108860/67108860
[pid=5808] ppid=5805 vsize=10821732 memory=940488 CPUtime=2520.11 cores=0,2,4,6
/proc/5808/stat : 5808 (java) S 5805 5808 30973 0 -1 1077944320 73922 0 0 0 251898 113 0 0 20 0 17 0 95706655 11081453568 235122 33554432000 4194304 4196468 140731764072624 140731764055168 139649665789687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
/proc/5808/statm: 2705433 235122 3166 1 0 2693827 0
[pid=5808/tid=5810] ppid=5805 vsize=10821732 memory=932048 CPUtime=2509.82 cores=0,2,4,6
/proc/5808/task/5810/stat : 5810 (java) S 5805 5808 30973 0 -1 1077944384 34737 0 0 0 250968 14 0 0 20 0 17 0 95706656 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649670032560 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5811] ppid=5805 vsize=10821732 memory=932048 CPUtime=0.23 cores=0,2,4,6
/proc/5808/task/5811/stat : 5811 (java) S 5805 5808 30973 0 -1 1077944384 1702 0 0 0 16 7 0 0 20 0 17 0 95706656 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649591864464 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5812] ppid=5805 vsize=10821732 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/5808/task/5812/stat : 5812 (java) S 5805 5808 30973 0 -1 1077944384 415 0 0 0 17 7 0 0 20 0 17 0 95706656 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649590811664 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5813] ppid=5805 vsize=10821732 memory=932048 CPUtime=0.23 cores=0,2,4,6
/proc/5808/task/5813/stat : 5813 (java) S 5805 5808 30973 0 -1 1077944384 502 0 0 0 16 7 0 0 20 0 17 0 95706656 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649589758864 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5814] ppid=5805 vsize=10821732 memory=1149 CPUtime=0.23 cores=0,2,4,6
/proc/5808/task/5814/stat : 5814 (java) S 5805 5808 30973 0 -1 1077944384 438 0 0 0 16 7 0 0 20 0 17 0 95706656 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649588706064 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5815] ppid=5805 vsize=10821732 memory=15876 CPUtime=0.07 cores=0,2,4,6
/proc/5808/task/5815/stat : 5815 (java) S 5805 5808 30973 0 -1 1077944384 1294 0 0 0 4 3 0 0 20 0 17 0 95706658 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649157785968 139649665800834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5816] ppid=5805 vsize=10821732 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5816/stat : 5816 (java) S 5805 5808 30973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 95706658 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649156732000 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5817] ppid=5805 vsize=10821732 memory=2668 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5817/stat : 5817 (java) S 5805 5808 30973 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 95706658 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649155679104 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5818] ppid=5805 vsize=10821732 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5818/stat : 5818 (java) S 5805 5808 30973 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 17 0 95706661 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649154627408 139649665808283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5819] ppid=5805 vsize=10821732 memory=930000 CPUtime=3.34 cores=0,2,4,6
/proc/5808/task/5819/stat : 5819 (java) S 5805 5808 30973 0 -1 1077944384 11263 0 0 0 333 1 0 0 20 0 17 0 95706661 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649153575792 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5820] ppid=5805 vsize=10821732 memory=27676 CPUtime=3.58 cores=0,2,4,6
/proc/5808/task/5820/stat : 5820 (java) S 5805 5808 30973 0 -1 1077944384 13971 0 0 0 356 2 0 0 20 0 17 0 95706661 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649152522992 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5821] ppid=5805 vsize=10821732 memory=2336 CPUtime=0.67 cores=0,2,4,6
/proc/5808/task/5821/stat : 5821 (java) S 5805 5808 30973 0 -1 1077944384 6195 0 0 0 66 1 0 0 20 0 17 0 95706661 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649151470192 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5822] ppid=5805 vsize=10821732 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/5808/task/5822/stat : 5822 (java) S 5805 5808 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95706661 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649150417632 139649665799893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
[pid=5808/tid=5823] ppid=5805 vsize=10821732 memory=27676 CPUtime=1.6 cores=0,2,4,6
/proc/5808/task/5823/stat : 5823 (java) S 5805 5808 30973 0 -1 1077944384 1693 0 0 0 82 78 0 0 20 0 17 0 95706661 11081453568 235122 33554432000 4194304 4196468 140731764072624 139649149364912 139649665800834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9601024 140731764073606 140731764073759 140731764073759 140731764076495 0
Current children cumulated CPU time: 2520.11 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 940488 KiB

Child status: 143
Real time (s): 2510.35
CPU time (s): 2520.15
CPU user time (s): 2519.02
CPU system time (s): 1.13822
CPU usage (%): 100.391
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 940488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.02
system time used= 1.13822
maximum resident set size= 943216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57147
involuntary context switches= 816


# summary of solver processes directly reported to runsolver:
#   pid: 5808
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2519.02
#   total CPU system time (s): 1.13822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3215 second user time and 23.8223 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 13:55:26
IDJOB=4263646
IDBENCH=126718
IDSOLVER=2651
FILE ID=node103/4263646-1502626184
RUNJOBID= node103-1502624009-5187
PBS_JOBID= 20628296
Free space on /tmp= 61780 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-xcsp2-s1/SocialGolfers-08-4-8_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263646-1502626184/watcher-4263646-1502626184 -o /tmp/evaluation-result-4263646-1502626184/solver-4263646-1502626184 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263646-1502626184.xml

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

MD5SUM BENCH= 5b948440152400779ab8a0c6bf9e55ba
RANDOM SEED=365628058

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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.56
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.56
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.56
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:        23402868 kB
MemAvailable:   23717256 kB
Buffers:           96732 kB
Cached:           512436 kB
SwapCached:            0 kB
Active:          8778948 kB
Inactive:         149384 kB
Active(anon):    8268572 kB
Inactive(anon):    78640 kB
Active(file):     510376 kB
Inactive(file):    70744 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3144 kB
Writeback:             0 kB
AnonPages:       8368956 kB
Mapped:            55220 kB
Shmem:             25228 kB
Slab:             124572 kB
SReclaimable:      98208 kB
SUnreclaim:        26364 kB
KernelStack:        3792 kB
PageTables:        21552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8128512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61788 MiB
End job on node103 at 2017-08-13 14:37:16