Trace number 4311591

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
OscaR - Conflict Ordering with restarts 2018-08-17OPT47 3.21363 1.69052

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-10-20-00_c18.xml
MD5SUM41acc49479871df381e8fa6a150e4ace
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.94647
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints11
Number of domains2
Minimum domain size10
Maximum domain size19
Distribution of domain sizes[{"size":10,"count":10},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":10},{"degree":3,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":10},{"arity":10,"count":1}]
Number of extensional constraints10
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":10},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 2083129319
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.49/1.05	c Parsing done, starting search...
1.49/1.08	o 77
1.49/1.08	o 75
1.49/1.09	o 73
1.49/1.09	o 72
1.49/1.09	o 71
1.49/1.10	o 70
1.71/1.14	o 68
1.71/1.14	o 61
1.71/1.14	o 58
1.71/1.14	o 50
1.71/1.18	o 49
1.71/1.19	o 48
2.00/1.23	o 47
3.11/1.68	s OPTIMUM FOUND
3.11/1.68	v <instantiation>
3.11/1.68	v 	<list>
3.11/1.68	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9]
3.11/1.68	v 	</list>
3.11/1.68	v 	<values>
3.11/1.68	v 		1 0 3 2 8 6 7 9 4 5 3 13 2 3 7 6 4 5 2 2 
3.11/1.68	v 	</values>
3.11/1.68	v </instantiation>

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311591-1534563679/watcher-4311591-1534563679 -o /tmp/evaluation-result-4311591-1534563679/solver-4311591-1534563679 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534541040-3480 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2083129319 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311591-1534563679.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=7565, runsolver pid=7562

[startup+0.100134 s]*
/proc/loadavg: 1.43 1.40 1.41 5/218 7580
/proc/meminfo: memFree=24601468/32770624 swapFree=67108840/67108860
[pid=7565] ppid=7562 vsize=14082736 memory=31256 CPUtime=0.12 cores=0,2,4,6
/proc/7565/stat : 7565 (java) S 7562 7565 3449 0 -1 1077944320 6706 0 0 0 11 1 0 0 20 0 15 0 273931040 14420721664 7814 33554432000 4194304 4196468 140736086381312 140736086363856 139685007843063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
/proc/7565/statm: 3520684 7814 3151 1 0 3482761 0
[pid=7565/tid=7567] ppid=7562 vsize=14082736 memory=-8536679165458216128 CPUtime=0.09 cores=0,2,4,6
/proc/7565/task/7567/stat : 7567 (java) R 7562 7565 3449 0 -1 4202560 4754 0 0 0 9 0 0 0 20 0 15 0 273931040 14420721664 7814 33554432000 4194304 4196468 140736086381312 139685012046184 139685007854998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7568] ppid=7562 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7568/stat : 7568 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684960463376 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7569] ppid=7562 vsize=14082736 memory=140029838698112 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7569/stat : 7569 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684959410832 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7570] ppid=7562 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7570/stat : 7570 (java) S 7562 7565 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273931041 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684958357776 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7571] ppid=7562 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7571/stat : 7571 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684957305232 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7572] ppid=7562 vsize=14082736 memory=140029838698112 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7572/stat : 7572 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931043 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684482112240 139685007854210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7573] ppid=7562 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7573/stat : 7573 (java) S 7562 7565 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273931043 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684481058464 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7574] ppid=7562 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7574/stat : 7574 (java) S 7562 7565 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273931043 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684480005360 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7575] ppid=7562 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7575/stat : 7575 (java) S 7562 7565 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273931046 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684478953936 139685007861659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7576] ppid=7562 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7576/stat : 7576 (java) S 7562 7565 3449 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 273931046 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684477901040 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7577] ppid=7562 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7577/stat : 7577 (java) S 7562 7565 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273931046 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684476848496 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7578] ppid=7562 vsize=14082736 memory=140029838698112 CPUtime=0.01 cores=0,2,4,6
/proc/7565/task/7578/stat : 7578 (java) S 7562 7565 3449 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 15 0 273931046 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684475795440 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7579] ppid=7562 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7579/stat : 7579 (java) S 7562 7565 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273931046 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684474743136 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7580] ppid=7562 vsize=14082736 memory=140029838698112 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7580/stat : 7580 (java) S 7562 7565 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273931046 14420721664 7814 33554432000 4194304 4196468 140736086381312 139684473691184 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31256 KiB

[startup+0.215936 s]*
/proc/loadavg: 1.43 1.40 1.41 5/218 7580
/proc/meminfo: memFree=24585832/32770624 swapFree=67108840/67108860
[pid=7565] ppid=7562 vsize=14082736 memory=47072 CPUtime=0.32 cores=0,2,4,6
/proc/7565/stat : 7565 (java) S 7562 7565 3449 0 -1 1077944320 10396 0 0 0 30 2 0 0 20 0 15 0 273931040 14420721664 11768 33554432000 4194304 4196468 140736086381312 140736086363856 139685007843063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
/proc/7565/statm: 3520684 11768 3364 1 0 3482761 0
[pid=7565/tid=7567] ppid=7562 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/7565/task/7567/stat : 7567 (java) R 7562 7565 3449 0 -1 4202560 8108 0 0 0 19 1 0 0 20 0 15 0 273931040 14420721664 11768 33554432000 4194304 4196468 140736086381312 139685012060560 139685007864410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7568] ppid=7562 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7568/stat : 7568 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684960463376 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7569] ppid=7562 vsize=14082736 memory=140029838705930 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7569/stat : 7569 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684959410832 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7570] ppid=7562 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7570/stat : 7570 (java) S 7562 7565 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273931041 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684958357776 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7571] ppid=7562 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7571/stat : 7571 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684957305232 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7572] ppid=7562 vsize=14082736 memory=140029838698112 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7572/stat : 7572 (java) S 7562 7565 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273931043 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684482112240 139685007854210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7573] ppid=7562 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7573/stat : 7573 (java) S 7562 7565 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273931043 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684481058464 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7574] ppid=7562 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7574/stat : 7574 (java) S 7562 7565 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273931043 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684480005360 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7575] ppid=7562 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7575/stat : 7575 (java) S 7562 7565 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273931046 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684478953936 139685007861659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7576] ppid=7562 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7565/task/7576/stat : 7576 (java) R 7562 7565 3449 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 15 0 273931046 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684477901040 139685007854210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7577] ppid=7562 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/7565/task/7577/stat : 7577 (java) R 7562 7565 3449 0 -1 4202560 220 0 0 0 1 0 0 0 20 0 15 0 273931046 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684476847680 139684989353984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7578] ppid=7562 vsize=14082736 memory=140029838698112 CPUtime=0.06 cores=0,2,4,6
/proc/7565/task/7578/stat : 7578 (java) R 7562 7565 3449 0 -1 4202560 305 0 0 0 6 0 0 0 20 0 15 0 273931046 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684475793840 139685007854998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7579] ppid=7562 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7579/stat : 7579 (java) S 7562 7565 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273931046 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684474743136 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7580] ppid=7562 vsize=14082736 memory=140029838698112 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7580/stat : 7580 (java) S 7562 7565 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273931046 14420721664 11768 33554432000 4194304 4196468 140736086381312 139684473691184 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47072 KiB

[startup+0.310603 s]*
/proc/loadavg: 1.43 1.40 1.41 3/218 7580
/proc/meminfo: memFree=24582004/32770624 swapFree=67108840/67108860
[pid=7565] ppid=7562 vsize=14082736 memory=50504 CPUtime=0.44 cores=0,2,4,6
/proc/7565/stat : 7565 (java) S 7562 7565 3449 0 -1 1077944320 10776 0 0 0 42 2 0 0 20 0 15 0 273931040 14420721664 12626 33554432000 4194304 4196468 140736086381312 140736086363856 139685007843063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
/proc/7565/statm: 3520684 12626 3367 1 0 3482761 0
[pid=7565/tid=7567] ppid=7562 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/7565/task/7567/stat : 7567 (java) R 7562 7565 3449 0 -1 4202560 8456 0 0 0 28 2 0 0 20 0 15 0 273931040 14420721664 12626 33554432000 4194304 4196468 140736086381312 139685012054576 139684988108999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7568] ppid=7562 vsize=14082736 memory=290763888105095191 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7568/stat : 7568 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684960463376 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7569] ppid=7562 vsize=14082736 memory=13709327098390168 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7569/stat : 7569 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684959410832 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7570] ppid=7562 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7570/stat : 7570 (java) S 7562 7565 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273931041 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684958357776 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7571] ppid=7562 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7571/stat : 7571 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684957305232 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7572] ppid=7562 vsize=14082736 memory=140029838698112 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7572/stat : 7572 (java) S 7562 7565 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273931043 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684482112240 139685007854210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7573] ppid=7562 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7573/stat : 7573 (java) S 7562 7565 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273931043 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684481058464 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7574] ppid=7562 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7574/stat : 7574 (java) S 7562 7565 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273931043 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684480005360 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7575] ppid=7562 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7575/stat : 7575 (java) S 7562 7565 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273931046 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684478953936 139685007861659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7576] ppid=7562 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7565/task/7576/stat : 7576 (java) S 7562 7565 3449 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 15 0 273931046 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684477901040 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7577] ppid=7562 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7565/task/7577/stat : 7577 (java) S 7562 7565 3449 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 15 0 273931046 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684476848496 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7578] ppid=7562 vsize=14082736 memory=140029838698112 CPUtime=0.08 cores=0,2,4,6
/proc/7565/task/7578/stat : 7578 (java) S 7562 7565 3449 0 -1 1077944384 321 0 0 0 8 0 0 0 20 0 15 0 273931046 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684475795440 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7579] ppid=7562 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7579/stat : 7579 (java) S 7562 7565 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273931046 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684474743136 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7580] ppid=7562 vsize=14082736 memory=140029838698112 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7580/stat : 7580 (java) S 7562 7565 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273931046 14420721664 12626 33554432000 4194304 4196468 140736086381312 139684473691184 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50504 KiB

[startup+0.70078 s]
/proc/loadavg: 1.43 1.40 1.41 3/218 7580
/proc/meminfo: memFree=24558696/32770624 swapFree=67108840/67108860
[pid=7565] ppid=7562 vsize=14084804 memory=88916 CPUtime=0.99 cores=0,2,4,6
/proc/7565/stat : 7565 (java) S 7562 7565 3449 0 -1 1077944320 17627 0 0 0 94 5 0 0 20 0 15 0 273931040 14422839296 22229 33554432000 4194304 4196468 140736086381312 140736086363856 139685007843063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
/proc/7565/statm: 3521201 22229 3500 1 0 3483273 0
[pid=7565/tid=7567] ppid=7562 vsize=14084804 memory=1784 CPUtime=0.68 cores=0,2,4,6
/proc/7565/task/7567/stat : 7567 (java) R 7562 7565 3449 0 -1 4202560 14905 0 0 0 64 4 0 0 20 0 15 0 273931040 14422839296 22229 33554432000 4194304 4196468 140736086381312 139685012053840 139685007864989 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7568] ppid=7562 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7568/stat : 7568 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684960463376 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7569] ppid=7562 vsize=14084804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7569/stat : 7569 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684959410832 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7570] ppid=7562 vsize=14084804 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7570/stat : 7570 (java) S 7562 7565 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273931041 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684958357776 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7571] ppid=7562 vsize=14084804 memory=5728 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7571/stat : 7571 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684957305232 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7572] ppid=7562 vsize=14084804 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7572/stat : 7572 (java) S 7562 7565 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273931043 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684482112240 139685007854210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7573] ppid=7562 vsize=14084804 memory=1092 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7573/stat : 7573 (java) S 7562 7565 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273931043 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684481058464 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7574] ppid=7562 vsize=14084804 memory=836 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7574/stat : 7574 (java) S 7562 7565 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273931043 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684480005360 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7575] ppid=7562 vsize=14084804 memory=10692 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7575/stat : 7575 (java) S 7562 7565 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273931046 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684478953936 139685007861659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7576] ppid=7562 vsize=14084804 memory=7450174591119418944 CPUtime=0.07 cores=0,2,4,6
/proc/7565/task/7576/stat : 7576 (java) S 7562 7565 3449 0 -1 1077944384 564 0 0 0 7 0 0 0 20 0 15 0 273931046 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684477901040 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7577] ppid=7562 vsize=14084804 memory=6442510787546475095 CPUtime=0.07 cores=0,2,4,6
/proc/7565/task/7577/stat : 7577 (java) S 7562 7565 3449 0 -1 1077944384 371 0 0 0 7 0 0 0 20 0 15 0 273931046 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684476848496 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7578] ppid=7562 vsize=14084804 memory=7523071198212214892 CPUtime=0.15 cores=0,2,4,6
/proc/7565/task/7578/stat : 7578 (java) S 7562 7565 3449 0 -1 1077944384 403 0 0 0 15 0 0 0 20 0 15 0 273931046 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684475795440 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7579] ppid=7562 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7579/stat : 7579 (java) S 7562 7565 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273931046 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684474743136 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7580] ppid=7562 vsize=14084804 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7580/stat : 7580 (java) S 7562 7565 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273931046 14422839296 22229 33554432000 4194304 4196468 140736086381312 139684473691184 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88916 KiB

[startup+1.50067 s]
/proc/loadavg: 1.43 1.40 1.41 3/218 7580
/proc/meminfo: memFree=24523272/32770624 swapFree=67108840/67108860
[pid=7565] ppid=7562 vsize=14090948 memory=147312 CPUtime=2.91 cores=0,2,4,6
/proc/7565/stat : 7565 (java) S 7562 7565 3449 0 -1 1077944320 26684 0 0 0 283 8 0 0 20 0 15 0 273931040 14429130752 36828 33554432000 4194304 4196468 140736086381312 140736086363856 139685007843063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
/proc/7565/statm: 3522737 36828 3545 1 0 3484809 0
[pid=7565/tid=7567] ppid=7562 vsize=14090948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/7565/task/7567/stat : 7567 (java) R 7562 7565 3449 0 -1 4202560 19642 0 0 0 141 6 0 0 20 0 15 0 273931040 14429130752 36828 33554432000 4194304 4196468 140736086381312 139685012078704 139684638415784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7568] ppid=7562 vsize=14090948 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7568/stat : 7568 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684960463376 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7569] ppid=7562 vsize=14090948 memory=-2843874019102283166 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7569/stat : 7569 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684959410832 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7570] ppid=7562 vsize=14090948 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7570/stat : 7570 (java) S 7562 7565 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273931041 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684958357776 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7571] ppid=7562 vsize=14090948 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7571/stat : 7571 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684957305232 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7572] ppid=7562 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7572/stat : 7572 (java) S 7562 7565 3449 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 273931043 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684482112240 139685007854210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7573] ppid=7562 vsize=14090948 memory=7451037828090260580 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7573/stat : 7573 (java) S 7562 7565 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273931043 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684481058464 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7574] ppid=7562 vsize=14090948 memory=7374758023520802148 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7574/stat : 7574 (java) S 7562 7565 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273931043 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684480005360 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7575] ppid=7562 vsize=14090948 memory=7811044310603950144 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7575/stat : 7575 (java) S 7562 7565 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273931046 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684478953936 139685007861659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7576] ppid=7562 vsize=14090948 memory=7526543550687270523 CPUtime=0.51 cores=0,2,4,6
/proc/7565/task/7576/stat : 7576 (java) R 7562 7565 3449 0 -1 4202560 1723 0 0 0 51 0 0 0 20 0 15 0 273931046 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684477888512 139684992234406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7577] ppid=7562 vsize=14090948 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/7565/task/7577/stat : 7577 (java) R 7562 7565 3449 0 -1 4202560 1292 0 0 0 52 0 0 0 20 0 15 0 273931046 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684476835344 139685000942763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7578] ppid=7562 vsize=14090948 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/7565/task/7578/stat : 7578 (java) S 7562 7565 3449 0 -1 1077944384 2620 0 0 0 37 0 0 0 20 0 15 0 273931046 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684475795440 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7579] ppid=7562 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7579/stat : 7579 (java) S 7562 7565 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273931046 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684474743136 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7580] ppid=7562 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7580/stat : 7580 (java) S 7562 7565 3449 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 273931046 14429130752 36828 33554432000 4194304 4196468 140736086381312 139684473691184 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 147312 KiB

[startup+1.69046 s]
# the end of solver process 7565 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.11736 s, system=0.096265 s

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

[startup+1.60093 s]
/proc/loadavg: 1.43 1.40 1.41 3/218 7580
/proc/meminfo: memFree=24523272/32770624 swapFree=67108840/67108860
[pid=7565] ppid=7562 vsize=14090948 memory=157576 CPUtime=3.11 cores=0,2,4,6
/proc/7565/stat : 7565 (java) S 7562 7565 3449 0 -1 1077944320 26717 0 0 0 303 8 0 0 20 0 15 0 273931040 14429130752 39394 33554432000 4194304 4196468 140736086381312 140736086363856 139685007843063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
/proc/7565/statm: 3522737 39394 3545 1 0 3484809 0
[pid=7565/tid=7567] ppid=7562 vsize=14090948 memory=0 CPUtime=1.57 cores=0,2,4,6
/proc/7565/task/7567/stat : 7567 (java) R 7562 7565 3449 0 -1 4202560 19654 0 0 0 151 6 0 0 20 0 15 0 273931040 14429130752 39394 33554432000 4194304 4196468 140736086381312 139685012080704 139684638561715 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7568] ppid=7562 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7568/stat : 7568 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684960463376 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7569] ppid=7562 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7569/stat : 7569 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684959410832 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7570] ppid=7562 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7570/stat : 7570 (java) S 7562 7565 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273931041 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684958357776 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7571] ppid=7562 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7571/stat : 7571 (java) S 7562 7565 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273931041 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684957305232 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7572] ppid=7562 vsize=14090948 memory=140029838699825 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7572/stat : 7572 (java) S 7562 7565 3449 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 273931043 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684482112240 139685007854210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7573] ppid=7562 vsize=14090948 memory=6370460868599113064 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7573/stat : 7573 (java) S 7562 7565 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273931043 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684481058464 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7574] ppid=7562 vsize=14090948 memory=7309167735419596644 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7574/stat : 7574 (java) S 7562 7565 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273931043 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684480005360 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7575] ppid=7562 vsize=14090948 memory=5931348737964200016 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7575/stat : 7575 (java) S 7562 7565 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273931046 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684478953936 139685007861659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7576] ppid=7562 vsize=14090948 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/7565/task/7576/stat : 7576 (java) S 7562 7565 3449 0 -1 1077944384 1732 0 0 0 55 0 0 0 20 0 15 0 273931046 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684477901040 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7577] ppid=7562 vsize=14090948 memory=172551183645907 CPUtime=0.57 cores=0,2,4,6
/proc/7565/task/7577/stat : 7577 (java) S 7562 7565 3449 0 -1 1077944384 1303 0 0 0 57 0 0 0 20 0 15 0 273931046 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684476848496 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7578] ppid=7562 vsize=14090948 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/7565/task/7578/stat : 7578 (java) S 7562 7565 3449 0 -1 1077944384 2620 0 0 0 37 0 0 0 20 0 15 0 273931046 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684475795440 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7579] ppid=7562 vsize=14090948 memory=-5921431000321636112 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7579/stat : 7579 (java) S 7562 7565 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273931046 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684474743136 139685007853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
[pid=7565/tid=7580] ppid=7562 vsize=14090948 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/7565/task/7580/stat : 7580 (java) S 7562 7565 3449 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 273931046 14429130752 39394 33554432000 4194304 4196468 140736086381312 139684473691184 139685007854210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37101568 140736086389832 140736086390025 140736086390025 140736086392783 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 157576 KiB

Child status: 0
Real time (s): 1.69052
CPU time (s): 3.21363
CPU user time (s): 3.11736
CPU system time (s): 0.096265
CPU usage (%): 190.097
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 157576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.11736
system time used= 0.096265
maximum resident set size= 170340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26855
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= 2288
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 7565
#   total CPU time (s): 3.21363
#   total CPU user time (s): 3.11736
#   total CPU system time (s): 0.096265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038346 second user time and 0.052855 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-18 05:41:19
IDJOB=4311591
IDBENCH=141627
IDSOLVER=2799
FILE ID=node135/4311591-1534563679
RUNJOBID= node135-1534541040-3480
PBS_JOBID= 21038636
Free space on /tmp= 54356 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-10-20-00_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311591-1534563679/watcher-4311591-1534563679 -o /tmp/evaluation-result-4311591-1534563679/solver-4311591-1534563679 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534541040-3480 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2083129319 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311591-1534563679.xml

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

MD5SUM BENCH= 41acc49479871df381e8fa6a150e4ace
RANDOM SEED=2083129319

node135.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.50
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.50
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.50
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.50
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:        24619264 kB
MemAvailable:   31620004 kB
Buffers:          200896 kB
Cached:          7048136 kB
SwapCached:           20 kB
Active:          4404216 kB
Inactive:        3166344 kB
Active(anon):     300996 kB
Inactive(anon):    89388 kB
Active(file):    4103220 kB
Inactive(file):  3076956 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             35860 kB
Writeback:             0 kB
AnonPages:        381628 kB
Mapped:            35080 kB
Shmem:             66188 kB
Slab:             278460 kB
SReclaimable:     249024 kB
SUnreclaim:        29436 kB
KernelStack:        3856 kB
PageTables:         6516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1213152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 54320 MiB
End job on node135 at 2018-08-18 05:41:20