Trace number 4283347

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
choco-solver 5a (2017-08-18)OPT886 1145.08 1112.13

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-16.xml
MD5SUMb96279f92050ffb29891facc982b592e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark886
Best CPU time to get the best result obtained on this benchmark7.43712
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283347-1503216208.xml"  -tl '2520s' -p 1 -x 3
0.09/0.27	c [HOME/instance-4283347-1503216208.xml, -tl, 2520s, -p, 1, -x, 3]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
0.64/0.55	c solve instance...
0.64/0.57	o 636 
0.64/0.59	o 647 
0.64/0.60	o 675 
1.24/0.71	o 687 
1.24/0.72	o 696 
1.24/0.72	o 715 
1.24/0.76	o 740 
2.24/1.09	o 752 
2.24/1.09	o 763 
2.83/1.30	o 774 
3.16/1.30	o 777 
3.16/1.30	o 816 
14.57/6.41	o 817 
14.68/6.52	o 822 
14.68/6.57	o 826 
14.68/6.57	o 841 
14.68/6.57	o 855 
15.12/6.87	o 856 
44.14/35.05	o 864 
90.14/80.23	o 874 
242.36/228.96	o 886 
1145.05/1112.11	s OPTIMUM FOUND
1145.05/1112.11	v <instantiation>
1145.05/1112.11	v 	<list>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] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
1145.05/1112.11	v 	<values>1 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 </values>
1145.05/1112.11	v </instantiation>

Verifier Data

OK	886

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283347-1503216208/watcher-4283347-1503216208 -o /tmp/evaluation-result-4283347-1503216208/solver-4283347-1503216208 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503172050-30420 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1953827864 HOME/instance-4283347-1503216208.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=6119, runsolver pid=6116

[startup+0.100084 s]*
/proc/loadavg: 1.86 2.00 1.93 3/198 6121
/proc/meminfo: memFree=27415204/32770624 swapFree=67108860/67108860
[pid=6119] ppid=6116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6119/stat : 6119 (xcsp3-exec) S 6116 6119 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20028793 9740288 345 18446744073709551615 4194304 5098028 140726275605392 140726275603496 140112516498044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 7569408 140726275608953 140726275609158 140726275609158 140726275612651 0
/proc/6119/statm: 2378 345 289 221 0 87 0
[pid=6121] ppid=6119 vsize=11657624 memory=7512 CPUtime=0 cores=1,3,5,7
/proc/6121/stat : 6121 (java) S 6119 6119 15523 0 -1 1077944320 2168 0 0 0 0 0 0 0 20 0 2 0 20028803 11937406976 1878 18446744073709551615 4194304 4196468 140730385805664 140730385788208 140068240387831 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
/proc/6121/statm: 2914406 1878 1151 1 0 2904376 0
[pid=6121/tid=6122] ppid=6119 vsize=13356504 memory=1404226546353086858 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6122/stat : 6122 (java) R 6119 6119 15523 0 -1 4202560 1037 0 0 0 0 0 0 0 20 0 6 0 20028803 13677060096 2023 18446744073709551615 4194304 4196468 140730385805664 140068244629608 140068226469119 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6123] ppid=6119 vsize=13356504 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6123/stat : 6123 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 20028804 13677060096 2023 18446744073709551615 4194304 4196468 140730385805664 140067840453648 140068240398037 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6124] ppid=6119 vsize=13356504 memory=140573582317184 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6124/stat : 6124 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 20028804 13677060096 2023 18446744073709551615 4194304 4196468 140730385805664 140067839401104 140068240398037 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6125] ppid=6119 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6125/stat : 6125 (java) S 6119 6119 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 20028804 13677060096 2023 18446744073709551615 4194304 4196468 140730385805664 140067838348048 140068240398037 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6126] ppid=6119 vsize=13356504 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6126/stat : 6126 (java) S 6119 6119 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 20028804 13677060096 2023 18446744073709551615 4194304 4196468 140730385805664 140067837295504 140068240398037 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11667136 KiB
Current children cumulated memory: 8892 KiB

[startup+0.209689 s]*
/proc/loadavg: 1.86 2.00 1.93 3/212 6135
/proc/meminfo: memFree=27400116/32770624 swapFree=67108860/67108860
[pid=6119] ppid=6116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6119/stat : 6119 (xcsp3-exec) S 6116 6119 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20028793 9740288 345 18446744073709551615 4194304 5098028 140726275605392 140726275603496 140112516498044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 7569408 140726275608953 140726275609158 140726275609158 140726275612651 0
/proc/6119/statm: 2378 345 289 221 0 87 0
[pid=6121] ppid=6119 vsize=13974352 memory=28404 CPUtime=0.09 cores=1,3,5,7
/proc/6121/stat : 6121 (java) S 6119 6119 15523 0 -1 1077944320 4992 0 0 0 9 0 0 0 20 0 15 0 20028803 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140730385788208 140068240387831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
/proc/6121/statm: 3493588 7101 2747 1 0 3482964 0
[pid=6121/tid=6122] ppid=6119 vsize=13974352 memory=7022364594140610616 CPUtime=0.07 cores=1,3,5,7
/proc/6121/task/6122/stat : 6122 (java) R 6119 6119 15523 0 -1 4202560 3137 0 0 0 7 0 0 0 20 0 15 0 20028803 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140068244617072 140068224468318 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6123] ppid=6119 vsize=13974352 memory=4294976238 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6123/stat : 6123 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20028804 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067840453648 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6124] ppid=6119 vsize=13974352 memory=140573582534980 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6124/stat : 6124 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20028804 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067839401104 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6125] ppid=6119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6125/stat : 6125 (java) S 6119 6119 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20028804 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067838348048 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6126] ppid=6119 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6126/stat : 6126 (java) S 6119 6119 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20028804 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067837295504 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6127] ppid=6119 vsize=13974352 memory=140573582317184 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6127/stat : 6127 (java) S 6119 6119 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20028805 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067718760688 140068240398978 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6128] ppid=6119 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6128/stat : 6128 (java) S 6119 6119 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20028805 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067717706912 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6129] ppid=6119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6129/stat : 6129 (java) S 6119 6119 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20028806 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067716653808 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6130] ppid=6119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6130/stat : 6130 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067715602384 140068240406427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6131] ppid=6119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6131/stat : 6131 (java) S 6119 6119 15523 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 20028808 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067714550512 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6132] ppid=6119 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6132/stat : 6132 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067713497968 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6133] ppid=6119 vsize=13974352 memory=140573582317184 CPUtime=0.01 cores=1,3,5,7
/proc/6121/task/6133/stat : 6133 (java) R 6119 6119 15523 0 -1 4202560 249 0 0 0 1 0 0 0 20 0 15 0 20028808 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067712444912 140068219338708 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6134] ppid=6119 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6134/stat : 6134 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067711392608 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6135] ppid=6119 vsize=13974352 memory=140573582317184 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6135/stat : 6135 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20028812 14309736448 7101 18446744073709551615 4194304 4196468 140730385805664 140067710339632 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29784 KiB

[startup+0.310398 s]*
/proc/loadavg: 1.86 2.00 1.93 4/212 6135
/proc/meminfo: memFree=27387148/32770624 swapFree=67108860/67108860
[pid=6119] ppid=6116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6119/stat : 6119 (xcsp3-exec) S 6116 6119 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20028793 9740288 345 18446744073709551615 4194304 5098028 140726275605392 140726275603496 140112516498044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 7569408 140726275608953 140726275609158 140726275609158 140726275612651 0
/proc/6119/statm: 2378 345 289 221 0 87 0
[pid=6121] ppid=6119 vsize=13974352 memory=37800 CPUtime=0.28 cores=1,3,5,7
/proc/6121/stat : 6121 (java) S 6119 6119 15523 0 -1 1077944320 8568 0 0 0 26 2 0 0 20 0 15 0 20028803 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140730385788208 140068240387831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
/proc/6121/statm: 3493588 9450 2979 1 0 3482964 0
[pid=6121/tid=6122] ppid=6119 vsize=13974352 memory=6933928925625698159 CPUtime=0.17 cores=1,3,5,7
/proc/6121/task/6122/stat : 6122 (java) R 6119 6119 15523 0 -1 4202560 5764 0 0 0 16 1 0 0 20 0 15 0 20028803 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140068244615456 140068240409757 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6123] ppid=6119 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6123/stat : 6123 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20028804 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067840453648 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6124] ppid=6119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6124/stat : 6124 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20028804 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067839401104 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6125] ppid=6119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6125/stat : 6125 (java) S 6119 6119 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20028804 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067838348048 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6126] ppid=6119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6126/stat : 6126 (java) S 6119 6119 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20028804 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067837295504 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6127] ppid=6119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6127/stat : 6127 (java) S 6119 6119 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20028805 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067718760688 140068240398978 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6128] ppid=6119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6128/stat : 6128 (java) S 6119 6119 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20028805 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067717706912 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6129] ppid=6119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6129/stat : 6129 (java) S 6119 6119 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20028806 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067716653808 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6130] ppid=6119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6130/stat : 6130 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067715602384 140068240406427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6131] ppid=6119 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6121/task/6131/stat : 6131 (java) S 6119 6119 15523 0 -1 1077944384 444 0 0 0 2 0 0 0 20 0 15 0 20028808 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067714550512 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6132] ppid=6119 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6121/task/6132/stat : 6132 (java) R 6119 6119 15523 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 15 0 20028808 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067713497968 140068224676528 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6133] ppid=6119 vsize=13974352 memory=140573582317184 CPUtime=0.06 cores=1,3,5,7
/proc/6121/task/6133/stat : 6133 (java) R 6119 6119 15523 0 -1 4202560 713 0 0 0 6 0 0 0 20 0 15 0 20028808 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067712444912 140068218988581 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6134] ppid=6119 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6134/stat : 6134 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067711392608 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6135] ppid=6119 vsize=13974352 memory=140573582317184 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6135/stat : 6135 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20028812 14309736448 9450 18446744073709551615 4194304 4196468 140730385805664 140067710339632 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 39180 KiB

[startup+0.701068 s]
/proc/loadavg: 1.86 2.00 1.93 6/212 6135
/proc/meminfo: memFree=27376420/32770624 swapFree=67108860/67108860
[pid=6119] ppid=6116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6119/stat : 6119 (xcsp3-exec) S 6116 6119 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20028793 9740288 345 18446744073709551615 4194304 5098028 140726275605392 140726275603496 140112516498044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 7569408 140726275608953 140726275609158 140726275609158 140726275612651 0
/proc/6119/statm: 2378 345 289 221 0 87 0
[pid=6121] ppid=6119 vsize=13980732 memory=68192 CPUtime=1.24 cores=1,3,5,7
/proc/6121/stat : 6121 (java) S 6119 6119 15523 0 -1 1077944320 13691 0 0 0 119 5 0 0 20 0 15 0 20028803 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140730385788208 140068240387831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
/proc/6121/statm: 3495183 17048 3170 1 0 3483476 0
[pid=6121/tid=6122] ppid=6119 vsize=13980732 memory=33 CPUtime=0.54 cores=1,3,5,7
/proc/6121/task/6122/stat : 6122 (java) R 6119 6119 15523 0 -1 1077944384 8062 0 0 0 51 3 0 0 20 0 15 0 20028803 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140068244626240 140068240398037 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6123] ppid=6119 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6123/stat : 6123 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20028804 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067840453648 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6124] ppid=6119 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6124/stat : 6124 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20028804 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067839401104 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6125] ppid=6119 vsize=13980732 memory=685 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6125/stat : 6125 (java) S 6119 6119 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20028804 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067838348048 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6126] ppid=6119 vsize=13980732 memory=126 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6126/stat : 6126 (java) S 6119 6119 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20028804 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067837295504 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6127] ppid=6119 vsize=13980732 memory=92 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6127/stat : 6127 (java) S 6119 6119 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 20028805 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067718760688 140068240398978 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6128] ppid=6119 vsize=13980732 memory=262 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6128/stat : 6128 (java) S 6119 6119 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20028805 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067717706912 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6129] ppid=6119 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6129/stat : 6129 (java) S 6119 6119 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20028806 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067716653808 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6130] ppid=6119 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6130/stat : 6130 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067715602384 140068240406427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6131] ppid=6119 vsize=13980732 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/6121/task/6131/stat : 6131 (java) R 6119 6119 15523 0 -1 4202560 1397 0 0 0 20 0 0 0 20 0 15 0 20028808 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067714532464 140068220043024 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6132] ppid=6119 vsize=13980732 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/6121/task/6132/stat : 6132 (java) R 6119 6119 15523 0 -1 4202560 1409 0 0 0 19 0 0 0 20 0 15 0 20028808 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067713478984 140068221089495 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6133] ppid=6119 vsize=13980732 memory=2 CPUtime=0.26 cores=1,3,5,7
/proc/6121/task/6133/stat : 6133 (java) S 6119 6119 15523 0 -1 1077944384 1525 0 0 0 26 0 0 0 20 0 15 0 20028808 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067712444912 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6134] ppid=6119 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6134/stat : 6134 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067711392608 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6135] ppid=6119 vsize=13980732 memory=4 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6135/stat : 6135 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20028812 14316269568 17048 18446744073709551615 4194304 4196468 140730385805664 140067710339632 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 69572 KiB

[startup+1.50087 s]
/proc/loadavg: 1.86 2.00 1.93 5/212 6135
/proc/meminfo: memFree=27332476/32770624 swapFree=67108860/67108860
[pid=6119] ppid=6116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6119/stat : 6119 (xcsp3-exec) S 6116 6119 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20028793 9740288 345 18446744073709551615 4194304 5098028 140726275605392 140726275603496 140112516498044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 7569408 140726275608953 140726275609158 140726275609158 140726275612651 0
/proc/6119/statm: 2378 345 289 221 0 87 0
[pid=6121] ppid=6119 vsize=13980732 memory=139688 CPUtime=3.76 cores=1,3,5,7
/proc/6121/stat : 6121 (java) S 6119 6119 15523 0 -1 1077944320 33876 0 0 0 368 8 0 0 20 0 15 0 20028803 14316269568 34922 18446744073709551615 4194304 4196468 140730385805664 140730385788208 140068240387831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
/proc/6121/statm: 3495183 34922 3192 1 0 3483476 0
[pid=6121/tid=6122] ppid=6119 vsize=13980732 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/6121/task/6122/stat : 6122 (java) R 6119 6119 15523 0 -1 4202560 8510 0 0 0 130 4 0 0 20 0 15 0 20028803 14316269568 34922 18446744073709551615 4194304 4196468 140730385805664 140068244619088 140067885049328 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6123] ppid=6119 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6123/stat : 6123 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20028804 14316269568 34922 18446744073709551615 4194304 4196468 140730385805664 140067840453648 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6124] ppid=6119 vsize=13980732 memory=33 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6124/stat : 6124 (java) S 6119 6119 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20028804 14316269568 34922 18446744073709551615 4194304 4196468 140730385805664 140067839401104 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6125] ppid=6119 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6125/stat : 6125 (java) S 6119 6119 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20028804 14316269568 34922 18446744073709551615 4194304 4196468 140730385805664 140067838348048 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6126] ppid=6119 vsize=13980732 memory=281146948661856 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6126/stat : 6126 (java) S 6119 6119 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20028804 14316269568 34922 18446744073709551615 4194304 4196468 140730385805664 140067837295504 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6127] ppid=6119 vsize=13980732 memory=33 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6127/stat : 6127 (java) S 6119 6119 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 20028805 14316269568 34922 18446744073709551615 4194304 4196468 140730385805664 140067718760688 140068240398978 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6128] ppid=6119 vsize=13980732 memory=7679373425970869011 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6128/stat : 6128 (java) S 6119 6119 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20028805 14316269568 34922 18446744073709551615 4194304 4196468 140730385805664 140067717706912 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6129] ppid=6119 vsize=13980732 memory=-6861001314482542224 CPUtime=0 cores=1,3,5,7

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

/proc/6119/stat : 6119 (xcsp3-exec) S 6116 6119 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20028793 9740288 345 18446744073709551615 4194304 5098028 140726275605392 140726275603496 140112516498044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 7569408 140726275608953 140726275609158 140726275609158 140726275612651 0
/proc/6119/statm: 2378 345 289 221 0 87 0
[pid=6121] ppid=6119 vsize=13980732 memory=414392 CPUtime=1144.13 cores=1,3,5,7
/proc/6121/stat : 6121 (java) S 6119 6119 15523 0 -1 1077944320 202169 0 0 0 114236 177 0 0 20 0 15 0 20028803 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140730385788208 140068240387831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
/proc/6121/statm: 3495183 103598 3251 1 0 3483476 0
[pid=6121/tid=6122] ppid=6119 vsize=13980732 memory=5412 CPUtime=1100.55 cores=1,3,5,7
/proc/6121/task/6122/stat : 6122 (java) R 6119 6119 15523 0 -1 4202560 51892 0 0 0 110042 13 0 0 20 0 15 0 20028803 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140068244627776 140067887600353 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6123] ppid=6119 vsize=13980732 memory=4612 CPUtime=8.02 cores=1,3,5,7
/proc/6121/task/6123/stat : 6123 (java) S 6119 6119 15523 0 -1 1077944384 10161 0 0 0 774 28 0 0 20 0 15 0 20028804 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067840453648 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6124] ppid=6119 vsize=13980732 memory=1200 CPUtime=8.02 cores=1,3,5,7
/proc/6121/task/6124/stat : 6124 (java) S 6119 6119 15523 0 -1 1077944384 11294 0 0 0 775 27 0 0 20 0 15 0 20028804 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067839401104 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6125] ppid=6119 vsize=13980732 memory=15872 CPUtime=8.01 cores=1,3,5,7
/proc/6121/task/6125/stat : 6125 (java) S 6119 6119 15523 0 -1 1077944384 11773 0 0 0 774 27 0 0 20 0 15 0 20028804 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067838348048 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6126] ppid=6119 vsize=13980732 memory=18448 CPUtime=8.02 cores=1,3,5,7
/proc/6121/task/6126/stat : 6126 (java) S 6119 6119 15523 0 -1 1077944384 10389 0 0 0 776 26 0 0 20 0 15 0 20028804 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067837295504 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6127] ppid=6119 vsize=13980732 memory=4060 CPUtime=1.37 cores=1,3,5,7
/proc/6121/task/6127/stat : 6127 (java) S 6119 6119 15523 0 -1 1077944384 26563 0 0 0 116 21 0 0 20 0 15 0 20028805 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067718760688 140068240398978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6128] ppid=6119 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6128/stat : 6128 (java) S 6119 6119 15523 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 20028805 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067717706912 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6129] ppid=6119 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6129/stat : 6129 (java) S 6119 6119 15523 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 20028806 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067716653808 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6130] ppid=6119 vsize=13980732 memory=421064 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6130/stat : 6130 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067715602384 140068240406427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6131] ppid=6119 vsize=13980732 memory=409148 CPUtime=4.42 cores=1,3,5,7
/proc/6121/task/6131/stat : 6131 (java) S 6119 6119 15523 0 -1 1077944384 28397 0 0 0 439 3 0 0 20 0 15 0 20028808 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067714550512 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6132] ppid=6119 vsize=13980732 memory=3912 CPUtime=4.43 cores=1,3,5,7
/proc/6121/task/6132/stat : 6132 (java) S 6119 6119 15523 0 -1 1077944384 41028 0 0 0 437 6 0 0 20 0 15 0 20028808 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067713497968 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6133] ppid=6119 vsize=13980732 memory=1380 CPUtime=0.58 cores=1,3,5,7
/proc/6121/task/6133/stat : 6133 (java) S 6119 6119 15523 0 -1 1077944384 8385 0 0 0 57 1 0 0 20 0 15 0 20028808 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067712444912 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6134] ppid=6119 vsize=13980732 memory=14104 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6134/stat : 6134 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067711392608 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6135] ppid=6119 vsize=13980732 memory=1296 CPUtime=0.6 cores=1,3,5,7
/proc/6121/task/6135/stat : 6135 (java) S 6119 6119 15523 0 -1 1077944384 941 0 0 0 24 36 0 0 20 0 15 0 20028812 14316269568 103598 18446744073709551615 4194304 4196468 140730385805664 140067710339632 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
Current children cumulated CPU time: 1144.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 415772 KiB

[startup+1111.6 s]
/proc/loadavg: 1.18 1.32 1.54 3/212 6230
/proc/meminfo: memFree=27201112/32770624 swapFree=67108860/67108860
[pid=6119] ppid=6116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6119/stat : 6119 (xcsp3-exec) S 6116 6119 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20028793 9740288 345 18446744073709551615 4194304 5098028 140726275605392 140726275603496 140112516498044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 7569408 140726275608953 140726275609158 140726275609158 140726275612651 0
/proc/6119/statm: 2378 345 289 221 0 87 0
[pid=6121] ppid=6119 vsize=13980732 memory=413368 CPUtime=1144.54 cores=1,3,5,7
/proc/6121/stat : 6121 (java) S 6119 6119 15523 0 -1 1077944320 202170 0 0 0 114277 177 0 0 20 0 15 0 20028803 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140730385788208 140068240387831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
/proc/6121/statm: 3495183 103342 3251 1 0 3483476 0
[pid=6121/tid=6122] ppid=6119 vsize=13980732 memory=1296 CPUtime=1100.95 cores=1,3,5,7
/proc/6121/task/6122/stat : 6122 (java) R 6119 6119 15523 0 -1 4202560 51893 0 0 0 110082 13 0 0 20 0 15 0 20028803 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140068244627232 140067886146753 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6123] ppid=6119 vsize=13980732 memory=7680170660397595203 CPUtime=8.03 cores=1,3,5,7
/proc/6121/task/6123/stat : 6123 (java) S 6119 6119 15523 0 -1 1077944384 10161 0 0 0 775 28 0 0 20 0 15 0 20028804 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067840453648 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6124] ppid=6119 vsize=13980732 memory=1724 CPUtime=8.03 cores=1,3,5,7
/proc/6121/task/6124/stat : 6124 (java) S 6119 6119 15523 0 -1 1077944384 11294 0 0 0 776 27 0 0 20 0 15 0 20028804 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067839401104 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6125] ppid=6119 vsize=13980732 memory=1008 CPUtime=8.01 cores=1,3,5,7
/proc/6121/task/6125/stat : 6125 (java) S 6119 6119 15523 0 -1 1077944384 11773 0 0 0 774 27 0 0 20 0 15 0 20028804 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067838348048 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6126] ppid=6119 vsize=13980732 memory=1228 CPUtime=8.02 cores=1,3,5,7
/proc/6121/task/6126/stat : 6126 (java) S 6119 6119 15523 0 -1 1077944384 10389 0 0 0 776 26 0 0 20 0 15 0 20028804 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067837295504 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6127] ppid=6119 vsize=13980732 memory=1704 CPUtime=1.37 cores=1,3,5,7
/proc/6121/task/6127/stat : 6127 (java) S 6119 6119 15523 0 -1 1077944384 26563 0 0 0 116 21 0 0 20 0 15 0 20028805 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067718760688 140068240398978 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6128] ppid=6119 vsize=13980732 memory=11952 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6128/stat : 6128 (java) S 6119 6119 15523 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 20028805 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067717706912 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6129] ppid=6119 vsize=13980732 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6129/stat : 6129 (java) S 6119 6119 15523 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 20028806 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067716653808 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6130] ppid=6119 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6130/stat : 6130 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067715602384 140068240406427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6131] ppid=6119 vsize=13980732 memory=8696 CPUtime=4.42 cores=1,3,5,7
/proc/6121/task/6131/stat : 6131 (java) S 6119 6119 15523 0 -1 1077944384 28397 0 0 0 439 3 0 0 20 0 15 0 20028808 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067714550512 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6132] ppid=6119 vsize=13980732 memory=792 CPUtime=4.43 cores=1,3,5,7
/proc/6121/task/6132/stat : 6132 (java) S 6119 6119 15523 0 -1 1077944384 41028 0 0 0 437 6 0 0 20 0 15 0 20028808 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067713497968 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6133] ppid=6119 vsize=13980732 memory=5412 CPUtime=0.58 cores=1,3,5,7
/proc/6121/task/6133/stat : 6133 (java) S 6119 6119 15523 0 -1 1077944384 8385 0 0 0 57 1 0 0 20 0 15 0 20028808 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067712444912 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6134] ppid=6119 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6134/stat : 6134 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067711392608 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6135] ppid=6119 vsize=13980732 memory=1200 CPUtime=0.6 cores=1,3,5,7
/proc/6121/task/6135/stat : 6135 (java) S 6119 6119 15523 0 -1 1077944384 941 0 0 0 24 36 0 0 20 0 15 0 20028812 14316269568 103342 18446744073709551615 4194304 4196468 140730385805664 140067710339632 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
Current children cumulated CPU time: 1144.54 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 414748 KiB

[startup+1112 s]*
/proc/loadavg: 1.18 1.32 1.54 3/212 6230
/proc/meminfo: memFree=27201900/32770624 swapFree=67108860/67108860
[pid=6119] ppid=6116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6119/stat : 6119 (xcsp3-exec) S 6116 6119 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20028793 9740288 345 18446744073709551615 4194304 5098028 140726275605392 140726275603496 140112516498044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 7569408 140726275608953 140726275609158 140726275609158 140726275612651 0
/proc/6119/statm: 2378 345 289 221 0 87 0
[pid=6121] ppid=6119 vsize=13980732 memory=413524 CPUtime=1144.95 cores=1,3,5,7
/proc/6121/stat : 6121 (java) S 6119 6119 15523 0 -1 1077944320 202232 0 0 0 114318 177 0 0 20 0 15 0 20028803 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140730385788208 140068240387831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
/proc/6121/statm: 3495183 103381 3251 1 0 3483476 0
[pid=6121/tid=6122] ppid=6119 vsize=13980732 memory=6933928925625698159 CPUtime=1101.36 cores=1,3,5,7
/proc/6121/task/6122/stat : 6122 (java) R 6119 6119 15523 0 -1 4202560 51955 0 0 0 110123 13 0 0 20 0 15 0 20028803 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140068244627232 140068224960113 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6123] ppid=6119 vsize=13980732 memory=4126316290023845779 CPUtime=8.03 cores=1,3,5,7
/proc/6121/task/6123/stat : 6123 (java) S 6119 6119 15523 0 -1 1077944384 10161 0 0 0 775 28 0 0 20 0 15 0 20028804 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067840453648 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6124] ppid=6119 vsize=13980732 memory=4035308 CPUtime=8.03 cores=1,3,5,7
/proc/6121/task/6124/stat : 6124 (java) S 6119 6119 15523 0 -1 1077944384 11294 0 0 0 776 27 0 0 20 0 15 0 20028804 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067839401104 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6125] ppid=6119 vsize=13980732 memory=4060 CPUtime=8.01 cores=1,3,5,7
/proc/6121/task/6125/stat : 6125 (java) S 6119 6119 15523 0 -1 1077944384 11773 0 0 0 774 27 0 0 20 0 15 0 20028804 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067838348048 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6126] ppid=6119 vsize=13980732 memory=1156 CPUtime=8.02 cores=1,3,5,7
/proc/6121/task/6126/stat : 6126 (java) S 6119 6119 15523 0 -1 1077944384 10389 0 0 0 776 26 0 0 20 0 15 0 20028804 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067837295504 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6127] ppid=6119 vsize=13980732 memory=3164 CPUtime=1.37 cores=1,3,5,7
/proc/6121/task/6127/stat : 6127 (java) S 6119 6119 15523 0 -1 1077944384 26563 0 0 0 116 21 0 0 20 0 15 0 20028805 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067718760688 140068240398978 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6128] ppid=6119 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6128/stat : 6128 (java) S 6119 6119 15523 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 20028805 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067717706912 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6129] ppid=6119 vsize=13980732 memory=366684 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6129/stat : 6129 (java) S 6119 6119 15523 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 20028806 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067716653808 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6130] ppid=6119 vsize=13980732 memory=3912 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6130/stat : 6130 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067715602384 140068240406427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6131] ppid=6119 vsize=13980732 memory=2848 CPUtime=4.42 cores=1,3,5,7
/proc/6121/task/6131/stat : 6131 (java) S 6119 6119 15523 0 -1 1077944384 28397 0 0 0 439 3 0 0 20 0 15 0 20028808 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067714550512 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6132] ppid=6119 vsize=13980732 memory=2756 CPUtime=4.43 cores=1,3,5,7
/proc/6121/task/6132/stat : 6132 (java) S 6119 6119 15523 0 -1 1077944384 41028 0 0 0 437 6 0 0 20 0 15 0 20028808 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067713497968 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6133] ppid=6119 vsize=13980732 memory=6933928925625698159 CPUtime=0.58 cores=1,3,5,7
/proc/6121/task/6133/stat : 6133 (java) S 6119 6119 15523 0 -1 1077944384 8385 0 0 0 57 1 0 0 20 0 15 0 20028808 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067712444912 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6134] ppid=6119 vsize=13980732 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6134/stat : 6134 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067711392608 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6135] ppid=6119 vsize=13980732 memory=2756 CPUtime=0.6 cores=1,3,5,7
/proc/6121/task/6135/stat : 6135 (java) S 6119 6119 15523 0 -1 1077944384 941 0 0 0 24 36 0 0 20 0 15 0 20028812 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067710339632 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
Current children cumulated CPU time: 1144.95 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 414904 KiB

[startup+1112.11 s]
/proc/loadavg: 1.18 1.32 1.54 3/212 6230
/proc/meminfo: memFree=27201900/32770624 swapFree=67108860/67108860
[pid=6119] ppid=6116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6119/stat : 6119 (xcsp3-exec) S 6116 6119 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20028793 9740288 345 18446744073709551615 4194304 5098028 140726275605392 140726275603496 140112516498044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 7569408 140726275608953 140726275609158 140726275609158 140726275612651 0
/proc/6119/statm: 2378 345 289 221 0 87 0
[pid=6121] ppid=6119 vsize=13980732 memory=413524 CPUtime=1145.05 cores=1,3,5,7
/proc/6121/stat : 6121 (java) S 6119 6119 15523 0 -1 1077944320 202234 0 0 0 114328 177 0 0 20 0 15 0 20028803 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140730385788208 140068240387831 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
/proc/6121/statm: 3495183 103381 3251 1 0 3483476 0
[pid=6121/tid=6122] ppid=6119 vsize=13980732 memory=414392 CPUtime=1101.46 cores=1,3,5,7
/proc/6121/task/6122/stat : 6122 (java) R 6119 6119 15523 0 -1 4202560 51955 0 0 0 110133 13 0 0 20 0 15 0 20028803 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140068244627232 140067889183159 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6123] ppid=6119 vsize=13980732 memory=413368 CPUtime=8.03 cores=1,3,5,7
/proc/6121/task/6123/stat : 6123 (java) S 6119 6119 15523 0 -1 1077944384 10161 0 0 0 775 28 0 0 20 0 15 0 20028804 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067840453648 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6124] ppid=6119 vsize=13980732 memory=413524 CPUtime=8.03 cores=1,3,5,7
/proc/6121/task/6124/stat : 6124 (java) S 6119 6119 15523 0 -1 1077944384 11294 0 0 0 776 27 0 0 20 0 15 0 20028804 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067839401104 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6125] ppid=6119 vsize=13980732 memory=1380 CPUtime=8.01 cores=1,3,5,7
/proc/6121/task/6125/stat : 6125 (java) S 6119 6119 15523 0 -1 1077944384 11773 0 0 0 774 27 0 0 20 0 15 0 20028804 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067838348048 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6126] ppid=6119 vsize=13980732 memory=366684 CPUtime=8.02 cores=1,3,5,7
/proc/6121/task/6126/stat : 6126 (java) S 6119 6119 15523 0 -1 1077944384 10389 0 0 0 776 26 0 0 20 0 15 0 20028804 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067837295504 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6127] ppid=6119 vsize=13980732 memory=15872 CPUtime=1.37 cores=1,3,5,7
/proc/6121/task/6127/stat : 6127 (java) S 6119 6119 15523 0 -1 1077944384 26563 0 0 0 116 21 0 0 20 0 15 0 20028805 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067718760688 140068240398978 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6128] ppid=6119 vsize=13980732 memory=14104 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6128/stat : 6128 (java) S 6119 6119 15523 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 20028805 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067717706912 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6129] ppid=6119 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6129/stat : 6129 (java) S 6119 6119 15523 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 20028806 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067716653808 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6130] ppid=6119 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6130/stat : 6130 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067715602384 140068240406427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6131] ppid=6119 vsize=13980732 memory=14104 CPUtime=4.42 cores=1,3,5,7
/proc/6121/task/6131/stat : 6131 (java) S 6119 6119 15523 0 -1 1077944384 28397 0 0 0 439 3 0 0 20 0 15 0 20028808 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067714550512 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6132] ppid=6119 vsize=13980732 memory=4124 CPUtime=4.43 cores=1,3,5,7
/proc/6121/task/6132/stat : 6132 (java) S 6119 6119 15523 0 -1 1077944384 41028 0 0 0 437 6 0 0 20 0 15 0 20028808 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067713497968 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6133] ppid=6119 vsize=13980732 memory=14104 CPUtime=0.58 cores=1,3,5,7
/proc/6121/task/6133/stat : 6133 (java) S 6119 6119 15523 0 -1 1077944384 8385 0 0 0 57 1 0 0 20 0 15 0 20028808 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067712444912 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6134] ppid=6119 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6121/task/6134/stat : 6134 (java) S 6119 6119 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20028808 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067711392608 140068240398037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
[pid=6121/tid=6135] ppid=6119 vsize=13980732 memory=414392 CPUtime=0.6 cores=1,3,5,7
/proc/6121/task/6135/stat : 6135 (java) S 6119 6119 15523 0 -1 1077944384 943 0 0 0 24 36 0 0 20 0 15 0 20028812 14316269568 103381 18446744073709551615 4194304 4196468 140730385805664 140067710339632 140068240398978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16220160 140730385813938 140730385814114 140730385814114 140730385817551 0
Current children cumulated CPU time: 1145.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 414904 KiB

Child status: 0
Real time (s): 1112.13
CPU time (s): 1145.08
CPU user time (s): 1143.29
CPU system time (s): 1.78705
CPU usage (%): 102.963
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 527996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1143.29
system time used= 1.78705
maximum resident set size= 539624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202876
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57734
involuntary context switches= 2471


# summary of solver processes directly reported to runsolver:
#   pid: 6119
#   total CPU time (s): 1145.08
#   total CPU user time (s): 1143.29
#   total CPU system time (s): 1.78705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.56295 second user time and 10.8807 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-20 09:49:58
IDJOB=4283347
IDBENCH=133519
IDSOLVER=2679
FILE ID=node130/4283347-1503216208
RUNJOBID= node130-1503172050-30420
PBS_JOBID= 
Free space on /tmp= 61904 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-16.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283347-1503216208/watcher-4283347-1503216208 -o /tmp/evaluation-result-4283347-1503216208/solver-4283347-1503216208 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503172050-30420 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1953827864 HOME/instance-4283347-1503216208.xml

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

MD5SUM BENCH= b96279f92050ffb29891facc982b592e
RANDOM SEED=1953827864

node130.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.77
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.77
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.77
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.77
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:        27415208 kB
MemAvailable:   27793740 kB
Buffers:          203064 kB
Cached:           462608 kB
SwapCached:            0 kB
Active:          4596780 kB
Inactive:         339776 kB
Active(anon):    4270892 kB
Inactive(anon):    16748 kB
Active(file):     325888 kB
Inactive(file):   323028 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:       4270324 kB
Mapped:            45964 kB
Shmem:             17060 kB
Slab:             115804 kB
SReclaimable:      90904 kB
SUnreclaim:        24900 kB
KernelStack:        3424 kB
PageTables:        13136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5206860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4149248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61896 MiB
End job on node130 at 2017-08-20 10:08:31