Trace number 4298278

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
SuperSolver_Macq_Stevenart 2018-04-27? (NS) 2.90098 1.07755

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-02-opt_c18.xml
MD5SUM8e09409b393ee527d9cd0cdbf2802747
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1235
Number of domains3
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":2},{"size":36,"count":94},{"size":44,"count":104}]
Minimum variable degree2
Maximum variable degree45
Distribution of variable degrees[{"degree":2,"count":4},{"degree":3,"count":2},{"degree":4,"count":8},{"degree":5,"count":6},{"degree":6,"count":15},{"degree":7,"count":10},{"degree":8,"count":19},{"degree":9,"count":9},{"degree":10,"count":25},{"degree":11,"count":16},{"degree":12,"count":2},{"degree":13,"count":4},{"degree":14,"count":9},{"degree":15,"count":4},{"degree":16,"count":15},{"degree":17,"count":4},{"degree":18,"count":8},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":4},{"degree":23,"count":6},{"degree":24,"count":3},{"degree":26,"count":3},{"degree":27,"count":6},{"degree":28,"count":1},{"degree":29,"count":5},{"degree":31,"count":1},{"degree":33,"count":2},{"degree":34,"count":2},{"degree":39,"count":1},{"degree":45,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1235}]
Number of extensional constraints1235
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1235}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2.74/1.05	c Caught NotImplementedException
2.74/1.06	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:536)
2.74/1.06	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
2.74/1.06	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
2.74/1.06	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.74/1.06	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2.74/1.06	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
2.74/1.06	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
2.74/1.06	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2.74/1.06	c 	xcsp3.XCSP3.<init>(XCSP3.java:73)
2.74/1.06	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
2.74/1.06	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
2.74/1.06	s UNSUPPORTED

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 (7441 MiB free)
  memory of node 1: 16384 MiB (15800 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298278-1532809135/watcher-4298278-1532809135 -o /tmp/evaluation-result-4298278-1532809135/solver-4298278-1532809135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532803839-685 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298278-1532809135.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
Current StackSize limit: 8192 KiB

solver pid=1489, runsolver pid=1486

[startup+0.100139 s]*
/proc/loadavg: 2.17 1.77 1.60 3/214 1504
/proc/meminfo: memFree=23783620/32770624 swapFree=67028396/67108860
[pid=1489] ppid=1486 vsize=10661052 memory=28376 CPUtime=0.12 cores=1,3,5,7
/proc/1489/stat : 1489 (java) S 1486 1489 29912 0 -1 1077944320 4982 0 0 0 11 1 0 0 20 0 15 0 98476638 10916917248 7094 33554432000 4194304 4196468 140731065622736 140731065605280 140193051492087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
/proc/1489/statm: 2665263 7094 2841 1 0 2627263 0
[pid=1489/tid=1491] ppid=1486 vsize=10661052 memory=7022364594140610616 CPUtime=0.09 cores=1,3,5,7
/proc/1489/task/1491/stat : 1491 (java) R 1486 1489 29912 0 -1 4202560 2859 0 0 0 9 0 0 0 20 0 15 0 98476638 10916917248 7094 33554432000 4194304 4196468 140731065622736 140193055722496 140193051504022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1492] ppid=1486 vsize=10661052 memory=342 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1492/stat : 1492 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476639 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192977566736 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1493] ppid=1486 vsize=10661052 memory=140425290816319 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1493/stat : 1493 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476639 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192976514192 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1494] ppid=1486 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1494/stat : 1494 (java) S 1486 1489 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98476639 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192975461136 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1495] ppid=1486 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1495/stat : 1495 (java) S 1486 1489 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98476639 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192974408592 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1496] ppid=1486 vsize=10661052 memory=140425290790528 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1496/stat : 1496 (java) S 1486 1489 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98476641 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192543353072 140193051503234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1497] ppid=1486 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1497/stat : 1497 (java) S 1486 1489 29912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98476641 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192542299296 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1498] ppid=1486 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1498/stat : 1498 (java) S 1486 1489 29912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98476641 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192541246192 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1499] ppid=1486 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1499/stat : 1499 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476643 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192540194768 140193051510683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1500] ppid=1486 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1500/stat : 1500 (java) S 1486 1489 29912 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 98476644 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192539142896 140193051503234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1501] ppid=1486 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1501/stat : 1501 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476644 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192538090352 140193051503234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1502] ppid=1486 vsize=10661052 memory=140425290790528 CPUtime=0.01 cores=1,3,5,7
/proc/1489/task/1502/stat : 1502 (java) R 1486 1489 29912 0 -1 4202560 323 0 0 0 1 0 0 0 20 0 15 0 98476644 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192537037296 140193032731072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1503] ppid=1486 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1503/stat : 1503 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476644 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192535984992 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1504] ppid=1486 vsize=10661052 memory=140425290790528 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1504/stat : 1504 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476644 10916917248 7094 33554432000 4194304 4196468 140731065622736 140192534932016 140193051503234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28376 KiB

[startup+0.210563 s]*
/proc/loadavg: 2.17 1.77 1.60 4/214 1504
/proc/meminfo: memFree=23771996/32770624 swapFree=67028396/67108860
[pid=1489] ppid=1486 vsize=10661052 memory=40260 CPUtime=0.34 cores=1,3,5,7
/proc/1489/stat : 1489 (java) S 1486 1489 29912 0 -1 1077944320 7656 0 0 0 32 2 0 0 20 0 15 0 98476638 10916917248 10065 33554432000 4194304 4196468 140731065622736 140731065605280 140193051492087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
/proc/1489/statm: 2665263 10065 2992 1 0 2627263 0
[pid=1489/tid=1491] ppid=1486 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/1489/task/1491/stat : 1491 (java) R 1486 1489 29912 0 -1 4202560 4616 0 0 0 19 1 0 0 20 0 15 0 98476638 10916917248 10065 33554432000 4194304 4196468 140731065622736 140193055731392 140193051514013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1492] ppid=1486 vsize=10661052 memory=342 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1492/stat : 1492 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476639 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192977566736 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1493] ppid=1486 vsize=10661052 memory=140425290816319 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1493/stat : 1493 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476639 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192976514192 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1494] ppid=1486 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1494/stat : 1494 (java) S 1486 1489 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98476639 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192975461136 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1495] ppid=1486 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1495/stat : 1495 (java) S 1486 1489 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98476639 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192974408592 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1496] ppid=1486 vsize=10661052 memory=140425290790528 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1496/stat : 1496 (java) S 1486 1489 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98476641 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192543353072 140193051503234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1497] ppid=1486 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1497/stat : 1497 (java) S 1486 1489 29912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98476641 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192542299296 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1498] ppid=1486 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1498/stat : 1498 (java) S 1486 1489 29912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98476641 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192541246192 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1499] ppid=1486 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1499/stat : 1499 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476643 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192540194768 140193051510683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1500] ppid=1486 vsize=10661052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1489/task/1500/stat : 1500 (java) R 1486 1489 29912 0 -1 1077944384 848 0 0 0 3 0 0 0 20 0 15 0 98476644 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192539135920 140193051502293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1501] ppid=1486 vsize=10661052 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1489/task/1501/stat : 1501 (java) R 1486 1489 29912 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 15 0 98476644 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192538090352 140193029502881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1502] ppid=1486 vsize=10661052 memory=140425290790528 CPUtime=0.08 cores=1,3,5,7
/proc/1489/task/1502/stat : 1502 (java) R 1486 1489 29912 0 -1 4202560 792 0 0 0 8 0 0 0 20 0 15 0 98476644 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192537033664 140193030097656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1503] ppid=1486 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1503/stat : 1503 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476644 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192535984992 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1504] ppid=1486 vsize=10661052 memory=140425290790528 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1504/stat : 1504 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476644 10916917248 10065 33554432000 4194304 4196468 140731065622736 140192534932016 140193051503234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40260 KiB

[startup+0.310488 s]*
/proc/loadavg: 2.17 1.77 1.60 7/214 1504
/proc/meminfo: memFree=23756376/32770624 swapFree=67028396/67108860
[pid=1489] ppid=1486 vsize=10661128 memory=55820 CPUtime=0.66 cores=1,3,5,7
/proc/1489/stat : 1489 (java) S 1486 1489 29912 0 -1 1077944320 9960 0 0 0 64 2 0 0 20 0 15 0 98476638 10916995072 13955 33554432000 4194304 4196468 140731065622736 140731065605280 140193051492087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
/proc/1489/statm: 2665282 13955 3074 1 0 2627263 0
[pid=1489/tid=1491] ppid=1486 vsize=10661128 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/1489/task/1491/stat : 1491 (java) R 1486 1489 29912 0 -1 4202560 4979 0 0 0 28 1 0 0 20 0 15 0 98476638 10916995072 13955 33554432000 4194304 4196468 140731065622736 140193055727176 140192650635847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1492] ppid=1486 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1492/stat : 1492 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476639 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192977566736 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1493] ppid=1486 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1493/stat : 1493 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476639 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192976514192 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1494] ppid=1486 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1494/stat : 1494 (java) S 1486 1489 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98476639 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192975461136 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1495] ppid=1486 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1495/stat : 1495 (java) S 1486 1489 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98476639 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192974408592 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1496] ppid=1486 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1496/stat : 1496 (java) S 1486 1489 29912 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98476641 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192543353072 140193051503234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1497] ppid=1486 vsize=10661128 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1497/stat : 1497 (java) S 1486 1489 29912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98476641 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192542299296 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1498] ppid=1486 vsize=10661128 memory=48900 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1498/stat : 1498 (java) S 1486 1489 29912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98476641 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192541246192 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1499] ppid=1486 vsize=10661128 memory=51204 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1499/stat : 1499 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476643 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192540194768 140193051510683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1500] ppid=1486 vsize=10661128 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1489/task/1500/stat : 1500 (java) R 1486 1489 29912 0 -1 4202560 2003 0 0 0 12 0 0 0 20 0 15 0 98476644 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192539128920 140193030737935 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1501] ppid=1486 vsize=10661128 memory=140425163811359 CPUtime=0.06 cores=1,3,5,7
/proc/1489/task/1501/stat : 1501 (java) R 1486 1489 29912 0 -1 4202560 295 0 0 0 6 0 0 0 20 0 15 0 98476644 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192538079584 140193036373855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1502] ppid=1486 vsize=10661128 memory=280850454599552 CPUtime=0.16 cores=1,3,5,7
/proc/1489/task/1502/stat : 1502 (java) R 1486 1489 29912 0 -1 4202560 1328 0 0 0 16 0 0 0 20 0 15 0 98476644 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192537035256 140193030461556 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1503] ppid=1486 vsize=10661128 memory=140425163804463 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1503/stat : 1503 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476644 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192535984992 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1504] ppid=1486 vsize=10661128 memory=140425290790539 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1504/stat : 1504 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476644 10916995072 13955 33554432000 4194304 4196468 140731065622736 140192534932016 140193051503234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 55820 KiB

[startup+0.700798 s]
/proc/loadavg: 2.17 1.77 1.60 5/214 1504
/proc/meminfo: memFree=23735092/32770624 swapFree=67028396/67108860
[pid=1489] ppid=1486 vsize=10661128 memory=92428 CPUtime=1.88 cores=1,3,5,7
/proc/1489/stat : 1489 (java) S 1486 1489 29912 0 -1 1077944320 10959 0 0 0 185 3 0 0 20 0 15 0 98476638 10916995072 23107 33554432000 4194304 4196468 140731065622736 140731065605280 140193051492087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
/proc/1489/statm: 2665282 23107 3112 1 0 2627263 0
[pid=1489/tid=1491] ppid=1486 vsize=10661128 memory=2241 CPUtime=0.68 cores=1,3,5,7
/proc/1489/task/1491/stat : 1491 (java) R 1486 1489 29912 0 -1 4202560 5105 0 0 0 66 2 0 0 20 0 15 0 98476638 10916995072 23107 33554432000 4194304 4196468 140731065622736 140193055729136 140192652361286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1492] ppid=1486 vsize=10661128 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1492/stat : 1492 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476639 10916995072 23107 33554432000 4194304 4196468 140731065622736 140192977566736 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1493] ppid=1486 vsize=10661128 memory=280850327492192 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1493/stat : 1493 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476639 10916995072 23107 33554432000 4194304 4196468 140731065622736 140192976514192 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1494] ppid=1486 vsize=10661128 memory=234 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1494/stat : 1494 (java) S 1486 1489 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98476639 10916995072 23107 33554432000 4194304 4196468 140731065622736 140192975461136 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1495] ppid=1486 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1495/stat : 1495 (java) S 1486 1489 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98476639 10916995072 23107 33554432000 4194304 4196468 140731065622736 140192974408592 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1496] ppid=1486 vsize=10661128 memory=6291621469359390818 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1496/stat : 1496 (java) S 1486 1489 29912 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98476641 10916995072 23619 33554432000 4194304 4196468 140731065622736 140192543353072 140193051503234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1497] ppid=1486 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1497/stat : 1497 (java) S 1486 1489 29912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98476641 10916995072 23619 33554432000 4194304 4196468 140731065622736 140192542299296 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1498] ppid=1486 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1498/stat : 1498 (java) S 1486 1489 29912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98476641 10916995072 23619 33554432000 4194304 4196468 140731065622736 140192541246192 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1499] ppid=1486 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1499/stat : 1499 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476643 10916995072 23619 33554432000 4194304 4196468 140731065622736 140192540194768 140193051510683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1500] ppid=1486 vsize=10661128 memory=1 CPUtime=0.48 cores=1,3,5,7
/proc/1489/task/1500/stat : 1500 (java) R 1486 1489 29912 0 -1 4202560 2157 0 0 0 48 0 0 0 20 0 15 0 98476644 10916995072 23619 33554432000 4194304 4196468 140731065622736 140192539142896 140193037507633 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1501] ppid=1486 vsize=10661128 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/1489/task/1501/stat : 1501 (java) R 1486 1489 29912 0 -1 1077944384 669 0 0 0 38 0 0 0 20 0 15 0 98476644 10916995072 23619 33554432000 4194304 4196468 140731065622736 140192538090352 140193051503234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1502] ppid=1486 vsize=10661128 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/1489/task/1502/stat : 1502 (java) R 1486 1489 29912 0 -1 4202560 1656 0 0 0 32 0 0 0 20 0 15 0 98476644 10916995072 23619 33554432000 4194304 4196468 140731065622736 140192537037296 140193051504022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1503] ppid=1486 vsize=10661128 memory=7163085330834339126 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1503/stat : 1503 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476644 10916995072 23619 33554432000 4194304 4196468 140731065622736 140192535984992 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1504] ppid=1486 vsize=10661128 memory=7230648294312010840 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1504/stat : 1504 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476644 10916995072 23619 33554432000 4194304 4196468 140731065622736 140192534932016 140193051503234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 92428 KiB

[startup+1.0775 s]
# the end of solver process 1489 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.73654 s, system=0.164436 s

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

[startup+0.806494 s]
/proc/loadavg: 2.17 1.77 1.60 5/214 1504
/proc/meminfo: memFree=23735092/32770624 swapFree=67028396/67108860
[pid=1489] ppid=1486 vsize=10661128 memory=135876 CPUtime=2.08 cores=1,3,5,7
/proc/1489/stat : 1489 (java) S 1486 1489 29912 0 -1 1077944320 11066 0 0 0 205 3 0 0 20 0 15 0 98476638 10916995072 33969 33554432000 4194304 4196468 140731065622736 140731065605280 140193051492087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
/proc/1489/statm: 2665282 33969 3116 1 0 2627263 0
[pid=1489/tid=1491] ppid=1486 vsize=10661128 memory=916 CPUtime=0.78 cores=1,3,5,7
/proc/1489/task/1491/stat : 1491 (java) R 1486 1489 29912 0 -1 4202560 5128 0 0 0 76 2 0 0 20 0 15 0 98476638 10916995072 33969 33554432000 4194304 4196468 140731065622736 140193055730240 140192652549606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1492] ppid=1486 vsize=10661128 memory=5551719 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1492/stat : 1492 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476639 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192977566736 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1493] ppid=1486 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1493/stat : 1493 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476639 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192976514192 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1494] ppid=1486 vsize=10661128 memory=146850434915607 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1494/stat : 1494 (java) S 1486 1489 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98476639 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192975461136 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1495] ppid=1486 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1495/stat : 1495 (java) S 1486 1489 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98476639 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192974408592 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1496] ppid=1486 vsize=10661128 memory=280850327685216 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1496/stat : 1496 (java) S 1486 1489 29912 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98476641 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192543353072 140193051503234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1497] ppid=1486 vsize=10661128 memory=280850327685080 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1497/stat : 1497 (java) S 1486 1489 29912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98476641 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192542299296 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1498] ppid=1486 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1498/stat : 1498 (java) S 1486 1489 29912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98476641 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192541246192 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1499] ppid=1486 vsize=10661128 memory=280850327708016 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1499/stat : 1499 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476643 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192540194768 140193051510683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1500] ppid=1486 vsize=10661128 memory=280850327705744 CPUtime=0.54 cores=1,3,5,7
/proc/1489/task/1500/stat : 1500 (java) R 1486 1489 29912 0 -1 4202560 2175 0 0 0 54 0 0 0 20 0 15 0 98476644 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192539142896 140193032127703 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1501] ppid=1486 vsize=10661128 memory=6944656592387989600 CPUtime=0.4 cores=1,3,5,7
/proc/1489/task/1501/stat : 1501 (java) R 1486 1489 29912 0 -1 4202560 676 0 0 0 40 0 0 0 20 0 15 0 98476644 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192538076896 140193035398266 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1502] ppid=1486 vsize=10661128 memory=6656426216303648864 CPUtime=0.35 cores=1,3,5,7
/proc/1489/task/1502/stat : 1502 (java) S 1486 1489 29912 0 -1 1077944384 1715 0 0 0 35 0 0 0 20 0 15 0 98476644 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192537037296 140193051503234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1503] ppid=1486 vsize=10661128 memory=280850327717104 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1503/stat : 1503 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476644 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192535984992 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1504] ppid=1486 vsize=10661128 memory=280850327728464 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1504/stat : 1504 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476644 10916995072 33969 33554432000 4194304 4196468 140731065622736 140192534932016 140193051503234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
Current children cumulated CPU time: 2.08 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 135876 KiB

[startup+1.00153 s]*
/proc/loadavg: 2.40 1.82 1.62 6/214 1504
/proc/meminfo: memFree=23563000/32770624 swapFree=67028396/67108860
[pid=1489] ppid=1486 vsize=10661128 memory=254760 CPUtime=2.74 cores=1,3,5,7
/proc/1489/stat : 1489 (java) S 1486 1489 29912 0 -1 1077944320 11290 0 0 0 260 14 0 0 20 0 15 0 98476638 10916995072 63690 33554432000 4194304 4196468 140731065622736 140731065605280 140193051492087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
/proc/1489/statm: 2665282 63690 3121 1 0 2627263 0
[pid=1489/tid=1491] ppid=1486 vsize=10661128 memory=8326441112148417179 CPUtime=0.9 cores=1,3,5,7
/proc/1489/task/1491/stat : 1491 (java) S 1486 1489 29912 0 -1 1077944384 5148 0 0 0 87 3 0 0 20 0 15 0 98476638 10916995072 64202 33554432000 4194304 4196468 140731065622736 140193055730144 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1492] ppid=1486 vsize=10661128 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/1489/task/1492/stat : 1492 (java) R 1486 1489 29912 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 15 0 98476639 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192977566936 140193033139684 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1493] ppid=1486 vsize=10661128 memory=3473317583166854832 CPUtime=0.08 cores=1,3,5,7
/proc/1489/task/1493/stat : 1493 (java) R 1486 1489 29912 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 15 0 98476639 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192976514080 140193036519506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1494] ppid=1486 vsize=10661128 memory=7453282923495320660 CPUtime=0.08 cores=1,3,5,7
/proc/1489/task/1494/stat : 1494 (java) R 1486 1489 29912 0 -1 4202560 54 0 0 0 6 2 0 0 20 0 15 0 98476639 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192975461336 140193036519506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1495] ppid=1486 vsize=10661128 memory=3976735869837390899 CPUtime=0.08 cores=1,3,5,7
/proc/1489/task/1495/stat : 1495 (java) R 1486 1489 29912 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 15 0 98476639 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192974408592 140193036519506 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1496] ppid=1486 vsize=10661128 memory=2319529624457205425 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1496/stat : 1496 (java) S 1486 1489 29912 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 98476641 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192543351584 140193051502293 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1497] ppid=1486 vsize=10661128 memory=3545798801362465590 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1497/stat : 1497 (java) S 1486 1489 29912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98476641 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192542299296 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1498] ppid=1486 vsize=10661128 memory=7597685182856913236 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1498/stat : 1498 (java) S 1486 1489 29912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98476641 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192541246192 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1499] ppid=1486 vsize=10661128 memory=7597685182856913236 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1499/stat : 1499 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476643 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192540194768 140193051510683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1500] ppid=1486 vsize=10661128 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/1489/task/1500/stat : 1500 (java) S 1486 1489 29912 0 -1 1077944384 2190 0 0 0 65 0 0 0 20 0 15 0 98476644 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192539127008 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1501] ppid=1486 vsize=10661128 memory=3539882290705938739 CPUtime=0.48 cores=1,3,5,7
/proc/1489/task/1501/stat : 1501 (java) S 1486 1489 29912 0 -1 1077944384 683 0 0 0 48 0 0 0 20 0 15 0 98476644 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192538075344 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1502] ppid=1486 vsize=10661128 memory=3835291091880667312 CPUtime=0.35 cores=1,3,5,7
/proc/1489/task/1502/stat : 1502 (java) S 1486 1489 29912 0 -1 1077944384 1715 0 0 0 35 0 0 0 20 0 15 0 98476644 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192537037296 140193051503234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1503] ppid=1486 vsize=10661128 memory=4122826884569577271 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1503/stat : 1503 (java) S 1486 1489 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98476644 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192535984992 140193051502293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
[pid=1489/tid=1504] ppid=1486 vsize=10661128 memory=3756202108081695904 CPUtime=0 cores=1,3,5,7
/proc/1489/task/1504/stat : 1504 (java) S 1486 1489 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98476644 10916995072 64202 33554432000 4194304 4196468 140731065622736 140192534932016 140193051503234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30461952 140731065623690 140731065623817 140731065623817 140731065626575 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 254760 KiB

Child status: 0
Real time (s): 1.07755
CPU time (s): 2.90098
CPU user time (s): 2.73654
CPU system time (s): 0.164436
CPU usage (%): 269.22
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 254760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.73654
system time used= 0.164436
maximum resident set size= 270068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11457
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1195
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 1489
#   total CPU time (s): 2.90098
#   total CPU user time (s): 2.73654
#   total CPU system time (s): 0.164436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.019626 second user time and 0.067144 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-28 22:18:55
IDJOB=4298278
IDBENCH=141094
IDSOLVER=2767
FILE ID=node102/4298278-1532809135
RUNJOBID= node102-1532803839-685
PBS_JOBID= 21022470
Free space on /tmp= 52740 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-02-opt_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298278-1532809135/watcher-4298278-1532809135 -o /tmp/evaluation-result-4298278-1532809135/solver-4298278-1532809135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532803839-685 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298278-1532809135.xml

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

MD5SUM BENCH= 8e09409b393ee527d9cd0cdbf2802747
RANDOM SEED=485794018

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23800296 kB
MemAvailable:   28957768 kB
Buffers:          217472 kB
Cached:          5195020 kB
SwapCached:        53404 kB
Active:          4189580 kB
Inactive:        4275440 kB
Active(anon):    2978048 kB
Inactive(anon):    99116 kB
Active(file):    1211532 kB
Inactive(file):  4176324 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028396 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       3005756 kB
Mapped:            47816 kB
Shmem:             22172 kB
Slab:             198708 kB
SReclaimable:     170904 kB
SUnreclaim:        27804 kB
KernelStack:        3488 kB
PageTables:        10564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3944696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2918400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52736 MiB
End job on node102 at 2018-07-28 22:18:56