Trace number 4298260

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
GG's minicp 2018-04-29? (NS) 3.92808 1.58734

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-02-opt_c18.xml
MD5SUM17429597c674cf3d46f4fdcf8d0004b5
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 benchmark2519.73
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2245
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":56},{"size":22,"count":4},{"size":36,"count":66},{"size":42,"count":116},{"size":44,"count":158}]
Minimum variable degree4
Maximum variable degree32
Distribution of variable degrees[{"degree":4,"count":2},{"degree":6,"count":12},{"degree":7,"count":21},{"degree":8,"count":38},{"degree":9,"count":42},{"degree":10,"count":44},{"degree":11,"count":45},{"degree":12,"count":27},{"degree":13,"count":16},{"degree":14,"count":27},{"degree":15,"count":21},{"degree":16,"count":44},{"degree":17,"count":30},{"degree":18,"count":17},{"degree":19,"count":7},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":1},{"degree":32,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2245}]
Number of extensional constraints2245
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2245}]
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
3.81/1.56	c Caught NotImplementedException
3.81/1.56	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:530)
3.81/1.56	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
3.81/1.56	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
3.81/1.56	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.81/1.56	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
3.81/1.56	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
3.81/1.56	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
3.81/1.56	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
3.81/1.56	c 	xcsp3.XCSP3.<init>(XCSP3.java:70)
3.81/1.56	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
3.81/1.56	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
3.81/1.56	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 (8937 MiB free)
  memory of node 1: 16384 MiB (9748 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298260-1532753249/watcher-4298260-1532753249 -o /tmp/evaluation-result-4298260-1532753249/solver-4298260-1532753249 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11666 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298260-1532753249.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=13079, runsolver pid=13076
Current StackSize limit: 8192 KiB


[startup+0.100117 s]*
/proc/loadavg: 1.69 1.75 1.85 5/219 13094
/proc/meminfo: memFree=19119876/32770624 swapFree=67108860/67108860
[pid=13079] ppid=13076 vsize=10661056 memory=27420 CPUtime=0.12 cores=0,2,4,6
/proc/13079/stat : 13079 (java) S 13076 13079 11635 0 -1 1077944320 5187 0 0 0 11 1 0 0 20 0 15 0 92888069 10916921344 6855 33554432000 4194304 4196468 140736140730416 140736140712960 139623604629239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
/proc/13079/statm: 2665264 6855 2837 1 0 2627263 0
[pid=13079/tid=13081] ppid=13076 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=0,2,4,6
/proc/13079/task/13081/stat : 13081 (java) R 13076 13079 11635 0 -1 4202560 3124 0 0 0 9 0 0 0 20 0 15 0 92888069 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623608862400 139623604641174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13082] ppid=13076 vsize=10661056 memory=5793855345219205561 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13082/stat : 13082 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888070 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623557249296 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13083] ppid=13076 vsize=10661056 memory=140094209312384 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13083/stat : 13083 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888070 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623556196752 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13084] ppid=13076 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13084/stat : 13084 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888070 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623555144208 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13085] ppid=13076 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13085/stat : 13085 (java) S 13076 13079 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888070 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623554091664 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13086] ppid=13076 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13086/stat : 13086 (java) S 13076 13079 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888072 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623163951600 139623604640386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13087] ppid=13076 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13087/stat : 13087 (java) S 13076 13079 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888072 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623162897824 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13088] ppid=13076 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13088/stat : 13088 (java) S 13076 13079 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888072 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623161845232 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13089] ppid=13076 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13089/stat : 13089 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623160793808 139623604647835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13090] ppid=13076 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13090/stat : 13090 (java) S 13076 13079 11635 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 92888075 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623159740400 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13091] ppid=13076 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13091/stat : 13091 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623158687856 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13092] ppid=13076 vsize=10661056 memory=140094209312384 CPUtime=0.01 cores=0,2,4,6
/proc/13079/task/13092/stat : 13092 (java) R 13076 13079 11635 0 -1 4202560 269 0 0 0 1 0 0 0 20 0 15 0 92888075 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623157635312 139623604641174 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13093] ppid=13076 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13093/stat : 13093 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623156583008 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13094] ppid=13076 vsize=10661056 memory=140094209312384 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13094/stat : 13094 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888075 10916921344 6855 33554432000 4194304 4196468 140736140730416 139623155530544 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27420 KiB

[startup+0.210906 s]*
/proc/loadavg: 1.69 1.75 1.85 4/219 13094
/proc/meminfo: memFree=19107288/32770624 swapFree=67108860/67108860
[pid=13079] ppid=13076 vsize=10661056 memory=40116 CPUtime=0.34 cores=0,2,4,6
/proc/13079/stat : 13079 (java) S 13076 13079 11635 0 -1 1077944320 8153 0 0 0 32 2 0 0 20 0 15 0 92888069 10916921344 10029 33554432000 4194304 4196468 140736140730416 140736140712960 139623604629239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
/proc/13079/statm: 2665264 10029 2962 1 0 2627263 0
[pid=13079/tid=13081] ppid=13076 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/13079/task/13081/stat : 13081 (java) R 13076 13079 11635 0 -1 4202560 5083 0 0 0 19 1 0 0 20 0 15 0 92888069 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623608859536 139623229588193 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13082] ppid=13076 vsize=10661056 memory=4211973820414102922 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13082/stat : 13082 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888070 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623557249296 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13083] ppid=13076 vsize=10661056 memory=140094209312384 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13083/stat : 13083 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888070 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623556196752 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13084] ppid=13076 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13084/stat : 13084 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888070 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623555144208 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13085] ppid=13076 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13085/stat : 13085 (java) S 13076 13079 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888070 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623554091664 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13086] ppid=13076 vsize=10661056 memory=140094209312384 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13086/stat : 13086 (java) S 13076 13079 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888072 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623163951600 139623604640386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13087] ppid=13076 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13087/stat : 13087 (java) S 13076 13079 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888072 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623162897824 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13088] ppid=13076 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13088/stat : 13088 (java) S 13076 13079 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888072 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623161845232 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13089] ppid=13076 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13089/stat : 13089 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623160793808 139623604647835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13090] ppid=13076 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/13079/task/13090/stat : 13090 (java) S 13076 13079 11635 0 -1 1077944384 750 0 0 0 2 0 0 0 20 0 15 0 92888075 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623159740400 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13091] ppid=13076 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/13079/task/13091/stat : 13091 (java) S 13076 13079 11635 0 -1 1077944384 185 0 0 0 2 0 0 0 20 0 15 0 92888075 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623158687856 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13092] ppid=13076 vsize=10661056 memory=140094209312384 CPUtime=0.08 cores=0,2,4,6
/proc/13079/task/13092/stat : 13092 (java) R 13076 13079 11635 0 -1 4202560 771 0 0 0 8 0 0 0 20 0 15 0 92888075 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623157631680 139623604641174 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13093] ppid=13076 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13093/stat : 13093 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623156583008 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13094] ppid=13076 vsize=10661056 memory=140094209312384 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13094/stat : 13094 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888075 10916921344 10029 33554432000 4194304 4196468 140736140730416 139623155530544 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40116 KiB

[startup+0.317076 s]*
/proc/loadavg: 1.69 1.75 1.85 6/219 13094
/proc/meminfo: memFree=19092776/32770624 swapFree=67108860/67108860
[pid=13079] ppid=13076 vsize=10661132 memory=54804 CPUtime=0.7 cores=0,2,4,6
/proc/13079/stat : 13079 (java) S 13076 13079 11635 0 -1 1077944320 10804 0 0 0 68 2 0 0 20 0 15 0 92888069 10916999168 13701 33554432000 4194304 4196468 140736140730416 140736140712960 139623604629239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
/proc/13079/statm: 2665283 13701 3074 1 0 2627263 0
[pid=13079/tid=13081] ppid=13076 vsize=10661132 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/13079/task/13081/stat : 13081 (java) R 13076 13079 11635 0 -1 4202560 5426 0 0 0 29 1 0 0 20 0 15 0 92888069 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623608865344 139623597346202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13082] ppid=13076 vsize=10661132 memory=4211973820414102922 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13082/stat : 13082 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888070 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623557249296 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13083] ppid=13076 vsize=10661132 memory=280188257991040 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13083/stat : 13083 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888070 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623556196752 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13084] ppid=13076 vsize=10661132 memory=280188097384960 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13084/stat : 13084 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888070 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623555144208 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13085] ppid=13076 vsize=10661132 memory=140094048678671 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13085/stat : 13085 (java) S 13076 13079 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888070 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623554091664 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13086] ppid=13076 vsize=10661132 memory=280188258000256 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13086/stat : 13086 (java) S 13076 13079 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92888072 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623163951600 139623604640386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13087] ppid=13076 vsize=10661132 memory=140094048683279 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13087/stat : 13087 (java) S 13076 13079 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888072 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623162897824 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13088] ppid=13076 vsize=10661132 memory=140094048697251 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13088/stat : 13088 (java) S 13076 13079 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888072 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623161845232 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13089] ppid=13076 vsize=10661132 memory=140094048700449 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13089/stat : 13089 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623160793808 139623604647835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13090] ppid=13076 vsize=10661132 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/13079/task/13090/stat : 13090 (java) R 13076 13079 11635 0 -1 1077944384 1219 0 0 0 10 0 0 0 20 0 15 0 92888075 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623159740400 139623604640386 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13091] ppid=13076 vsize=10661132 memory=-1 CPUtime=0.12 cores=0,2,4,6
/proc/13079/task/13091/stat : 13091 (java) R 13076 13079 11635 0 -1 4202560 1359 0 0 0 12 0 0 0 20 0 15 0 92888075 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623158673880 139623588016164 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13092] ppid=13076 vsize=10661132 memory=140094209312384 CPUtime=0.15 cores=0,2,4,6
/proc/13079/task/13092/stat : 13092 (java) S 13076 13079 11635 0 -1 1077944384 1430 0 0 0 15 0 0 0 20 0 15 0 92888075 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623157635312 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13093] ppid=13076 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13093/stat : 13093 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623156583008 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13094] ppid=13076 vsize=10661132 memory=140094209339804 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13094/stat : 13094 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888075 10916999168 13716 33554432000 4194304 4196468 140736140730416 139623155530544 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 54804 KiB

[startup+0.70108 s]
/proc/loadavg: 1.69 1.75 1.85 5/219 13094
/proc/meminfo: memFree=19058708/32770624 swapFree=67108860/67108860
[pid=13079] ppid=13076 vsize=10661132 memory=195584 CPUtime=1.96 cores=0,2,4,6
/proc/13079/stat : 13079 (java) S 13076 13079 11635 0 -1 1077944320 12305 0 0 0 191 5 0 0 20 0 15 0 92888069 10916999168 48896 33554432000 4194304 4196468 140736140730416 140736140712960 139623604629239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
/proc/13079/statm: 2665283 48896 3124 1 0 2627263 0
[pid=13079/tid=13081] ppid=13076 vsize=10661132 memory=56 CPUtime=0.66 cores=0,2,4,6
/proc/13079/task/13081/stat : 13081 (java) R 13076 13079 11635 0 -1 4202560 5624 0 0 0 63 3 0 0 20 0 15 0 92888069 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623608864960 139623233687730 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13082] ppid=13076 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13082/stat : 13082 (java) S 13076 13079 11635 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 92888070 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623557249296 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13083] ppid=13076 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13083/stat : 13083 (java) S 13076 13079 11635 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 92888070 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623556196752 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13084] ppid=13076 vsize=10661132 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/13079/task/13084/stat : 13084 (java) S 13076 13079 11635 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 92888070 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623555144208 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13085] ppid=13076 vsize=10661132 memory=8320808402719684661 CPUtime=0.01 cores=0,2,4,6
/proc/13079/task/13085/stat : 13085 (java) S 13076 13079 11635 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 92888070 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623554091664 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13086] ppid=13076 vsize=10661132 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13086/stat : 13086 (java) S 13076 13079 11635 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92888072 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623163951600 139623604640386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13087] ppid=13076 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13087/stat : 13087 (java) S 13076 13079 11635 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92888072 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623162897824 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13088] ppid=13076 vsize=10661132 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13088/stat : 13088 (java) S 13076 13079 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888072 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623161845232 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13089] ppid=13076 vsize=10661132 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13089/stat : 13089 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623160793808 139623604647835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13090] ppid=13076 vsize=10661132 memory=1200 CPUtime=0.42 cores=0,2,4,6
/proc/13079/task/13090/stat : 13090 (java) R 13076 13079 11635 0 -1 4202560 1818 0 0 0 42 0 0 0 20 0 15 0 92888075 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623159725744 139623588123721 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13091] ppid=13076 vsize=10661132 memory=12136 CPUtime=0.45 cores=0,2,4,6
/proc/13079/task/13091/stat : 13091 (java) S 13076 13079 11635 0 -1 1077944384 1484 0 0 0 45 0 0 0 20 0 15 0 92888075 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623158687856 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13092] ppid=13076 vsize=10661132 memory=1008 CPUtime=0.35 cores=0,2,4,6
/proc/13079/task/13092/stat : 13092 (java) S 13076 13079 11635 0 -1 1077944384 1885 0 0 0 35 0 0 0 20 0 15 0 92888075 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623157635312 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13093] ppid=13076 vsize=10661132 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13093/stat : 13093 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623156583008 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13094] ppid=13076 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13094/stat : 13094 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888075 10916999168 48896 33554432000 4194304 4196468 140736140730416 139623155530544 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 195584 KiB

[startup+1.50087 s]
/proc/loadavg: 1.69 1.75 1.85 6/219 13094
/proc/meminfo: memFree=18756880/32770624 swapFree=67108860/67108860
[pid=13079] ppid=13076 vsize=10661132 memory=703528 CPUtime=3.81 cores=0,2,4,6
/proc/13079/stat : 13079 (java) S 13076 13079 11635 0 -1 1077944320 13730 0 0 0 348 33 0 0 20 0 15 0 92888069 10916999168 175882 33554432000 4194304 4196468 140736140730416 140736140712960 139623604629239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
/proc/13079/statm: 2665283 175882 3148 1 0 2627263 0
[pid=13079/tid=13081] ppid=13076 vsize=10661132 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/13079/task/13081/stat : 13081 (java) R 13076 13079 11635 0 -1 4202560 5807 0 0 0 120 9 0 0 20 0 15 0 92888069 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623608867312 139623234108354 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13082] ppid=13076 vsize=10661132 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/13079/task/13082/stat : 13082 (java) S 13076 13079 11635 0 -1 1077944384 195 0 0 0 11 5 0 0 20 0 15 0 92888070 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623557249296 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13083] ppid=13076 vsize=10661132 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/13079/task/13083/stat : 13083 (java) S 13076 13079 11635 0 -1 1077944384 157 0 0 0 9 5 0 0 20 0 15 0 92888070 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623556196752 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13084] ppid=13076 vsize=10661132 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/13079/task/13084/stat : 13084 (java) S 13076 13079 11635 0 -1 1077944384 93 0 0 0 10 4 0 0 20 0 15 0 92888070 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623555144208 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13085] ppid=13076 vsize=10661132 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/13079/task/13085/stat : 13085 (java) S 13076 13079 11635 0 -1 1077944384 175 0 0 0 9 5 0 0 20 0 15 0 92888070 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623554091664 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13086] ppid=13076 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13086/stat : 13086 (java) S 13076 13079 11635 0 -1 1077944384 493 0 0 0 0 0 0 0 20 0 15 0 92888072 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623163951600 139623604640386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13087] ppid=13076 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13087/stat : 13087 (java) S 13076 13079 11635 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92888072 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623162897824 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13088] ppid=13076 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13088/stat : 13088 (java) S 13076 13079 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888072 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623161845232 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13089] ppid=13076 vsize=10661132 memory=52 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13089/stat : 13089 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623160793808 139623604647835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13090] ppid=13076 vsize=10661132 memory=56 CPUtime=0.68 cores=0,2,4,6
/proc/13079/task/13090/stat : 13090 (java) S 13076 13079 11635 0 -1 1077944384 1909 0 0 0 68 0 0 0 20 0 15 0 92888075 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623159740400 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13091] ppid=13076 vsize=10661132 memory=38 CPUtime=0.76 cores=0,2,4,6
/proc/13079/task/13091/stat : 13091 (java) S 13076 13079 11635 0 -1 1077944384 1581 0 0 0 76 0 0 0 20 0 15 0 92888075 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623158687856 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13092] ppid=13076 vsize=10661132 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/13079/task/13092/stat : 13092 (java) S 13076 13079 11635 0 -1 1077944384 1959 0 0 0 39 1 0 0 20 0 15 0 92888075 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623157635312 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13093] ppid=13076 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13093/stat : 13093 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623156583008 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13094] ppid=13076 vsize=10661132 memory=664500 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13094/stat : 13094 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888075 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623155530544 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
Current children cumulated CPU time: 3.81 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 703528 KiB

[startup+1.5873 s]
# the end of solver process 13079 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.56869 s, system=0.359386 s

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

[startup+1.50087 s]
/proc/loadavg: 1.69 1.75 1.85 6/219 13094
/proc/meminfo: memFree=18756880/32770624 swapFree=67108860/67108860
[pid=13079] ppid=13076 vsize=10661132 memory=703528 CPUtime=3.81 cores=0,2,4,6
/proc/13079/stat : 13079 (java) S 13076 13079 11635 0 -1 1077944320 13730 0 0 0 348 33 0 0 20 0 15 0 92888069 10916999168 175882 33554432000 4194304 4196468 140736140730416 140736140712960 139623604629239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
/proc/13079/statm: 2665283 175882 3148 1 0 2627263 0
[pid=13079/tid=13081] ppid=13076 vsize=10661132 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/13079/task/13081/stat : 13081 (java) R 13076 13079 11635 0 -1 4202560 5807 0 0 0 120 9 0 0 20 0 15 0 92888069 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623608867312 139623234108354 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13082] ppid=13076 vsize=10661132 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/13079/task/13082/stat : 13082 (java) S 13076 13079 11635 0 -1 1077944384 195 0 0 0 11 5 0 0 20 0 15 0 92888070 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623557249296 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13083] ppid=13076 vsize=10661132 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/13079/task/13083/stat : 13083 (java) S 13076 13079 11635 0 -1 1077944384 157 0 0 0 9 5 0 0 20 0 15 0 92888070 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623556196752 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13084] ppid=13076 vsize=10661132 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/13079/task/13084/stat : 13084 (java) S 13076 13079 11635 0 -1 1077944384 93 0 0 0 10 4 0 0 20 0 15 0 92888070 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623555144208 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13085] ppid=13076 vsize=10661132 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/13079/task/13085/stat : 13085 (java) S 13076 13079 11635 0 -1 1077944384 175 0 0 0 9 5 0 0 20 0 15 0 92888070 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623554091664 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13086] ppid=13076 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13086/stat : 13086 (java) S 13076 13079 11635 0 -1 1077944384 493 0 0 0 0 0 0 0 20 0 15 0 92888072 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623163951600 139623604640386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13087] ppid=13076 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13087/stat : 13087 (java) S 13076 13079 11635 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92888072 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623162897824 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13088] ppid=13076 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13088/stat : 13088 (java) S 13076 13079 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888072 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623161845232 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13089] ppid=13076 vsize=10661132 memory=52 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13089/stat : 13089 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623160793808 139623604647835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13090] ppid=13076 vsize=10661132 memory=56 CPUtime=0.68 cores=0,2,4,6
/proc/13079/task/13090/stat : 13090 (java) S 13076 13079 11635 0 -1 1077944384 1909 0 0 0 68 0 0 0 20 0 15 0 92888075 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623159740400 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13091] ppid=13076 vsize=10661132 memory=38 CPUtime=0.76 cores=0,2,4,6
/proc/13079/task/13091/stat : 13091 (java) S 13076 13079 11635 0 -1 1077944384 1581 0 0 0 76 0 0 0 20 0 15 0 92888075 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623158687856 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13092] ppid=13076 vsize=10661132 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/13079/task/13092/stat : 13092 (java) S 13076 13079 11635 0 -1 1077944384 1959 0 0 0 39 1 0 0 20 0 15 0 92888075 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623157635312 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13093] ppid=13076 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13093/stat : 13093 (java) S 13076 13079 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888075 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623156583008 139623604639445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
[pid=13079/tid=13094] ppid=13076 vsize=10661132 memory=664500 CPUtime=0 cores=0,2,4,6
/proc/13079/task/13094/stat : 13094 (java) S 13076 13079 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888075 10916999168 175882 33554432000 4194304 4196468 140736140730416 139623155530544 139623604640386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140736140735605 140736140735753 140736140735753 140736140738511 0
Current children cumulated CPU time: 3.81 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 703528 KiB

Child status: 0
Real time (s): 1.58734
CPU time (s): 3.92808
CPU user time (s): 3.56869
CPU system time (s): 0.359386
CPU usage (%): 247.463
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 703528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.56869
system time used= 0.359386
maximum resident set size= 830048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14113
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= 1439
involuntary context switches= 30


# summary of solver processes directly reported to runsolver:
#   pid: 13079
#   total CPU time (s): 3.92808
#   total CPU user time (s): 3.56869
#   total CPU system time (s): 0.359386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032623 second user time and 0.061038 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 06:47:29
IDJOB=4298260
IDBENCH=141092
IDSOLVER=2762
FILE ID=node132/4298260-1532753249
RUNJOBID= node132-1532740752-11666
PBS_JOBID= 21022446
Free space on /tmp= 52012 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-02-opt_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298260-1532753249/watcher-4298260-1532753249 -o /tmp/evaluation-result-4298260-1532753249/solver-4298260-1532753249 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11666 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298260-1532753249.xml

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

MD5SUM BENCH= 17429597c674cf3d46f4fdcf8d0004b5
RANDOM SEED=1262362186

node132.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.65
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.65
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.65
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.65
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:        19134516 kB
MemAvailable:   27381136 kB
Buffers:          196504 kB
Cached:          8255860 kB
SwapCached:            0 kB
Active:          7154796 kB
Inactive:        5892804 kB
Active(anon):    4545164 kB
Inactive(anon):    77852 kB
Active(file):    2609632 kB
Inactive(file):  5814952 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1496 kB
Writeback:             0 kB
AnonPages:       4740820 kB
Mapped:            54580 kB
Shmem:             25248 kB
Slab:             278020 kB
SReclaimable:     250496 kB
SUnreclaim:        27524 kB
KernelStack:        3904 kB
PageTables:        14628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5296400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4622336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52012 MiB
End job on node132 at 2018-07-28 06:47:31