Trace number 4282305

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 31.245701 27.908899

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-12.xml
MD5SUM0b3ff7ea00c909b96c45c6fe62c1c908
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 benchmark0.029694
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":56},{"degree":4,"count":22},{"degree":5,"count":3}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":10,"count":1},{"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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282305-1503137575.xml"  -tl '2520s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4282305-1503137575.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.35	c simple solver
0.25/0.41	c parse instance...
0.62/0.59	c solve instance...
31.23/27.90	s SATISFIABLE
31.23/27.90	v <instantiation>
31.23/27.90	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>
31.23/27.90	v 	<values>7 77 6 2 28 75 79 76 19 17 80 32 16 51 21 59 66 27 41 50 38 26 52 37 67 22 36 33 10 72 78 57 68 13 18 20 54 49 73 74 1 30 14 34 40 45 8 69 64 60 3 25 47 48 46 71 4 31 53 44 42 43 35 61 15 5 55 11 62 58 39 63 65 9 70 23 56 29 12 24 81 </values>
31.23/27.90	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 (15346 MiB free)
  memory of node 1: 16384 MiB (15591 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282305-1503137575/watcher-4282305-1503137575 -o /tmp/evaluation-result-4282305-1503137575/solver-4282305-1503137575 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16489 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 371208035 HOME/instance-4282305-1503137575.xml 

running on 4 cores: 0,2,4,6

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=23996, runsolver pid=23993

[startup+0.100176 s]*
/proc/loadavg: 1.52 1.66 1.74 3/197 23998
/proc/meminfo: memFree=31679420/32770624 swapFree=67108860/67108860
[pid=23996] ppid=23993 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/23996/stat : 23996 (xcsp3-exec) S 23993 23996 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12167282 9740288 344 18446744073709551615 4194304 5098028 140723716483808 140723716481912 139700112601724 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 30613504 140723716485498 140723716485702 140723716485702 140723716489195 0
/proc/23996/statm: 2378 344 289 221 0 87 0
[pid=23998] ppid=23996 vsize=13356504 memory=10924 CPUtime=0 cores=0,2,4,6
/proc/23998/stat : 23998 (java) S 23996 23996 16431 0 -1 1077944320 2496 0 0 0 0 0 0 0 20 0 6 0 12167292 13677060096 2731 18446744073709551615 4194304 4196468 140731006074160 140731006056704 140524092915447 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
/proc/23998/statm: 3339126 2731 1261 1 0 3329096 0
[pid=23998/tid=23999] ppid=23996 vsize=13356504 memory=-8713483618642721886 CPUtime=0 cores=0,2,4,6
/proc/23998/task/23999/stat : 23999 (java) R 23996 23996 16431 0 -1 4202560 1290 0 0 0 0 0 0 0 20 0 6 0 12167292 13677060096 2731 18446744073709551615 4194304 4196468 140731006074160 140524097157224 140524078597973 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24000] ppid=23996 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24000/stat : 24000 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12167293 13677060096 2731 18446744073709551615 4194304 4196468 140731006074160 140524027349392 140524092925653 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24001] ppid=23996 vsize=13356504 memory=140684193289856 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24001/stat : 24001 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12167293 13677060096 2731 18446744073709551615 4194304 4196468 140731006074160 140524026296592 140524092925653 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24002] ppid=23996 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24002/stat : 24002 (java) S 23996 23996 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12167293 13677060096 2797 18446744073709551615 4194304 4196468 140731006074160 140524025244304 140524092925653 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24003] ppid=23996 vsize=13356508 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24003/stat : 24003 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12167293 13677064192 2797 18446744073709551615 4194304 4196468 140731006074160 140524024191504 140524092925653 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12300 KiB

[startup+0.210149 s]*
/proc/loadavg: 1.52 1.66 1.74 3/211 24012
/proc/meminfo: memFree=31668996/32770624 swapFree=67108860/67108860
[pid=23996] ppid=23993 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/23996/stat : 23996 (xcsp3-exec) S 23993 23996 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12167282 9740288 344 18446744073709551615 4194304 5098028 140723716483808 140723716481912 139700112601724 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 30613504 140723716485498 140723716485702 140723716485702 140723716489195 0
/proc/23996/statm: 2378 344 289 221 0 87 0
[pid=23998] ppid=23996 vsize=13974352 memory=23200 CPUtime=0.07 cores=0,2,4,6
/proc/23998/stat : 23998 (java) S 23996 23996 16431 0 -1 1077944320 5204 0 0 0 6 1 0 0 20 0 15 0 12167292 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140731006056704 140524092915447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
/proc/23998/statm: 3493588 5800 2729 1 0 3482964 0
[pid=23998/tid=23999] ppid=23996 vsize=13974352 memory=-6871798056524144002 CPUtime=0.05 cores=0,2,4,6
/proc/23998/task/23999/stat : 23999 (java) R 23996 23996 16431 0 -1 4202560 3367 0 0 0 5 0 0 0 20 0 15 0 12167292 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140524097141136 140523696402535 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24000] ppid=23996 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24000/stat : 24000 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167293 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140524027349392 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24001] ppid=23996 vsize=13974352 memory=140684193289856 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24001/stat : 24001 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167293 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140524026296592 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24002] ppid=23996 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24002/stat : 24002 (java) S 23996 23996 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12167293 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140524025244304 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24003] ppid=23996 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24003/stat : 24003 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167293 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140524024191504 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24004] ppid=23996 vsize=13974352 memory=140684193289856 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24004/stat : 24004 (java) S 23996 23996 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12167294 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140523570956912 140524092926594 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24005] ppid=23996 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24005/stat : 24005 (java) S 23996 23996 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12167295 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140523569902880 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24006] ppid=23996 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24006/stat : 24006 (java) S 23996 23996 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12167295 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140523568850544 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24007] ppid=23996 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24007/stat : 24007 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167297 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140523567798864 140524092934043 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24008] ppid=23996 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24008/stat : 24008 (java) S 23996 23996 16431 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 12167297 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140523566745712 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24009] ppid=23996 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24009/stat : 24009 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167297 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140523565692912 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24010] ppid=23996 vsize=13974352 memory=140684193289856 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24010/stat : 24010 (java) R 23996 23996 16431 0 -1 4202560 221 0 0 0 0 0 0 0 20 0 15 0 12167297 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140523564640624 140524092936794 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24011] ppid=23996 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24011/stat : 24011 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167298 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140523563588064 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24012] ppid=23996 vsize=13974352 memory=140684193289856 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24012/stat : 24012 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167302 14309736448 5800 18446744073709551615 4194304 4196468 140731006074160 140523562535856 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 24576 KiB

[startup+0.310213 s]*
/proc/loadavg: 1.52 1.66 1.74 3/211 24012
/proc/meminfo: memFree=31653344/32770624 swapFree=67108860/67108860
[pid=23996] ppid=23993 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/23996/stat : 23996 (xcsp3-exec) S 23993 23996 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12167282 9740288 344 18446744073709551615 4194304 5098028 140723716483808 140723716481912 139700112601724 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 30613504 140723716485498 140723716485702 140723716485702 140723716489195 0
/proc/23996/statm: 2378 344 289 221 0 87 0
[pid=23998] ppid=23996 vsize=13974352 memory=36792 CPUtime=0.25 cores=0,2,4,6
/proc/23998/stat : 23998 (java) S 23996 23996 16431 0 -1 1077944320 8804 0 0 0 22 3 0 0 20 0 15 0 12167292 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140731006056704 140524092915447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
/proc/23998/statm: 3493588 9198 2974 1 0 3482964 0
[pid=23998/tid=23999] ppid=23996 vsize=13974352 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/23998/task/23999/stat : 23999 (java) R 23996 23996 16431 0 -1 4202560 6056 0 0 0 13 2 0 0 20 0 15 0 12167292 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140524097130112 140524092937373 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24000] ppid=23996 vsize=13974352 memory=140684193296849 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24000/stat : 24000 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167293 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140524027349392 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24001] ppid=23996 vsize=13974352 memory=7156591895629164646 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24001/stat : 24001 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167293 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140524026296592 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24002] ppid=23996 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24002/stat : 24002 (java) S 23996 23996 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12167293 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140524025244304 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24003] ppid=23996 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24003/stat : 24003 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167293 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140524024191504 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24004] ppid=23996 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24004/stat : 24004 (java) S 23996 23996 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12167294 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140523570956912 140524092926594 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24005] ppid=23996 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24005/stat : 24005 (java) S 23996 23996 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12167295 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140523569902880 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24006] ppid=23996 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24006/stat : 24006 (java) S 23996 23996 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12167295 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140523568850544 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24007] ppid=23996 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24007/stat : 24007 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167297 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140523567798864 140524092934043 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24008] ppid=23996 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24008/stat : 24008 (java) S 23996 23996 16431 0 -1 1077944384 566 0 0 0 1 0 0 0 20 0 15 0 12167297 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140523566745712 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24009] ppid=23996 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24009/stat : 24009 (java) S 23996 23996 16431 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 15 0 12167297 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140523565692912 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24010] ppid=23996 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23998/task/24010/stat : 24010 (java) S 23996 23996 16431 0 -1 1077944384 681 0 0 0 5 0 0 0 20 0 15 0 12167297 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140523564640624 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24011] ppid=23996 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24011/stat : 24011 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167298 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140523563588064 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24012] ppid=23996 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24012/stat : 24012 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167302 14309736448 9198 18446744073709551615 4194304 4196468 140731006074160 140523562535856 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38168 KiB

[startup+0.703723 s]
/proc/loadavg: 1.52 1.66 1.74 5/211 24012
/proc/meminfo: memFree=31641804/32770624 swapFree=67108860/67108860
[pid=23996] ppid=23993 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/23996/stat : 23996 (xcsp3-exec) S 23993 23996 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12167282 9740288 344 18446744073709551615 4194304 5098028 140723716483808 140723716481912 139700112601724 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 30613504 140723716485498 140723716485702 140723716485702 140723716489195 0
/proc/23996/statm: 2378 344 289 221 0 87 0
[pid=23998] ppid=23996 vsize=13980732 memory=62476 CPUtime=1.14 cores=0,2,4,6
/proc/23998/stat : 23998 (java) S 23996 23996 16431 0 -1 1077944320 13243 0 0 0 110 4 0 0 20 0 15 0 12167292 14316269568 15619 18446744073709551615 4194304 4196468 140731006074160 140731006056704 140524092915447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
/proc/23998/statm: 3495183 15619 3179 1 0 3483476 0
[pid=23998/tid=23999] ppid=23996 vsize=13980732 memory=8751464017575425845 CPUtime=0.53 cores=0,2,4,6
/proc/23998/task/23999/stat : 23999 (java) R 23996 23996 16431 0 -1 4202560 8480 0 0 0 50 3 0 0 20 0 15 0 12167292 14316269568 15619 18446744073709551615 4194304 4196468 140731006074160 140524097154688 140523696368768 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24000] ppid=23996 vsize=13980732 memory=5861541947240501328 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24000/stat : 24000 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167293 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140524027349392 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24001] ppid=23996 vsize=13980732 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24001/stat : 24001 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167293 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140524026296592 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24002] ppid=23996 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24002/stat : 24002 (java) S 23996 23996 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12167293 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140524025244304 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24003] ppid=23996 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24003/stat : 24003 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167293 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140524024191504 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24004] ppid=23996 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24004/stat : 24004 (java) S 23996 23996 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12167294 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140523570956912 140524092926594 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24005] ppid=23996 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24005/stat : 24005 (java) S 23996 23996 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12167295 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140523569902880 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24006] ppid=23996 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24006/stat : 24006 (java) S 23996 23996 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12167295 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140523568850544 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24007] ppid=23996 vsize=13980732 memory=30305 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24007/stat : 24007 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167297 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140523567798864 140524092934043 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24008] ppid=23996 vsize=13980732 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/23998/task/24008/stat : 24008 (java) R 23996 23996 16431 0 -1 4202560 1465 0 0 0 19 0 0 0 20 0 15 0 12167297 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140523566745712 140524074459170 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24009] ppid=23996 vsize=13980732 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/23998/task/24009/stat : 24009 (java) R 23996 23996 16431 0 -1 4202560 785 0 0 0 16 0 0 0 20 0 15 0 12167297 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140523565681264 140524074460048 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24010] ppid=23996 vsize=13980732 memory=6656426216303648864 CPUtime=0.23 cores=0,2,4,6
/proc/23998/task/24010/stat : 24010 (java) S 23996 23996 16431 0 -1 1077944384 1299 0 0 0 23 0 0 0 20 0 15 0 12167297 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140523564640624 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24011] ppid=23996 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24011/stat : 24011 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167298 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140523563588064 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24012] ppid=23996 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24012/stat : 24012 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167302 14316269568 15685 18446744073709551615 4194304 4196468 140731006074160 140523562535856 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63852 KiB

[startup+1.5008 s]
/proc/loadavg: 1.52 1.66 1.74 5/211 24012
/proc/meminfo: memFree=31616876/32770624 swapFree=67108860/67108860
[pid=23996] ppid=23993 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/23996/stat : 23996 (xcsp3-exec) S 23993 23996 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12167282 9740288 344 18446744073709551615 4194304 5098028 140723716483808 140723716481912 139700112601724 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 30613504 140723716485498 140723716485702 140723716485702 140723716489195 0
/proc/23996/statm: 2378 344 289 221 0 87 0
[pid=23998] ppid=23996 vsize=13980732 memory=86548 CPUtime=3.61 cores=0,2,4,6
/proc/23998/stat : 23998 (java) S 23996 23996 16431 0 -1 1077944320 23033 0 0 0 355 6 0 0 20 0 15 0 12167292 14316269568 21637 18446744073709551615 4194304 4196468 140731006074160 140731006056704 140524092915447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
/proc/23998/statm: 3495183 21637 3186 1 0 3483476 0
[pid=23998/tid=23999] ppid=23996 vsize=13980732 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/23998/task/23999/stat : 23999 (java) R 23996 23996 16431 0 -1 4202560 9032 0 0 0 129 3 0 0 20 0 15 0 12167292 14316269568 21637 18446744073709551615 4194304 4196468 140731006074160 140524097152720 140523700176731 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24000] ppid=23996 vsize=13980732 memory=4426658576607127401 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24000/stat : 24000 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167293 14316269568 21637 18446744073709551615 4194304 4196468 140731006074160 140524027349392 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24001] ppid=23996 vsize=13980732 memory=5794277163128351536 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24001/stat : 24001 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167293 14316269568 21637 18446744073709551615 4194304 4196468 140731006074160 140524026296592 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24002] ppid=23996 vsize=13980732 memory=7092436512983705632 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24002/stat : 24002 (java) S 23996 23996 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12167293 14316269568 21637 18446744073709551615 4194304 4196468 140731006074160 140524025244304 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24003] ppid=23996 vsize=13980732 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24003/stat : 24003 (java) S 23996 23996 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12167293 14316269568 21637 18446744073709551615 4194304 4196468 140731006074160 140524024191504 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24004] ppid=23996 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24004/stat : 24004 (java) S 23996 23996 16431 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 12167294 14316269568 21637 18446744073709551615 4194304 4196468 140731006074160 140523570956912 140524092926594 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24005] ppid=23996 vsize=13980732 memory=140684069945472 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24005/stat : 24005 (java) S 23996 23996 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12167295 14316269568 21637 18446744073709551615 4194304 4196468 140731006074160 140523569902880 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24006] ppid=23996 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/23996/stat : 23996 (xcsp3-exec) S 23993 23996 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12167282 9740288 344 18446744073709551615 4194304 5098028 140723716483808 140723716481912 139700112601724 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 30613504 140723716485498 140723716485702 140723716485702 140723716489195 0
/proc/23996/statm: 2378 344 289 221 0 87 0
[pid=23998] ppid=23996 vsize=13980732 memory=204324 CPUtime=30.53 cores=0,2,4,6
/proc/23998/stat : 23998 (java) S 23996 23996 16431 0 -1 1077944320 35573 0 0 0 3042 11 0 0 20 0 15 0 12167292 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140731006056704 140524092915447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
/proc/23998/statm: 3495183 51081 3237 1 0 3483476 0
[pid=23998/tid=23999] ppid=23996 vsize=13980732 memory=5859271421084259688 CPUtime=26.98 cores=0,2,4,6
/proc/23998/task/23999/stat : 23999 (java) R 23996 23996 16431 0 -1 4202560 11174 0 0 0 2693 5 0 0 20 0 15 0 12167292 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524097155152 140523701426532 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24000] ppid=23996 vsize=13980732 memory=5787213827046467687 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24000/stat : 24000 (java) S 23996 23996 16431 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524027349392 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24001] ppid=23996 vsize=13980732 memory=6148935659200796009 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24001/stat : 24001 (java) S 23996 23996 16431 0 -1 1077944384 708 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524026296592 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24002] ppid=23996 vsize=13980732 memory=5860705283049084265 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24002/stat : 24002 (java) S 23996 23996 16431 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524025244304 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24003] ppid=23996 vsize=13980732 memory=2160 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24003/stat : 24003 (java) S 23996 23996 16431 0 -1 1077944384 726 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524024191504 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24004] ppid=23996 vsize=13980732 memory=844 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24004/stat : 24004 (java) S 23996 23996 16431 0 -1 1077944384 957 0 0 0 1 0 0 0 20 0 15 0 12167294 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523570956912 140524092926594 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24005] ppid=23996 vsize=13980732 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24005/stat : 24005 (java) S 23996 23996 16431 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 12167295 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523569902880 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24006] ppid=23996 vsize=13980732 memory=10128 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24006/stat : 24006 (java) S 23996 23996 16431 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 12167295 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523568850544 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24007] ppid=23996 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24007/stat : 24007 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167297 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523567798864 140524092934043 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24008] ppid=23996 vsize=13980732 memory=2344 CPUtime=1.59 cores=0,2,4,6
/proc/23998/task/24008/stat : 24008 (java) S 23996 23996 16431 0 -1 1077944384 8403 0 0 0 158 1 0 0 20 0 15 0 12167297 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523566745712 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24009] ppid=23996 vsize=13980732 memory=1728 CPUtime=1.41 cores=0,2,4,6
/proc/23998/task/24009/stat : 24009 (java) S 23996 23996 16431 0 -1 1077944384 6937 0 0 0 141 0 0 0 20 0 15 0 12167297 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523565692912 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24010] ppid=23996 vsize=13980732 memory=11952 CPUtime=0.39 cores=0,2,4,6
/proc/23998/task/24010/stat : 24010 (java) S 23996 23996 16431 0 -1 1077944384 3611 0 0 0 39 0 0 0 20 0 15 0 12167297 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523564640624 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24011] ppid=23996 vsize=13980732 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24011/stat : 24011 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167298 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523563588064 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24012] ppid=23996 vsize=13980732 memory=11952 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24012/stat : 24012 (java) S 23996 23996 16431 0 -1 1077944384 742 0 0 0 0 0 0 0 20 0 15 0 12167302 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523562535856 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
Current children cumulated CPU time: 30.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 205700 KiB

[startup+27.6007 s]
/proc/loadavg: 1.73 1.71 1.76 3/211 24013
/proc/meminfo: memFree=31487688/32770624 swapFree=67108860/67108860
[pid=23996] ppid=23993 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/23996/stat : 23996 (xcsp3-exec) S 23993 23996 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12167282 9740288 344 18446744073709551615 4194304 5098028 140723716483808 140723716481912 139700112601724 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 30613504 140723716485498 140723716485702 140723716485702 140723716489195 0
/proc/23996/statm: 2378 344 289 221 0 87 0
[pid=23998] ppid=23996 vsize=13980732 memory=204324 CPUtime=30.92 cores=0,2,4,6
/proc/23998/stat : 23998 (java) S 23996 23996 16431 0 -1 1077944320 35579 0 0 0 3081 11 0 0 20 0 15 0 12167292 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140731006056704 140524092915447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
/proc/23998/statm: 3495183 51081 3237 1 0 3483476 0
[pid=23998/tid=23999] ppid=23996 vsize=13980732 memory=2008 CPUtime=27.38 cores=0,2,4,6
/proc/23998/task/23999/stat : 23999 (java) R 23996 23996 16431 0 -1 4202560 11180 0 0 0 2733 5 0 0 20 0 15 0 12167292 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524097155152 140523701426123 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24000] ppid=23996 vsize=13980732 memory=1228 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24000/stat : 24000 (java) S 23996 23996 16431 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524027349392 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24001] ppid=23996 vsize=13980732 memory=5368 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24001/stat : 24001 (java) S 23996 23996 16431 0 -1 1077944384 708 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524026296592 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24002] ppid=23996 vsize=13980732 memory=4612 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24002/stat : 24002 (java) S 23996 23996 16431 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524025244304 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24003] ppid=23996 vsize=13980732 memory=1444 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24003/stat : 24003 (java) S 23996 23996 16431 0 -1 1077944384 726 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524024191504 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24004] ppid=23996 vsize=13980732 memory=10720 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24004/stat : 24004 (java) S 23996 23996 16431 0 -1 1077944384 957 0 0 0 1 0 0 0 20 0 15 0 12167294 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523570956912 140524092926594 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24005] ppid=23996 vsize=13980732 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24005/stat : 24005 (java) S 23996 23996 16431 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 12167295 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523569902880 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24006] ppid=23996 vsize=13980732 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24006/stat : 24006 (java) S 23996 23996 16431 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 12167295 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523568850544 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24007] ppid=23996 vsize=13980732 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24007/stat : 24007 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167297 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523567798864 140524092934043 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24008] ppid=23996 vsize=13980732 memory=16448 CPUtime=1.59 cores=0,2,4,6
/proc/23998/task/24008/stat : 24008 (java) S 23996 23996 16431 0 -1 1077944384 8403 0 0 0 158 1 0 0 20 0 15 0 12167297 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523566745712 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24009] ppid=23996 vsize=13980732 memory=4008 CPUtime=1.41 cores=0,2,4,6
/proc/23998/task/24009/stat : 24009 (java) S 23996 23996 16431 0 -1 1077944384 6937 0 0 0 141 0 0 0 20 0 15 0 12167297 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523565692912 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24010] ppid=23996 vsize=13980732 memory=6656 CPUtime=0.39 cores=0,2,4,6
/proc/23998/task/24010/stat : 24010 (java) S 23996 23996 16431 0 -1 1077944384 3611 0 0 0 39 0 0 0 20 0 15 0 12167297 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523564640624 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24011] ppid=23996 vsize=13980732 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24011/stat : 24011 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167298 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523563588064 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24012] ppid=23996 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24012/stat : 24012 (java) S 23996 23996 16431 0 -1 1077944384 742 0 0 0 0 0 0 0 20 0 15 0 12167302 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523562535856 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
Current children cumulated CPU time: 30.92 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 205700 KiB

[startup+27.8008 s]
/proc/loadavg: 1.73 1.71 1.76 3/211 24013
/proc/meminfo: memFree=31487688/32770624 swapFree=67108860/67108860
[pid=23996] ppid=23993 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/23996/stat : 23996 (xcsp3-exec) S 23993 23996 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12167282 9740288 344 18446744073709551615 4194304 5098028 140723716483808 140723716481912 139700112601724 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 30613504 140723716485498 140723716485702 140723716485702 140723716489195 0
/proc/23996/statm: 2378 344 289 221 0 87 0
[pid=23998] ppid=23996 vsize=13980732 memory=204324 CPUtime=31.12 cores=0,2,4,6
/proc/23998/stat : 23998 (java) S 23996 23996 16431 0 -1 1077944320 35579 0 0 0 3101 11 0 0 20 0 15 0 12167292 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140731006056704 140524092915447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
/proc/23998/statm: 3495183 51081 3237 1 0 3483476 0
[pid=23998/tid=23999] ppid=23996 vsize=13980732 memory=1376 CPUtime=27.58 cores=0,2,4,6
/proc/23998/task/23999/stat : 23999 (java) R 23996 23996 16431 0 -1 4202560 11180 0 0 0 2753 5 0 0 20 0 15 0 12167292 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524097155152 140523701426420 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24000] ppid=23996 vsize=13980732 memory=165480 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24000/stat : 24000 (java) S 23996 23996 16431 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524027349392 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24001] ppid=23996 vsize=13980732 memory=1156 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24001/stat : 24001 (java) S 23996 23996 16431 0 -1 1077944384 708 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524026296592 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24002] ppid=23996 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24002/stat : 24002 (java) S 23996 23996 16431 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524025244304 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24003] ppid=23996 vsize=13980732 memory=281368139667248 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24003/stat : 24003 (java) S 23996 23996 16431 0 -1 1077944384 726 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140524024191504 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24004] ppid=23996 vsize=13980732 memory=140684070052976 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24004/stat : 24004 (java) S 23996 23996 16431 0 -1 1077944384 957 0 0 0 1 0 0 0 20 0 15 0 12167294 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523570956912 140524092926594 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24005] ppid=23996 vsize=13980732 memory=281368140110176 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24005/stat : 24005 (java) S 23996 23996 16431 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 12167295 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523569902880 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24006] ppid=23996 vsize=13980732 memory=245 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24006/stat : 24006 (java) S 23996 23996 16431 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 12167295 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523568850544 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24007] ppid=23996 vsize=13980732 memory=97 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24007/stat : 24007 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167297 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523567798864 140524092934043 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24008] ppid=23996 vsize=13980732 memory=0 CPUtime=1.59 cores=0,2,4,6
/proc/23998/task/24008/stat : 24008 (java) S 23996 23996 16431 0 -1 1077944384 8403 0 0 0 158 1 0 0 20 0 15 0 12167297 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523566745712 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24009] ppid=23996 vsize=13980732 memory=88 CPUtime=1.41 cores=0,2,4,6
/proc/23998/task/24009/stat : 24009 (java) S 23996 23996 16431 0 -1 1077944384 6937 0 0 0 141 0 0 0 20 0 15 0 12167297 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523565692912 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24010] ppid=23996 vsize=13980732 memory=20 CPUtime=0.39 cores=0,2,4,6
/proc/23998/task/24010/stat : 24010 (java) S 23996 23996 16431 0 -1 1077944384 3611 0 0 0 39 0 0 0 20 0 15 0 12167297 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523564640624 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24011] ppid=23996 vsize=13980732 memory=56 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24011/stat : 24011 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167298 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523563588064 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24012] ppid=23996 vsize=13980732 memory=644 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24012/stat : 24012 (java) S 23996 23996 16431 0 -1 1077944384 742 0 0 0 0 0 0 0 20 0 15 0 12167302 14316269568 51081 18446744073709551615 4194304 4196468 140731006074160 140523562535856 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
Current children cumulated CPU time: 31.12 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 205700 KiB

[startup+27.9008 s]
/proc/loadavg: 1.73 1.71 1.76 3/211 24013
/proc/meminfo: memFree=31487688/32770624 swapFree=67108860/67108860
[pid=23996] ppid=23993 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/23996/stat : 23996 (xcsp3-exec) S 23993 23996 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12167282 9740288 344 18446744073709551615 4194304 5098028 140723716483808 140723716481912 139700112601724 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 30613504 140723716485498 140723716485702 140723716485702 140723716489195 0
/proc/23996/statm: 2378 344 289 221 0 87 0
[pid=23998] ppid=23996 vsize=13980732 memory=204392 CPUtime=31.23 cores=0,2,4,6
/proc/23998/stat : 23998 (java) S 23996 23996 16431 0 -1 1077944320 36277 0 0 0 3112 11 0 0 20 0 15 0 12167292 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140731006056704 140524092915447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
/proc/23998/statm: 3495183 51098 3237 1 0 3483476 0
[pid=23998/tid=23999] ppid=23996 vsize=13980732 memory=1376 CPUtime=27.68 cores=0,2,4,6
/proc/23998/task/23999/stat : 23999 (java) R 23996 23996 16431 0 -1 4202560 11356 0 0 0 2763 5 0 0 20 0 15 0 12167292 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140524097152408 140523696442684 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24000] ppid=23996 vsize=13980732 memory=204324 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24000/stat : 24000 (java) S 23996 23996 16431 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140524027349392 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24001] ppid=23996 vsize=13980732 memory=1376 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24001/stat : 24001 (java) S 23996 23996 16431 0 -1 1077944384 708 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140524026296592 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24002] ppid=23996 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24002/stat : 24002 (java) S 23996 23996 16431 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140524025244304 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24003] ppid=23996 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24003/stat : 24003 (java) S 23996 23996 16431 0 -1 1077944384 726 0 0 0 1 0 0 0 20 0 15 0 12167293 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140524024191504 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24004] ppid=23996 vsize=13980732 memory=1376 CPUtime=0.01 cores=0,2,4,6
/proc/23998/task/24004/stat : 24004 (java) S 23996 23996 16431 0 -1 1077944384 957 0 0 0 1 0 0 0 20 0 15 0 12167294 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140523570956912 140524092926594 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24005] ppid=23996 vsize=13980732 memory=204840 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24005/stat : 24005 (java) S 23996 23996 16431 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 12167295 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140523569902880 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24006] ppid=23996 vsize=13980732 memory=281368140303200 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24006/stat : 24006 (java) S 23996 23996 16431 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 12167295 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140523568850544 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24007] ppid=23996 vsize=13980732 memory=7380101718079727720 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24007/stat : 24007 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167297 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140523567798864 140524092934043 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24008] ppid=23996 vsize=13980732 memory=1376 CPUtime=1.59 cores=0,2,4,6
/proc/23998/task/24008/stat : 24008 (java) S 23996 23996 16431 0 -1 1077944384 8512 0 0 0 158 1 0 0 20 0 15 0 12167297 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140523566745712 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24009] ppid=23996 vsize=13980732 memory=204792 CPUtime=1.41 cores=0,2,4,6
/proc/23998/task/24009/stat : 24009 (java) S 23996 23996 16431 0 -1 1077944384 7153 0 0 0 141 0 0 0 20 0 15 0 12167297 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140523565692912 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24010] ppid=23996 vsize=13980732 memory=1376 CPUtime=0.39 cores=0,2,4,6
/proc/23998/task/24010/stat : 24010 (java) S 23996 23996 16431 0 -1 1077944384 3808 0 0 0 39 0 0 0 20 0 15 0 12167297 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140523564640624 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24011] ppid=23996 vsize=13980732 memory=204840 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24011/stat : 24011 (java) S 23996 23996 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12167298 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140523563588064 140524092925653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
[pid=23998/tid=24012] ppid=23996 vsize=13980732 memory=140685948748390 CPUtime=0 cores=0,2,4,6
/proc/23998/task/24012/stat : 24012 (java) S 23996 23996 16431 0 -1 1077944384 742 0 0 0 0 0 0 0 20 0 15 0 12167302 14316269568 51098 18446744073709551615 4194304 4196468 140731006074160 140523562535856 140524092926594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31227904 140731006079410 140731006079586 140731006079586 140731006083023 0
Current children cumulated CPU time: 31.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 205768 KiB

Child status: 0
Real time (s): 27.9089
CPU time (s): 31.2457
CPU user time (s): 31.1292
CPU system time (s): 0.116425
CPU usage (%): 111.956
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 206216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.1292
system time used= 0.116425
maximum resident set size= 208944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37342
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2686
involuntary context switches= 49


# summary of solver processes directly reported to runsolver:
#   pid: 23996
#   total CPU time (s): 31.2457
#   total CPU user time (s): 31.1292
#   total CPU system time (s): 0.116425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.206953 second user time and 0.27831 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-19 11:58:55
IDJOB=4282305
IDBENCH=133199
IDSOLVER=2677
FILE ID=node128/4282305-1503137575
RUNJOBID= node128-1503095815-16489
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-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-4282305-1503137575/watcher-4282305-1503137575 -o /tmp/evaluation-result-4282305-1503137575/solver-4282305-1503137575 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16489 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 371208035 HOME/instance-4282305-1503137575.xml

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

MD5SUM BENCH= 0b3ff7ea00c909b96c45c6fe62c1c908
RANDOM SEED=371208035

node128.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.47
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.47
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.47
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.47
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:        31680808 kB
MemAvailable:   31867720 kB
Buffers:          164644 kB
Cached:           312704 kB
SwapCached:            0 kB
Active:           374340 kB
Inactive:         312444 kB
Active(anon):     209696 kB
Inactive(anon):    16752 kB
Active(file):     164644 kB
Inactive(file):   295692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7652 kB
Writeback:             0 kB
AnonPages:        208704 kB
Mapped:            43704 kB
Shmem:             17060 kB
Slab:             109388 kB
SReclaimable:      84820 kB
SUnreclaim:        24568 kB
KernelStack:        3440 kB
PageTables:         5348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1149248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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 node128 at 2017-08-19 11:59:23