Trace number 4281876

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.5 seq (2017-08-18)OPT954 69.196503 65.232597

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-12.xml
MD5SUMbf7ce9a6e5c92622f49c68f6563ab950
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark954
Best CPU time to get the best result obtained on this benchmark6.3305602
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-4281876-1503140139.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4281876-1503140139.xml, -tl, 2520s, -p, 1, -x, 0]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
0.66/0.53	c solve instance...
0.66/0.54	o 655 
0.66/0.55	o 689 
0.66/0.55	o 713 
0.66/0.56	o 718 
0.66/0.56	o 729 
0.66/0.57	o 741 
0.66/0.57	o 745 
0.66/0.58	o 769 
0.97/0.66	o 781 
0.97/0.66	o 788 
1.24/0.70	o 811 
1.24/0.70	o 815 
1.24/0.72	o 826 
1.24/0.72	o 832 
1.55/0.86	o 838 
1.55/0.86	o 845 
1.55/0.86	o 868 
1.55/0.86	o 883 
1.55/0.87	o 890 
5.44/2.35	o 893 
5.44/2.35	o 912 
5.90/2.71	o 940 
6.50/3.36	o 941 
8.72/5.42	o 954 
69.15/65.22	s OPTIMUM FOUND
69.15/65.22	v <instantiation>
69.15/65.22	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>
69.15/65.22	v 	<values>1 1 1 1 1 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 </values>
69.15/65.22	v </instantiation>

Verifier Data

OK	954

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281876-1503140139/watcher-4281876-1503140139 -o /tmp/evaluation-result-4281876-1503140139/solver-4281876-1503140139 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15587 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1117552748 HOME/instance-4281876-1503140139.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=24656, runsolver pid=24653

[startup+0.100239 s]*
/proc/loadavg: 1.61 1.54 1.57 4/198 24659
/proc/meminfo: memFree=31335576/32770624 swapFree=67108860/67108860
[pid=24656] ppid=24653 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24656/stat : 24656 (xcsp3-exec) S 24653 24656 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12421881 9740288 344 18446744073709551615 4194304 5098028 140721117330224 140721117328328 139825634222716 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 38154240 140721117335929 140721117336134 140721117336134 140721117339627 0
/proc/24656/statm: 2378 344 289 221 0 87 0
[pid=24658] ppid=24656 vsize=13358712 memory=14368 CPUtime=0 cores=1,3,5,7
/proc/24658/stat : 24658 (java) S 24656 24656 15523 0 -1 1077944320 3389 0 0 0 0 0 0 0 20 0 6 0 12421890 13679321088 3592 18446744073709551615 4194304 4196468 140736250722448 140736250704992 140551128403703 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
/proc/24658/statm: 3339678 3592 1903 1 0 3329175 0
[pid=24658/tid=24659] ppid=24656 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24659/stat : 24659 (java) R 24656 24656 15523 0 -1 4202560 2153 0 0 0 0 0 0 0 20 0 6 0 12421890 13679321088 3592 18446744073709551615 4194304 4196468 140736250722448 140551132639824 140551112484190 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24660] ppid=24656 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24660/stat : 24660 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12421891 13679321088 3592 18446744073709551615 4194304 4196468 140736250722448 140551062838160 140551128413909 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24661] ppid=24656 vsize=13358712 memory=140591431132800 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24661/stat : 24661 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12421891 13679321088 3592 18446744073709551615 4194304 4196468 140736250722448 140551061785360 140551128413909 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24662] ppid=24656 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24662/stat : 24662 (java) S 24656 24656 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12421891 13679321088 3592 18446744073709551615 4194304 4196468 140736250722448 140550726139024 140551128413909 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24663] ppid=24656 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24663/stat : 24663 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12421891 13679321088 3592 18446744073709551615 4194304 4196468 140736250722448 140550725086224 140551128413909 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15744 KiB

[startup+0.210036 s]*
/proc/loadavg: 1.61 1.54 1.57 3/211 24672
/proc/meminfo: memFree=31321964/32770624 swapFree=67108860/67108860
[pid=24656] ppid=24653 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24656/stat : 24656 (xcsp3-exec) S 24653 24656 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12421881 9740288 344 18446744073709551615 4194304 5098028 140721117330224 140721117328328 139825634222716 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 38154240 140721117335929 140721117336134 140721117336134 140721117339627 0
/proc/24656/statm: 2378 344 289 221 0 87 0
[pid=24658] ppid=24656 vsize=13974352 memory=27968 CPUtime=0.09 cores=1,3,5,7
/proc/24658/stat : 24658 (java) S 24656 24656 15523 0 -1 1077944320 5394 0 0 0 8 1 0 0 20 0 15 0 12421890 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140736250704992 140551128403703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
/proc/24658/statm: 3493588 6992 2751 1 0 3482964 0
[pid=24658/tid=24659] ppid=24656 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=1,3,5,7
/proc/24658/task/24659/stat : 24659 (java) R 24656 24656 15523 0 -1 4202560 3540 0 0 0 6 1 0 0 20 0 15 0 12421890 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140551132642608 140551120640830 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24660] ppid=24656 vsize=13974352 memory=8941 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24660/stat : 24660 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421891 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140551062838160 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24661] ppid=24656 vsize=13974352 memory=4121836061302433440 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24661/stat : 24661 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421891 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140551061785360 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24662] ppid=24656 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24662/stat : 24662 (java) S 24656 24656 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12421891 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140550726139024 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24663] ppid=24656 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24663/stat : 24663 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421891 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140550725086224 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24664] ppid=24656 vsize=13974352 memory=140591431132800 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24664/stat : 24664 (java) S 24656 24656 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12421892 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140550674176112 140551128414850 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24665] ppid=24656 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24665/stat : 24665 (java) S 24656 24656 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12421893 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140550673122080 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24666] ppid=24656 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24666/stat : 24666 (java) S 24656 24656 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12421893 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140550672069744 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24667] ppid=24656 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24667/stat : 24667 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140550671018064 140551128422299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24668] ppid=24656 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24668/stat : 24668 (java) S 24656 24656 15523 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 12421896 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140550669965936 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24669] ppid=24656 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24669/stat : 24669 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140550668913136 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24670] ppid=24656 vsize=13974352 memory=140591431132800 CPUtime=0.01 cores=1,3,5,7
/proc/24658/task/24670/stat : 24670 (java) S 24656 24656 15523 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 15 0 12421896 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140550667860848 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24671] ppid=24656 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24671/stat : 24671 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140550666808288 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24672] ppid=24656 vsize=13974352 memory=140591431132800 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24672/stat : 24672 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421900 14309736448 6992 18446744073709551615 4194304 4196468 140736250722448 140550665755056 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29344 KiB

[startup+0.310843 s]*
/proc/loadavg: 1.61 1.54 1.57 4/211 24672
/proc/meminfo: memFree=31311392/32770624 swapFree=67108860/67108860
[pid=24656] ppid=24653 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24656/stat : 24656 (xcsp3-exec) S 24653 24656 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12421881 9740288 344 18446744073709551615 4194304 5098028 140721117330224 140721117328328 139825634222716 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 38154240 140721117335929 140721117336134 140721117336134 140721117339627 0
/proc/24656/statm: 2378 344 289 221 0 87 0
[pid=24658] ppid=24656 vsize=13974352 memory=37352 CPUtime=0.28 cores=1,3,5,7
/proc/24658/stat : 24658 (java) S 24656 24656 15523 0 -1 1077944320 8975 0 0 0 26 2 0 0 20 0 15 0 12421890 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140736250704992 140551128403703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
/proc/24658/statm: 3493588 9338 2988 1 0 3482964 0
[pid=24658/tid=24659] ppid=24656 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/24658/task/24659/stat : 24659 (java) R 24656 24656 15523 0 -1 4202560 6161 0 0 0 15 2 0 0 20 0 15 0 12421890 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140551132640864 140551121081717 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24660] ppid=24656 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24660/stat : 24660 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421891 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140551062838160 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24661] ppid=24656 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24661/stat : 24661 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421891 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140551061785360 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24662] ppid=24656 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24662/stat : 24662 (java) S 24656 24656 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12421891 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140550726139024 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24663] ppid=24656 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24663/stat : 24663 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421891 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140550725086224 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24664] ppid=24656 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24664/stat : 24664 (java) S 24656 24656 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12421892 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140550674176112 140551128414850 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24665] ppid=24656 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24665/stat : 24665 (java) S 24656 24656 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12421893 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140550673122080 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24666] ppid=24656 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24666/stat : 24666 (java) S 24656 24656 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12421893 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140550672069744 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24667] ppid=24656 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24667/stat : 24667 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140550671018064 140551128422299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24668] ppid=24656 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24658/task/24668/stat : 24668 (java) R 24656 24656 15523 0 -1 4202560 537 0 0 0 2 0 0 0 20 0 15 0 12421896 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140550669965936 140551108575168 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24669] ppid=24656 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/24658/task/24669/stat : 24669 (java) R 24656 24656 15523 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 12421896 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140550668913136 140551128414850 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24670] ppid=24656 vsize=13974352 memory=140591431132800 CPUtime=0.06 cores=1,3,5,7
/proc/24658/task/24670/stat : 24670 (java) R 24656 24656 15523 0 -1 4202560 717 0 0 0 6 0 0 0 20 0 15 0 12421896 14309736448 9338 18446744073709551615 4194304 4196468 140736250722448 140550667860848 140551106640062 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24671] ppid=24656 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24671/stat : 24671 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14309736448 9850 18446744073709551615 4194304 4196468 140736250722448 140550666808288 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24672] ppid=24656 vsize=13974352 memory=140591431132800 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24672/stat : 24672 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421900 14309736448 9850 18446744073709551615 4194304 4196468 140736250722448 140550665755056 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38728 KiB

[startup+0.700931 s]
/proc/loadavg: 1.61 1.54 1.57 5/211 24672
/proc/meminfo: memFree=31299708/32770624 swapFree=67108860/67108860
[pid=24656] ppid=24653 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24656/stat : 24656 (xcsp3-exec) S 24653 24656 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12421881 9740288 344 18446744073709551615 4194304 5098028 140721117330224 140721117328328 139825634222716 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 38154240 140721117335929 140721117336134 140721117336134 140721117339627 0
/proc/24656/statm: 2378 344 289 221 0 87 0
[pid=24658] ppid=24656 vsize=13980732 memory=68648 CPUtime=1.24 cores=1,3,5,7
/proc/24658/stat : 24658 (java) S 24656 24656 15523 0 -1 1077944320 14852 0 0 0 119 5 0 0 20 0 15 0 12421890 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140736250704992 140551128403703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
/proc/24658/statm: 3495183 17162 3176 1 0 3483476 0
[pid=24658/tid=24659] ppid=24656 vsize=13980732 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/24658/task/24659/stat : 24659 (java) R 24656 24656 15523 0 -1 4202560 8369 0 0 0 52 3 0 0 20 0 15 0 12421890 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140551132640400 140551128415638 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24660] ppid=24656 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24660/stat : 24660 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421891 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140551062838160 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24661] ppid=24656 vsize=13980732 memory=164 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24661/stat : 24661 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421891 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140551061785360 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24662] ppid=24656 vsize=13980732 memory=83396 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24662/stat : 24662 (java) S 24656 24656 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12421891 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140550726139024 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24663] ppid=24656 vsize=13980732 memory=140591325389009 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24663/stat : 24663 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421891 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140550725086224 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24664] ppid=24656 vsize=13980732 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24664/stat : 24664 (java) S 24656 24656 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12421892 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140550674176112 140551128414850 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24665] ppid=24656 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24665/stat : 24665 (java) S 24656 24656 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12421893 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140550673122080 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24666] ppid=24656 vsize=13980732 memory=8458433173657106229 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24666/stat : 24666 (java) S 24656 24656 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12421893 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140550672069744 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24667] ppid=24656 vsize=13980732 memory=15457 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24667/stat : 24667 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140550671018064 140551128422299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24668] ppid=24656 vsize=13980732 memory=4420 CPUtime=0.22 cores=1,3,5,7
/proc/24658/task/24668/stat : 24668 (java) R 24656 24656 15523 0 -1 4202560 2127 0 0 0 22 0 0 0 20 0 15 0 12421896 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140550669947088 140551112396774 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24669] ppid=24656 vsize=13980732 memory=6628 CPUtime=0.21 cores=1,3,5,7
/proc/24658/task/24669/stat : 24669 (java) R 24656 24656 15523 0 -1 4202560 1766 0 0 0 21 0 0 0 20 0 15 0 12421896 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140550668894152 140551114433505 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24670] ppid=24656 vsize=13980732 memory=8836 CPUtime=0.22 cores=1,3,5,7
/proc/24658/task/24670/stat : 24670 (java) S 24656 24656 15523 0 -1 1077944384 1319 0 0 0 22 0 0 0 20 0 15 0 12421896 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140550667860848 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24671] ppid=24656 vsize=13980732 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24671/stat : 24671 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140550666808288 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24672] ppid=24656 vsize=13980732 memory=13252 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24672/stat : 24672 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421900 14316269568 17162 18446744073709551615 4194304 4196468 140736250722448 140550665755056 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 70024 KiB

[startup+1.50092 s]
/proc/loadavg: 1.61 1.54 1.57 6/211 24672
/proc/meminfo: memFree=31240860/32770624 swapFree=67108860/67108860
[pid=24656] ppid=24653 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24656/stat : 24656 (xcsp3-exec) S 24653 24656 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12421881 9740288 344 18446744073709551615 4194304 5098028 140721117330224 140721117328328 139825634222716 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 38154240 140721117335929 140721117336134 140721117336134 140721117339627 0
/proc/24656/statm: 2378 344 289 221 0 87 0
[pid=24658] ppid=24656 vsize=13980732 memory=123068 CPUtime=3.68 cores=1,3,5,7
/proc/24658/stat : 24658 (java) S 24656 24656 15523 0 -1 1077944320 41217 0 0 0 359 9 0 0 20 0 15 0 12421890 14316269568 30767 18446744073709551615 4194304 4196468 140736250722448 140736250704992 140551128403703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
/proc/24658/statm: 3495183 30767 3182 1 0 3483476 0
[pid=24658/tid=24659] ppid=24656 vsize=13980732 memory=14948468 CPUtime=1.35 cores=1,3,5,7
/proc/24658/task/24659/stat : 24659 (java) R 24656 24656 15523 0 -1 4202560 8513 0 0 0 132 3 0 0 20 0 15 0 12421890 14316269568 30767 18446744073709551615 4194304 4196468 140736250722448 140551132640336 140550744793647 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24660] ppid=24656 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24660/stat : 24660 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421891 14316269568 30767 18446744073709551615 4194304 4196468 140736250722448 140551062838160 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24661] ppid=24656 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24661/stat : 24661 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421891 14316269568 30767 18446744073709551615 4194304 4196468 140736250722448 140551061785360 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24662] ppid=24656 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24662/stat : 24662 (java) S 24656 24656 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12421891 14316269568 30767 18446744073709551615 4194304 4196468 140736250722448 140550726139024 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24663] ppid=24656 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24663/stat : 24663 (java) S 24656 24656 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421891 14316269568 30767 18446744073709551615 4194304 4196468 140736250722448 140550725086224 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24664] ppid=24656 vsize=13980732 memory=7381226527617541228 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24664/stat : 24664 (java) S 24656 24656 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12421892 14316269568 30767 18446744073709551615 4194304 4196468 140736250722448 140550674176112 140551128414850 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24665] ppid=24656 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24665/stat : 24665 (java) S 24656 24656 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12421893 14316269568 30767 18446744073709551615 4194304 4196468 140736250722448 140550673122080 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24666] ppid=24656 vsize=13980732 memory=7954316159940453218 CPUtime=0 cores=1,3,5,7

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

/proc/24656/stat : 24656 (xcsp3-exec) S 24653 24656 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12421881 9740288 344 18446744073709551615 4194304 5098028 140721117330224 140721117328328 139825634222716 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 38154240 140721117335929 140721117336134 140721117336134 140721117339627 0
/proc/24656/statm: 2378 344 289 221 0 87 0
[pid=24658] ppid=24656 vsize=13980732 memory=222752 CPUtime=66.34 cores=1,3,5,7
/proc/24658/stat : 24658 (java) S 24656 24656 15523 0 -1 1077944320 56820 0 0 0 6614 20 0 0 20 0 15 0 12421890 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140736250704992 140551128403703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
/proc/24658/statm: 3495183 55688 3222 1 0 3483476 0
[pid=24658/tid=24659] ppid=24656 vsize=13980732 memory=1376 CPUtime=61.9 cores=1,3,5,7
/proc/24658/task/24659/stat : 24659 (java) R 24656 24656 15523 0 -1 4202560 11528 0 0 0 6185 5 0 0 20 0 15 0 12421890 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140551132643120 140550744793433 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24660] ppid=24656 vsize=13980732 memory=222752 CPUtime=0.13 cores=1,3,5,7
/proc/24658/task/24660/stat : 24660 (java) S 24656 24656 15523 0 -1 1077944384 619 0 0 0 11 2 0 0 20 0 15 0 12421891 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140551062838160 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24661] ppid=24656 vsize=13980732 memory=644 CPUtime=0.13 cores=1,3,5,7
/proc/24658/task/24661/stat : 24661 (java) S 24656 24656 15523 0 -1 1077944384 921 0 0 0 12 1 0 0 20 0 15 0 12421891 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140551061785360 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24662] ppid=24656 vsize=13980732 memory=-3622645143214314312 CPUtime=0.13 cores=1,3,5,7
/proc/24658/task/24662/stat : 24662 (java) S 24656 24656 15523 0 -1 1077944384 944 0 0 0 11 2 0 0 20 0 15 0 12421891 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550726139024 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24663] ppid=24656 vsize=13980732 memory=2872 CPUtime=0.12 cores=1,3,5,7
/proc/24658/task/24663/stat : 24663 (java) S 24656 24656 15523 0 -1 1077944384 331 0 0 0 11 1 0 0 20 0 15 0 12421891 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550725086224 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24664] ppid=24656 vsize=13980732 memory=1376 CPUtime=0.12 cores=1,3,5,7
/proc/24658/task/24664/stat : 24664 (java) S 24656 24656 15523 0 -1 1077944384 1107 0 0 0 11 1 0 0 20 0 15 0 12421892 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550674176112 140551128414850 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24665] ppid=24656 vsize=13980732 memory=222640 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24665/stat : 24665 (java) S 24656 24656 15523 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 12421893 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550673122080 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24666] ppid=24656 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24666/stat : 24666 (java) S 24656 24656 15523 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 12421893 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550672069744 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24667] ppid=24656 vsize=13980732 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24667/stat : 24667 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550671018064 140551128422299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24668] ppid=24656 vsize=13980732 memory=1376 CPUtime=1.65 cores=1,3,5,7
/proc/24658/task/24668/stat : 24668 (java) S 24656 24656 15523 0 -1 1077944384 20891 0 0 0 163 2 0 0 20 0 15 0 12421896 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550669965936 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24669] ppid=24656 vsize=13980732 memory=-8774313645642428999 CPUtime=1.72 cores=1,3,5,7
/proc/24658/task/24669/stat : 24669 (java) S 24656 24656 15523 0 -1 1077944384 15642 0 0 0 170 2 0 0 20 0 15 0 12421896 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550668913136 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24670] ppid=24656 vsize=13980732 memory=2412 CPUtime=0.31 cores=1,3,5,7
/proc/24658/task/24670/stat : 24670 (java) S 24656 24656 15523 0 -1 1077944384 3286 0 0 0 31 0 0 0 20 0 15 0 12421896 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550667860848 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24671] ppid=24656 vsize=13980732 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24671/stat : 24671 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550666808288 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24672] ppid=24656 vsize=13980732 memory=1008 CPUtime=0.02 cores=1,3,5,7
/proc/24658/task/24672/stat : 24672 (java) S 24656 24656 15523 0 -1 1077944384 191 0 0 0 1 1 0 0 20 0 15 0 12421900 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550665755056 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
Current children cumulated CPU time: 66.34 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 224128 KiB

[startup+64.0008 s]*
/proc/loadavg: 1.59 1.57 1.58 4/211 24674
/proc/meminfo: memFree=31118100/32770624 swapFree=67108860/67108860
[pid=24656] ppid=24653 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24656/stat : 24656 (xcsp3-exec) S 24653 24656 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12421881 9740288 344 18446744073709551615 4194304 5098028 140721117330224 140721117328328 139825634222716 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 38154240 140721117335929 140721117336134 140721117336134 140721117339627 0
/proc/24656/statm: 2378 344 289 221 0 87 0
[pid=24658] ppid=24656 vsize=13980732 memory=222752 CPUtime=67.96 cores=1,3,5,7
/proc/24658/stat : 24658 (java) S 24656 24656 15523 0 -1 1077944320 56857 0 0 0 6776 20 0 0 20 0 15 0 12421890 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140736250704992 140551128403703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
/proc/24658/statm: 3495183 55688 3222 1 0 3483476 0
[pid=24658/tid=24659] ppid=24656 vsize=13980732 memory=-8774313645642428999 CPUtime=63.5 cores=1,3,5,7
/proc/24658/task/24659/stat : 24659 (java) R 24656 24656 15523 0 -1 4202560 11562 0 0 0 6345 5 0 0 20 0 15 0 12421890 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140551132642736 140550745186876 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24660] ppid=24656 vsize=13980732 memory=1152 CPUtime=0.13 cores=1,3,5,7
/proc/24658/task/24660/stat : 24660 (java) S 24656 24656 15523 0 -1 1077944384 619 0 0 0 11 2 0 0 20 0 15 0 12421891 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140551062838160 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24661] ppid=24656 vsize=13980732 memory=14912126454842 CPUtime=0.13 cores=1,3,5,7
/proc/24658/task/24661/stat : 24661 (java) S 24656 24656 15523 0 -1 1077944384 921 0 0 0 12 1 0 0 20 0 15 0 12421891 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140551061785360 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24662] ppid=24656 vsize=13980732 memory=-7606742951091920751 CPUtime=0.13 cores=1,3,5,7
/proc/24658/task/24662/stat : 24662 (java) S 24656 24656 15523 0 -1 1077944384 947 0 0 0 11 2 0 0 20 0 15 0 12421891 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550726139024 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24663] ppid=24656 vsize=13980732 memory=1376 CPUtime=0.13 cores=1,3,5,7
/proc/24658/task/24663/stat : 24663 (java) S 24656 24656 15523 0 -1 1077944384 331 0 0 0 12 1 0 0 20 0 15 0 12421891 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550725086224 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24664] ppid=24656 vsize=13980732 memory=222752 CPUtime=0.12 cores=1,3,5,7
/proc/24658/task/24664/stat : 24664 (java) S 24656 24656 15523 0 -1 1077944384 1107 0 0 0 11 1 0 0 20 0 15 0 12421892 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550674176112 140551128414850 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24665] ppid=24656 vsize=13980732 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24665/stat : 24665 (java) S 24656 24656 15523 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 12421893 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550673122080 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24666] ppid=24656 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24666/stat : 24666 (java) S 24656 24656 15523 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 12421893 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550672069744 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24667] ppid=24656 vsize=13980732 memory=220592 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24667/stat : 24667 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550671018064 140551128422299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24668] ppid=24656 vsize=13980732 memory=1008 CPUtime=1.65 cores=1,3,5,7
/proc/24658/task/24668/stat : 24668 (java) S 24656 24656 15523 0 -1 1077944384 20891 0 0 0 163 2 0 0 20 0 15 0 12421896 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550669965936 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24669] ppid=24656 vsize=13980732 memory=1228 CPUtime=1.72 cores=1,3,5,7
/proc/24658/task/24669/stat : 24669 (java) S 24656 24656 15523 0 -1 1077944384 15642 0 0 0 170 2 0 0 20 0 15 0 12421896 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550668913136 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24670] ppid=24656 vsize=13980732 memory=222640 CPUtime=0.31 cores=1,3,5,7
/proc/24658/task/24670/stat : 24670 (java) S 24656 24656 15523 0 -1 1077944384 3286 0 0 0 31 0 0 0 20 0 15 0 12421896 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550667860848 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24671] ppid=24656 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24671/stat : 24671 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550666808288 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24672] ppid=24656 vsize=13980732 memory=172 CPUtime=0.02 cores=1,3,5,7
/proc/24658/task/24672/stat : 24672 (java) S 24656 24656 15523 0 -1 1077944384 191 0 0 0 1 1 0 0 20 0 15 0 12421900 14316269568 55688 18446744073709551615 4194304 4196468 140736250722448 140550665755056 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
Current children cumulated CPU time: 67.96 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 224128 KiB

[startup+64.8014 s]
/proc/loadavg: 1.59 1.57 1.58 4/211 24674
/proc/meminfo: memFree=31118100/32770624 swapFree=67108860/67108860
[pid=24656] ppid=24653 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24656/stat : 24656 (xcsp3-exec) S 24653 24656 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12421881 9740288 344 18446744073709551615 4194304 5098028 140721117330224 140721117328328 139825634222716 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 38154240 140721117335929 140721117336134 140721117336134 140721117339627 0
/proc/24656/statm: 2378 344 289 221 0 87 0
[pid=24658] ppid=24656 vsize=13980732 memory=223048 CPUtime=68.75 cores=1,3,5,7
/proc/24658/stat : 24658 (java) S 24656 24656 15523 0 -1 1077944320 58001 0 0 0 6855 20 0 0 20 0 15 0 12421890 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140736250704992 140551128403703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
/proc/24658/statm: 3495183 55762 3222 1 0 3483476 0
[pid=24658/tid=24659] ppid=24656 vsize=13980732 memory=-8774313645642428999 CPUtime=64.29 cores=1,3,5,7
/proc/24658/task/24659/stat : 24659 (java) R 24656 24656 15523 0 -1 4202560 11953 0 0 0 6424 5 0 0 20 0 15 0 12421890 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140551132643008 140550744534710 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24660] ppid=24656 vsize=13980732 memory=222752 CPUtime=0.14 cores=1,3,5,7
/proc/24658/task/24660/stat : 24660 (java) S 24656 24656 15523 0 -1 1077944384 971 0 0 0 11 3 0 0 20 0 15 0 12421891 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140551062838160 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24661] ppid=24656 vsize=13980732 memory=2240 CPUtime=0.13 cores=1,3,5,7
/proc/24658/task/24661/stat : 24661 (java) S 24656 24656 15523 0 -1 1077944384 950 0 0 0 12 1 0 0 20 0 15 0 12421891 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140551061785360 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24662] ppid=24656 vsize=13980732 memory=4300 CPUtime=0.14 cores=1,3,5,7
/proc/24658/task/24662/stat : 24662 (java) S 24656 24656 15523 0 -1 1077944384 1009 0 0 0 12 2 0 0 20 0 15 0 12421891 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550726139024 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24663] ppid=24656 vsize=13980732 memory=8684 CPUtime=0.13 cores=1,3,5,7
/proc/24658/task/24663/stat : 24663 (java) S 24656 24656 15523 0 -1 1077944384 398 0 0 0 12 1 0 0 20 0 15 0 12421891 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550725086224 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24664] ppid=24656 vsize=13980732 memory=792 CPUtime=0.12 cores=1,3,5,7
/proc/24658/task/24664/stat : 24664 (java) S 24656 24656 15523 0 -1 1077944384 1333 0 0 0 11 1 0 0 20 0 15 0 12421892 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550674176112 140551128414850 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24665] ppid=24656 vsize=13980732 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24665/stat : 24665 (java) S 24656 24656 15523 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 12421893 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550673122080 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24666] ppid=24656 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24666/stat : 24666 (java) S 24656 24656 15523 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 12421893 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550672069744 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24667] ppid=24656 vsize=13980732 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24667/stat : 24667 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550671018064 140551128422299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24668] ppid=24656 vsize=13980732 memory=15872 CPUtime=1.65 cores=1,3,5,7
/proc/24658/task/24668/stat : 24668 (java) S 24656 24656 15523 0 -1 1077944384 20891 0 0 0 163 2 0 0 20 0 15 0 12421896 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550669965936 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24669] ppid=24656 vsize=13980732 memory=1008 CPUtime=1.72 cores=1,3,5,7
/proc/24658/task/24669/stat : 24669 (java) S 24656 24656 15523 0 -1 1077944384 15642 0 0 0 170 2 0 0 20 0 15 0 12421896 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550668913136 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24670] ppid=24656 vsize=13980732 memory=1228 CPUtime=0.31 cores=1,3,5,7
/proc/24658/task/24670/stat : 24670 (java) S 24656 24656 15523 0 -1 1077944384 3286 0 0 0 31 0 0 0 20 0 15 0 12421896 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550667860848 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24671] ppid=24656 vsize=13980732 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24671/stat : 24671 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550666808288 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24672] ppid=24656 vsize=13980732 memory=11952 CPUtime=0.02 cores=1,3,5,7
/proc/24658/task/24672/stat : 24672 (java) S 24656 24656 15523 0 -1 1077944384 208 0 0 0 1 1 0 0 20 0 15 0 12421900 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550665755056 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
Current children cumulated CPU time: 68.75 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 224424 KiB

[startup+65.2008 s]
/proc/loadavg: 1.59 1.57 1.58 4/211 24674
/proc/meminfo: memFree=31116800/32770624 swapFree=67108860/67108860
[pid=24656] ppid=24653 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24656/stat : 24656 (xcsp3-exec) S 24653 24656 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12421881 9740288 344 18446744073709551615 4194304 5098028 140721117330224 140721117328328 139825634222716 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 38154240 140721117335929 140721117336134 140721117336134 140721117339627 0
/proc/24656/statm: 2378 344 289 221 0 87 0
[pid=24658] ppid=24656 vsize=13980732 memory=223048 CPUtime=69.15 cores=1,3,5,7
/proc/24658/stat : 24658 (java) S 24656 24656 15523 0 -1 1077944320 58003 0 0 0 6895 20 0 0 20 0 15 0 12421890 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140736250704992 140551128403703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
/proc/24658/statm: 3495183 55762 3222 1 0 3483476 0
[pid=24658/tid=24659] ppid=24656 vsize=13980732 memory=1376 CPUtime=64.69 cores=1,3,5,7
/proc/24658/task/24659/stat : 24659 (java) R 24656 24656 15523 0 -1 4202560 11955 0 0 0 6464 5 0 0 20 0 15 0 12421890 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140551132643008 140550745191125 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24660] ppid=24656 vsize=13980732 memory=222752 CPUtime=0.14 cores=1,3,5,7
/proc/24658/task/24660/stat : 24660 (java) S 24656 24656 15523 0 -1 1077944384 971 0 0 0 11 3 0 0 20 0 15 0 12421891 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140551062838160 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24661] ppid=24656 vsize=13980732 memory=-8774313645642428999 CPUtime=0.13 cores=1,3,5,7
/proc/24658/task/24661/stat : 24661 (java) S 24656 24656 15523 0 -1 1077944384 950 0 0 0 12 1 0 0 20 0 15 0 12421891 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140551061785360 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24662] ppid=24656 vsize=13980732 memory=7679937539659563834 CPUtime=0.14 cores=1,3,5,7
/proc/24658/task/24662/stat : 24662 (java) S 24656 24656 15523 0 -1 1077944384 1009 0 0 0 12 2 0 0 20 0 15 0 12421891 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550726139024 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24663] ppid=24656 vsize=13980732 memory=6944656591801717918 CPUtime=0.13 cores=1,3,5,7
/proc/24658/task/24663/stat : 24663 (java) S 24656 24656 15523 0 -1 1077944384 398 0 0 0 12 1 0 0 20 0 15 0 12421891 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550725086224 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24664] ppid=24656 vsize=13980732 memory=-9181546050914066336 CPUtime=0.12 cores=1,3,5,7
/proc/24658/task/24664/stat : 24664 (java) S 24656 24656 15523 0 -1 1077944384 1333 0 0 0 11 1 0 0 20 0 15 0 12421892 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550674176112 140551128414850 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24665] ppid=24656 vsize=13980732 memory=-8487248584114620045 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24665/stat : 24665 (java) S 24656 24656 15523 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 12421893 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550673122080 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24666] ppid=24656 vsize=13980732 memory=-8918990856114169975 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24666/stat : 24666 (java) S 24656 24656 15523 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 12421893 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550672069744 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24667] ppid=24656 vsize=13980732 memory=-8172468297011507069 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24667/stat : 24667 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550671018064 140551128422299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24668] ppid=24656 vsize=13980732 memory=-7161732098442470212 CPUtime=1.65 cores=1,3,5,7
/proc/24658/task/24668/stat : 24668 (java) S 24656 24656 15523 0 -1 1077944384 20891 0 0 0 163 2 0 0 20 0 15 0 12421896 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550669965936 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24669] ppid=24656 vsize=13980732 memory=161 CPUtime=1.72 cores=1,3,5,7
/proc/24658/task/24669/stat : 24669 (java) S 24656 24656 15523 0 -1 1077944384 15642 0 0 0 170 2 0 0 20 0 15 0 12421896 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550668913136 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24670] ppid=24656 vsize=13980732 memory=-9178176117148050014 CPUtime=0.31 cores=1,3,5,7
/proc/24658/task/24670/stat : 24670 (java) S 24656 24656 15523 0 -1 1077944384 3286 0 0 0 31 0 0 0 20 0 15 0 12421896 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550667860848 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24671] ppid=24656 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/24658/task/24671/stat : 24671 (java) S 24656 24656 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421896 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550666808288 140551128413909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
[pid=24658/tid=24672] ppid=24656 vsize=13980732 memory=10684 CPUtime=0.02 cores=1,3,5,7
/proc/24658/task/24672/stat : 24672 (java) S 24656 24656 15523 0 -1 1077944384 208 0 0 0 1 1 0 0 20 0 15 0 12421900 14316269568 55762 18446744073709551615 4194304 4196468 140736250722448 140550665755056 140551128414850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9199616 140736250724786 140736250724962 140736250724962 140736250728399 0
Current children cumulated CPU time: 69.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 224424 KiB

Child status: 0
Real time (s): 65.2326
CPU time (s): 69.1965
CPU user time (s): 68.9816
CPU system time (s): 0.214881
CPU usage (%): 106.077
Max. virtual memory (cumulated for all children) (KiB): 13994744
Max. memory (cumulated for all children) (KiB): 239788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.9816
system time used= 0.214881
maximum resident set size= 240460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59373
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6406
involuntary context switches= 154


# summary of solver processes directly reported to runsolver:
#   pid: 24656
#   total CPU time (s): 69.1965
#   total CPU user time (s): 68.9816
#   total CPU system time (s): 0.214881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.487549 second user time and 0.599827 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-19 12:42:09
IDJOB=4281876
IDBENCH=133516
IDSOLVER=2677
FILE ID=node130/4281876-1503140139
RUNJOBID= node130-1503095856-15587
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-12.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-4281876-1503140139/watcher-4281876-1503140139 -o /tmp/evaluation-result-4281876-1503140139/solver-4281876-1503140139 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15587 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1117552748 HOME/instance-4281876-1503140139.xml

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

MD5SUM BENCH= bf7ce9a6e5c92622f49c68f6563ab950
RANDOM SEED=1117552748

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:        31339056 kB
MemAvailable:   31515048 kB
Buffers:          166840 kB
Cached:           299364 kB
SwapCached:            0 kB
Active:           723332 kB
Inactive:         302404 kB
Active(anon):     559536 kB
Inactive(anon):    16748 kB
Active(file):     163796 kB
Inactive(file):   285656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7804 kB
Writeback:             0 kB
AnonPages:        559232 kB
Mapped:            43800 kB
Shmem:             17060 kB
Slab:             109064 kB
SReclaimable:      84748 kB
SUnreclaim:        24316 kB
KernelStack:        3440 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1417852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 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= 62016 MiB
End job on node130 at 2017-08-19 12:43:14