Trace number 4298222

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) 9.33585 3.13524

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-09-opt_c18.xml
MD5SUMbd1798e7d7609d757850ce39a0b70327
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark2520.04
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5246
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":2},{"size":36,"count":408},{"size":42,"count":306},{"size":44,"count":188}]
Minimum variable degree2
Maximum variable degree38
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":10},{"degree":4,"count":22},{"degree":5,"count":38},{"degree":6,"count":81},{"degree":7,"count":93},{"degree":8,"count":105},{"degree":9,"count":86},{"degree":10,"count":68},{"degree":11,"count":42},{"degree":12,"count":24},{"degree":13,"count":14},{"degree":14,"count":4},{"degree":15,"count":2},{"degree":16,"count":10},{"degree":17,"count":3},{"degree":18,"count":32},{"degree":19,"count":53},{"degree":20,"count":77},{"degree":21,"count":81},{"degree":22,"count":42},{"degree":23,"count":14},{"degree":24,"count":9},{"degree":25,"count":2},{"degree":26,"count":1},{"degree":38,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5246}]
Number of extensional constraints5246
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":5246}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
9.29/3.11	c Caught NotImplementedException
9.29/3.11	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:536)
9.29/3.11	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
9.29/3.11	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
9.29/3.11	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.29/3.11	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
9.29/3.11	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
9.29/3.11	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
9.29/3.11	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
9.29/3.11	c 	xcsp3.XCSP3.<init>(XCSP3.java:73)
9.29/3.11	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
9.29/3.11	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
9.29/3.11	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 (13157 MiB free)
  memory of node 1: 16384 MiB (12899 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298222-1532808822/watcher-4298222-1532808822 -o /tmp/evaluation-result-4298222-1532808822/solver-4298222-1532808822 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31438 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298222-1532808822.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
solver pid=31558, runsolver pid=31555
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.01 1.39 1.77 4/220 31573
/proc/meminfo: memFree=26666864/32770624 swapFree=67108856/67108860
[pid=31558] ppid=31555 vsize=10661052 memory=27532 CPUtime=0.13 cores=0,2,4,6
/proc/31558/stat : 31558 (java) S 31555 31558 31407 0 -1 1077944320 5291 0 0 0 12 1 0 0 20 0 15 0 98445315 10916917248 6883 33554432000 4194304 4196468 140737302426064 140737302408608 139969498087159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
/proc/31558/statm: 2665263 6883 2861 1 0 2627263 0
[pid=31558/tid=31560] ppid=31555 vsize=10661052 memory=-8269626465541460606 CPUtime=0.09 cores=0,2,4,6
/proc/31558/task/31560/stat : 31560 (java) R 31555 31558 31407 0 -1 4202560 3158 0 0 0 9 0 0 0 20 0 15 0 98445315 10916917248 6883 33554432000 4194304 4196468 140737302426064 139969502309744 139969108732239 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31561] ppid=31555 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31561/stat : 31561 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445316 10916917248 6883 33554432000 4194304 4196468 140737302426064 139969434778000 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31562] ppid=31555 vsize=10661052 memory=140400375277184 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31562/stat : 31562 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445316 10916917248 6883 33554432000 4194304 4196468 140737302426064 139969433725200 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31563] ppid=31555 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31563/stat : 31563 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445316 10916917248 6883 33554432000 4194304 4196468 140737302426064 139969432672912 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31564] ppid=31555 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31564/stat : 31564 (java) S 31555 31558 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98445316 10916917248 6883 33554432000 4194304 4196468 140737302426064 139969431620112 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31565] ppid=31555 vsize=10661052 memory=140400375277184 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31565/stat : 31565 (java) S 31555 31558 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98445318 10916917248 6883 33554432000 4194304 4196468 140737302426064 139968989907568 139969498098306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31566] ppid=31555 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31566/stat : 31566 (java) S 31555 31558 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98445318 10916917248 6883 33554432000 4194304 4196468 140737302426064 139968988853536 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31567] ppid=31555 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31567/stat : 31567 (java) S 31555 31558 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98445318 10916917248 6883 33554432000 4194304 4196468 140737302426064 139968987801200 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31568] ppid=31555 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31568/stat : 31568 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916917248 6883 33554432000 4194304 4196468 140737302426064 139968986749520 139969498105755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31569] ppid=31555 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31569/stat : 31569 (java) S 31555 31558 31407 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 98445321 10916917248 6883 33554432000 4194304 4196468 140737302426064 139968985696368 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31570] ppid=31555 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31570/stat : 31570 (java) R 31555 31558 31407 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 98445321 10916917248 6883 33554432000 4194304 4196468 140737302426064 139968984643568 139969498098306 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31571] ppid=31555 vsize=10661052 memory=140400375277184 CPUtime=0.02 cores=0,2,4,6
/proc/31558/task/31571/stat : 31571 (java) R 31555 31558 31407 0 -1 4202560 320 0 0 0 2 0 0 0 20 0 15 0 98445321 10916917248 6883 33554432000 4194304 4196468 140737302426064 139968983591280 139969498108506 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31572] ppid=31555 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31572/stat : 31572 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916917248 6883 33554432000 4194304 4196468 140737302426064 139968982538720 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31573] ppid=31555 vsize=10661052 memory=140400375277184 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31573/stat : 31573 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445321 10916917248 6883 33554432000 4194304 4196468 140737302426064 139968981486512 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27532 KiB

[startup+0.210733 s]*
/proc/loadavg: 1.01 1.39 1.77 5/220 31573
/proc/meminfo: memFree=26656012/32770624 swapFree=67108856/67108860
[pid=31558] ppid=31555 vsize=10661052 memory=40244 CPUtime=0.34 cores=0,2,4,6
/proc/31558/stat : 31558 (java) S 31555 31558 31407 0 -1 1077944320 8133 0 0 0 32 2 0 0 20 0 15 0 98445315 10916917248 10061 33554432000 4194304 4196468 140737302426064 140737302408608 139969498087159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
/proc/31558/statm: 2665263 10061 2999 1 0 2627263 0
[pid=31558/tid=31560] ppid=31555 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/31558/task/31560/stat : 31560 (java) R 31555 31558 31407 0 -1 4202560 5116 0 0 0 19 1 0 0 20 0 15 0 98445315 10916917248 10061 33554432000 4194304 4196468 140737302426064 139969502326448 139969108738656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31561] ppid=31555 vsize=10661052 memory=343 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31561/stat : 31561 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445316 10916917248 10061 33554432000 4194304 4196468 140737302426064 139969434778000 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31562] ppid=31555 vsize=10661052 memory=140400375306277 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31562/stat : 31562 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445316 10916917248 10061 33554432000 4194304 4196468 140737302426064 139969433725200 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31563] ppid=31555 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31563/stat : 31563 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445316 10916917248 10061 33554432000 4194304 4196468 140737302426064 139969432672912 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31564] ppid=31555 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31564/stat : 31564 (java) S 31555 31558 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98445316 10916917248 10061 33554432000 4194304 4196468 140737302426064 139969431620112 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31565] ppid=31555 vsize=10661052 memory=140400375277184 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31565/stat : 31565 (java) S 31555 31558 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98445318 10916917248 10061 33554432000 4194304 4196468 140737302426064 139968989907568 139969498098306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31566] ppid=31555 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31566/stat : 31566 (java) S 31555 31558 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98445318 10916917248 10061 33554432000 4194304 4196468 140737302426064 139968988853536 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31567] ppid=31555 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31567/stat : 31567 (java) S 31555 31558 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98445318 10916917248 10061 33554432000 4194304 4196468 140737302426064 139968987801200 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31568] ppid=31555 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31568/stat : 31568 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916917248 10061 33554432000 4194304 4196468 140737302426064 139968986749520 139969498105755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31569] ppid=31555 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31558/task/31569/stat : 31569 (java) R 31555 31558 31407 0 -1 4202560 451 0 0 0 2 0 0 0 20 0 15 0 98445321 10916917248 10061 33554432000 4194304 4196468 140737302426064 139968985696368 139969490376608 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31570] ppid=31555 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31558/task/31570/stat : 31570 (java) R 31555 31558 31407 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 15 0 98445321 10916917248 10061 33554432000 4194304 4196468 140737302426064 139968984643568 139969498098306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31571] ppid=31555 vsize=10661052 memory=140400375277184 CPUtime=0.08 cores=0,2,4,6
/proc/31558/task/31571/stat : 31571 (java) R 31555 31558 31407 0 -1 4202560 798 0 0 0 8 0 0 0 20 0 15 0 98445321 10916917248 10061 33554432000 4194304 4196468 140737302426064 139968983586960 139969478010693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31572] ppid=31555 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31572/stat : 31572 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916917248 10061 33554432000 4194304 4196468 140737302426064 139968982538720 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31573] ppid=31555 vsize=10661052 memory=140400375277184 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31573/stat : 31573 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445321 10916917248 10061 33554432000 4194304 4196468 140737302426064 139968981486512 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40244 KiB

[startup+0.314651 s]*
/proc/loadavg: 1.01 1.39 1.77 6/220 31573
/proc/meminfo: memFree=26642244/32770624 swapFree=67108856/67108860
[pid=31558] ppid=31555 vsize=10661128 memory=53396 CPUtime=0.72 cores=0,2,4,6
/proc/31558/stat : 31558 (java) S 31555 31558 31407 0 -1 1077944320 10462 0 0 0 69 3 0 0 20 0 15 0 98445315 10916995072 13349 33554432000 4194304 4196468 140737302426064 140737302408608 139969498087159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
/proc/31558/statm: 2665282 13349 3071 1 0 2627263 0
[pid=31558/tid=31560] ppid=31555 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/31558/task/31560/stat : 31560 (java) R 31555 31558 31407 0 -1 4202560 5396 0 0 0 29 1 0 0 20 0 15 0 98445315 10916995072 13349 33554432000 4194304 4196468 140737302426064 139969502325408 139969108738448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31561] ppid=31555 vsize=10661128 memory=288230604707987479 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31561/stat : 31561 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445316 10916995072 13349 33554432000 4194304 4196468 140737302426064 139969434778000 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31562] ppid=31555 vsize=10661128 memory=140400375305568 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31562/stat : 31562 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445316 10916995072 13349 33554432000 4194304 4196468 140737302426064 139969433725200 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31563] ppid=31555 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31563/stat : 31563 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445316 10916995072 13349 33554432000 4194304 4196468 140737302426064 139969432672912 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31564] ppid=31555 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31564/stat : 31564 (java) S 31555 31558 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98445316 10916995072 13349 33554432000 4194304 4196468 140737302426064 139969431620112 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31565] ppid=31555 vsize=10661128 memory=140400375277184 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31565/stat : 31565 (java) S 31555 31558 31407 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98445318 10916995072 13349 33554432000 4194304 4196468 140737302426064 139968989907568 139969498098306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31566] ppid=31555 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31566/stat : 31566 (java) S 31555 31558 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98445318 10916995072 13349 33554432000 4194304 4196468 140737302426064 139968988853536 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31567] ppid=31555 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31567/stat : 31567 (java) S 31555 31558 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98445318 10916995072 13349 33554432000 4194304 4196468 140737302426064 139968987801200 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31568] ppid=31555 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31568/stat : 31568 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916995072 13349 33554432000 4194304 4196468 140737302426064 139968986749520 139969498105755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31569] ppid=31555 vsize=10661128 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/31558/task/31569/stat : 31569 (java) R 31555 31558 31407 0 -1 4202560 1345 0 0 0 12 0 0 0 20 0 15 0 98445321 10916995072 13349 33554432000 4194304 4196468 140737302426064 139968985682392 139969477334131 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31570] ppid=31555 vsize=10661128 memory=-1 CPUtime=0.11 cores=0,2,4,6
/proc/31558/task/31570/stat : 31570 (java) R 31555 31558 31407 0 -1 1077944384 1040 0 0 0 11 0 0 0 20 0 15 0 98445321 10916995072 13349 33554432000 4194304 4196468 140737302426064 139968984635072 139969498097365 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31571] ppid=31555 vsize=10661128 memory=140400375277184 CPUtime=0.15 cores=0,2,4,6
/proc/31558/task/31571/stat : 31571 (java) R 31555 31558 31407 0 -1 4202560 1310 0 0 0 15 0 0 0 20 0 15 0 98445321 10916995072 13349 33554432000 4194304 4196468 140737302426064 139968983589240 139969477054491 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31572] ppid=31555 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31572/stat : 31572 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916995072 13349 33554432000 4194304 4196468 140737302426064 139968982538720 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31573] ppid=31555 vsize=10661128 memory=140400375277184 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31573/stat : 31573 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445321 10916995072 13349 33554432000 4194304 4196468 140737302426064 139968981486512 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
Current children cumulated CPU time: 0.72 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 53396 KiB

[startup+0.700878 s]
/proc/loadavg: 1.01 1.39 1.77 5/220 31573
/proc/meminfo: memFree=26490076/32770624 swapFree=67108856/67108860
[pid=31558] ppid=31555 vsize=10661128 memory=137968 CPUtime=1.96 cores=0,2,4,6
/proc/31558/stat : 31558 (java) S 31555 31558 31407 0 -1 1077944320 11566 0 0 0 191 5 0 0 20 0 15 0 98445315 10916995072 34492 33554432000 4194304 4196468 140737302426064 140737302408608 139969498087159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
/proc/31558/statm: 2665282 34492 3107 1 0 2627263 0
[pid=31558/tid=31560] ppid=31555 vsize=10661128 memory=1804 CPUtime=0.68 cores=0,2,4,6
/proc/31558/task/31560/stat : 31560 (java) R 31555 31558 31407 0 -1 4202560 5597 0 0 0 65 3 0 0 20 0 15 0 98445315 10916995072 34492 33554432000 4194304 4196468 140737302426064 139969502325144 139969112601733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31561] ppid=31555 vsize=10661128 memory=796 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31561/stat : 31561 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445316 10916995072 34492 33554432000 4194304 4196468 140737302426064 139969434778000 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31562] ppid=31555 vsize=10661128 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31562/stat : 31562 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445316 10916995072 34492 33554432000 4194304 4196468 140737302426064 139969433725200 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31563] ppid=31555 vsize=10661128 memory=11860 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31563/stat : 31563 (java) S 31555 31558 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98445316 10916995072 34492 33554432000 4194304 4196468 140737302426064 139969432672912 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31564] ppid=31555 vsize=10661128 memory=5772 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31564/stat : 31564 (java) S 31555 31558 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98445316 10916995072 34492 33554432000 4194304 4196468 140737302426064 139969431620112 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31565] ppid=31555 vsize=10661128 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31565/stat : 31565 (java) S 31555 31558 31407 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98445318 10916995072 34492 33554432000 4194304 4196468 140737302426064 139968989907568 139969498098306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31566] ppid=31555 vsize=10661128 memory=1388 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31566/stat : 31566 (java) S 31555 31558 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98445318 10916995072 34492 33554432000 4194304 4196468 140737302426064 139968988853536 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31567] ppid=31555 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31567/stat : 31567 (java) S 31555 31558 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98445318 10916995072 34492 33554432000 4194304 4196468 140737302426064 139968987801200 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31568] ppid=31555 vsize=10661128 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31568/stat : 31568 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916995072 34492 33554432000 4194304 4196468 140737302426064 139968986749520 139969498105755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31569] ppid=31555 vsize=10661128 memory=6296683612537770333 CPUtime=0.48 cores=0,2,4,6
/proc/31558/task/31569/stat : 31569 (java) R 31555 31558 31407 0 -1 4202560 1424 0 0 0 48 0 0 0 20 0 15 0 98445321 10916995072 34492 33554432000 4194304 4196468 140737302426064 139968985682000 139969498108506 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31570] ppid=31555 vsize=10661128 memory=7595725831727968097 CPUtime=0.45 cores=0,2,4,6
/proc/31558/task/31570/stat : 31570 (java) R 31555 31558 31407 0 -1 4202560 1512 0 0 0 45 0 0 0 20 0 15 0 98445321 10916995072 34492 33554432000 4194304 4196468 140737302426064 139968984623632 139969475681905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31571] ppid=31555 vsize=10661128 memory=7236547281622689387 CPUtime=0.32 cores=0,2,4,6
/proc/31558/task/31571/stat : 31571 (java) S 31555 31558 31407 0 -1 1077944384 1660 0 0 0 32 0 0 0 20 0 15 0 98445321 10916995072 34492 33554432000 4194304 4196468 140737302426064 139968983591280 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31572] ppid=31555 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31572/stat : 31572 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916995072 34492 33554432000 4194304 4196468 140737302426064 139968982538720 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31573] ppid=31555 vsize=10661128 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31573/stat : 31573 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916995072 34492 33554432000 4194304 4196468 140737302426064 139968981486512 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 137968 KiB

[startup+1.50066 s]
/proc/loadavg: 1.01 1.39 1.77 4/220 31573
/proc/meminfo: memFree=25777844/32770624 swapFree=67108856/67108860
[pid=31558] ppid=31555 vsize=10661128 memory=354360 CPUtime=4.06 cores=0,2,4,6
/proc/31558/stat : 31558 (java) S 31555 31558 31407 0 -1 1077944320 12855 0 0 0 381 25 0 0 20 0 15 0 98445315 10916995072 88590 33554432000 4194304 4196468 140737302426064 140737302408608 139969498087159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
/proc/31558/statm: 2665282 88590 3146 1 0 2627263 0
[pid=31558/tid=31560] ppid=31555 vsize=10661128 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/31558/task/31560/stat : 31560 (java) R 31555 31558 31407 0 -1 4202560 5651 0 0 0 125 3 0 0 20 0 15 0 98445315 10916995072 88590 33554432000 4194304 4196468 140737302426064 139969502325264 139969113360786 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31561] ppid=31555 vsize=10661128 memory=-7088785026379990432 CPUtime=0.19 cores=0,2,4,6
/proc/31558/task/31561/stat : 31561 (java) S 31555 31558 31407 0 -1 1077944384 162 0 0 0 14 5 0 0 20 0 15 0 98445316 10916995072 88590 33554432000 4194304 4196468 140737302426064 139969434778000 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31562] ppid=31555 vsize=10661128 memory=-6873162000112450758 CPUtime=0.17 cores=0,2,4,6
/proc/31558/task/31562/stat : 31562 (java) S 31555 31558 31407 0 -1 1077944384 152 0 0 0 13 4 0 0 20 0 15 0 98445316 10916995072 88590 33554432000 4194304 4196468 140737302426064 139969433725200 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31563] ppid=31555 vsize=10661128 memory=-7673225154500992928 CPUtime=0.18 cores=0,2,4,6
/proc/31558/task/31563/stat : 31563 (java) S 31555 31558 31407 0 -1 1077944384 156 0 0 0 14 4 0 0 20 0 15 0 98445316 10916995072 88590 33554432000 4194304 4196468 140737302426064 139969432672912 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31564] ppid=31555 vsize=10661128 memory=-7812193691855986592 CPUtime=0.16 cores=0,2,4,6
/proc/31558/task/31564/stat : 31564 (java) S 31555 31558 31407 0 -1 1077944384 150 0 0 0 12 4 0 0 20 0 15 0 98445316 10916995072 88590 33554432000 4194304 4196468 140737302426064 139969431620112 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31565] ppid=31555 vsize=10661128 memory=6944656425122700657 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31565/stat : 31565 (java) S 31555 31558 31407 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 98445318 10916995072 88590 33554432000 4194304 4196468 140737302426064 139968989907568 139969498098306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31566] ppid=31555 vsize=10661128 memory=-8990767739041718224 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31566/stat : 31566 (java) S 31555 31558 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98445318 10916995072 88590 33554432000 4194304 4196468 140737302426064 139968988853536 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31567] ppid=31555 vsize=10661128 memory=-6876588461455810464 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31567/stat : 31567 (java) S 31555 31558 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98445318 10916995072 88590 33554432000 4194304 4196468 140737302426064 139968987801200 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31568] ppid=31555 vsize=10661128 memory=8560712388882833484 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31568/stat : 31568 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916995072 88590 33554432000 4194304 4196468 140737302426064 139968986749520 139969498105755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31569] ppid=31555 vsize=10661128 memory=6944656575208382560 CPUtime=0.8 cores=0,2,4,6
/proc/31558/task/31569/stat : 31569 (java) S 31555 31558 31407 0 -1 1077944384 1503 0 0 0 80 0 0 0 20 0 15 0 98445321 10916995072 88590 33554432000 4194304 4196468 140737302426064 139968985696368 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31570] ppid=31555 vsize=10661128 memory=6944652177228980320 CPUtime=0.8 cores=0,2,4,6
/proc/31558/task/31570/stat : 31570 (java) S 31555 31558 31407 0 -1 1077944384 1751 0 0 0 80 0 0 0 20 0 15 0 98445321 10916995072 88590 33554432000 4194304 4196468 140737302426064 139968984643568 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31571] ppid=31555 vsize=10661128 memory=6944656592455359580 CPUtime=0.4 cores=0,2,4,6
/proc/31558/task/31571/stat : 31571 (java) S 31555 31558 31407 0 -1 1077944384 1884 0 0 0 40 0 0 0 20 0 15 0 98445321 10916995072 88590 33554432000 4194304 4196468 140737302426064 139968983591280 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31572] ppid=31555 vsize=10661128 memory=301741373374332954 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31572/stat : 31572 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916995072 88590 33554432000 4194304 4196468 140737302426064 139968982538720 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31573] ppid=31555 vsize=10661128 memory=301741382048153913 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31573/stat : 31573 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916995072 88590 33554432000 4194304 4196468 140737302426064 139968981486512 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 354360 KiB

[startup+3.10065 s]
/proc/loadavg: 1.01 1.39 1.77 6/220 31573
/proc/meminfo: memFree=25395104/32770624 swapFree=67108856/67108860
[pid=31558] ppid=31555 vsize=10661128 memory=739252 CPUtime=9.29 cores=0,2,4,6
/proc/31558/stat : 31558 (java) S 31555 31558 31407 0 -1 1077944320 25569 0 0 0 870 59 0 0 20 0 15 0 98445315 10916995072 184813 33554432000 4194304 4196468 140737302426064 140737302408608 139969498087159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
/proc/31558/statm: 2665282 184813 3173 1 0 2627263 0
[pid=31558/tid=31560] ppid=31555 vsize=10661128 memory=6791534058613427641 CPUtime=1.69 cores=0,2,4,6
/proc/31558/task/31560/stat : 31560 (java) R 31555 31558 31407 0 -1 4202560 5725 0 0 0 164 5 0 0 20 0 15 0 98445315 10916995072 184813 33554432000 4194304 4196468 140737302426064 139969502325200 139969113360969 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31561] ppid=31555 vsize=10661128 memory=3833188046837404107 CPUtime=1.35 cores=0,2,4,6
/proc/31558/task/31561/stat : 31561 (java) S 31555 31558 31407 0 -1 1077944384 2639 0 0 0 122 13 0 0 20 0 15 0 98445316 10916995072 184813 33554432000 4194304 4196468 140737302426064 139969434778000 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31562] ppid=31555 vsize=10661128 memory=280800532646656 CPUtime=1.34 cores=0,2,4,6
/proc/31558/task/31562/stat : 31562 (java) S 31555 31558 31407 0 -1 1077944384 3345 0 0 0 122 12 0 0 20 0 15 0 98445316 10916995072 184813 33554432000 4194304 4196468 140737302426064 139969433725200 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31563] ppid=31555 vsize=10661128 memory=140400266325600 CPUtime=1.34 cores=0,2,4,6
/proc/31558/task/31563/stat : 31563 (java) S 31555 31558 31407 0 -1 1077944384 3390 0 0 0 121 13 0 0 20 0 15 0 98445316 10916995072 184813 33554432000 4194304 4196468 140737302426064 139969432672912 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31564] ppid=31555 vsize=10661128 memory=7452446289600598120 CPUtime=1.34 cores=0,2,4,6
/proc/31558/task/31564/stat : 31564 (java) S 31555 31558 31407 0 -1 1077944384 3171 0 0 0 122 12 0 0 20 0 15 0 98445316 10916995072 184813 33554432000 4194304 4196468 140737302426064 139969431620112 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31565] ppid=31555 vsize=10661128 memory=6154567358211451495 CPUtime=0.02 cores=0,2,4,6
/proc/31558/task/31565/stat : 31565 (java) S 31555 31558 31407 0 -1 1077944384 697 0 0 0 2 0 0 0 20 0 15 0 98445318 10916995072 184813 33554432000 4194304 4196468 140737302426064 139968989907568 139969498098306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31566] ppid=31555 vsize=10661128 memory=7523659449751005798 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31566/stat : 31566 (java) S 31555 31558 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98445318 10916995072 184813 33554432000 4194304 4196468 140737302426064 139968988853536 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31567] ppid=31555 vsize=10661128 memory=6153395257005654120 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31567/stat : 31567 (java) S 31555 31558 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98445318 10916995072 184813 33554432000 4194304 4196468 140737302426064 139968987801200 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31568] ppid=31555 vsize=10661128 memory=8226000549702847095 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31568/stat : 31568 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916995072 184813 33554432000 4194304 4196468 140737302426064 139968986749520 139969498105755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31569] ppid=31555 vsize=10661128 memory=4294969504 CPUtime=0.83 cores=0,2,4,6
/proc/31558/task/31569/stat : 31569 (java) S 31555 31558 31407 0 -1 1077944384 1520 0 0 0 83 0 0 0 20 0 15 0 98445321 10916995072 184813 33554432000 4194304 4196468 140737302426064 139968985696368 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31570] ppid=31555 vsize=10661128 memory=24772 CPUtime=0.9 cores=0,2,4,6
/proc/31558/task/31570/stat : 31570 (java) S 31555 31558 31407 0 -1 1077944384 1835 0 0 0 90 0 0 0 20 0 15 0 98445321 10916995072 184813 33554432000 4194304 4196468 140737302426064 139968984643568 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31571] ppid=31555 vsize=10661128 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/31558/task/31571/stat : 31571 (java) S 31555 31558 31407 0 -1 1077944384 1884 0 0 0 41 0 0 0 20 0 15 0 98445321 10916995072 184813 33554432000 4194304 4196468 140737302426064 139968983591280 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31572] ppid=31555 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31572/stat : 31572 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916995072 184813 33554432000 4194304 4196468 140737302426064 139968982538720 139969498097365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
[pid=31558/tid=31573] ppid=31555 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31558/task/31573/stat : 31573 (java) S 31555 31558 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98445321 10916995072 184813 33554432000 4194304 4196468 140737302426064 139968981486512 139969498098306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36057088 140737302434954 140737302435081 140737302435081 140737302437839 0
Current children cumulated CPU time: 9.29 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 739252 KiB

[startup+3.13518 s]
# the end of solver process 31558 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.7295 s, system=0.606354 s

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

Child status: 0
Real time (s): 3.13524
CPU time (s): 9.33585
CPU user time (s): 8.7295
CPU system time (s): 0.606354
CPU usage (%): 297.772
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 739252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.7295
system time used= 0.606354
maximum resident set size= 739956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1592
involuntary context switches= 61


# summary of solver processes directly reported to runsolver:
#   pid: 31558
#   total CPU time (s): 9.33585
#   total CPU user time (s): 8.7295
#   total CPU system time (s): 0.606354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041942 second user time and 0.066224 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-28 22:13:42
IDJOB=4298222
IDBENCH=141086
IDSOLVER=2767
FILE ID=node133/4298222-1532808822
RUNJOBID= node133-1532808819-31438
PBS_JOBID= 21022475
Free space on /tmp= 48220 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-09-opt_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298222-1532808822/watcher-4298222-1532808822 -o /tmp/evaluation-result-4298222-1532808822/solver-4298222-1532808822 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31438 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298222-1532808822.xml

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

MD5SUM BENCH= bd1798e7d7609d757850ce39a0b70327
RANDOM SEED=2035085136

node133.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.24
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.24
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.24
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.24
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:        26683456 kB
MemAvailable:   31209540 kB
Buffers:          182948 kB
Cached:          4590584 kB
SwapCached:            0 kB
Active:          2907844 kB
Inactive:        2654864 kB
Active(anon):     740060 kB
Inactive(anon):    76688 kB
Active(file):    2167784 kB
Inactive(file):  2578176 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             31552 kB
Writeback:             0 kB
AnonPages:        752716 kB
Mapped:            52920 kB
Shmem:             25244 kB
Slab:             219776 kB
SReclaimable:     191920 kB
SUnreclaim:        27856 kB
KernelStack:        3584 kB
PageTables:         7008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2164400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48220 MiB
End job on node133 at 2018-07-28 22:13:45