Trace number 4282306

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT 74.974998 71.850998

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-13.xml
MD5SUM748c50a37a644f843fb6cdaa8347be41
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.34524
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":58},{"degree":4,"count":19},{"degree":5,"count":4}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":21},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282306-1503137569.xml"  -tl '2520s' -p 1 -x 0
0.12/0.25	c [HOME/instance-4282306-1503137569.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.31	c simple solver
0.32/0.38	c parse instance...
0.69/0.54	c solve instance...
74.91/71.84	s SATISFIABLE
74.91/71.84	v <instantiation>
74.91/71.84	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
74.91/71.84	v 	<values>53 26 18 27 25 31 50 72 67 62 17 23 30 45 47 55 51 39 60 46 38 34 48 20 64 15 44 1 78 80 9 32 3 6 79 81 63 33 13 36 65 41 59 16 43 57 19 12 66 56 54 49 14 42 61 71 35 21 28 40 52 37 24 4 10 77 76 2 75 29 74 22 8 69 73 70 68 58 5 11 7 </values>
74.91/71.84	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14778 MiB free)
  memory of node 1: 16384 MiB (15444 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282306-1503137569/watcher-4282306-1503137569 -o /tmp/evaluation-result-4282306-1503137569/solver-4282306-1503137569 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1697366678 HOME/instance-4282306-1503137569.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
solver pid=3754, runsolver pid=3751
Current StackSize limit: 8192 KiB


[startup+0.100267 s]*
/proc/loadavg: 1.56 1.40 1.42 3/202 3761
/proc/meminfo: memFree=30941576/32770624 swapFree=67108860/67108860
[pid=3754] ppid=3751 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3754/stat : 3754 (xcsp3-exec) S 3751 3754 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115949906 9740288 345 18446744073709551615 4194304 5098028 140727656556160 140727656554264 140062718501500 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 13012992 140727656563064 140727656563269 140727656563269 140727656566763 0
/proc/3754/statm: 2378 345 289 221 0 87 0
[pid=3756] ppid=3754 vsize=13441356 memory=15952 CPUtime=0.01 cores=1,3,5,7
/proc/3756/stat : 3756 (java) S 3754 3754 28892 0 -1 1077944320 3738 0 0 0 1 0 0 0 20 0 7 0 115949915 13763948544 3988 18446744073709551615 4194304 4196468 140722653738160 140722653720704 139735083638519 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
/proc/3756/statm: 3360339 3988 2025 1 0 3349836 0
[pid=3756/tid=3757] ppid=3754 vsize=13441356 memory=1404226546252096138 CPUtime=0.01 cores=1,3,5,7
/proc/3756/task/3757/stat : 3757 (java) R 3754 3754 28892 0 -1 4202560 2532 0 0 0 1 0 0 0 20 0 7 0 115949915 13763948544 3988 18446744073709551615 4194304 4196468 140722653738160 139735087880976 139735067719006 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3758] ppid=3754 vsize=13441356 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3758/stat : 3758 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 115949916 13763948544 3988 18446744073709551615 4194304 4196468 140722653738160 139735018072720 139735083648725 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3759] ppid=3754 vsize=13441356 memory=140225440507520 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3759/stat : 3759 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 115949916 13763948544 3988 18446744073709551615 4194304 4196468 140722653738160 139734682352144 139735083648725 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3760] ppid=3754 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3760/stat : 3760 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 115949916 13763948544 3988 18446744073709551615 4194304 4196468 140722653738160 139734681299344 139735083648725 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3761] ppid=3754 vsize=13441356 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3761/stat : 3761 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 115949916 13763948544 3988 18446744073709551615 4194304 4196468 140722653738160 139734680246544 139735083648725 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3762] ppid=3754 vsize=13441356 memory=140225440507520 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3762/stat : 3762 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 115949917 13763948544 3988 18446744073709551615 4194304 4196468 140722653738160 139734291471216 139735083649666 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 17332 KiB

[startup+0.209927 s]*
/proc/loadavg: 1.56 1.40 1.42 3/211 3770
/proc/meminfo: memFree=30933328/32770624 swapFree=67108860/67108860
[pid=3754] ppid=3751 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3754/stat : 3754 (xcsp3-exec) S 3751 3754 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115949906 9740288 345 18446744073709551615 4194304 5098028 140727656556160 140727656554264 140062718501500 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 13012992 140727656563064 140727656563269 140727656563269 140727656566763 0
/proc/3754/statm: 2378 345 289 221 0 87 0
[pid=3756] ppid=3754 vsize=13974352 memory=27748 CPUtime=0.12 cores=1,3,5,7
/proc/3756/stat : 3756 (java) S 3754 3754 28892 0 -1 1077944320 5382 0 0 0 11 1 0 0 20 0 15 0 115949915 14309736448 6937 18446744073709551615 4194304 4196468 140722653738160 140722653720704 139735083638519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
/proc/3756/statm: 3493588 6937 2845 1 0 3482964 0
[pid=3756/tid=3757] ppid=3754 vsize=13974352 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/3756/task/3757/stat : 3757 (java) R 3754 3754 28892 0 -1 4202560 3399 0 0 0 8 0 0 0 20 0 15 0 115949915 14309736448 6937 18446744073709551615 4194304 4196468 140722653738160 139735087865056 139735083650454 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3758] ppid=3754 vsize=13974352 memory=4294981025 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3758/stat : 3758 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139735018072720 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3759] ppid=3754 vsize=13974352 memory=140225440527905 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3759/stat : 3759 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139734682352144 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3760] ppid=3754 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3760/stat : 3760 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139734681299344 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3761] ppid=3754 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3761/stat : 3761 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139734680246544 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3762] ppid=3754 vsize=13974352 memory=140225440507520 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3762/stat : 3762 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949917 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139734291471216 139735083649666 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3763] ppid=3754 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3763/stat : 3763 (java) S 3754 3754 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115949917 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139734290417184 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3764] ppid=3754 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3764/stat : 3764 (java) S 3754 3754 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115949918 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139734289364336 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3765] ppid=3754 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3765/stat : 3765 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139734288312656 139735083657115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3766] ppid=3754 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3766/stat : 3766 (java) S 3754 3754 28892 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 115949920 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139734287260016 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3767] ppid=3754 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3767/stat : 3767 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139734286207216 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3768] ppid=3754 vsize=13974352 memory=140225440507520 CPUtime=0.01 cores=1,3,5,7
/proc/3756/task/3768/stat : 3768 (java) R 3754 3754 28892 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 115949920 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139734285154416 139735064884560 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3769] ppid=3754 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3769/stat : 3769 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139734284101856 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3770] ppid=3754 vsize=13974352 memory=140225440507520 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3770/stat : 3770 (java) S 3754 3754 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115949924 14309736448 7002 18446744073709551615 4194304 4196468 140722653738160 139734283050160 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29128 KiB

[startup+0.310646 s]*
/proc/loadavg: 1.56 1.40 1.42 4/211 3770
/proc/meminfo: memFree=30920100/32770624 swapFree=67108860/67108860
[pid=3754] ppid=3751 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3754/stat : 3754 (xcsp3-exec) S 3751 3754 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115949906 9740288 345 18446744073709551615 4194304 5098028 140727656556160 140727656554264 140062718501500 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 13012992 140727656563064 140727656563269 140727656563269 140727656566763 0
/proc/3754/statm: 2378 345 289 221 0 87 0
[pid=3756] ppid=3754 vsize=13974352 memory=39428 CPUtime=0.32 cores=1,3,5,7
/proc/3756/stat : 3756 (java) S 3754 3754 28892 0 -1 1077944320 9096 0 0 0 30 2 0 0 20 0 15 0 115949915 14309736448 9857 18446744073709551615 4194304 4196468 140722653738160 140722653720704 139735083638519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
/proc/3756/statm: 3493588 9857 2993 1 0 3482964 0
[pid=3756/tid=3757] ppid=3754 vsize=13978608 memory=6933928925625698159 CPUtime=0.19 cores=1,3,5,7
/proc/3756/task/3757/stat : 3757 (java) R 3754 3754 28892 0 -1 4202560 6351 0 0 0 17 2 0 0 20 0 15 0 115949915 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139735087859512 139735083650454 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3758] ppid=3754 vsize=13978608 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3758/stat : 3758 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139735018072720 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3759] ppid=3754 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3759/stat : 3759 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139734682352144 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3760] ppid=3754 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3760/stat : 3760 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139734681299344 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3761] ppid=3754 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3761/stat : 3761 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139734680246544 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3762] ppid=3754 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3762/stat : 3762 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949917 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139734291471216 139735083649666 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3763] ppid=3754 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3763/stat : 3763 (java) S 3754 3754 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115949917 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139734290417184 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3764] ppid=3754 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3764/stat : 3764 (java) S 3754 3754 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115949918 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139734289364336 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3765] ppid=3754 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3765/stat : 3765 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139734288312656 139735083657115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3766] ppid=3754 vsize=13978608 memory=140225313788864 CPUtime=0.02 cores=1,3,5,7
/proc/3756/task/3766/stat : 3766 (java) R 3754 3754 28892 0 -1 4202560 525 0 0 0 2 0 0 0 20 0 15 0 115949920 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139734287260016 139735083650454 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3767] ppid=3754 vsize=13978608 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3756/task/3767/stat : 3767 (java) S 3754 3754 28892 0 -1 1077944384 235 0 0 0 2 0 0 0 20 0 15 0 115949920 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139734286207216 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3768] ppid=3754 vsize=13978608 memory=140225440507520 CPUtime=0.07 cores=1,3,5,7
/proc/3756/task/3768/stat : 3768 (java) S 3754 3754 28892 0 -1 1077944384 727 0 0 0 7 0 0 0 20 0 15 0 115949920 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139734285154416 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3769] ppid=3754 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3769/stat : 3769 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139734284101856 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3770] ppid=3754 vsize=13978608 memory=140225440507520 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3770/stat : 3770 (java) S 3754 3754 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115949924 14314094592 9914 18446744073709551615 4194304 4196468 140722653738160 139734283050160 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40808 KiB

[startup+0.701529 s]
/proc/loadavg: 1.56 1.40 1.42 4/211 3770
/proc/meminfo: memFree=30910440/32770624 swapFree=67108860/67108860
[pid=3754] ppid=3751 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3754/stat : 3754 (xcsp3-exec) S 3751 3754 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115949906 9740288 345 18446744073709551615 4194304 5098028 140727656556160 140727656554264 140062718501500 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 13012992 140727656563064 140727656563269 140727656563269 140727656566763 0
/proc/3754/statm: 2378 345 289 221 0 87 0
[pid=3756] ppid=3754 vsize=13980732 memory=63520 CPUtime=1.27 cores=1,3,5,7
/proc/3756/stat : 3756 (java) S 3754 3754 28892 0 -1 1077944320 13496 0 0 0 123 4 0 0 20 0 15 0 115949915 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 140722653720704 139735083638519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
/proc/3756/statm: 3495183 15880 3180 1 0 3483476 0
[pid=3756/tid=3757] ppid=3754 vsize=13980732 memory=164 CPUtime=0.57 cores=1,3,5,7
/proc/3756/task/3757/stat : 3757 (java) R 3754 3754 28892 0 -1 4202560 8461 0 0 0 54 3 0 0 20 0 15 0 115949915 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139735087877248 139735083650454 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3758] ppid=3754 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3758/stat : 3758 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139735018072720 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3759] ppid=3754 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3759/stat : 3759 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139734682352144 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3760] ppid=3754 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3760/stat : 3760 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139734681299344 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3761] ppid=3754 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3761/stat : 3761 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139734680246544 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3762] ppid=3754 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3762/stat : 3762 (java) S 3754 3754 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 115949917 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139734291471216 139735083649666 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3763] ppid=3754 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3763/stat : 3763 (java) S 3754 3754 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115949917 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139734290417184 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3764] ppid=3754 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3764/stat : 3764 (java) S 3754 3754 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115949918 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139734289364336 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3765] ppid=3754 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3765/stat : 3765 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139734288312656 139735083657115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3766] ppid=3754 vsize=13980732 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/3756/task/3766/stat : 3766 (java) R 3754 3754 28892 0 -1 4202560 1268 0 0 0 21 0 0 0 20 0 15 0 115949920 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139734287248752 139735068025776 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3767] ppid=3754 vsize=13980732 memory=26 CPUtime=0.22 cores=1,3,5,7
/proc/3756/task/3767/stat : 3767 (java) R 3754 3754 28892 0 -1 4202560 1095 0 0 0 22 0 0 0 20 0 15 0 115949920 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139734286198048 139735065183749 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3768] ppid=3754 vsize=13980732 memory=79 CPUtime=0.25 cores=1,3,5,7
/proc/3756/task/3768/stat : 3768 (java) R 3754 3754 28892 0 -1 1077944384 1361 0 0 0 25 0 0 0 20 0 15 0 115949920 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139734285154416 139735083649666 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3769] ppid=3754 vsize=13980732 memory=2764 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3769/stat : 3769 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139734284101856 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3770] ppid=3754 vsize=13980732 memory=6933928925625698159 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3770/stat : 3770 (java) S 3754 3754 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115949924 14316269568 15880 18446744073709551615 4194304 4196468 140722653738160 139734283050160 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 64900 KiB

[startup+1.50084 s]
/proc/loadavg: 1.56 1.40 1.42 6/211 3770
/proc/meminfo: memFree=30880952/32770624 swapFree=67108860/67108860
[pid=3754] ppid=3751 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3754/stat : 3754 (xcsp3-exec) S 3751 3754 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115949906 9740288 345 18446744073709551615 4194304 5098028 140727656556160 140727656554264 140062718501500 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 13012992 140727656563064 140727656563269 140727656563269 140727656566763 0
/proc/3754/statm: 2378 345 289 221 0 87 0
[pid=3756] ppid=3754 vsize=13980732 memory=96856 CPUtime=3.68 cores=1,3,5,7
/proc/3756/stat : 3756 (java) S 3754 3754 28892 0 -1 1077944320 20926 0 0 0 362 6 0 0 20 0 15 0 115949915 14316269568 24214 18446744073709551615 4194304 4196468 140722653738160 140722653720704 139735083638519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
/proc/3756/statm: 3495183 24214 3192 1 0 3483476 0
[pid=3756/tid=3757] ppid=3754 vsize=13980732 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/3756/task/3757/stat : 3757 (java) R 3754 3754 28892 0 -1 4202560 8815 0 0 0 133 3 0 0 20 0 15 0 115949915 14316269568 24214 18446744073709551615 4194304 4196468 140722653738160 139735087875832 139734701326274 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3758] ppid=3754 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3758/stat : 3758 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14316269568 24214 18446744073709551615 4194304 4196468 140722653738160 139735018072720 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3759] ppid=3754 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3759/stat : 3759 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14316269568 24214 18446744073709551615 4194304 4196468 140722653738160 139734682352144 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3760] ppid=3754 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3760/stat : 3760 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14316269568 24214 18446744073709551615 4194304 4196468 140722653738160 139734681299344 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3761] ppid=3754 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3761/stat : 3761 (java) S 3754 3754 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115949916 14316269568 24214 18446744073709551615 4194304 4196468 140722653738160 139734680246544 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3762] ppid=3754 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3762/stat : 3762 (java) S 3754 3754 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 115949917 14316269568 24214 18446744073709551615 4194304 4196468 140722653738160 139734291471216 139735083649666 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3763] ppid=3754 vsize=13980732 memory=6153431502485413985 CPUtime=0 cores=1,3,5,7

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

/proc/3754/stat : 3754 (xcsp3-exec) S 3751 3754 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115949906 9740288 345 18446744073709551615 4194304 5098028 140727656556160 140727656554264 140062718501500 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 13012992 140727656563064 140727656563269 140727656563269 140727656566763 0
/proc/3754/statm: 2378 345 289 221 0 87 0
[pid=3756] ppid=3754 vsize=13980732 memory=182520 CPUtime=73.5 cores=1,3,5,7
/proc/3756/stat : 3756 (java) S 3754 3754 28892 0 -1 1077944320 35305 0 0 0 7337 13 0 0 20 0 15 0 115949915 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 140722653720704 139735083638519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
/proc/3756/statm: 3495183 45630 3232 1 0 3483476 0
[pid=3756/tid=3757] ppid=3754 vsize=13980732 memory=62440 CPUtime=70.2 cores=1,3,5,7
/proc/3756/task/3757/stat : 3757 (java) R 3754 3754 28892 0 -1 4202560 11775 0 0 0 7014 6 0 0 20 0 15 0 115949915 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139735087878256 139734702454428 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3758] ppid=3754 vsize=13980732 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/3756/task/3758/stat : 3758 (java) S 3754 3754 28892 0 -1 1077944384 779 0 0 0 2 1 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139735018072720 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3759] ppid=3754 vsize=13980732 memory=186112 CPUtime=0.03 cores=1,3,5,7
/proc/3756/task/3759/stat : 3759 (java) S 3754 3754 28892 0 -1 1077944384 611 0 0 0 2 1 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734682352144 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3760] ppid=3754 vsize=13980732 memory=1232 CPUtime=0.02 cores=1,3,5,7
/proc/3756/task/3760/stat : 3760 (java) S 3754 3754 28892 0 -1 1077944384 1099 0 0 0 2 0 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734681299344 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3761] ppid=3754 vsize=13980732 memory=4198373884061773715 CPUtime=0.02 cores=1,3,5,7
/proc/3756/task/3761/stat : 3761 (java) S 3754 3754 28892 0 -1 1077944384 708 0 0 0 2 0 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734680246544 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3762] ppid=3754 vsize=13980732 memory=2248 CPUtime=0.01 cores=1,3,5,7
/proc/3756/task/3762/stat : 3762 (java) S 3754 3754 28892 0 -1 1077944384 970 0 0 0 1 0 0 0 20 0 15 0 115949917 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734291471216 139735083649666 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3763] ppid=3754 vsize=13980732 memory=4300 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3763/stat : 3763 (java) S 3754 3754 28892 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 115949917 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734290417184 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3764] ppid=3754 vsize=13980732 memory=932 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3764/stat : 3764 (java) S 3754 3754 28892 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 115949918 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734289364336 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3765] ppid=3754 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3765/stat : 3765 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734288312656 139735083657115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3766] ppid=3754 vsize=13980732 memory=1732 CPUtime=1.41 cores=1,3,5,7
/proc/3756/task/3766/stat : 3766 (java) S 3754 3754 28892 0 -1 1077944384 6645 0 0 0 140 1 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734287260016 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3767] ppid=3754 vsize=13980732 memory=5788 CPUtime=1.3 cores=1,3,5,7
/proc/3756/task/3767/stat : 3767 (java) S 3754 3754 28892 0 -1 1077944384 5856 0 0 0 129 1 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734286207216 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3768] ppid=3754 vsize=13980732 memory=4612 CPUtime=0.39 cores=1,3,5,7
/proc/3756/task/3768/stat : 3768 (java) S 3754 3754 28892 0 -1 1077944384 4932 0 0 0 39 0 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734285154416 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3769] ppid=3754 vsize=13980732 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3769/stat : 3769 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734284101856 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3770] ppid=3754 vsize=13980732 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3770/stat : 3770 (java) S 3754 3754 28892 0 -1 1077944384 576 0 0 0 0 0 0 0 20 0 15 0 115949924 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734283050160 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
Current children cumulated CPU time: 73.5 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 183900 KiB

[startup+71.2007 s]
/proc/loadavg: 1.39 1.39 1.41 3/211 3772
/proc/meminfo: memFree=30831684/32770624 swapFree=67108860/67108860
[pid=3754] ppid=3751 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3754/stat : 3754 (xcsp3-exec) S 3751 3754 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115949906 9740288 345 18446744073709551615 4194304 5098028 140727656556160 140727656554264 140062718501500 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 13012992 140727656563064 140727656563269 140727656563269 140727656566763 0
/proc/3754/statm: 2378 345 289 221 0 87 0
[pid=3756] ppid=3754 vsize=13980732 memory=182520 CPUtime=74.31 cores=1,3,5,7
/proc/3756/stat : 3756 (java) S 3754 3754 28892 0 -1 1077944320 35305 0 0 0 7417 14 0 0 20 0 15 0 115949915 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 140722653720704 139735083638519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
/proc/3756/statm: 3495183 45630 3232 1 0 3483476 0
[pid=3756/tid=3757] ppid=3754 vsize=13980732 memory=7680170660397595203 CPUtime=71 cores=1,3,5,7
/proc/3756/task/3757/stat : 3757 (java) R 3754 3754 28892 0 -1 4202560 11775 0 0 0 7094 6 0 0 20 0 15 0 115949915 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139735087878256 139734701215443 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3758] ppid=3754 vsize=13980732 memory=188164 CPUtime=0.03 cores=1,3,5,7
/proc/3756/task/3758/stat : 3758 (java) S 3754 3754 28892 0 -1 1077944384 779 0 0 0 2 1 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139735018072720 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3759] ppid=3754 vsize=13980732 memory=1000 CPUtime=0.03 cores=1,3,5,7
/proc/3756/task/3759/stat : 3759 (java) S 3754 3754 28892 0 -1 1077944384 611 0 0 0 2 1 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734682352144 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3760] ppid=3754 vsize=13980732 memory=796 CPUtime=0.02 cores=1,3,5,7
/proc/3756/task/3760/stat : 3760 (java) S 3754 3754 28892 0 -1 1077944384 1099 0 0 0 2 0 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734681299344 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3761] ppid=3754 vsize=13980732 memory=11152 CPUtime=0.02 cores=1,3,5,7
/proc/3756/task/3761/stat : 3761 (java) S 3754 3754 28892 0 -1 1077944384 708 0 0 0 2 0 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734680246544 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3762] ppid=3754 vsize=13980732 memory=15880 CPUtime=0.01 cores=1,3,5,7
/proc/3756/task/3762/stat : 3762 (java) S 3754 3754 28892 0 -1 1077944384 970 0 0 0 1 0 0 0 20 0 15 0 115949917 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734291471216 139735083649666 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3763] ppid=3754 vsize=13980732 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3763/stat : 3763 (java) S 3754 3754 28892 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 115949917 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734290417184 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3764] ppid=3754 vsize=13980732 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3764/stat : 3764 (java) S 3754 3754 28892 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 115949918 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734289364336 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3765] ppid=3754 vsize=13980732 memory=15825477856135502 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3765/stat : 3765 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734288312656 139735083657115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3766] ppid=3754 vsize=13980732 memory=1708 CPUtime=1.41 cores=1,3,5,7
/proc/3756/task/3766/stat : 3766 (java) S 3754 3754 28892 0 -1 1077944384 6645 0 0 0 140 1 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734287260016 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3767] ppid=3754 vsize=13980732 memory=1444 CPUtime=1.3 cores=1,3,5,7
/proc/3756/task/3767/stat : 3767 (java) S 3754 3754 28892 0 -1 1077944384 5856 0 0 0 129 1 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734286207216 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3768] ppid=3754 vsize=13980732 memory=1228 CPUtime=0.39 cores=1,3,5,7
/proc/3756/task/3768/stat : 3768 (java) S 3754 3754 28892 0 -1 1077944384 4932 0 0 0 39 0 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734285154416 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3769] ppid=3754 vsize=13980732 memory=12216 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3769/stat : 3769 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734284101856 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3770] ppid=3754 vsize=13980732 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3770/stat : 3770 (java) S 3754 3754 28892 0 -1 1077944384 576 0 0 0 0 0 0 0 20 0 15 0 115949924 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734283050160 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
Current children cumulated CPU time: 74.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 183900 KiB

[startup+71.6008 s]
/proc/loadavg: 1.39 1.39 1.41 3/211 3772
/proc/meminfo: memFree=30831684/32770624 swapFree=67108860/67108860
[pid=3754] ppid=3751 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3754/stat : 3754 (xcsp3-exec) S 3751 3754 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115949906 9740288 345 18446744073709551615 4194304 5098028 140727656556160 140727656554264 140062718501500 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 13012992 140727656563064 140727656563269 140727656563269 140727656566763 0
/proc/3754/statm: 2378 345 289 221 0 87 0
[pid=3756] ppid=3754 vsize=13980732 memory=182520 CPUtime=74.71 cores=1,3,5,7
/proc/3756/stat : 3756 (java) S 3754 3754 28892 0 -1 1077944320 35305 0 0 0 7457 14 0 0 20 0 15 0 115949915 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 140722653720704 139735083638519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
/proc/3756/statm: 3495183 45630 3232 1 0 3483476 0
[pid=3756/tid=3757] ppid=3754 vsize=13980732 memory=640 CPUtime=71.4 cores=1,3,5,7
/proc/3756/task/3757/stat : 3757 (java) R 3754 3754 28892 0 -1 4202560 11775 0 0 0 7134 6 0 0 20 0 15 0 115949915 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139735087878256 139734702454909 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3758] ppid=3754 vsize=13980732 memory=7680170660397595203 CPUtime=0.03 cores=1,3,5,7
/proc/3756/task/3758/stat : 3758 (java) S 3754 3754 28892 0 -1 1077944384 779 0 0 0 2 1 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139735018072720 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3759] ppid=3754 vsize=13980732 memory=2936 CPUtime=0.03 cores=1,3,5,7
/proc/3756/task/3759/stat : 3759 (java) S 3754 3754 28892 0 -1 1077944384 611 0 0 0 2 1 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734682352144 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3760] ppid=3754 vsize=13980732 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/3756/task/3760/stat : 3760 (java) S 3754 3754 28892 0 -1 1077944384 1099 0 0 0 2 0 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734681299344 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3761] ppid=3754 vsize=13980732 memory=142800 CPUtime=0.02 cores=1,3,5,7
/proc/3756/task/3761/stat : 3761 (java) S 3754 3754 28892 0 -1 1077944384 708 0 0 0 2 0 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734680246544 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3762] ppid=3754 vsize=13980732 memory=1156 CPUtime=0.01 cores=1,3,5,7
/proc/3756/task/3762/stat : 3762 (java) S 3754 3754 28892 0 -1 1077944384 970 0 0 0 1 0 0 0 20 0 15 0 115949917 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734291471216 139735083649666 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3763] ppid=3754 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3763/stat : 3763 (java) S 3754 3754 28892 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 115949917 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734290417184 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3764] ppid=3754 vsize=13980732 memory=62440 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3764/stat : 3764 (java) S 3754 3754 28892 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 115949918 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734289364336 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3765] ppid=3754 vsize=13980732 memory=6933928925625698159 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3765/stat : 3765 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734288312656 139735083657115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3766] ppid=3754 vsize=13980732 memory=4126316290023845779 CPUtime=1.41 cores=1,3,5,7
/proc/3756/task/3766/stat : 3766 (java) S 3754 3754 28892 0 -1 1077944384 6645 0 0 0 140 1 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734287260016 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3767] ppid=3754 vsize=13980732 memory=186112 CPUtime=1.3 cores=1,3,5,7
/proc/3756/task/3767/stat : 3767 (java) S 3754 3754 28892 0 -1 1077944384 5856 0 0 0 129 1 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734286207216 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3768] ppid=3754 vsize=13980732 memory=4612 CPUtime=0.39 cores=1,3,5,7
/proc/3756/task/3768/stat : 3768 (java) S 3754 3754 28892 0 -1 1077944384 4932 0 0 0 39 0 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734285154416 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3769] ppid=3754 vsize=13980732 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3769/stat : 3769 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734284101856 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3770] ppid=3754 vsize=13980732 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3770/stat : 3770 (java) S 3754 3754 28892 0 -1 1077944384 576 0 0 0 0 0 0 0 20 0 15 0 115949924 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734283050160 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
Current children cumulated CPU time: 74.71 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 183900 KiB

[startup+71.8007 s]
/proc/loadavg: 1.39 1.39 1.41 3/211 3772
/proc/meminfo: memFree=30831684/32770624 swapFree=67108860/67108860
[pid=3754] ppid=3751 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3754/stat : 3754 (xcsp3-exec) S 3751 3754 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115949906 9740288 345 18446744073709551615 4194304 5098028 140727656556160 140727656554264 140062718501500 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 13012992 140727656563064 140727656563269 140727656563269 140727656566763 0
/proc/3754/statm: 2378 345 289 221 0 87 0
[pid=3756] ppid=3754 vsize=13980732 memory=182520 CPUtime=74.91 cores=1,3,5,7
/proc/3756/stat : 3756 (java) S 3754 3754 28892 0 -1 1077944320 35305 0 0 0 7477 14 0 0 20 0 15 0 115949915 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 140722653720704 139735083638519 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
/proc/3756/statm: 3495183 45630 3232 1 0 3483476 0
[pid=3756/tid=3757] ppid=3754 vsize=13980732 memory=0 CPUtime=71.6 cores=1,3,5,7
/proc/3756/task/3757/stat : 3757 (java) R 3754 3754 28892 0 -1 4202560 11775 0 0 0 7154 6 0 0 20 0 15 0 115949915 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139735087878256 139734701135404 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3758] ppid=3754 vsize=13980732 memory=5749 CPUtime=0.03 cores=1,3,5,7
/proc/3756/task/3758/stat : 3758 (java) S 3754 3754 28892 0 -1 1077944384 779 0 0 0 2 1 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139735018072720 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3759] ppid=3754 vsize=13980732 memory=5421 CPUtime=0.03 cores=1,3,5,7
/proc/3756/task/3759/stat : 3759 (java) S 3754 3754 28892 0 -1 1077944384 611 0 0 0 2 1 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734682352144 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3760] ppid=3754 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3756/task/3760/stat : 3760 (java) S 3754 3754 28892 0 -1 1077944384 1099 0 0 0 2 0 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734681299344 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3761] ppid=3754 vsize=13980732 memory=141 CPUtime=0.02 cores=1,3,5,7
/proc/3756/task/3761/stat : 3761 (java) S 3754 3754 28892 0 -1 1077944384 708 0 0 0 2 0 0 0 20 0 15 0 115949916 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734680246544 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3762] ppid=3754 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/3756/task/3762/stat : 3762 (java) S 3754 3754 28892 0 -1 1077944384 970 0 0 0 1 0 0 0 20 0 15 0 115949917 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734291471216 139735083649666 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3763] ppid=3754 vsize=13980732 memory=640 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3763/stat : 3763 (java) S 3754 3754 28892 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 115949917 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734290417184 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3764] ppid=3754 vsize=13980732 memory=960 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3764/stat : 3764 (java) S 3754 3754 28892 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 115949918 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734289364336 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3765] ppid=3754 vsize=13980732 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3765/stat : 3765 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734288312656 139735083657115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3766] ppid=3754 vsize=13980732 memory=2248 CPUtime=1.41 cores=1,3,5,7
/proc/3756/task/3766/stat : 3766 (java) S 3754 3754 28892 0 -1 1077944384 6645 0 0 0 140 1 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734287260016 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3767] ppid=3754 vsize=13980732 memory=4300 CPUtime=1.3 cores=1,3,5,7
/proc/3756/task/3767/stat : 3767 (java) S 3754 3754 28892 0 -1 1077944384 5856 0 0 0 129 1 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734286207216 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3768] ppid=3754 vsize=13980732 memory=932 CPUtime=0.39 cores=1,3,5,7
/proc/3756/task/3768/stat : 3768 (java) S 3754 3754 28892 0 -1 1077944384 4932 0 0 0 39 0 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734285154416 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3769] ppid=3754 vsize=13980732 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3769/stat : 3769 (java) S 3754 3754 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115949920 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734284101856 139735083648725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
[pid=3756/tid=3770] ppid=3754 vsize=13980732 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3770/stat : 3770 (java) S 3754 3754 28892 0 -1 1077944384 576 0 0 0 0 0 0 0 20 0 15 0 115949924 14316269568 45630 18446744073709551615 4194304 4196468 140722653738160 139734283050160 139735083649666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 25366528 140722653741489 140722653741665 140722653741665 140722653745103 0
Current children cumulated CPU time: 74.91 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 183900 KiB

Child status: 0
Real time (s): 71.851
CPU time (s): 74.975
CPU user time (s): 74.8269
CPU system time (s): 0.148139
CPU usage (%): 104.348
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 209516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.8269
system time used= 0.148139
maximum resident set size= 210708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36902
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= 3801
involuntary context switches= 61


# summary of solver processes directly reported to runsolver:
#   pid: 3754
#   total CPU time (s): 74.975
#   total CPU user time (s): 74.8269
#   total CPU system time (s): 0.148139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.456515 second user time and 0.695878 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 11:58:37
IDJOB=4282306
IDBENCH=133187
IDSOLVER=2677
FILE ID=node127/4282306-1503137569
RUNJOBID= node127-1503095799-28951
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f10-13.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-4282306-1503137569/watcher-4282306-1503137569 -o /tmp/evaluation-result-4282306-1503137569/solver-4282306-1503137569 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1697366678 HOME/instance-4282306-1503137569.xml

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

MD5SUM BENCH= 748c50a37a644f843fb6cdaa8347be41
RANDOM SEED=1697366678

node127.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.92
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.92
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.92
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.92
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:        30947828 kB
MemAvailable:   31776616 kB
Buffers:          297212 kB
Cached:           833400 kB
SwapCached:            0 kB
Active:          1005316 kB
Inactive:         370128 kB
Active(anon):     195340 kB
Inactive(anon):    99188 kB
Active(file):     809976 kB
Inactive(file):   270940 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7956 kB
Writeback:             4 kB
AnonPages:        248744 kB
Mapped:            73508 kB
Shmem:             49828 kB
Slab:             153424 kB
SReclaimable:     127412 kB
SUnreclaim:        26012 kB
KernelStack:        3440 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1245516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-19 11:59:49