Trace number 4395838

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 NameAnswerCPU timeWall clock time
Concrete 3.12.2SAT 247.655 235.766

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s25/
TravellingSalesman-25-715_X2.xml
MD5SUM0286d8cb8f351d75271acd0c64dfc747
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.29109
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":25,"count":25},{"size":181,"count":24},{"size":1001,"count":25}]
Minimum variable degree1
Maximum variable degree25
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":49},{"degree":25,"count":25}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":325},{"arity":3,"count":25}]
Number of extensional constraints350
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":350}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.54	c Concrete v3.12.2.1568380929293 running
247.55/235.75	v <instantiation
247.55/235.75	v         >
247.55/235.75	v       <list>
247.55/235.75	v         w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] z[19] z[20] z[21] z[22] z[23]
247.55/235.75	v       </list>
247.55/235.75	v       <values>
247.55/235.75	v         180 0 12 23 15 10 3 16 8 18 7 4 2 21 25 13 17 5 9 20 1 19 11 6 24 22 14 4 8 2 8 18 9 16 10 8 2 6 9 1 10 14 19 5 1 1 0 0 6 17 6 0 12 14 22 40 49 65 75 83 85 91 100 101 111 125 144 149 150 151 151 151 157 174 180 180
247.55/235.75	v       </values>
247.55/235.75	v     </instantiation>
247.55/235.75	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395838-1568408621/watcher-4395838-1568408621 -o /tmp/evaluation-result-4395838-1568408621/solver-4395838-1568408621 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30986 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2135135281 HOME/instance-4395838-1568408621.xml 

running on 4 cores: 1,3,5,7

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

solver pid=2523, runsolver pid=2520

[startup+0.100105 s]*
/proc/loadavg: 1.23 1.33 1.38 3/220 2580
/proc/meminfo: memFree=30484336/32770624 swapFree=67004216/67108860
[pid=2523] ppid=2520 vsize=9972712 memory=18600 CPUtime=0.09 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2520 2523 30411 0 -1 1077944320 4370 13159 0 0 1 0 5 3 20 0 6 0 417023748 10212057088 4650 33554432000 4194304 4196468 140732904443072 140732904425616 139908820831991 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
/proc/2523/statm: 2493178 4650 1935 1 0 2481616 0
[pid=2523/tid=2576] ppid=2520 vsize=10055356 memory=576460756329955604 CPUtime=0.09 cores=1,3,5,7
/proc/2523/task/2576/stat : 2576 (java) R 2520 2523 30411 0 -1 4202560 2268 13159 0 0 1 0 5 3 20 0 7 0 417023757 10296684544 4716 33554432000 4194304 4196468 140732904443072 139908792675088 139908804208560 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2577] ppid=2520 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2577/stat : 2577 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 7 0 417023757 10296684544 4782 33554432000 4194304 4196468 140732904443072 139908825074448 139908820842197 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2578] ppid=2520 vsize=10055356 memory=13573708210812486 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2578/stat : 2578 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 7 0 417023757 10296684544 4782 33554432000 4194304 4196468 140732904443072 139908713347984 139908820842197 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2579] ppid=2520 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2579/stat : 2579 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 7 0 417023757 10296684544 4782 33554432000 4194304 4196468 140732904443072 139908712295440 139908820842197 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2580] ppid=2520 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2580/stat : 2580 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 7 0 417023757 10296684544 4782 33554432000 4194304 4196468 140732904443072 139908711242896 139908820842197 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2581] ppid=2520 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2581/stat : 2581 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 7 0 417023759 10296684544 4782 33554432000 4194304 4196468 140732904443072 139908280293360 139908820843138 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.210166 s]*
/proc/loadavg: 1.23 1.33 1.38 3/229 2589
/proc/meminfo: memFree=30465376/32770624 swapFree=67004216/67108860
[pid=2523] ppid=2520 vsize=10819664 memory=44624 CPUtime=0.27 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2520 2523 30411 0 -1 1077944320 6944 13159 0 0 17 2 5 3 20 0 15 0 417023748 11079335936 11156 33554432000 4194304 4196468 140732904443072 140732904425616 139908820831991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
/proc/2523/statm: 2704916 11156 3161 1 0 2667149 0
[pid=2523/tid=2576] ppid=2520 vsize=10819972 memory=607825706133684500 CPUtime=0.2 cores=1,3,5,7
/proc/2523/task/2576/stat : 2576 (java) R 2520 2523 30411 0 -1 4202560 3526 13159 0 0 11 1 5 3 20 0 15 0 417023757 11079651328 11222 33554432000 4194304 4196468 140732904443072 139908792663232 139908813931838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2577] ppid=2520 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2577/stat : 2577 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023757 11079651328 11222 33554432000 4194304 4196468 140732904443072 139908825074448 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2578] ppid=2520 vsize=10819972 memory=13573708210812486 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2578/stat : 2578 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023757 11079651328 11222 33554432000 4194304 4196468 140732904443072 139908713347984 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2579] ppid=2520 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2579/stat : 2579 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023757 11079651328 11222 33554432000 4194304 4196468 140732904443072 139908712295440 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2580] ppid=2520 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2580/stat : 2580 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023757 11079651328 11222 33554432000 4194304 4196468 140732904443072 139908711242896 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2581] ppid=2520 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2581/stat : 2581 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023759 11079651328 11222 33554432000 4194304 4196468 140732904443072 139908280293360 139908820843138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2582] ppid=2520 vsize=10819972 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2582/stat : 2582 (java) S 2520 2523 30411 0 -1 1077944384 33 13159 0 0 0 0 5 3 20 0 15 0 417023759 11079651328 11222 33554432000 4194304 4196468 140732904443072 139908279239584 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2583] ppid=2520 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2583/stat : 2583 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023759 11079651328 11222 33554432000 4194304 4196468 140732904443072 139908157006832 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2584] ppid=2520 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2584/stat : 2584 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023762 11079651328 11222 33554432000 4194304 4196468 140732904443072 139907553028304 139908820850587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2585] ppid=2520 vsize=10819972 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2523/task/2585/stat : 2585 (java) S 2520 2523 30411 0 -1 1077944384 340 13159 0 0 1 0 5 3 20 0 15 0 417023762 11079651328 11222 33554432000 4194304 4196468 140732904443072 139908245682672 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2586] ppid=2520 vsize=10819972 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/2523/task/2586/stat : 2586 (java) S 2520 2523 30411 0 -1 1077944384 318 13159 0 0 1 0 5 3 20 0 15 0 417023762 11079651328 11222 33554432000 4194304 4196468 140732904443072 139908244630128 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2587] ppid=2520 vsize=10819972 memory=140381455480448 CPUtime=0.11 cores=1,3,5,7
/proc/2523/task/2587/stat : 2587 (java) S 2520 2523 30411 0 -1 1077944384 615 13159 0 0 3 0 5 3 20 0 15 0 417023762 11079651328 11222 33554432000 4194304 4196468 140732904443072 139908243577584 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2588] ppid=2520 vsize=10819972 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2588/stat : 2588 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023762 11079651328 11222 33554432000 4194304 4196468 140732904443072 139907083267168 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2589] ppid=2520 vsize=10819972 memory=140381455480448 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2589/stat : 2589 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023762 11079651328 11222 33554432000 4194304 4196468 140732904443072 139908242524464 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 44624 KiB

[startup+0.310652 s]*
/proc/loadavg: 1.23 1.33 1.38 4/229 2589
/proc/meminfo: memFree=30452696/32770624 swapFree=67004216/67108860
[pid=2523] ppid=2520 vsize=10820148 memory=53432 CPUtime=0.41 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2520 2523 30411 0 -1 1077944320 10607 13159 0 0 29 4 5 3 20 0 15 0 417023748 11079831552 13358 33554432000 4194304 4196468 140732904443072 140732904425616 139908820831991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
/proc/2523/statm: 2705037 13358 3293 1 0 2667149 0
[pid=2523/tid=2576] ppid=2520 vsize=10820264 memory=7822038051842263955 CPUtime=0.3 cores=1,3,5,7
/proc/2523/task/2576/stat : 2576 (java) R 2520 2523 30411 0 -1 4202560 7092 13159 0 0 19 3 5 3 20 0 15 0 417023757 11079950336 13423 33554432000 4194304 4196468 140732904443072 139908792652208 139908806525457 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2577] ppid=2520 vsize=10820264 memory=4294967295 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2577/stat : 2577 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023757 11079950336 13423 33554432000 4194304 4196468 140732904443072 139908825074448 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2578] ppid=2520 vsize=10820264 memory=140381455480448 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2578/stat : 2578 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023757 11079950336 13423 33554432000 4194304 4196468 140732904443072 139908713347984 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2579] ppid=2520 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2579/stat : 2579 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023757 11079950336 13423 33554432000 4194304 4196468 140732904443072 139908712295440 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2580] ppid=2520 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2580/stat : 2580 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023757 11079950336 13423 33554432000 4194304 4196468 140732904443072 139908711242896 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2581] ppid=2520 vsize=10820264 memory=140381455499048 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2581/stat : 2581 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023759 11079950336 13423 33554432000 4194304 4196468 140732904443072 139908280293360 139908820843138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2582] ppid=2520 vsize=10820264 memory=140381455480447 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2582/stat : 2582 (java) S 2520 2523 30411 0 -1 1077944384 33 13159 0 0 0 0 5 3 20 0 15 0 417023759 11079950336 13423 33554432000 4194304 4196468 140732904443072 139908279239584 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2583] ppid=2520 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2583/stat : 2583 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023759 11079950336 13423 33554432000 4194304 4196468 140732904443072 139908157006832 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2584] ppid=2520 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2584/stat : 2584 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023762 11079950336 13423 33554432000 4194304 4196468 140732904443072 139907553028304 139908820850587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2585] ppid=2520 vsize=10820264 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2523/task/2585/stat : 2585 (java) S 2520 2523 30411 0 -1 1077944384 350 13159 0 0 2 0 5 3 20 0 15 0 417023762 11079950336 13423 33554432000 4194304 4196468 140732904443072 139908245682672 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2586] ppid=2520 vsize=10820264 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/2523/task/2586/stat : 2586 (java) S 2520 2523 30411 0 -1 1077944384 318 13159 0 0 1 0 5 3 20 0 15 0 417023762 11079950336 13423 33554432000 4194304 4196468 140732904443072 139908244630128 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2587] ppid=2520 vsize=10820264 memory=140381455480448 CPUtime=0.13 cores=1,3,5,7
/proc/2523/task/2587/stat : 2587 (java) S 2520 2523 30411 0 -1 1077944384 623 13159 0 0 5 0 5 3 20 0 15 0 417023762 11079950336 13423 33554432000 4194304 4196468 140732904443072 139908243577584 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2588] ppid=2520 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2588/stat : 2588 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023762 11079950336 13423 33554432000 4194304 4196468 140732904443072 139907083267168 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2589] ppid=2520 vsize=10820264 memory=140381455480448 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2589/stat : 2589 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023762 11079950336 13423 33554432000 4194304 4196468 140732904443072 139908242524464 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53432 KiB

[startup+0.700722 s]
/proc/loadavg: 1.23 1.33 1.38 4/229 2589
/proc/meminfo: memFree=30438036/32770624 swapFree=67004216/67108860
[pid=2523] ppid=2520 vsize=10824360 memory=86316 CPUtime=1.16 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2520 2523 30411 0 -1 1077944320 14849 13159 0 0 102 6 5 3 20 0 15 0 417023748 11084144640 21579 33554432000 4194304 4196468 140732904443072 140732904425616 139908820831991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
/proc/2523/statm: 2706090 21579 3514 1 0 2668173 0
[pid=2523/tid=2576] ppid=2520 vsize=10824360 memory=1416 CPUtime=0.67 cores=1,3,5,7
/proc/2523/task/2576/stat : 2576 (java) R 2520 2523 30411 0 -1 4202560 10057 13159 0 0 55 4 5 3 20 0 15 0 417023757 11084144640 21579 33554432000 4194304 4196468 140732904443072 139908792649920 139908804912478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2577] ppid=2520 vsize=10824360 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2577/stat : 2577 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023757 11084144640 21579 33554432000 4194304 4196468 140732904443072 139908825074448 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2578] ppid=2520 vsize=10824360 memory=7734763483327455577 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2578/stat : 2578 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023757 11084144640 21579 33554432000 4194304 4196468 140732904443072 139908713347984 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2579] ppid=2520 vsize=10824360 memory=8170745145745690962 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2579/stat : 2579 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023757 11084144640 21579 33554432000 4194304 4196468 140732904443072 139908712295440 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2580] ppid=2520 vsize=10824360 memory=5787500903046145365 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2580/stat : 2580 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023757 11084144640 21579 33554432000 4194304 4196468 140732904443072 139908711242896 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2581] ppid=2520 vsize=10824360 memory=280762683799488 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2581/stat : 2581 (java) S 2520 2523 30411 0 -1 1077944384 6 13159 0 0 0 0 5 3 20 0 15 0 417023759 11084144640 21579 33554432000 4194304 4196468 140732904443072 139908280293360 139908820843138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2582] ppid=2520 vsize=10824360 memory=143026705924747 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2582/stat : 2582 (java) S 2520 2523 30411 0 -1 1077944384 33 13159 0 0 0 0 5 3 20 0 15 0 417023759 11084144640 21579 33554432000 4194304 4196468 140732904443072 139908279239584 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2583] ppid=2520 vsize=10824360 memory=140385301037950 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2583/stat : 2583 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023759 11084144640 21579 33554432000 4194304 4196468 140732904443072 139908157006832 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2584] ppid=2520 vsize=10824360 memory=140385301037953 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2584/stat : 2584 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023762 11084144640 21579 33554432000 4194304 4196468 140732904443072 139907553028304 139908820850587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2585] ppid=2520 vsize=10824360 memory=140385301037954 CPUtime=0.22 cores=1,3,5,7
/proc/2523/task/2585/stat : 2585 (java) S 2520 2523 30411 0 -1 1077944384 795 13159 0 0 14 0 5 3 20 0 15 0 417023762 11084144640 21579 33554432000 4194304 4196468 140732904443072 139908245682672 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2586] ppid=2520 vsize=10824360 memory=140385301038020 CPUtime=0.22 cores=1,3,5,7
/proc/2523/task/2586/stat : 2586 (java) S 2520 2523 30411 0 -1 1077944384 877 13159 0 0 14 0 5 3 20 0 15 0 417023762 11084144640 21579 33554432000 4194304 4196468 140732904443072 139908244630128 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2587] ppid=2520 vsize=10824360 memory=140385301038027 CPUtime=0.25 cores=1,3,5,7
/proc/2523/task/2587/stat : 2587 (java) S 2520 2523 30411 0 -1 1077944384 864 13159 0 0 17 0 5 3 20 0 15 0 417023762 11084144640 21579 33554432000 4194304 4196468 140732904443072 139908243577584 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2588] ppid=2520 vsize=10824360 memory=140385301038089 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2588/stat : 2588 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023762 11084144640 21579 33554432000 4194304 4196468 140732904443072 139907083267168 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2589] ppid=2520 vsize=10824360 memory=3588 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2589/stat : 2589 (java) S 2520 2523 30411 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 417023762 11084144640 21579 33554432000 4194304 4196468 140732904443072 139908242524464 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 86316 KiB

[startup+1.50091 s]
/proc/loadavg: 1.23 1.33 1.38 4/229 2589
/proc/meminfo: memFree=30382304/32770624 swapFree=67004216/67108860
[pid=2523] ppid=2520 vsize=10834676 memory=202952 CPUtime=2.77 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2520 2523 30411 0 -1 1077944320 23765 13159 0 0 257 12 5 3 20 0 15 0 417023748 11094708224 50738 33554432000 4194304 4196468 140732904443072 140732904425616 139908820831991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
/proc/2523/statm: 2708669 50738 3588 1 0 2670733 0
[pid=2523/tid=2576] ppid=2520 vsize=10834676 memory=1416 CPUtime=1.43 cores=1,3,5,7
/proc/2523/task/2576/stat : 2576 (java) R 2520 2523 30411 0 -1 4202560 15279 13159 0 0 129 6 5 3 20 0 15 0 417023757 11094708224 50738 33554432000 4194304 4196468 140732904443072 139908792641248 139908804912478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2577] ppid=2520 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2577/stat : 2577 (java) S 2520 2523 30411 0 -1 1077944384 56 13159 0 0 0 0 5 3 20 0 15 0 417023757 11094708224 50738 33554432000 4194304 4196468 140732904443072 139908825074448 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2578] ppid=2520 vsize=10834676 memory=280762683258464 CPUtime=0.09 cores=1,3,5,7
/proc/2523/task/2578/stat : 2578 (java) S 2520 2523 30411 0 -1 1077944384 314 13159 0 0 1 0 5 3 20 0 15 0 417023757 11094708224 50738 33554432000 4194304 4196468 140732904443072 139908713347984 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2579] ppid=2520 vsize=10834676 memory=280762683258912 CPUtime=0.09 cores=1,3,5,7
/proc/2523/task/2579/stat : 2579 (java) S 2520 2523 30411 0 -1 1077944384 24 13159 0 0 1 0 5 3 20 0 15 0 417023757 11094708224 50738 33554432000 4194304 4196468 140732904443072 139908712295440 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2580] ppid=2520 vsize=10834676 memory=140381341630632 CPUtime=0.09 cores=1,3,5,7
/proc/2523/task/2580/stat : 2580 (java) S 2520 2523 30411 0 -1 1077944384 92 13159 0 0 1 0 5 3 20 0 15 0 417023757 11094708224 50738 33554432000 4194304 4196468 140732904443072 139908711242896 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2581] ppid=2520 vsize=10834676 memory=33 CPUtime=0.09 cores=1,3,5,7
/proc/2523/task/2581/stat : 2581 (java) S 2520 2523 30411 0 -1 1077944384 1360 13159 0 0 1 0 5 3 20 0 15 0 417023759 11094708224 50738 33554432000 4194304 4196468 140732904443072 139908280293360 139908820843138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2582] ppid=2520 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2582/stat : 2582 (java) S 2520 2523 30411 0 -1 1077944384 33 13159 0 0 0 0 5 3 20 0 15 0 417023759 11094708224 50738 33554432000 4194304 4196468 140732904443072 139908279239584 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2583] ppid=2520 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2583/stat : 2583 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023759 11094708224 50738 33554432000 4194304 4196468 140732904443072 139908157006832 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2584] ppid=2520 vsize=10834676 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2584/stat : 2584 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023762 11094708224 50738 33554432000 4194304 4196468 140732904443072 139907553028304 139908820850587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2585] ppid=2520 vsize=10834676 memory=2244 CPUtime=0.49 cores=1,3,5,7
/proc/2523/task/2585/stat : 2585 (java) S 2520 2523 30411 0 -1 1077944384 1365 13159 0 0 41 0 5 3 20 0 15 0 417023762 11094708224 50738 33554432000 4194304 4196468 140732904443072 139908245682672 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2586] ppid=2520 vsize=10834676 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/2523/task/2586/stat : 2586 (java) S 2520 2523 30411 0 -1 1077944384 1416 13159 0 0 39 0 5 3 20 0 15 0 417023762 11094708224 50738 33554432000 4194304 4196468 140732904443072 139908244630128 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2587] ppid=2520 vsize=10834676 memory=6944656592455359580 CPUtime=0.47 cores=1,3,5,7
/proc/2523/task/2587/stat : 2587 (java) S 2520 2523 30411 0 -1 1077944384 1609 13159 0 0 39 0 5 3 20 0 15 0 417023762 11094708224 50738 33554432000 4194304 4196468 140732904443072 139908243577584 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2588] ppid=2520 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2588/stat : 2588 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023762 11094708224 50738 33554432000 4194304 4196468 140732904443072 139907083267168 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2589] ppid=2520 vsize=10834676 memory=2209 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2589/stat : 2589 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023762 11094708224 50738 33554432000 4194304 4196468 140732904443072 139908242524464 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0

################
# More data... #
################

[pid=2523/tid=2588] ppid=2520 vsize=10846984 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2588/stat : 2588 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139907083267168 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2589] ppid=2520 vsize=10846984 memory=8836 CPUtime=0.2 cores=1,3,5,7
/proc/2523/task/2589/stat : 2589 (java) S 2520 2523 30411 0 -1 1077944384 499 13159 0 0 6 6 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908242524464 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
Current children cumulated CPU time: 245.42 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 933056 KiB

[startup+234.401 s]
/proc/loadavg: 1.75 1.52 1.44 4/229 2736
/proc/meminfo: memFree=30032604/32770624 swapFree=67004216/67108860
[pid=2523] ppid=2520 vsize=10846984 memory=933056 CPUtime=246.23 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2520 2523 30411 0 -1 1077944320 100661 13159 0 0 24541 74 5 3 20 0 15 0 417023748 11107311616 233264 33554432000 4194304 4196468 140732904443072 140732904425616 139908820831991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
/proc/2523/statm: 2711746 233264 3625 1 0 2673805 0
[pid=2523/tid=2576] ppid=2520 vsize=10846984 memory=8112282956445269571 CPUtime=232.74 cores=1,3,5,7
/proc/2523/task/2576/stat : 2576 (java) R 2520 2523 30411 0 -1 4202560 35219 13159 0 0 23246 20 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908792659408 139908388348817 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2577] ppid=2520 vsize=10846984 memory=39876 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2577/stat : 2577 (java) S 2520 2523 30411 0 -1 1077944384 3147 13159 0 0 63 12 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908825074448 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2578] ppid=2520 vsize=10846984 memory=984 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2578/stat : 2578 (java) S 2520 2523 30411 0 -1 1077944384 5281 13159 0 0 65 10 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908713347984 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2579] ppid=2520 vsize=10846984 memory=1940 CPUtime=0.82 cores=1,3,5,7
/proc/2523/task/2579/stat : 2579 (java) S 2520 2523 30411 0 -1 1077944384 1542 13159 0 0 64 10 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908712295440 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2580] ppid=2520 vsize=10846984 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/2523/task/2580/stat : 2580 (java) S 2520 2523 30411 0 -1 1077944384 1378 13159 0 0 64 9 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908711242896 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2581] ppid=2520 vsize=10846984 memory=-3253322038155611931 CPUtime=0.74 cores=1,3,5,7
/proc/2523/task/2581/stat : 2581 (java) S 2520 2523 30411 0 -1 1077944384 4641 13159 0 0 62 4 5 3 20 0 15 0 417023759 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908280293360 139908820843138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2582] ppid=2520 vsize=10846984 memory=-2897801490638248215 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2582/stat : 2582 (java) S 2520 2523 30411 0 -1 1077944384 38 13159 0 0 0 0 5 3 20 0 15 0 417023759 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908279239648 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2583] ppid=2520 vsize=10846984 memory=-3472574513799858009 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2583/stat : 2583 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023759 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908157006848 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2584] ppid=2520 vsize=10846984 memory=-2893623298589923098 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2584/stat : 2584 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139907553028304 139908820850587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2585] ppid=2520 vsize=10846984 memory=8112282956445269571 CPUtime=4.22 cores=1,3,5,7
/proc/2523/task/2585/stat : 2585 (java) S 2520 2523 30411 0 -1 1077944384 19771 13159 0 0 412 2 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908245682672 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2586] ppid=2520 vsize=10846984 memory=1940 CPUtime=4.03 cores=1,3,5,7
/proc/2523/task/2586/stat : 2586 (java) S 2520 2523 30411 0 -1 1077944384 17626 13159 0 0 392 3 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908244630128 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2587] ppid=2520 vsize=10846984 memory=1416 CPUtime=1.63 cores=1,3,5,7
/proc/2523/task/2587/stat : 2587 (java) S 2520 2523 30411 0 -1 1077944384 9305 13159 0 0 152 3 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908243577584 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2588] ppid=2520 vsize=10846984 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2588/stat : 2588 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139907083267168 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2589] ppid=2520 vsize=10846984 memory=740 CPUtime=0.21 cores=1,3,5,7
/proc/2523/task/2589/stat : 2589 (java) S 2520 2523 30411 0 -1 1077944384 499 13159 0 0 6 7 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908242524464 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
Current children cumulated CPU time: 246.23 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 933056 KiB

[startup+235.201 s]
/proc/loadavg: 1.75 1.52 1.44 4/229 2736
/proc/meminfo: memFree=30032604/32770624 swapFree=67004216/67108860
[pid=2523] ppid=2520 vsize=10846984 memory=933056 CPUtime=247.04 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2520 2523 30411 0 -1 1077944320 100665 13159 0 0 24622 74 5 3 20 0 15 0 417023748 11107311616 233264 33554432000 4194304 4196468 140732904443072 140732904425616 139908820831991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
/proc/2523/statm: 2711746 233264 3625 1 0 2673805 0
[pid=2523/tid=2576] ppid=2520 vsize=10846984 memory=504 CPUtime=233.53 cores=1,3,5,7
/proc/2523/task/2576/stat : 2576 (java) R 2520 2523 30411 0 -1 4202560 35223 13159 0 0 23325 20 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908792667792 139908388351817 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2577] ppid=2520 vsize=10846984 memory=1560 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2577/stat : 2577 (java) S 2520 2523 30411 0 -1 1077944384 3147 13159 0 0 63 12 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908825074448 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2578] ppid=2520 vsize=10846984 memory=8112282956445269571 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2578/stat : 2578 (java) S 2520 2523 30411 0 -1 1077944384 5281 13159 0 0 65 10 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908713347984 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2579] ppid=2520 vsize=10846984 memory=1416 CPUtime=0.82 cores=1,3,5,7
/proc/2523/task/2579/stat : 2579 (java) S 2520 2523 30411 0 -1 1077944384 1542 13159 0 0 64 10 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908712295440 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2580] ppid=2520 vsize=10846984 memory=1556 CPUtime=0.81 cores=1,3,5,7
/proc/2523/task/2580/stat : 2580 (java) S 2520 2523 30411 0 -1 1077944384 1378 13159 0 0 64 9 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908711242896 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2581] ppid=2520 vsize=10846984 memory=740 CPUtime=0.75 cores=1,3,5,7
/proc/2523/task/2581/stat : 2581 (java) S 2520 2523 30411 0 -1 1077944384 4641 13159 0 0 63 4 5 3 20 0 15 0 417023759 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908280293360 139908820843138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2582] ppid=2520 vsize=10846984 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2582/stat : 2582 (java) S 2520 2523 30411 0 -1 1077944384 38 13159 0 0 0 0 5 3 20 0 15 0 417023759 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908279239648 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2583] ppid=2520 vsize=10846984 memory=5964 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2583/stat : 2583 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023759 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908157006848 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2584] ppid=2520 vsize=10846984 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2584/stat : 2584 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139907553028304 139908820850587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2585] ppid=2520 vsize=10846984 memory=19308 CPUtime=4.22 cores=1,3,5,7
/proc/2523/task/2585/stat : 2585 (java) S 2520 2523 30411 0 -1 1077944384 19771 13159 0 0 412 2 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908245682672 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2586] ppid=2520 vsize=10846984 memory=14068 CPUtime=4.03 cores=1,3,5,7
/proc/2523/task/2586/stat : 2586 (java) S 2520 2523 30411 0 -1 1077944384 17626 13159 0 0 392 3 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908244630128 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2587] ppid=2520 vsize=10846984 memory=2120 CPUtime=1.63 cores=1,3,5,7
/proc/2523/task/2587/stat : 2587 (java) S 2520 2523 30411 0 -1 1077944384 9305 13159 0 0 152 3 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908243577584 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2588] ppid=2520 vsize=10846984 memory=504 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2588/stat : 2588 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139907083267168 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2589] ppid=2520 vsize=10846984 memory=3588 CPUtime=0.21 cores=1,3,5,7
/proc/2523/task/2589/stat : 2589 (java) S 2520 2523 30411 0 -1 1077944384 499 13159 0 0 6 7 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908242524464 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
Current children cumulated CPU time: 247.04 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 933056 KiB

[startup+235.601 s]
/proc/loadavg: 1.75 1.52 1.44 4/229 2736
/proc/meminfo: memFree=30032604/32770624 swapFree=67004216/67108860
[pid=2523] ppid=2520 vsize=10846984 memory=933056 CPUtime=247.45 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2520 2523 30411 0 -1 1077944320 100739 13159 0 0 24663 74 5 3 20 0 15 0 417023748 11107311616 233264 33554432000 4194304 4196468 140732904443072 140732904425616 139908820831991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
/proc/2523/statm: 2711746 233264 3625 1 0 2673805 0
[pid=2523/tid=2576] ppid=2520 vsize=10846984 memory=984 CPUtime=233.92 cores=1,3,5,7
/proc/2523/task/2576/stat : 2576 (java) R 2520 2523 30411 0 -1 4202560 35295 13159 0 0 23364 20 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908792644400 139908388347576 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2577] ppid=2520 vsize=10846984 memory=8112282956445269571 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2577/stat : 2577 (java) S 2520 2523 30411 0 -1 1077944384 3148 13159 0 0 63 12 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908825074448 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2578] ppid=2520 vsize=10846984 memory=770316 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2578/stat : 2578 (java) S 2520 2523 30411 0 -1 1077944384 5281 13159 0 0 65 10 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908713347984 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2579] ppid=2520 vsize=10846984 memory=1808 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2579/stat : 2579 (java) S 2520 2523 30411 0 -1 1077944384 1543 13159 0 0 65 10 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908712295440 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2580] ppid=2520 vsize=10846984 memory=920 CPUtime=0.82 cores=1,3,5,7
/proc/2523/task/2580/stat : 2580 (java) S 2520 2523 30411 0 -1 1077944384 1378 13159 0 0 65 9 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908711242896 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2581] ppid=2520 vsize=10846984 memory=3848 CPUtime=0.75 cores=1,3,5,7
/proc/2523/task/2581/stat : 2581 (java) S 2520 2523 30411 0 -1 1077944384 4641 13159 0 0 63 4 5 3 20 0 15 0 417023759 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908280293360 139908820843138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2582] ppid=2520 vsize=10846984 memory=2604 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2582/stat : 2582 (java) S 2520 2523 30411 0 -1 1077944384 38 13159 0 0 0 0 5 3 20 0 15 0 417023759 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908279239648 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2583] ppid=2520 vsize=10846984 memory=2604 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2583/stat : 2583 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023759 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908157006848 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2584] ppid=2520 vsize=10846984 memory=1724 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2584/stat : 2584 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139907553028304 139908820850587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2585] ppid=2520 vsize=10846984 memory=1160 CPUtime=4.22 cores=1,3,5,7
/proc/2523/task/2585/stat : 2585 (java) S 2520 2523 30411 0 -1 1077944384 19771 13159 0 0 412 2 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908245682672 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2586] ppid=2520 vsize=10846984 memory=1720 CPUtime=4.03 cores=1,3,5,7
/proc/2523/task/2586/stat : 2586 (java) S 2520 2523 30411 0 -1 1077944384 17626 13159 0 0 392 3 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908244630128 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2587] ppid=2520 vsize=10846984 memory=1096 CPUtime=1.63 cores=1,3,5,7
/proc/2523/task/2587/stat : 2587 (java) S 2520 2523 30411 0 -1 1077944384 9305 13159 0 0 152 3 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908243577584 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2588] ppid=2520 vsize=10846984 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2588/stat : 2588 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139907083267168 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2589] ppid=2520 vsize=10846984 memory=776 CPUtime=0.21 cores=1,3,5,7
/proc/2523/task/2589/stat : 2589 (java) S 2520 2523 30411 0 -1 1077944384 499 13159 0 0 6 7 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908242524464 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
Current children cumulated CPU time: 247.45 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 933056 KiB

[startup+235.701 s]
/proc/loadavg: 1.75 1.52 1.44 4/229 2736
/proc/meminfo: memFree=30032604/32770624 swapFree=67004216/67108860
[pid=2523] ppid=2520 vsize=10846984 memory=933056 CPUtime=247.55 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2520 2523 30411 0 -1 1077944320 100740 13159 0 0 24673 74 5 3 20 0 15 0 417023748 11107311616 233264 33554432000 4194304 4196468 140732904443072 140732904425616 139908820831991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
/proc/2523/statm: 2711746 233264 3625 1 0 2673805 0
[pid=2523/tid=2576] ppid=2520 vsize=10846984 memory=933056 CPUtime=234.02 cores=1,3,5,7
/proc/2523/task/2576/stat : 2576 (java) R 2520 2523 30411 0 -1 4202560 35296 13159 0 0 23374 20 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908792659360 139908388349922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2577] ppid=2520 vsize=10846984 memory=933056 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2577/stat : 2577 (java) S 2520 2523 30411 0 -1 1077944384 3148 13159 0 0 63 12 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908825074448 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2578] ppid=2520 vsize=10846984 memory=933056 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2578/stat : 2578 (java) S 2520 2523 30411 0 -1 1077944384 5281 13159 0 0 65 10 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908713347984 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2579] ppid=2520 vsize=10846984 memory=933056 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2579/stat : 2579 (java) S 2520 2523 30411 0 -1 1077944384 1543 13159 0 0 65 10 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908712295440 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2580] ppid=2520 vsize=10846984 memory=933056 CPUtime=0.82 cores=1,3,5,7
/proc/2523/task/2580/stat : 2580 (java) S 2520 2523 30411 0 -1 1077944384 1378 13159 0 0 65 9 5 3 20 0 15 0 417023757 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908711242896 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2581] ppid=2520 vsize=10846984 memory=933056 CPUtime=0.75 cores=1,3,5,7
/proc/2523/task/2581/stat : 2581 (java) S 2520 2523 30411 0 -1 1077944384 4641 13159 0 0 63 4 5 3 20 0 15 0 417023759 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908280293360 139908820843138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2582] ppid=2520 vsize=10846984 memory=140381342332472 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2582/stat : 2582 (java) S 2520 2523 30411 0 -1 1077944384 38 13159 0 0 0 0 5 3 20 0 15 0 417023759 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908279239648 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2583] ppid=2520 vsize=10846984 memory=2321100069609223986 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2583/stat : 2583 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023759 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908157006848 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2584] ppid=2520 vsize=10846984 memory=3588 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2584/stat : 2584 (java) S 2520 2523 30411 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139907553028304 139908820850587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2585] ppid=2520 vsize=10846984 memory=39876 CPUtime=4.22 cores=1,3,5,7
/proc/2523/task/2585/stat : 2585 (java) S 2520 2523 30411 0 -1 1077944384 19771 13159 0 0 412 2 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908245682672 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2586] ppid=2520 vsize=10846984 memory=1720 CPUtime=4.03 cores=1,3,5,7
/proc/2523/task/2586/stat : 2586 (java) S 2520 2523 30411 0 -1 1077944384 17626 13159 0 0 392 3 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908244630128 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2587] ppid=2520 vsize=10846984 memory=1096 CPUtime=1.63 cores=1,3,5,7
/proc/2523/task/2587/stat : 2587 (java) S 2520 2523 30411 0 -1 1077944384 9305 13159 0 0 152 3 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908243577584 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2588] ppid=2520 vsize=10846984 memory=933056 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2588/stat : 2588 (java) S 2520 2523 30411 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139907083267168 139908820842197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
[pid=2523/tid=2589] ppid=2520 vsize=10846984 memory=933056 CPUtime=0.21 cores=1,3,5,7
/proc/2523/task/2589/stat : 2589 (java) S 2520 2523 30411 0 -1 1077944384 499 13159 0 0 6 7 5 3 20 0 15 0 417023762 11107311616 233264 33554432000 4194304 4196468 140732904443072 139908242524464 139908820843138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34955264 140732904450799 140732904453317 140732904453317 140732904456143 0
Current children cumulated CPU time: 247.55 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 933056 KiB

Child status: 0
Real time (s): 235.766
CPU time (s): 247.655
CPU user time (s): 246.857
CPU system time (s): 0.798087
CPU usage (%): 105.043
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 1020308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.857
system time used= 0.798087
maximum resident set size= 1020332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119525
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24721
involuntary context switches= 951


# summary of solver processes directly reported to runsolver:
#   pid: 2523
#   total CPU time (s): 247.655
#   total CPU user time (s): 246.857
#   total CPU system time (s): 0.798087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.63801 second user time and 2.02571 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 23:03:05
IDJOB=4395838
IDBENCH=135702
IDSOLVER=2846
FILE ID=node148/4395838-1568408621
RUNJOBID= node148-1568393484-30986
PBS_JOBID= 21701862
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s25/TravellingSalesman-25-715_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395838-1568408621/watcher-4395838-1568408621 -o /tmp/evaluation-result-4395838-1568408621/solver-4395838-1568408621 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30986 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2135135281 HOME/instance-4395838-1568408621.xml

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

MD5SUM BENCH= 0286d8cb8f351d75271acd0c64dfc747
RANDOM SEED=2135135281

node148.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.13
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.13
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.13
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.13
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:        30495316 kB
MemAvailable:   30696380 kB
Buffers:           47484 kB
Cached:           452136 kB
SwapCached:         3828 kB
Active:          1526072 kB
Inactive:         197984 kB
Active(anon):    1221520 kB
Inactive(anon):    43744 kB
Active(file):     304552 kB
Inactive(file):   154240 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004216 kB
Dirty:             35744 kB
Writeback:             0 kB
AnonPages:       1287860 kB
Mapped:            57072 kB
Shmem:             32336 kB
Slab:             144720 kB
SReclaimable:     116212 kB
SUnreclaim:        28508 kB
KernelStack:        4032 kB
PageTables:         8160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2355140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1198080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61240 MiB
End job on node148 at 2019-09-13 23:07:01