Trace number 4298277

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28? (NS) 2.82211 1.0773

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.72/1.06	c Caught NotImplementedException
2.72/1.06	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:528)
2.72/1.06	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
2.72/1.06	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
2.72/1.06	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.72/1.06	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2.72/1.06	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
2.72/1.06	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
2.72/1.06	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2.72/1.06	c 	xcsp3.XCSP3.<init>(XCSP3.java:72)
2.72/1.06	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
2.72/1.06	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
2.72/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 (9932 MiB free)
  memory of node 1: 16384 MiB (10856 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298277-1532751522/watcher-4298277-1532751522 -o /tmp/evaluation-result-4298277-1532751522/solver-4298277-1532751522 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532741422-28016 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298277-1532751522.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=29762, runsolver pid=29759

[startup+0.100176 s]*
/proc/loadavg: 2.87 1.84 1.59 4/215 29777
/proc/meminfo: memFree=21272424/32770624 swapFree=67108860/67108860
[pid=29762] ppid=29759 vsize=10661052 memory=27408 CPUtime=0.12 cores=0,2,4,6
/proc/29762/stat : 29762 (java) S 29759 29762 27985 0 -1 1077944320 5277 0 0 0 11 1 0 0 20 0 15 0 92715350 10916917248 6852 33554432000 4194304 4196468 140725521378880 140725521361424 140162780434167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
/proc/29762/statm: 2665263 6852 2812 1 0 2627263 0
[pid=29762/tid=29764] ppid=29759 vsize=10661052 memory=-8269626465541068159 CPUtime=0.09 cores=0,2,4,6
/proc/29762/task/29764/stat : 29764 (java) R 29759 29762 27985 0 -1 4202560 3136 0 0 0 8 1 0 0 20 0 15 0 92715350 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162784664576 140162772671294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29765] ppid=29759 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29765/stat : 29765 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715351 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162706508688 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29766] ppid=29759 vsize=10661052 memory=140280180508288 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29766/stat : 29766 (java) S 29759 29762 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92715351 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162705455888 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29767] ppid=29759 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29767/stat : 29767 (java) S 29759 29762 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92715351 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162704403600 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29768] ppid=29759 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29768/stat : 29768 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715351 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162703350800 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29769] ppid=29759 vsize=10661052 memory=140280180508288 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29769/stat : 29769 (java) S 29759 29762 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92715353 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162017208432 140162780445314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29770] ppid=29759 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29770/stat : 29770 (java) S 29759 29762 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92715353 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162016154400 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29771] ppid=29759 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29771/stat : 29771 (java) S 29759 29762 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92715353 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162015102064 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29772] ppid=29759 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29772/stat : 29772 (java) S 29759 29762 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92715356 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162014050384 140162780452763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29773] ppid=29759 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29773/stat : 29773 (java) R 29759 29762 27985 0 -1 4202560 299 0 0 0 0 0 0 0 20 0 15 0 92715356 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162012998256 140162780446102 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29774] ppid=29759 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29774/stat : 29774 (java) R 29759 29762 27985 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 92715356 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162011945456 140162780445314 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29775] ppid=29759 vsize=10661052 memory=140280180508288 CPUtime=0.01 cores=0,2,4,6
/proc/29762/task/29775/stat : 29775 (java) R 29759 29762 27985 0 -1 4202560 346 0 0 0 1 0 0 0 20 0 15 0 92715356 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162010893168 140162772671294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29776] ppid=29759 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29776/stat : 29776 (java) S 29759 29762 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92715356 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162009840608 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29777] ppid=29759 vsize=10661052 memory=140280180508288 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29777/stat : 29777 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715356 10916917248 6852 33554432000 4194304 4196468 140725521378880 140162008787376 140162780445314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27408 KiB

[startup+0.210559 s]*
/proc/loadavg: 2.87 1.84 1.59 4/215 29777
/proc/meminfo: memFree=21259684/32770624 swapFree=67108860/67108860
[pid=29762] ppid=29759 vsize=10661052 memory=40492 CPUtime=0.35 cores=0,2,4,6
/proc/29762/stat : 29762 (java) S 29759 29762 27985 0 -1 1077944320 8209 0 0 0 33 2 0 0 20 0 15 0 92715350 10916917248 10123 33554432000 4194304 4196468 140725521378880 140725521361424 140162780434167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
/proc/29762/statm: 2665263 10123 2971 1 0 2627263 0
[pid=29762/tid=29764] ppid=29759 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29762/task/29764/stat : 29764 (java) R 29759 29762 27985 0 -1 4202560 5102 0 0 0 19 1 0 0 20 0 15 0 92715350 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162784673472 140162780456093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29765] ppid=29759 vsize=10661052 memory=345 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29765/stat : 29765 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715351 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162706508688 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29766] ppid=29759 vsize=10661052 memory=3835018272111593120 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29766/stat : 29766 (java) S 29759 29762 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92715351 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162705455888 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29767] ppid=29759 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29767/stat : 29767 (java) S 29759 29762 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92715351 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162704403600 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29768] ppid=29759 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29768/stat : 29768 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715351 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162703350800 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29769] ppid=29759 vsize=10661052 memory=140280180508288 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29769/stat : 29769 (java) S 29759 29762 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92715353 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162017208432 140162780445314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29770] ppid=29759 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29770/stat : 29770 (java) S 29759 29762 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92715353 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162016154400 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29771] ppid=29759 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29771/stat : 29771 (java) S 29759 29762 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92715353 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162015102064 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29772] ppid=29759 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29772/stat : 29772 (java) S 29759 29762 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92715356 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162014050384 140162780452763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29773] ppid=29759 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29762/task/29773/stat : 29773 (java) R 29759 29762 27985 0 -1 4202560 482 0 0 0 2 0 0 0 20 0 15 0 92715356 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162012998256 140162772671294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29774] ppid=29759 vsize=10661052 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/29762/task/29774/stat : 29774 (java) R 29759 29762 27985 0 -1 1077944384 378 0 0 0 3 0 0 0 20 0 15 0 92715356 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162011945456 140162780445314 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29775] ppid=29759 vsize=10661052 memory=140280180508288 CPUtime=0.08 cores=0,2,4,6
/proc/29762/task/29775/stat : 29775 (java) R 29759 29762 27985 0 -1 4202560 878 0 0 0 8 0 0 0 20 0 15 0 92715356 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162010889536 140162772671294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29776] ppid=29759 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29776/stat : 29776 (java) S 29759 29762 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92715356 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162009840608 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29777] ppid=29759 vsize=10661052 memory=140280180508288 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29777/stat : 29777 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715356 10916917248 10123 33554432000 4194304 4196468 140725521378880 140162008787376 140162780445314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40492 KiB

[startup+0.31068 s]*
/proc/loadavg: 2.87 1.84 1.59 5/215 29777
/proc/meminfo: memFree=21252872/32770624 swapFree=67108860/67108860
[pid=29762] ppid=29759 vsize=10661128 memory=47408 CPUtime=0.58 cores=0,2,4,6
/proc/29762/stat : 29762 (java) S 29759 29762 27985 0 -1 1077944320 8903 0 0 0 56 2 0 0 20 0 15 0 92715350 10916995072 11852 33554432000 4194304 4196468 140725521378880 140725521361424 140162780434167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
/proc/29762/statm: 2665282 11852 3067 1 0 2627263 0
[pid=29762/tid=29764] ppid=29759 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/29762/task/29764/stat : 29764 (java) R 29759 29762 27985 0 -1 4202560 5463 0 0 0 28 2 0 0 20 0 15 0 92715350 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162784671584 140162384497214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29765] ppid=29759 vsize=10661128 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29765/stat : 29765 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715351 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162706508688 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29766] ppid=29759 vsize=10661128 memory=3904824066335835808 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29766/stat : 29766 (java) S 29759 29762 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92715351 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162705455888 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29767] ppid=29759 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29767/stat : 29767 (java) S 29759 29762 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92715351 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162704403600 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29768] ppid=29759 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29768/stat : 29768 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715351 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162703350800 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29769] ppid=29759 vsize=10661128 memory=140280180508288 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29769/stat : 29769 (java) S 29759 29762 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92715353 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162017208432 140162780445314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29770] ppid=29759 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29770/stat : 29770 (java) S 29759 29762 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92715353 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162016154400 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29771] ppid=29759 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29771/stat : 29771 (java) S 29759 29762 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92715353 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162015102064 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29772] ppid=29759 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29772/stat : 29772 (java) S 29759 29762 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92715356 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162014050384 140162780452763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29773] ppid=29759 vsize=10661128 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/29762/task/29773/stat : 29773 (java) R 29759 29762 27985 0 -1 4202560 681 0 0 0 6 0 0 0 20 0 15 0 92715356 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162012985008 140162761134464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29774] ppid=29759 vsize=10661128 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/29762/task/29774/stat : 29774 (java) R 29759 29762 27985 0 -1 1077944384 397 0 0 0 5 0 0 0 20 0 15 0 92715356 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162011945456 140162780445314 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29775] ppid=29759 vsize=10661128 memory=140280180508288 CPUtime=0.15 cores=0,2,4,6
/proc/29762/task/29775/stat : 29775 (java) R 29759 29762 27985 0 -1 4202560 1042 0 0 0 15 0 0 0 20 0 15 0 92715356 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162010890104 140162773531027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29776] ppid=29759 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29776/stat : 29776 (java) S 29759 29762 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92715356 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162009840608 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29777] ppid=29759 vsize=10661128 memory=140280180508288 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29777/stat : 29777 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715356 10916995072 11918 33554432000 4194304 4196468 140725521378880 140162008787376 140162780445314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47408 KiB

[startup+0.700789 s]
/proc/loadavg: 2.87 1.84 1.59 4/215 29777
/proc/meminfo: memFree=21227292/32770624 swapFree=67108860/67108860
[pid=29762] ppid=29759 vsize=10661128 memory=94752 CPUtime=1.82 cores=0,2,4,6
/proc/29762/stat : 29762 (java) S 29759 29762 27985 0 -1 1077944320 11005 0 0 0 178 4 0 0 20 0 15 0 92715350 10916995072 23688 33554432000 4194304 4196468 140725521378880 140725521361424 140162780434167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
/proc/29762/statm: 2665282 23688 3112 1 0 2627263 0
[pid=29762/tid=29764] ppid=29759 vsize=10661128 memory=1836 CPUtime=0.67 cores=0,2,4,6
/proc/29762/task/29764/stat : 29764 (java) R 29759 29762 27985 0 -1 4202560 5585 0 0 0 65 2 0 0 20 0 15 0 92715350 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162784670128 140162385871440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29765] ppid=29759 vsize=10661128 memory=13044 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29765/stat : 29765 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715351 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162706508688 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29766] ppid=29759 vsize=10661128 memory=792 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29766/stat : 29766 (java) S 29759 29762 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92715351 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162705455888 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29767] ppid=29759 vsize=10661128 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29767/stat : 29767 (java) S 29759 29762 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92715351 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162704403600 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29768] ppid=29759 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29768/stat : 29768 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715351 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162703350800 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29769] ppid=29759 vsize=10661128 memory=8556 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29769/stat : 29769 (java) S 29759 29762 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92715353 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162017208432 140162780445314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29770] ppid=29759 vsize=10661128 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29770/stat : 29770 (java) S 29759 29762 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92715353 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162016154400 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29771] ppid=29759 vsize=10661128 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29771/stat : 29771 (java) S 29759 29762 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92715353 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162015102064 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29772] ppid=29759 vsize=10661128 memory=7668879548562892096 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29772/stat : 29772 (java) S 29759 29762 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92715356 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162014050384 140162780452763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29773] ppid=29759 vsize=10661128 memory=7881696724453321575 CPUtime=0.42 cores=0,2,4,6
/proc/29762/task/29773/stat : 29773 (java) S 29759 29762 27985 0 -1 1077944384 1210 0 0 0 42 0 0 0 20 0 15 0 92715356 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162012998256 140162780445314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29774] ppid=29759 vsize=10661128 memory=5787213827063244903 CPUtime=0.38 cores=0,2,4,6
/proc/29762/task/29774/stat : 29774 (java) R 29759 29762 27985 0 -1 4202560 1204 0 0 0 38 0 0 0 20 0 15 0 92715356 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162011945456 140162763932475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29775] ppid=29759 vsize=10661128 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/29762/task/29775/stat : 29775 (java) S 29759 29762 27985 0 -1 1077944384 1634 0 0 0 31 1 0 0 20 0 15 0 92715356 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162010893168 140162780445314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29776] ppid=29759 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29776/stat : 29776 (java) S 29759 29762 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92715356 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162009840608 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29777] ppid=29759 vsize=10661128 memory=33 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29777/stat : 29777 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715356 10916995072 23688 33554432000 4194304 4196468 140725521378880 140162008787376 140162780445314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 94752 KiB

[startup+1.07725 s]
# the end of solver process 29762 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.65963 s, system=0.162482 s

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

[startup+0.80169 s]
/proc/loadavg: 2.87 1.84 1.59 4/215 29777
/proc/meminfo: memFree=21227292/32770624 swapFree=67108860/67108860
[pid=29762] ppid=29759 vsize=10661128 memory=136132 CPUtime=2.03 cores=0,2,4,6
/proc/29762/stat : 29762 (java) S 29759 29762 27985 0 -1 1077944320 11098 0 0 0 198 5 0 0 20 0 15 0 92715350 10916995072 34033 33554432000 4194304 4196468 140725521378880 140725521361424 140162780434167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
/proc/29762/statm: 2665282 34033 3116 1 0 2627263 0
[pid=29762/tid=29764] ppid=29759 vsize=10661128 memory=8243114992657236055 CPUtime=0.77 cores=0,2,4,6
/proc/29762/task/29764/stat : 29764 (java) R 29759 29762 27985 0 -1 4202560 5607 0 0 0 74 3 0 0 20 0 15 0 92715350 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162784670128 140162385531068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29765] ppid=29759 vsize=10661128 memory=288284480760972432 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29765/stat : 29765 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715351 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162706508688 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29766] ppid=29759 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29766/stat : 29766 (java) S 29759 29762 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92715351 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162705455888 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29767] ppid=29759 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29767/stat : 29767 (java) S 29759 29762 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92715351 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162704403600 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29768] ppid=29759 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29768/stat : 29768 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715351 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162703350800 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29769] ppid=29759 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29769/stat : 29769 (java) S 29759 29762 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92715353 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162017208432 140162780445314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29770] ppid=29759 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29770/stat : 29770 (java) S 29759 29762 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92715353 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162016154400 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29771] ppid=29759 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29771/stat : 29771 (java) S 29759 29762 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92715353 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162015102064 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29772] ppid=29759 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29772/stat : 29772 (java) S 29759 29762 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92715356 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162014050384 140162780452763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29773] ppid=29759 vsize=10661128 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/29762/task/29773/stat : 29773 (java) R 29759 29762 27985 0 -1 4202560 1219 0 0 0 45 0 0 0 20 0 15 0 92715356 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162012984824 140162759610368 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29774] ppid=29759 vsize=10661128 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/29762/task/29774/stat : 29774 (java) R 29759 29762 27985 0 -1 4202560 1223 0 0 0 44 0 0 0 20 0 15 0 92715356 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162011932240 140162758321697 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29775] ppid=29759 vsize=10661128 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/29762/task/29775/stat : 29775 (java) S 29759 29762 27985 0 -1 1077944384 1677 0 0 0 33 1 0 0 20 0 15 0 92715356 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162010893168 140162780445314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29776] ppid=29759 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29776/stat : 29776 (java) S 29759 29762 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92715356 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162009840608 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29777] ppid=29759 vsize=10661128 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29777/stat : 29777 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715356 10916995072 34033 33554432000 4194304 4196468 140725521378880 140162008787376 140162780445314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
Current children cumulated CPU time: 2.03 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 136132 KiB

[startup+1.00068 s]*
/proc/loadavg: 2.87 1.84 1.59 6/215 29777
/proc/meminfo: memFree=21041756/32770624 swapFree=67108860/67108860
[pid=29762] ppid=29759 vsize=10661128 memory=263964 CPUtime=2.72 cores=0,2,4,6
/proc/29762/stat : 29762 (java) S 29759 29762 27985 0 -1 1077944320 11545 0 0 0 257 15 0 0 20 0 15 0 92715350 10916995072 65991 33554432000 4194304 4196468 140725521378880 140725521361424 140162780434167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
/proc/29762/statm: 2665282 65991 3118 1 0 2627263 0
[pid=29762/tid=29764] ppid=29759 vsize=10661128 memory=5450919713671312938 CPUtime=0.88 cores=0,2,4,6
/proc/29762/task/29764/stat : 29764 (java) S 29759 29762 27985 0 -1 1077944384 5626 0 0 0 84 4 0 0 20 0 15 0 92715350 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162784672192 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29765] ppid=29759 vsize=10661128 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/29762/task/29765/stat : 29765 (java) R 29759 29762 27985 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 15 0 92715351 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162706508888 140162765462384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29766] ppid=29759 vsize=10661128 memory=140280180512088 CPUtime=0.09 cores=0,2,4,6
/proc/29762/task/29766/stat : 29766 (java) R 29759 29762 27985 0 -1 4202560 54 0 0 0 7 2 0 0 20 0 15 0 92715351 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162705455888 140162773062375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29767] ppid=29759 vsize=10661128 memory=7588672408650602341 CPUtime=0.09 cores=0,2,4,6
/proc/29762/task/29767/stat : 29767 (java) R 29759 29762 27985 0 -1 4202560 54 0 0 0 7 2 0 0 20 0 15 0 92715351 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162704403600 140162773062375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29768] ppid=29759 vsize=10661128 memory=4051322344528162866 CPUtime=0.09 cores=0,2,4,6
/proc/29762/task/29768/stat : 29768 (java) R 29759 29762 27985 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 15 0 92715351 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162703350688 140162773062375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29769] ppid=29759 vsize=10661128 memory=3761832574549501616 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29769/stat : 29769 (java) S 29759 29762 27985 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 92715353 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162017206944 140162780444373 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29770] ppid=29759 vsize=10661128 memory=3689067356894802207 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29770/stat : 29770 (java) S 29759 29762 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92715353 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162016154400 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29771] ppid=29759 vsize=10661128 memory=6944656592452807316 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29771/stat : 29771 (java) S 29759 29762 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92715353 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162015102064 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29772] ppid=29759 vsize=10661128 memory=6933690305039933585 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29772/stat : 29772 (java) S 29759 29762 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92715356 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162014050384 140162780452763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29773] ppid=29759 vsize=10661128 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/29762/task/29773/stat : 29773 (java) S 29759 29762 27985 0 -1 1077944384 1445 0 0 0 58 0 0 0 20 0 15 0 92715356 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162012983248 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29774] ppid=29759 vsize=10661128 memory=3184097920075968559 CPUtime=0.52 cores=0,2,4,6
/proc/29762/task/29774/stat : 29774 (java) S 29759 29762 27985 0 -1 1077944384 1229 0 0 0 52 0 0 0 20 0 15 0 92715356 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162011925200 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29775] ppid=29759 vsize=10661128 memory=3472464178361677488 CPUtime=0.34 cores=0,2,4,6
/proc/29762/task/29775/stat : 29775 (java) S 29759 29762 27985 0 -1 1077944384 1682 0 0 0 33 1 0 0 20 0 15 0 92715356 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162010893168 140162780445314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29776] ppid=29759 vsize=10661128 memory=3184097920075968559 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29776/stat : 29776 (java) S 29759 29762 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92715356 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162009840608 140162780444373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
[pid=29762/tid=29777] ppid=29759 vsize=10661128 memory=140280181175968 CPUtime=0 cores=0,2,4,6
/proc/29762/task/29777/stat : 29777 (java) S 29759 29762 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92715356 10916995072 65991 33554432000 4194304 4196468 140725521378880 140162008787376 140162780445314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33538048 140725521380525 140725521380617 140725521380617 140725521383375 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 263964 KiB

Child status: 0
Real time (s): 1.0773
CPU time (s): 2.82211
CPU user time (s): 2.65963
CPU system time (s): 0.162482
CPU usage (%): 261.962
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 263964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.65963
system time used= 0.162482
maximum resident set size= 269012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11671
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1330
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 29762
#   total CPU time (s): 2.82211
#   total CPU user time (s): 2.65963
#   total CPU system time (s): 0.162482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027768 second user time and 0.059398 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 06:18:42
IDJOB=4298277
IDBENCH=141094
IDSOLVER=2766
FILE ID=node107/4298277-1532751522
RUNJOBID= node107-1532741422-28016
PBS_JOBID= 21022454
Free space on /tmp= 54448 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-02-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298277-1532751522/watcher-4298277-1532751522 -o /tmp/evaluation-result-4298277-1532751522/solver-4298277-1532751522 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532741422-28016 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298277-1532751522.xml

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

MD5SUM BENCH= 8e09409b393ee527d9cd0cdbf2802747
RANDOM SEED=314083558

node107.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.40
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.40
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.40
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.40
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:        21287528 kB
MemAvailable:   29962784 kB
Buffers:          223100 kB
Cached:          8689036 kB
SwapCached:            0 kB
Active:          5807740 kB
Inactive:        5128892 kB
Active(anon):    1974064 kB
Inactive(anon):    78596 kB
Active(file):    3833676 kB
Inactive(file):  5050296 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       2002900 kB
Mapped:            54452 kB
Shmem:             25228 kB
Slab:             242936 kB
SReclaimable:     214240 kB
SUnreclaim:        28696 kB
KernelStack:        3824 kB
PageTables:         9552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4057200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1892352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54448 MiB
End job on node107 at 2018-07-28 06:18:43