Trace number 4292203

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 4.0.7 seq (493a269)OPT1128 35.3419 33.046

General information on the benchmark

NameKnapsack/
Knapsack-40-150-01_c18.xml
MD5SUM8d3b063d869bbc1321103d2dddf1736e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1128
Best CPU time to get the best result obtained on this benchmark4.06937
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.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292203-1532545893.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292203-1532545893.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
0.71/0.42	c solve instance...
0.71/0.44	o 734 
0.71/0.44	o 759 
0.71/0.44	o 760 
0.71/0.49	o 782 
0.71/0.51	o 794 
1.07/0.52	o 796 
1.07/0.52	o 814 
1.07/0.52	o 820 
1.07/0.52	o 827 
1.07/0.52	o 829 
1.07/0.53	o 847 
1.07/0.53	o 885 
1.07/0.54	o 886 
1.07/0.54	o 887 
1.07/0.54	o 892 
1.07/0.54	o 948 
1.07/0.54	o 950 
1.07/0.57	o 982 
1.63/0.76	o 1012 
2.59/1.04	o 1023 
2.59/1.05	o 1031 
2.59/1.05	o 1036 
2.59/1.05	o 1045 
2.80/1.18	o 1061 
2.80/1.18	o 1062 
3.34/1.63	o 1073 
3.34/1.65	o 1077 
3.34/1.65	o 1078 
4.58/2.88	o 1089 
4.71/2.91	o 1105 
5.59/3.74	o 1117 
20.44/18.46	o 1128 
35.29/33.04	s OPTIMUM FOUND
35.29/33.04	v <instantiation>
35.29/33.04	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>
35.29/33.04	v 	<values>0 1 1 0 0 1 0 1 1 0 1 0 1 1 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 </values>
35.29/33.04	v </instantiation>

Verifier Data

OK	1128

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292203-1532545893/watcher-4292203-1532545893 -o /tmp/evaluation-result-4292203-1532545893/solver-4292203-1532545893 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532523806-27754 --watchdog 2560 HOME/xcsp3-exec -seed 231336155 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292203-1532545893.xml 

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

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


[startup+0.100135 s]*
/proc/loadavg: 1.69 1.67 1.67 3/217 31759
/proc/meminfo: memFree=19866220/32770624 swapFree=67108860/67108860
[pid=31743] ppid=31740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/31743/stat : 31743 (xcsp3-exec) S 31740 31743 27722 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 72152452 115843072 364 33554432000 4194304 5098028 140732568634960 140732568633064 139808686961276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38576128 140732568642619 140732568642820 140732568642820 140732568645578 0
/proc/31743/statm: 28282 364 306 221 0 87 0
[pid=31745] ppid=31743 vsize=14082840 memory=29216 CPUtime=0.12 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31743 27722 0 -1 1077944320 5204 0 0 0 11 1 0 0 20 0 15 0 72152453 14420828160 7304 33554432000 4194304 4196468 140737243587168 140737243569712 140674566131447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
/proc/31745/statm: 3520710 7304 2973 1 0 3483008 0
[pid=31745/tid=31746] ppid=31743 vsize=14082840 memory=8514701219880730789 CPUtime=0.09 cores=1,3,5,7
/proc/31745/task/31746/stat : 31746 (java) R 31743 31743 27722 0 -1 4202560 3229 0 0 0 8 1 0 0 20 0 15 0 72152453 14420828160 7304 33554432000 4194304 4196468 140737243587168 140674570363696 140674566143382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31747] ppid=31743 vsize=14082840 memory=3472467772283843792 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152454 14420828160 7304 33554432000 4194304 4196468 140737243587168 140674481200144 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31748] ppid=31743 vsize=14082840 memory=139643388692096 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31748/stat : 31748 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152454 14420828160 7304 33554432000 4194304 4196468 140737243587168 140674480147600 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31749] ppid=31743 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31749/stat : 31749 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152454 14420828160 7304 33554432000 4194304 4196468 140737243587168 140674479094544 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31750] ppid=31743 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31750/stat : 31750 (java) S 31743 31743 27722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72152454 14420828160 7304 33554432000 4194304 4196468 140737243587168 140674478042000 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31751] ppid=31743 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31751/stat : 31751 (java) S 31743 31743 27722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72152455 14420828160 7304 33554432000 4194304 4196468 140737243587168 140673905305840 140674566142594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31752] ppid=31743 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31752/stat : 31752 (java) S 31743 31743 27722 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72152456 14420828160 7304 33554432000 4194304 4196468 140737243587168 140673904252064 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31753] ppid=31743 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31753/stat : 31753 (java) S 31743 31743 27722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72152456 14420828160 7304 33554432000 4194304 4196468 140737243587168 140673903198960 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31754] ppid=31743 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31754/stat : 31754 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14420828160 7304 33554432000 4194304 4196468 140737243587168 140673902147536 140674566150043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31755] ppid=31743 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31755/stat : 31755 (java) R 31743 31743 27722 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 72152458 14420828160 7304 33554432000 4194304 4196468 140737243587168 140673901095664 140674566142594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31756] ppid=31743 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31756/stat : 31756 (java) R 31743 31743 27722 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 15 0 72152458 14420828160 7304 33554432000 4194304 4196468 140737243587168 140673900043120 140674566142594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31757] ppid=31743 vsize=14082840 memory=139643388692096 CPUtime=0.01 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) R 31743 31743 27722 0 -1 4202560 245 0 0 0 1 0 0 0 20 0 15 0 72152458 14420828160 7304 33554432000 4194304 4196468 140737243587168 140673898990064 140674545113343 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31758] ppid=31743 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14420828160 7304 33554432000 4194304 4196468 140737243587168 140673897937760 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31759] ppid=31743 vsize=14082840 memory=139643388692096 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152459 14420828160 7304 33554432000 4194304 4196468 140737243587168 140673896884784 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30672 KiB

[startup+0.210682 s]*
/proc/loadavg: 1.69 1.67 1.67 4/217 31759
/proc/meminfo: memFree=19855756/32770624 swapFree=67108860/67108860
[pid=31743] ppid=31740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/31743/stat : 31743 (xcsp3-exec) S 31740 31743 27722 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 72152452 115843072 364 33554432000 4194304 5098028 140732568634960 140732568633064 139808686961276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38576128 140732568642619 140732568642820 140732568642820 140732568645578 0
/proc/31743/statm: 28282 364 306 221 0 87 0
[pid=31745] ppid=31743 vsize=14087096 memory=40624 CPUtime=0.34 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31743 27722 0 -1 1077944320 7693 0 0 0 31 3 0 0 20 0 15 0 72152453 14425186304 10156 33554432000 4194304 4196468 140737243587168 140737243569712 140674566131447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
/proc/31745/statm: 3521774 10156 3189 1 0 3483008 0
[pid=31745/tid=31746] ppid=31743 vsize=14087096 memory=5854518564242424225 CPUtime=0.19 cores=1,3,5,7
/proc/31745/task/31746/stat : 31746 (java) R 31743 31743 27722 0 -1 4202560 4952 0 0 0 18 1 0 0 20 0 15 0 72152453 14425186304 10156 33554432000 4194304 4196468 140737243587168 140674570352440 140674550211934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31747] ppid=31743 vsize=14087096 memory=3472467772283843792 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152454 14425186304 10156 33554432000 4194304 4196468 140737243587168 140674481200144 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31748] ppid=31743 vsize=14087096 memory=139643388692096 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31748/stat : 31748 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152454 14425186304 10156 33554432000 4194304 4196468 140737243587168 140674480147600 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31749] ppid=31743 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31749/stat : 31749 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152454 14425186304 10156 33554432000 4194304 4196468 140737243587168 140674479094544 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31750] ppid=31743 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31750/stat : 31750 (java) S 31743 31743 27722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72152454 14425186304 10156 33554432000 4194304 4196468 140737243587168 140674478042000 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31751] ppid=31743 vsize=14087096 memory=139643388692096 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31751/stat : 31751 (java) S 31743 31743 27722 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72152455 14425186304 10156 33554432000 4194304 4196468 140737243587168 140673905305840 140674566142594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31752] ppid=31743 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31752/stat : 31752 (java) S 31743 31743 27722 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72152456 14425186304 10156 33554432000 4194304 4196468 140737243587168 140673904252064 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31753] ppid=31743 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31753/stat : 31753 (java) S 31743 31743 27722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72152456 14425186304 10156 33554432000 4194304 4196468 140737243587168 140673903198960 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31754] ppid=31743 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31754/stat : 31754 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14425186304 10156 33554432000 4194304 4196468 140737243587168 140673902147536 140674566150043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31755] ppid=31743 vsize=14087096 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31745/task/31755/stat : 31755 (java) S 31743 31743 27722 0 -1 1077944384 482 0 0 0 3 0 0 0 20 0 15 0 72152458 14425186304 10156 33554432000 4194304 4196468 140737243587168 140673901095664 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31756] ppid=31743 vsize=14087096 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31745/task/31756/stat : 31756 (java) S 31743 31743 27722 0 -1 1077944384 236 0 0 0 2 0 0 0 20 0 15 0 72152458 14425186304 10156 33554432000 4194304 4196468 140737243587168 140673900043120 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31757] ppid=31743 vsize=14087096 memory=139643388692096 CPUtime=0.07 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31743 27722 0 -1 1077944384 723 0 0 0 7 0 0 0 20 0 15 0 72152458 14425186304 10156 33554432000 4194304 4196468 140737243587168 140673898990064 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31758] ppid=31743 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14425186304 10156 33554432000 4194304 4196468 140737243587168 140673897937760 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31759] ppid=31743 vsize=14087096 memory=139643388692096 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152459 14425186304 10156 33554432000 4194304 4196468 140737243587168 140673896884784 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 42080 KiB

[startup+0.31049 s]*
/proc/loadavg: 1.69 1.67 1.67 3/217 31759
/proc/meminfo: memFree=19849428/32770624 swapFree=67108860/67108860
[pid=31743] ppid=31740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/31743/stat : 31743 (xcsp3-exec) S 31740 31743 27722 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 72152452 115843072 364 33554432000 4194304 5098028 140732568634960 140732568633064 139808686961276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38576128 140732568642619 140732568642820 140732568642820 140732568645578 0
/proc/31743/statm: 28282 364 306 221 0 87 0
[pid=31745] ppid=31743 vsize=14087096 memory=47512 CPUtime=0.52 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31743 27722 0 -1 1077944320 8557 0 0 0 48 4 0 0 20 0 15 0 72152453 14425186304 11878 33554432000 4194304 4196468 140737243587168 140737243569712 140674566131447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
/proc/31745/statm: 3521774 11878 3222 1 0 3483008 0
[pid=31745/tid=31746] ppid=31743 vsize=14087096 memory=8514701219881125277 CPUtime=0.29 cores=1,3,5,7
/proc/31745/task/31746/stat : 31746 (java) R 31743 31743 27722 0 -1 4202560 5653 0 0 0 27 2 0 0 20 0 15 0 72152453 14425186304 11878 33554432000 4194304 4196468 140737243587168 140674570369424 140674550211964 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31747] ppid=31743 vsize=14087096 memory=3472467772283843792 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152454 14425186304 11878 33554432000 4194304 4196468 140737243587168 140674481200144 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31748] ppid=31743 vsize=14087096 memory=139643388692096 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31748/stat : 31748 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152454 14425186304 11878 33554432000 4194304 4196468 140737243587168 140674480147600 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31749] ppid=31743 vsize=14087096 memory=14 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31749/stat : 31749 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152454 14425186304 11878 33554432000 4194304 4196468 140737243587168 140674479094544 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31750] ppid=31743 vsize=14087096 memory=139643278469151 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31750/stat : 31750 (java) S 31743 31743 27722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72152454 14425186304 11878 33554432000 4194304 4196468 140737243587168 140674478042000 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31751] ppid=31743 vsize=14087096 memory=279286556917536 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31751/stat : 31751 (java) S 31743 31743 27722 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72152455 14425186304 11878 33554432000 4194304 4196468 140737243587168 140673905305840 140674566142594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31752] ppid=31743 vsize=14087096 memory=139643278446095 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31752/stat : 31752 (java) S 31743 31743 27722 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72152456 14425186304 11878 33554432000 4194304 4196468 140737243587168 140673904252064 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31753] ppid=31743 vsize=14087096 memory=279286667021320 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31753/stat : 31753 (java) S 31743 31743 27722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72152456 14425186304 11878 33554432000 4194304 4196468 140737243587168 140673903198960 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31754] ppid=31743 vsize=14087096 memory=139643278469151 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31754/stat : 31754 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14425186304 11878 33554432000 4194304 4196468 140737243587168 140673902147536 140674566150043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31755] ppid=31743 vsize=14087096 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/31745/task/31755/stat : 31755 (java) S 31743 31743 27722 0 -1 1077944384 491 0 0 0 4 0 0 0 20 0 15 0 72152458 14425186304 11878 33554432000 4194304 4196468 140737243587168 140673901095664 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31756] ppid=31743 vsize=14087096 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/31745/task/31756/stat : 31756 (java) S 31743 31743 27722 0 -1 1077944384 245 0 0 0 3 0 0 0 20 0 15 0 72152458 14425186304 11878 33554432000 4194304 4196468 140737243587168 140673900043120 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31757] ppid=31743 vsize=14087096 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31743 27722 0 -1 1077944384 862 0 0 0 11 0 0 0 20 0 15 0 72152458 14425186304 11878 33554432000 4194304 4196468 140737243587168 140673898990064 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31758] ppid=31743 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14425186304 11878 33554432000 4194304 4196468 140737243587168 140673897937760 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31759] ppid=31743 vsize=14087096 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152459 14425186304 11878 33554432000 4194304 4196468 140737243587168 140673896884784 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48968 KiB

[startup+0.70084 s]
/proc/loadavg: 1.69 1.67 1.67 7/217 31759
/proc/meminfo: memFree=19837148/32770624 swapFree=67108860/67108860
[pid=31743] ppid=31740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/31743/stat : 31743 (xcsp3-exec) S 31740 31743 27722 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 72152452 115843072 364 33554432000 4194304 5098028 140732568634960 140732568633064 139808686961276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38576128 140732568642619 140732568642820 140732568642820 140732568645578 0
/proc/31743/statm: 28282 364 306 221 0 87 0
[pid=31745] ppid=31743 vsize=14089220 memory=69016 CPUtime=1.63 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31743 27722 0 -1 1077944320 12484 0 0 0 158 5 0 0 20 0 15 0 72152453 14427361280 17254 33554432000 4194304 4196468 140737243587168 140737243569712 140674566131447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
/proc/31745/statm: 3522305 17254 3341 1 0 3483520 0
[pid=31745/tid=31746] ppid=31743 vsize=14089220 memory=7660742144744843625 CPUtime=0.67 cores=1,3,5,7
/proc/31745/task/31746/stat : 31746 (java) R 31743 31743 27722 0 -1 4202560 6336 0 0 0 64 3 0 0 20 0 15 0 72152453 14427361280 17254 33554432000 4194304 4196468 140737243587168 140674570370016 140674154515460 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31747] ppid=31743 vsize=14089220 memory=5865465064658194540 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152454 14427361280 17254 33554432000 4194304 4196468 140737243587168 140674481200144 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31748] ppid=31743 vsize=14089220 memory=4638778398332764256 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31748/stat : 31748 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152454 14427361280 17254 33554432000 4194304 4196468 140737243587168 140674480147600 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31749] ppid=31743 vsize=14089220 memory=-7242455096852575424 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31749/stat : 31749 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152454 14427361280 17254 33554432000 4194304 4196468 140737243587168 140674479094544 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31750] ppid=31743 vsize=14089220 memory=8326441112149131693 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31750/stat : 31750 (java) S 31743 31743 27722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72152454 14427361280 17254 33554432000 4194304 4196468 140737243587168 140674478042000 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31751] ppid=31743 vsize=14089220 memory=-7737605734073691286 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31751/stat : 31751 (java) S 31743 31743 27722 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72152455 14427361280 17254 33554432000 4194304 4196468 140737243587168 140673905305840 140674566142594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31752] ppid=31743 vsize=14089220 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31752/stat : 31752 (java) S 31743 31743 27722 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72152456 14427361280 17254 33554432000 4194304 4196468 140737243587168 140673904252064 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31753] ppid=31743 vsize=14089220 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31753/stat : 31753 (java) S 31743 31743 27722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72152456 14427361280 17254 33554432000 4194304 4196468 140737243587168 140673903198960 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31754] ppid=31743 vsize=14089220 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31754/stat : 31754 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14427361280 17254 33554432000 4194304 4196468 140737243587168 140673902147536 140674566150043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31755] ppid=31743 vsize=14089220 memory=21780 CPUtime=0.35 cores=1,3,5,7
/proc/31745/task/31755/stat : 31755 (java) R 31743 31743 27722 0 -1 4202560 1831 0 0 0 35 0 0 0 20 0 15 0 72152458 14427361280 17254 33554432000 4194304 4196468 140737243587168 140673901095792 140674547675681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31756] ppid=31743 vsize=14089220 memory=1296 CPUtime=0.34 cores=1,3,5,7
/proc/31745/task/31756/stat : 31756 (java) R 31743 31743 27722 0 -1 4202560 1669 0 0 0 34 0 0 0 20 0 15 0 72152458 14427361280 17254 33554432000 4194304 4196468 140737243587168 140673900030752 140674543726508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31757] ppid=31743 vsize=14089220 memory=2412 CPUtime=0.24 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31743 27722 0 -1 1077944384 1341 0 0 0 24 0 0 0 20 0 15 0 72152458 14427361280 17254 33554432000 4194304 4196468 140737243587168 140673898990064 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31758] ppid=31743 vsize=14089220 memory=7091832833820811856 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14427361280 17254 33554432000 4194304 4196468 140737243587168 140673897937760 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31759] ppid=31743 vsize=14089220 memory=7589803909226524263 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31743 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72152459 14427361280 17254 33554432000 4194304 4196468 140737243587168 140673896884784 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 70472 KiB

[startup+1.50083 s]
/proc/loadavg: 1.69 1.67 1.67 5/217 31759
/proc/meminfo: memFree=19821952/32770624 swapFree=67108860/67108860
[pid=31743] ppid=31740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/31743/stat : 31743 (xcsp3-exec) S 31740 31743 27722 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 72152452 115843072 364 33554432000 4194304 5098028 140732568634960 140732568633064 139808686961276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38576128 140732568642619 140732568642820 140732568642820 140732568645578 0
/proc/31743/statm: 28282 364 306 221 0 87 0

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

/proc/31743/stat : 31743 (xcsp3-exec) S 31740 31743 27722 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 72152452 115843072 364 33554432000 4194304 5098028 140732568634960 140732568633064 139808686961276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38576128 140732568642619 140732568642820 140732568642820 140732568645578 0
/proc/31743/statm: 28282 364 306 221 0 87 0
[pid=31745] ppid=31743 vsize=14089220 memory=167452 CPUtime=32.67 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31743 27722 0 -1 1077944320 27085 0 0 0 3254 13 0 0 20 0 15 0 72152453 14427361280 41863 33554432000 4194304 4196468 140737243587168 140737243569712 140674566131447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
/proc/31745/statm: 3522305 41863 3379 1 0 3483520 0
[pid=31745/tid=31746] ppid=31743 vsize=14089220 memory=2200 CPUtime=30.24 cores=1,3,5,7
/proc/31745/task/31746/stat : 31746 (java) R 31743 31743 27722 0 -1 4202560 8748 0 0 0 3018 6 0 0 20 0 15 0 72152453 14427361280 41863 33554432000 4194304 4196468 140737243587168 140674570370576 140674158203842 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31747] ppid=31743 vsize=14089220 memory=7392 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31743 27722 0 -1 1077944384 527 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41863 33554432000 4194304 4196468 140737243587168 140674481200144 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31748] ppid=31743 vsize=14089220 memory=840 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31748/stat : 31748 (java) S 31743 31743 27722 0 -1 1077944384 505 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41863 33554432000 4194304 4196468 140737243587168 140674480147600 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31749] ppid=31743 vsize=14089220 memory=1456 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31749/stat : 31749 (java) S 31743 31743 27722 0 -1 1077944384 879 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41863 33554432000 4194304 4196468 140737243587168 140674479094544 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31750] ppid=31743 vsize=14089220 memory=167452 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31750/stat : 31750 (java) S 31743 31743 27722 0 -1 1077944384 391 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41863 33554432000 4194304 4196468 140737243587168 140674478042000 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31751] ppid=31743 vsize=14089220 memory=139643278470960 CPUtime=0.04 cores=1,3,5,7
/proc/31745/task/31751/stat : 31751 (java) S 31743 31743 27722 0 -1 1077944384 869 0 0 0 4 0 0 0 20 0 15 0 72152455 14427361280 41863 33554432000 4194304 4196468 140737243587168 140673905305840 140674566142594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31752] ppid=31743 vsize=14089220 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31752/stat : 31752 (java) S 31743 31743 27722 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 72152456 14427361280 41863 33554432000 4194304 4196468 140737243587168 140673904252064 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31753] ppid=31743 vsize=14089220 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31753/stat : 31753 (java) S 31743 31743 27722 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 72152456 14427361280 41863 33554432000 4194304 4196468 140737243587168 140673903198960 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31754] ppid=31743 vsize=14089220 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31754/stat : 31754 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14427361280 41863 33554432000 4194304 4196468 140737243587168 140673902147536 140674566150043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31755] ppid=31743 vsize=14089220 memory=5788 CPUtime=0.88 cores=1,3,5,7
/proc/31745/task/31755/stat : 31755 (java) S 31743 31743 27722 0 -1 1077944384 5819 0 0 0 87 1 0 0 20 0 15 0 72152458 14427361280 41863 33554432000 4194304 4196468 140737243587168 140673901095664 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31756] ppid=31743 vsize=14089220 memory=4616 CPUtime=0.9 cores=1,3,5,7
/proc/31745/task/31756/stat : 31756 (java) S 31743 31743 27722 0 -1 1077944384 5112 0 0 0 90 0 0 0 20 0 15 0 72152458 14427361280 41863 33554432000 4194304 4196468 140737243587168 140673900043120 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31757] ppid=31743 vsize=14089220 memory=12032 CPUtime=0.33 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31743 27722 0 -1 1077944384 2737 0 0 0 32 1 0 0 20 0 15 0 72152458 14427361280 41863 33554432000 4194304 4196468 140737243587168 140673898990064 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31758] ppid=31743 vsize=14089220 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14427361280 41863 33554432000 4194304 4196468 140737243587168 140673897937760 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31759] ppid=31743 vsize=14089220 memory=792 CPUtime=0.01 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31743 27722 0 -1 1077944384 154 0 0 0 0 1 0 0 20 0 15 0 72152459 14427361280 41863 33554432000 4194304 4196468 140737243587168 140673896884784 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
Current children cumulated CPU time: 32.67 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 168908 KiB

[startup+32.0008 s]*
/proc/loadavg: 1.61 1.66 1.67 3/217 31759
/proc/meminfo: memFree=19727060/32770624 swapFree=67108860/67108860
[pid=31743] ppid=31740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/31743/stat : 31743 (xcsp3-exec) S 31740 31743 27722 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 72152452 115843072 364 33554432000 4194304 5098028 140732568634960 140732568633064 139808686961276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38576128 140732568642619 140732568642820 140732568642820 140732568645578 0
/proc/31743/statm: 28282 364 306 221 0 87 0
[pid=31745] ppid=31743 vsize=14089220 memory=167520 CPUtime=34.29 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31743 27722 0 -1 1077944320 27098 0 0 0 3416 13 0 0 20 0 15 0 72152453 14427361280 41880 33554432000 4194304 4196468 140737243587168 140737243569712 140674566131447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
/proc/31745/statm: 3522305 41880 3379 1 0 3483520 0
[pid=31745/tid=31746] ppid=31743 vsize=14089220 memory=6791534058613427641 CPUtime=31.85 cores=1,3,5,7
/proc/31745/task/31746/stat : 31746 (java) R 31743 31743 27722 0 -1 4202560 8752 0 0 0 3179 6 0 0 20 0 15 0 72152453 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674570370688 140674158204674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31747] ppid=31743 vsize=14089220 memory=-7003737579269690708 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31743 27722 0 -1 1077944384 529 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674481200144 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31748] ppid=31743 vsize=14089220 memory=15872 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31748/stat : 31748 (java) S 31743 31743 27722 0 -1 1077944384 508 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674480147600 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31749] ppid=31743 vsize=14089220 memory=4012 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31749/stat : 31749 (java) S 31743 31743 27722 0 -1 1077944384 879 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674479094544 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31750] ppid=31743 vsize=14089220 memory=12800 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31750/stat : 31750 (java) S 31743 31743 27722 0 -1 1077944384 391 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674478042000 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31751] ppid=31743 vsize=14089220 memory=18484 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31751/stat : 31751 (java) S 31743 31743 27722 0 -1 1077944384 871 0 0 0 5 0 0 0 20 0 15 0 72152455 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673905305840 140674566142594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31752] ppid=31743 vsize=14089220 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31752/stat : 31752 (java) S 31743 31743 27722 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 72152456 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673904252064 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31753] ppid=31743 vsize=14089220 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31753/stat : 31753 (java) S 31743 31743 27722 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 72152456 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673903198960 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31754] ppid=31743 vsize=14089220 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31754/stat : 31754 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673902147536 140674566150043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31755] ppid=31743 vsize=14089220 memory=1796 CPUtime=0.88 cores=1,3,5,7
/proc/31745/task/31755/stat : 31755 (java) S 31743 31743 27722 0 -1 1077944384 5819 0 0 0 87 1 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673901095664 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31756] ppid=31743 vsize=14089220 memory=912 CPUtime=0.9 cores=1,3,5,7
/proc/31745/task/31756/stat : 31756 (java) S 31743 31743 27722 0 -1 1077944384 5112 0 0 0 90 0 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673900043120 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31757] ppid=31743 vsize=14089220 memory=3852 CPUtime=0.33 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31743 27722 0 -1 1077944384 2737 0 0 0 32 1 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673898990064 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31758] ppid=31743 vsize=14089220 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673897937760 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31759] ppid=31743 vsize=14089220 memory=2588 CPUtime=0.01 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31743 27722 0 -1 1077944384 156 0 0 0 0 1 0 0 20 0 15 0 72152459 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673896884784 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
Current children cumulated CPU time: 34.29 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 168976 KiB

[startup+32.8008 s]
/proc/loadavg: 1.61 1.66 1.67 3/217 31759
/proc/meminfo: memFree=19727060/32770624 swapFree=67108860/67108860
[pid=31743] ppid=31740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/31743/stat : 31743 (xcsp3-exec) S 31740 31743 27722 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 72152452 115843072 364 33554432000 4194304 5098028 140732568634960 140732568633064 139808686961276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38576128 140732568642619 140732568642820 140732568642820 140732568645578 0
/proc/31743/statm: 28282 364 306 221 0 87 0
[pid=31745] ppid=31743 vsize=14089220 memory=167520 CPUtime=35.08 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31743 27722 0 -1 1077944320 27101 0 0 0 3495 13 0 0 20 0 15 0 72152453 14427361280 41880 33554432000 4194304 4196468 140737243587168 140737243569712 140674566131447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
/proc/31745/statm: 3522305 41880 3379 1 0 3483520 0
[pid=31745/tid=31746] ppid=31743 vsize=14089220 memory=6944656592452807326 CPUtime=32.64 cores=1,3,5,7
/proc/31745/task/31746/stat : 31746 (java) R 31743 31743 27722 0 -1 4202560 8753 0 0 0 3258 6 0 0 20 0 15 0 72152453 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674570370688 140674158430872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31747] ppid=31743 vsize=14089220 memory=85760 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31743 27722 0 -1 1077944384 529 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674481200144 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31748] ppid=31743 vsize=14089220 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31748/stat : 31748 (java) S 31743 31743 27722 0 -1 1077944384 509 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674480147600 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31749] ppid=31743 vsize=14089220 memory=1456 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31749/stat : 31749 (java) S 31743 31743 27722 0 -1 1077944384 880 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674479094544 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31750] ppid=31743 vsize=14089220 memory=167520 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31750/stat : 31750 (java) S 31743 31743 27722 0 -1 1077944384 391 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674478042000 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31751] ppid=31743 vsize=14089220 memory=1452 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31751/stat : 31751 (java) S 31743 31743 27722 0 -1 1077944384 871 0 0 0 5 0 0 0 20 0 15 0 72152455 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673905305840 140674566142594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31752] ppid=31743 vsize=14089220 memory=534520 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31752/stat : 31752 (java) S 31743 31743 27722 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 72152456 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673904252064 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31753] ppid=31743 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31753/stat : 31753 (java) S 31743 31743 27722 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 72152456 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673903198960 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31754] ppid=31743 vsize=14089220 memory=167520 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31754/stat : 31754 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673902147536 140674566150043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31755] ppid=31743 vsize=14089220 memory=1724 CPUtime=0.88 cores=1,3,5,7
/proc/31745/task/31755/stat : 31755 (java) S 31743 31743 27722 0 -1 1077944384 5819 0 0 0 87 1 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673901095664 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31756] ppid=31743 vsize=14089220 memory=1228 CPUtime=0.9 cores=1,3,5,7
/proc/31745/task/31756/stat : 31756 (java) S 31743 31743 27722 0 -1 1077944384 5112 0 0 0 90 0 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673900043120 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31757] ppid=31743 vsize=14089220 memory=1428 CPUtime=0.33 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31743 27722 0 -1 1077944384 2737 0 0 0 32 1 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673898990064 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31758] ppid=31743 vsize=14089220 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673897937760 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31759] ppid=31743 vsize=14089220 memory=15872 CPUtime=0.01 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31743 27722 0 -1 1077944384 156 0 0 0 0 1 0 0 20 0 15 0 72152459 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673896884784 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
Current children cumulated CPU time: 35.08 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 168976 KiB

[startup+33.0008 s]*
/proc/loadavg: 1.61 1.66 1.67 3/217 31759
/proc/meminfo: memFree=19727060/32770624 swapFree=67108860/67108860
[pid=31743] ppid=31740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/31743/stat : 31743 (xcsp3-exec) S 31740 31743 27722 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 72152452 115843072 364 33554432000 4194304 5098028 140732568634960 140732568633064 139808686961276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38576128 140732568642619 140732568642820 140732568642820 140732568645578 0
/proc/31743/statm: 28282 364 306 221 0 87 0
[pid=31745] ppid=31743 vsize=14089220 memory=167520 CPUtime=35.29 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31743 27722 0 -1 1077944320 27102 0 0 0 3516 13 0 0 20 0 15 0 72152453 14427361280 41880 33554432000 4194304 4196468 140737243587168 140737243569712 140674566131447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
/proc/31745/statm: 3522305 41880 3379 1 0 3483520 0
[pid=31745/tid=31746] ppid=31743 vsize=14089220 memory=576600399608283253 CPUtime=32.84 cores=1,3,5,7
/proc/31745/task/31746/stat : 31746 (java) R 31743 31743 27722 0 -1 4202560 8754 0 0 0 3278 6 0 0 20 0 15 0 72152453 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674570370672 140674158202535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31747] ppid=31743 vsize=14089220 memory=288230596118053219 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31743 27722 0 -1 1077944384 529 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674481200144 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31748] ppid=31743 vsize=14089220 memory=405277 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31748/stat : 31748 (java) S 31743 31743 27722 0 -1 1077944384 509 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674480147600 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31749] ppid=31743 vsize=14089220 memory=7660742144744843625 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31749/stat : 31749 (java) S 31743 31743 27722 0 -1 1077944384 880 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674479094544 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31750] ppid=31743 vsize=14089220 memory=5865465064658194540 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31750/stat : 31750 (java) S 31743 31743 27722 0 -1 1077944384 391 0 0 0 4 1 0 0 20 0 15 0 72152454 14427361280 41880 33554432000 4194304 4196468 140737243587168 140674478042000 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31751] ppid=31743 vsize=14089220 memory=6935650355287975249 CPUtime=0.05 cores=1,3,5,7
/proc/31745/task/31751/stat : 31751 (java) S 31743 31743 27722 0 -1 1077944384 871 0 0 0 5 0 0 0 20 0 15 0 72152455 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673905305840 140674566142594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31752] ppid=31743 vsize=14089220 memory=4132795010479899812 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31752/stat : 31752 (java) S 31743 31743 27722 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 72152456 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673904252064 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31753] ppid=31743 vsize=14089220 memory=6154820267226784105 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31753/stat : 31753 (java) S 31743 31743 27722 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 72152456 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673903198960 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31754] ppid=31743 vsize=14089220 memory=5865465064658194540 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31754/stat : 31754 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673902147536 140674566150043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31755] ppid=31743 vsize=14089220 memory=279286556723312 CPUtime=0.88 cores=1,3,5,7
/proc/31745/task/31755/stat : 31755 (java) S 31743 31743 27722 0 -1 1077944384 5819 0 0 0 87 1 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673901095664 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31756] ppid=31743 vsize=14089220 memory=4637164475387183459 CPUtime=0.9 cores=1,3,5,7
/proc/31745/task/31756/stat : 31756 (java) S 31743 31743 27722 0 -1 1077944384 5112 0 0 0 90 0 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673900043120 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31757] ppid=31743 vsize=14089220 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31743 27722 0 -1 1077944384 2737 0 0 0 32 1 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673898990064 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31758] ppid=31743 vsize=14089220 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31743 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72152458 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673897937760 140674566141653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
[pid=31745/tid=31759] ppid=31743 vsize=14089220 memory=279286556670120 CPUtime=0.01 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31743 27722 0 -1 1077944384 156 0 0 0 0 1 0 0 20 0 15 0 72152459 14427361280 41880 33554432000 4194304 4196468 140737243587168 140673896884784 140674566142594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 20123648 140737243595905 140737243596081 140737243596081 140737243598799 0
Current children cumulated CPU time: 35.29 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 168976 KiB

Child status: 0
Real time (s): 33.046
CPU time (s): 35.3419
CPU user time (s): 35.2004
CPU system time (s): 0.141507
CPU usage (%): 106.948
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 196644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.2004
system time used= 0.141507
maximum resident set size= 196196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27942
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3651
involuntary context switches= 91


# summary of solver processes directly reported to runsolver:
#   pid: 31743
#   total CPU time (s): 35.3419
#   total CPU user time (s): 35.2004
#   total CPU system time (s): 0.141507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.228056 second user time and 0.365628 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-25 21:11:33
IDJOB=4292203
IDBENCH=141538
IDSOLVER=2747
FILE ID=node103/4292203-1532545893
RUNJOBID= node103-1532523806-27754
PBS_JOBID= 21021595
Free space on /tmp= 56524 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/Knapsack/Knapsack-40-150-01_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292203-1532545893/watcher-4292203-1532545893 -o /tmp/evaluation-result-4292203-1532545893/solver-4292203-1532545893 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532523806-27754 --watchdog 2560  HOME/xcsp3-exec -seed 231336155 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292203-1532545893.xml

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

MD5SUM BENCH= 8d3b063d869bbc1321103d2dddf1736e
RANDOM SEED=231336155

node103.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.48
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.48
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.48
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.48
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:        19884276 kB
MemAvailable:   31406440 kB
Buffers:          280200 kB
Cached:         11431972 kB
SwapCached:            0 kB
Active:          4293296 kB
Inactive:        7995260 kB
Active(anon):     579104 kB
Inactive(anon):    25188 kB
Active(file):    3714192 kB
Inactive(file):  7970072 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20644 kB
Writeback:             0 kB
AnonPages:        583220 kB
Mapped:            52520 kB
Shmem:             25228 kB
Slab:             294044 kB
SReclaimable:     266360 kB
SUnreclaim:        27684 kB
KernelStack:        3520 kB
PageTables:         6428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1437956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    516096 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= 56504 MiB
End job on node103 at 2018-07-25 21:12:06