Trace number 4283777

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 5a (2017-08-18)SAT 421.664 403.79401

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-20.xml
MD5SUMc5ec4491a591197ab616d829bf389d5e
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.47480899
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":23},{"degree":5,"count":2}]
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-4283777-1503214100.xml"  -tl '2520s' -p 1 -x 3
0.05/0.31	c [HOME/instance-4283777-1503214100.xml, -tl, 2520s, -p, 1, -x, 3]
0.23/0.37	c simple solver
0.38/0.44	c parse instance...
0.79/0.61	c solve instance...
421.56/403.78	s SATISFIABLE
421.56/403.78	v <instantiation>
421.56/403.78	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>
421.56/403.78	v 	<values>42 32 26 2 28 24 63 72 80 14 77 13 67 70 20 12 81 15 36 35 76 69 74 22 8 18 31 47 56 38 4 5 53 61 54 51 48 52 40 65 1 43 60 11 49 46 30 19 7 73 79 64 17 34 23 39 78 68 71 27 6 16 41 55 3 29 21 37 57 33 75 59 58 45 50 66 10 44 62 25 9 </values>
421.56/403.78	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 (15386 MiB free)
  memory of node 1: 16384 MiB (14986 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283777-1503214100/watcher-4283777-1503214100 -o /tmp/evaluation-result-4283777-1503214100/solver-4283777-1503214100 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2270 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 747335994 HOME/instance-4283777-1503214100.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
solver pid=9894, runsolver pid=9891
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 1.70 1.70 1.74 3/202 9901
/proc/meminfo: memFree=31095804/32770624 swapFree=67108860/67108860
[pid=9894] ppid=9891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9894/stat : 9894 (xcsp3-exec) S 9891 9894 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19817005 9740288 345 18446744073709551615 4194304 5098028 140723278364560 140723278362664 140414929015420 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 25427968 140723278373242 140723278373446 140723278373446 140723278376939 0
/proc/9894/statm: 2378 345 289 221 0 87 0
[pid=9896] ppid=9894 vsize=13358712 memory=14896 CPUtime=0.01 cores=0,2,4,6
/proc/9896/stat : 9896 (java) S 9894 9894 18108 0 -1 1077944320 3506 0 0 0 1 0 0 0 20 0 6 0 19817014 13679321088 3724 18446744073709551615 4194304 4196468 140733687234368 140733687216912 140412807184119 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
/proc/9896/statm: 3339678 3724 1905 1 0 3329175 0
[pid=9896/tid=9897] ppid=9894 vsize=13358712 memory=8323069512539357860 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9897/stat : 9897 (java) R 9894 9894 18108 0 -1 4202560 2285 0 0 0 0 0 0 0 20 0 6 0 19817014 13679321088 3724 18446744073709551615 4194304 4196468 140733687234368 140412811420240 140412792307056 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9898] ppid=9894 vsize=13358712 memory=3461490541365905033 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9898/stat : 9898 (java) S 9894 9894 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 19817015 13679321088 3724 18446744073709551615 4194304 4196468 140733687234368 140412407258256 140412807194325 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9899] ppid=9894 vsize=13358712 memory=139936736220800 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9899/stat : 9899 (java) S 9894 9894 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 19817015 13679321088 3724 18446744073709551615 4194304 4196468 140733687234368 140412406205456 140412807194325 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9900] ppid=9894 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9900/stat : 9900 (java) S 9894 9894 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 19817015 13679321088 3724 18446744073709551615 4194304 4196468 140733687234368 140412405152656 140412807194325 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9901] ppid=9894 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9901/stat : 9901 (java) S 9894 9894 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 19817015 13679321088 3724 18446744073709551615 4194304 4196468 140733687234368 140412404099856 140412807194325 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16276 KiB

[startup+0.209808 s]*
/proc/loadavg: 1.70 1.70 1.74 2/210 9909
/proc/meminfo: memFree=31095356/32770624 swapFree=67108860/67108860
[pid=9894] ppid=9891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9894/stat : 9894 (xcsp3-exec) S 9891 9894 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19817005 9740288 345 18446744073709551615 4194304 5098028 140723278364560 140723278362664 140414929015420 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 25427968 140723278373242 140723278373446 140723278373446 140723278376939 0
/proc/9894/statm: 2378 345 289 221 0 87 0
[pid=9896] ppid=9894 vsize=13907304 memory=21420 CPUtime=0.05 cores=0,2,4,6
/proc/9896/stat : 9896 (java) S 9894 9894 18108 0 -1 1077944320 4803 0 0 0 4 1 0 0 20 0 14 0 19817014 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140733687216912 140412807184119 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
/proc/9896/statm: 3476826 5355 2556 1 0 3466323 0
[pid=9896/tid=9897] ppid=9894 vsize=13907304 memory=8323069512539357860 CPUtime=0.04 cores=0,2,4,6
/proc/9896/task/9897/stat : 9897 (java) D 9894 9894 18108 0 -1 4202560 2978 0 0 0 3 1 0 0 20 0 14 0 19817014 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412811421600 140412807206141 0 4 1 16800974 18446744071580418449 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9898] ppid=9894 vsize=13907304 memory=3461490541365905033 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9898/stat : 9898 (java) S 9894 9894 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 19817015 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412407258256 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9899] ppid=9894 vsize=13907304 memory=139936736220800 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9899/stat : 9899 (java) S 9894 9894 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 19817015 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412406205456 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9900] ppid=9894 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9900/stat : 9900 (java) S 9894 9894 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 19817015 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412405152656 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9901] ppid=9894 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9901/stat : 9901 (java) S 9894 9894 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 19817015 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412404099856 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9902] ppid=9894 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9902/stat : 9902 (java) S 9894 9894 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 19817016 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412352919920 140412807195266 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9903] ppid=9894 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9903/stat : 9903 (java) S 9894 9894 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 19817017 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412351865888 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9904] ppid=9894 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9904/stat : 9904 (java) S 9894 9894 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 19817017 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412350813040 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9905] ppid=9894 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9905/stat : 9905 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 19817019 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412349761360 140412807202715 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9906] ppid=9894 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9906/stat : 9906 (java) S 9894 9894 18108 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 14 0 19817019 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412348709744 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9907] ppid=9894 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9907/stat : 9907 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 19817019 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412347656944 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9908] ppid=9894 vsize=13907304 memory=139936736220800 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9908/stat : 9908 (java) S 9894 9894 18108 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 14 0 19817019 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412278794864 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9909] ppid=9894 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9909/stat : 9909 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 19817020 14241079296 5355 18446744073709551615 4194304 4196468 140733687234368 140412277742304 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22800 KiB

[startup+0.31108 s]*
/proc/loadavg: 1.70 1.70 1.74 4/211 9910
/proc/meminfo: memFree=31086456/32770624 swapFree=67108860/67108860
[pid=9894] ppid=9891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9894/stat : 9894 (xcsp3-exec) S 9891 9894 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19817005 9740288 345 18446744073709551615 4194304 5098028 140723278364560 140723278362664 140414929015420 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 25427968 140723278373242 140723278373446 140723278373446 140723278376939 0
/proc/9894/statm: 2378 345 289 221 0 87 0
[pid=9896] ppid=9894 vsize=13975376 memory=32720 CPUtime=0.23 cores=0,2,4,6
/proc/9896/stat : 9896 (java) S 9894 9894 18108 0 -1 1077944320 7550 0 0 0 21 2 0 0 20 0 15 0 19817014 14310785024 8180 18446744073709551615 4194304 4196468 140733687234368 140733687216912 140412807184119 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
/proc/9896/statm: 3493844 8180 2974 1 0 3483220 0
[pid=9896/tid=9897] ppid=9894 vsize=13975376 memory=-7677926825137650786 CPUtime=0.13 cores=0,2,4,6
/proc/9896/task/9897/stat : 9897 (java) R 9894 9894 18108 0 -1 4202560 4829 0 0 0 12 1 0 0 20 0 15 0 19817014 14310785024 8312 18446744073709551615 4194304 4196468 140733687234368 140412811406496 140412799863837 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9898] ppid=9894 vsize=13975376 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9898/stat : 9898 (java) S 9894 9894 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19817015 14310785024 8312 18446744073709551615 4194304 4196468 140733687234368 140412407258256 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9899] ppid=9894 vsize=13975376 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9899/stat : 9899 (java) S 9894 9894 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19817015 14310785024 8312 18446744073709551615 4194304 4196468 140733687234368 140412406205456 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9900] ppid=9894 vsize=13975376 memory=139936736227793 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9900/stat : 9900 (java) S 9894 9894 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19817015 14310785024 8312 18446744073709551615 4194304 4196468 140733687234368 140412405152656 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9901] ppid=9894 vsize=13975376 memory=139936736220800 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9901/stat : 9901 (java) S 9894 9894 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19817015 14310785024 8312 18446744073709551615 4194304 4196468 140733687234368 140412404099856 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9902] ppid=9894 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9902/stat : 9902 (java) S 9894 9894 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19817016 14310785024 8312 18446744073709551615 4194304 4196468 140733687234368 140412352919920 140412807195266 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9903] ppid=9894 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9903/stat : 9903 (java) S 9894 9894 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19817017 14310785024 8312 18446744073709551615 4194304 4196468 140733687234368 140412351865888 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9904] ppid=9894 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9904/stat : 9904 (java) S 9894 9894 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19817017 14310785024 8312 18446744073709551615 4194304 4196468 140733687234368 140412350813040 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9905] ppid=9894 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9905/stat : 9905 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19817019 14310785024 8378 18446744073709551615 4194304 4196468 140733687234368 140412349761360 140412807202715 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9906] ppid=9894 vsize=13975376 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9896/task/9906/stat : 9906 (java) S 9894 9894 18108 0 -1 1077944384 427 0 0 0 1 0 0 0 20 0 15 0 19817019 14310785024 8378 18446744073709551615 4194304 4196468 140733687234368 140412348709744 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9907] ppid=9894 vsize=13975376 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9896/task/9907/stat : 9907 (java) S 9894 9894 18108 0 -1 1077944384 329 0 0 0 1 0 0 0 20 0 15 0 19817019 14310785024 8378 18446744073709551615 4194304 4196468 140733687234368 140412347656944 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9908] ppid=9894 vsize=13975376 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/9896/task/9908/stat : 9908 (java) S 9894 9894 18108 0 -1 1077944384 734 0 0 0 5 0 0 0 20 0 15 0 19817019 14310785024 8378 18446744073709551615 4194304 4196468 140733687234368 140412278794864 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9909] ppid=9894 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9909/stat : 9909 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19817020 14310785024 8444 18446744073709551615 4194304 4196468 140733687234368 140412277742304 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9910] ppid=9894 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9910/stat : 9910 (java) S 9894 9894 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19817028 14310785024 8444 18446744073709551615 4194304 4196468 140733687234368 140412276689584 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 34100 KiB

[startup+0.704074 s]
/proc/loadavg: 1.70 1.70 1.74 5/211 9910
/proc/meminfo: memFree=31069808/32770624 swapFree=67108860/67108860
[pid=9894] ppid=9891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9894/stat : 9894 (xcsp3-exec) S 9891 9894 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19817005 9740288 345 18446744073709551615 4194304 5098028 140723278364560 140723278362664 140414929015420 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 25427968 140723278373242 140723278373446 140723278373446 140723278376939 0
/proc/9894/statm: 2378 345 289 221 0 87 0
[pid=9896] ppid=9894 vsize=13980732 memory=61144 CPUtime=1.12 cores=0,2,4,6
/proc/9896/stat : 9896 (java) S 9894 9894 18108 0 -1 1077944320 12926 0 0 0 107 5 0 0 20 0 15 0 19817014 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140733687216912 140412807184119 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
/proc/9896/statm: 3495183 15286 3173 1 0 3483476 0
[pid=9896/tid=9897] ppid=9894 vsize=13980732 memory=6944656592455097440 CPUtime=0.52 cores=0,2,4,6
/proc/9896/task/9897/stat : 9897 (java) R 9894 9894 18108 0 -1 4202560 8531 0 0 0 48 4 0 0 20 0 15 0 19817014 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412811422368 140412429944065 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9898] ppid=9894 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9898/stat : 9898 (java) S 9894 9894 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19817015 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412407258256 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9899] ppid=9894 vsize=13980732 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9899/stat : 9899 (java) S 9894 9894 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19817015 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412406205456 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9900] ppid=9894 vsize=13980732 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9900/stat : 9900 (java) S 9894 9894 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19817015 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412405152656 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9901] ppid=9894 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9901/stat : 9901 (java) S 9894 9894 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19817015 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412404099856 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9902] ppid=9894 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9902/stat : 9902 (java) S 9894 9894 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 19817016 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412352919920 140412807195266 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9903] ppid=9894 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9903/stat : 9903 (java) S 9894 9894 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19817017 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412351865888 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9904] ppid=9894 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9904/stat : 9904 (java) S 9894 9894 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19817017 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412350813040 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9905] ppid=9894 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9905/stat : 9905 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19817019 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412349761360 140412807202715 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9906] ppid=9894 vsize=13980732 memory=30305 CPUtime=0.17 cores=0,2,4,6
/proc/9896/task/9906/stat : 9906 (java) R 9894 9894 18108 0 -1 1077944384 1007 0 0 0 17 0 0 0 20 0 15 0 19817019 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412348696528 140412807194325 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9907] ppid=9894 vsize=13980732 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/9896/task/9907/stat : 9907 (java) R 9894 9894 18108 0 -1 4202560 899 0 0 0 17 0 0 0 20 0 15 0 19817019 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412347646736 140412790595169 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9908] ppid=9894 vsize=13980732 memory=-3967418655009478193 CPUtime=0.24 cores=0,2,4,6
/proc/9896/task/9908/stat : 9908 (java) S 9894 9894 18108 0 -1 1077944384 1181 0 0 0 24 0 0 0 20 0 15 0 19817019 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412278794864 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9909] ppid=9894 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9909/stat : 9909 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19817020 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412277742304 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9910] ppid=9894 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9910/stat : 9910 (java) S 9894 9894 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19817028 14316269568 15286 18446744073709551615 4194304 4196468 140733687234368 140412276689584 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 62524 KiB

[startup+1.50072 s]
/proc/loadavg: 1.70 1.70 1.74 5/211 9910
/proc/meminfo: memFree=31031432/32770624 swapFree=67108860/67108860
[pid=9894] ppid=9891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9894/stat : 9894 (xcsp3-exec) S 9891 9894 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19817005 9740288 345 18446744073709551615 4194304 5098028 140723278364560 140723278362664 140414929015420 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 25427968 140723278373242 140723278373446 140723278373446 140723278376939 0
/proc/9894/statm: 2378 345 289 221 0 87 0
[pid=9896] ppid=9894 vsize=13980732 memory=141012 CPUtime=3.65 cores=0,2,4,6
/proc/9896/stat : 9896 (java) S 9894 9894 18108 0 -1 1077944320 20849 0 0 0 358 7 0 0 20 0 15 0 19817014 14316269568 35253 18446744073709551615 4194304 4196468 140733687234368 140733687216912 140412807184119 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
/proc/9896/statm: 3495183 35253 3199 1 0 3483476 0
[pid=9896/tid=9897] ppid=9894 vsize=13980732 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/9896/task/9897/stat : 9897 (java) R 9894 9894 18108 0 -1 4202560 9469 0 0 0 126 5 0 0 20 0 15 0 19817014 14316269568 35253 18446744073709551615 4194304 4196468 140733687234368 140412811420944 140412434583901 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9898] ppid=9894 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9898/stat : 9898 (java) S 9894 9894 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19817015 14316269568 35253 18446744073709551615 4194304 4196468 140733687234368 140412407258256 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9899] ppid=9894 vsize=13980732 memory=279873222785008 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9899/stat : 9899 (java) S 9894 9894 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19817015 14316269568 35253 18446744073709551615 4194304 4196468 140733687234368 140412406205456 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9900] ppid=9894 vsize=13980732 memory=2110287218576868 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9900/stat : 9900 (java) S 9894 9894 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19817015 14316269568 35253 18446744073709551615 4194304 4196468 140733687234368 140412405152656 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9901] ppid=9894 vsize=13980732 memory=46847490001907 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9901/stat : 9901 (java) S 9894 9894 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19817015 14316269568 35253 18446744073709551615 4194304 4196468 140733687234368 140412404099856 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9902] ppid=9894 vsize=13980732 memory=46847490001907 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9902/stat : 9902 (java) S 9894 9894 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 19817016 14316269568 35253 18446744073709551615 4194304 4196468 140733687234368 140412352919920 140412807195266 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9903] ppid=9894 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9903/stat : 9903 (java) S 9894 9894 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19817017 14316269568 35253 18446744073709551615 4194304 4196468 140733687234368 140412351865888 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9904] ppid=9894 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9904/stat : 9904 (java) S 9894 9894 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19817017 14316269568 35253 18446744073709551615 4194304 4196468 140733687234368 140412350813040 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9905] ppid=9894 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6

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

/proc/9894/stat : 9894 (xcsp3-exec) S 9891 9894 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19817005 9740288 345 18446744073709551615 4194304 5098028 140723278364560 140723278362664 140414929015420 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 25427968 140723278373242 140723278373446 140723278373446 140723278376939 0
/proc/9894/statm: 2378 345 289 221 0 87 0
[pid=9896] ppid=9894 vsize=13980732 memory=432588 CPUtime=420.21 cores=0,2,4,6
/proc/9896/stat : 9896 (java) S 9894 9894 18108 0 -1 1077944320 95669 0 0 0 41866 155 0 0 20 0 15 0 19817014 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140733687216912 140412807184119 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
/proc/9896/statm: 3495183 108147 3258 1 0 3483476 0
[pid=9896/tid=9897] ppid=9894 vsize=13980732 memory=407968 CPUtime=398.4 cores=0,2,4,6
/proc/9896/task/9897/stat : 9897 (java) R 9894 9894 18108 0 -1 4202560 24462 0 0 0 39830 10 0 0 20 0 15 0 19817014 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412811423584 140412433005628 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9898] ppid=9894 vsize=13980732 memory=1732 CPUtime=3.35 cores=0,2,4,6
/proc/9896/task/9898/stat : 9898 (java) S 9894 9894 18108 0 -1 1077944384 4829 0 0 0 305 30 0 0 20 0 15 0 19817015 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412407258256 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9899] ppid=9894 vsize=13980732 memory=2004 CPUtime=3.36 cores=0,2,4,6
/proc/9896/task/9899/stat : 9899 (java) S 9894 9894 18108 0 -1 1077944384 5162 0 0 0 305 31 0 0 20 0 15 0 19817015 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412406205456 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9900] ppid=9894 vsize=13980732 memory=432588 CPUtime=3.35 cores=0,2,4,6
/proc/9896/task/9900/stat : 9900 (java) S 9894 9894 18108 0 -1 1077944384 3863 0 0 0 303 32 0 0 20 0 15 0 19817015 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412405152656 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9901] ppid=9894 vsize=13980732 memory=2004 CPUtime=3.36 cores=0,2,4,6
/proc/9896/task/9901/stat : 9901 (java) S 9894 9894 18108 0 -1 1077944384 4765 0 0 0 304 32 0 0 20 0 15 0 19817015 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412404099856 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9902] ppid=9894 vsize=13980732 memory=10936 CPUtime=0.29 cores=0,2,4,6
/proc/9896/task/9902/stat : 9902 (java) S 9894 9894 18108 0 -1 1077944384 10863 0 0 0 24 5 0 0 20 0 15 0 19817016 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412352919920 140412807195266 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9903] ppid=9894 vsize=13980732 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9903/stat : 9903 (java) S 9894 9894 18108 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 19817017 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412351865952 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9904] ppid=9894 vsize=13980732 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9904/stat : 9904 (java) S 9894 9894 18108 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 19817017 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412350813056 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9905] ppid=9894 vsize=13980732 memory=8688 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9905/stat : 9905 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19817019 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412349761360 140412807202715 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9906] ppid=9894 vsize=13980732 memory=1228 CPUtime=3.38 cores=0,2,4,6
/proc/9896/task/9906/stat : 9906 (java) S 9894 9894 18108 0 -1 1077944384 15095 0 0 0 337 1 0 0 20 0 15 0 19817019 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412348709744 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9907] ppid=9894 vsize=13980732 memory=1292 CPUtime=3.81 cores=0,2,4,6
/proc/9896/task/9907/stat : 9907 (java) S 9894 9894 18108 0 -1 1077944384 16877 0 0 0 379 2 0 0 20 0 15 0 19817019 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412347656944 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9908] ppid=9894 vsize=13980732 memory=2436 CPUtime=0.61 cores=0,2,4,6
/proc/9896/task/9908/stat : 9908 (java) S 9894 9894 18108 0 -1 1077944384 8013 0 0 0 60 1 0 0 20 0 15 0 19817019 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412278794864 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9909] ppid=9894 vsize=13980732 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9909/stat : 9909 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19817020 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412277742304 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9910] ppid=9894 vsize=13980732 memory=2004 CPUtime=0.21 cores=0,2,4,6
/proc/9896/task/9910/stat : 9910 (java) S 9894 9894 18108 0 -1 1077944384 390 0 0 0 11 10 0 0 20 0 15 0 19817028 14316269568 108147 18446744073709551615 4194304 4196468 140733687234368 140412276689584 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
Current children cumulated CPU time: 420.21 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 433968 KiB

[startup+403.201 s]
/proc/loadavg: 1.81 1.66 1.69 3/215 10016
/proc/meminfo: memFree=30937216/32770624 swapFree=67108860/67108860
[pid=9894] ppid=9891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9894/stat : 9894 (xcsp3-exec) S 9891 9894 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19817005 9740288 345 18446744073709551615 4194304 5098028 140723278364560 140723278362664 140414929015420 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 25427968 140723278373242 140723278373446 140723278373446 140723278376939 0
/proc/9894/statm: 2378 345 289 221 0 87 0
[pid=9896] ppid=9894 vsize=13980732 memory=440820 CPUtime=421.06 cores=0,2,4,6
/proc/9896/stat : 9896 (java) S 9894 9894 18108 0 -1 1077944320 95732 0 0 0 41950 156 0 0 20 0 15 0 19817014 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140733687216912 140412807184119 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
/proc/9896/statm: 3495183 110205 3258 1 0 3483476 0
[pid=9896/tid=9897] ppid=9894 vsize=13980732 memory=440820 CPUtime=399.18 cores=0,2,4,6
/proc/9896/task/9897/stat : 9897 (java) R 9894 9894 18108 0 -1 4202560 24467 0 0 0 39908 10 0 0 20 0 15 0 19817014 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412811423520 140412433327652 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9898] ppid=9894 vsize=13980732 memory=5408 CPUtime=3.37 cores=0,2,4,6
/proc/9896/task/9898/stat : 9898 (java) S 9894 9894 18108 0 -1 1077944384 4843 0 0 0 307 30 0 0 20 0 15 0 19817015 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412407258256 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9899] ppid=9894 vsize=13980732 memory=8688 CPUtime=3.37 cores=0,2,4,6
/proc/9896/task/9899/stat : 9899 (java) S 9894 9894 18108 0 -1 1077944384 5168 0 0 0 306 31 0 0 20 0 15 0 19817015 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412406205456 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9900] ppid=9894 vsize=13980732 memory=4128 CPUtime=3.36 cores=0,2,4,6
/proc/9896/task/9900/stat : 9900 (java) S 9894 9894 18108 0 -1 1077944384 3877 0 0 0 304 32 0 0 20 0 15 0 19817015 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412405152656 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9901] ppid=9894 vsize=13980732 memory=14056 CPUtime=3.37 cores=0,2,4,6
/proc/9896/task/9901/stat : 9901 (java) S 9894 9894 18108 0 -1 1077944384 4769 0 0 0 305 32 0 0 20 0 15 0 19817015 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412404099856 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9902] ppid=9894 vsize=13980732 memory=328 CPUtime=0.29 cores=0,2,4,6
/proc/9896/task/9902/stat : 9902 (java) S 9894 9894 18108 0 -1 1077944384 10876 0 0 0 24 5 0 0 20 0 15 0 19817016 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412352919920 140412807195266 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9903] ppid=9894 vsize=13980732 memory=328 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9903/stat : 9903 (java) S 9894 9894 18108 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 19817017 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412351865952 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9904] ppid=9894 vsize=13980732 memory=328 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9904/stat : 9904 (java) S 9894 9894 18108 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 19817017 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412350813056 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9905] ppid=9894 vsize=13980732 memory=29 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9905/stat : 9905 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19817019 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412349761360 140412807202715 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9906] ppid=9894 vsize=13980732 memory=0 CPUtime=3.38 cores=0,2,4,6
/proc/9896/task/9906/stat : 9906 (java) S 9894 9894 18108 0 -1 1077944384 15098 0 0 0 337 1 0 0 20 0 15 0 19817019 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412348709744 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9907] ppid=9894 vsize=13980732 memory=0 CPUtime=3.81 cores=0,2,4,6
/proc/9896/task/9907/stat : 9907 (java) S 9894 9894 18108 0 -1 1077944384 16879 0 0 0 379 2 0 0 20 0 15 0 19817019 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412347656944 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9908] ppid=9894 vsize=13980732 memory=1200 CPUtime=0.61 cores=0,2,4,6
/proc/9896/task/9908/stat : 9908 (java) S 9894 9894 18108 0 -1 1077944384 8015 0 0 0 60 1 0 0 20 0 15 0 19817019 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412278794864 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9909] ppid=9894 vsize=13980732 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9909/stat : 9909 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19817020 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412277742304 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9910] ppid=9894 vsize=13980732 memory=8568 CPUtime=0.21 cores=0,2,4,6
/proc/9896/task/9910/stat : 9910 (java) S 9894 9894 18108 0 -1 1077944384 390 0 0 0 11 10 0 0 20 0 15 0 19817028 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412276689584 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
Current children cumulated CPU time: 421.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 442200 KiB

[startup+403.601 s]
/proc/loadavg: 1.81 1.66 1.69 3/215 10016
/proc/meminfo: memFree=30937216/32770624 swapFree=67108860/67108860
[pid=9894] ppid=9891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9894/stat : 9894 (xcsp3-exec) S 9891 9894 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19817005 9740288 345 18446744073709551615 4194304 5098028 140723278364560 140723278362664 140414929015420 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 25427968 140723278373242 140723278373446 140723278373446 140723278376939 0
/proc/9894/statm: 2378 345 289 221 0 87 0
[pid=9896] ppid=9894 vsize=13980732 memory=440820 CPUtime=421.46 cores=0,2,4,6
/proc/9896/stat : 9896 (java) S 9894 9894 18108 0 -1 1077944320 95732 0 0 0 41990 156 0 0 20 0 15 0 19817014 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140733687216912 140412807184119 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
/proc/9896/statm: 3495183 110205 3258 1 0 3483476 0
[pid=9896/tid=9897] ppid=9894 vsize=13980732 memory=792 CPUtime=399.58 cores=0,2,4,6
/proc/9896/task/9897/stat : 9897 (java) R 9894 9894 18108 0 -1 4202560 24467 0 0 0 39948 10 0 0 20 0 15 0 19817014 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412811423520 140412433327209 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9898] ppid=9894 vsize=13980732 memory=1440 CPUtime=3.37 cores=0,2,4,6
/proc/9896/task/9898/stat : 9898 (java) S 9894 9894 18108 0 -1 1077944384 4843 0 0 0 307 30 0 0 20 0 15 0 19817015 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412407258256 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9899] ppid=9894 vsize=13980732 memory=4616 CPUtime=3.37 cores=0,2,4,6
/proc/9896/task/9899/stat : 9899 (java) S 9894 9894 18108 0 -1 1077944384 5168 0 0 0 306 31 0 0 20 0 15 0 19817015 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412406205456 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9900] ppid=9894 vsize=13980732 memory=1012 CPUtime=3.36 cores=0,2,4,6
/proc/9896/task/9900/stat : 9900 (java) S 9894 9894 18108 0 -1 1077944384 3877 0 0 0 304 32 0 0 20 0 15 0 19817015 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412405152656 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9901] ppid=9894 vsize=13980732 memory=407968 CPUtime=3.37 cores=0,2,4,6
/proc/9896/task/9901/stat : 9901 (java) S 9894 9894 18108 0 -1 1077944384 4769 0 0 0 305 32 0 0 20 0 15 0 19817015 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412404099856 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9902] ppid=9894 vsize=13980732 memory=7680170660397595203 CPUtime=0.29 cores=0,2,4,6
/proc/9896/task/9902/stat : 9902 (java) S 9894 9894 18108 0 -1 1077944384 10876 0 0 0 24 5 0 0 20 0 15 0 19817016 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412352919920 140412807195266 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9903] ppid=9894 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9903/stat : 9903 (java) S 9894 9894 18108 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 19817017 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412351865952 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9904] ppid=9894 vsize=13980732 memory=246980 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9904/stat : 9904 (java) S 9894 9894 18108 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 19817017 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412350813056 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9905] ppid=9894 vsize=13980732 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9905/stat : 9905 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19817019 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412349761360 140412807202715 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9906] ppid=9894 vsize=13980732 memory=4076 CPUtime=3.38 cores=0,2,4,6
/proc/9896/task/9906/stat : 9906 (java) S 9894 9894 18108 0 -1 1077944384 15098 0 0 0 337 1 0 0 20 0 15 0 19817019 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412348709744 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9907] ppid=9894 vsize=13980732 memory=4580 CPUtime=3.81 cores=0,2,4,6
/proc/9896/task/9907/stat : 9907 (java) S 9894 9894 18108 0 -1 1077944384 16879 0 0 0 379 2 0 0 20 0 15 0 19817019 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412347656944 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9908] ppid=9894 vsize=13980732 memory=1380 CPUtime=0.61 cores=0,2,4,6
/proc/9896/task/9908/stat : 9908 (java) S 9894 9894 18108 0 -1 1077944384 8015 0 0 0 60 1 0 0 20 0 15 0 19817019 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412278794864 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9909] ppid=9894 vsize=13980732 memory=420256 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9909/stat : 9909 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19817020 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412277742304 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9910] ppid=9894 vsize=13980732 memory=3908 CPUtime=0.21 cores=0,2,4,6
/proc/9896/task/9910/stat : 9910 (java) S 9894 9894 18108 0 -1 1077944384 390 0 0 0 11 10 0 0 20 0 15 0 19817028 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412276689584 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
Current children cumulated CPU time: 421.46 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 442200 KiB

[startup+403.701 s]
/proc/loadavg: 1.81 1.66 1.69 3/215 10016
/proc/meminfo: memFree=30937216/32770624 swapFree=67108860/67108860
[pid=9894] ppid=9891 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9894/stat : 9894 (xcsp3-exec) S 9891 9894 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19817005 9740288 345 18446744073709551615 4194304 5098028 140723278364560 140723278362664 140414929015420 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 25427968 140723278373242 140723278373446 140723278373446 140723278376939 0
/proc/9894/statm: 2378 345 289 221 0 87 0
[pid=9896] ppid=9894 vsize=13980732 memory=440820 CPUtime=421.56 cores=0,2,4,6
/proc/9896/stat : 9896 (java) S 9894 9894 18108 0 -1 1077944320 95732 0 0 0 42000 156 0 0 20 0 15 0 19817014 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140733687216912 140412807184119 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
/proc/9896/statm: 3495183 110205 3258 1 0 3483476 0
[pid=9896/tid=9897] ppid=9894 vsize=13980732 memory=432588 CPUtime=399.68 cores=0,2,4,6
/proc/9896/task/9897/stat : 9897 (java) R 9894 9894 18108 0 -1 4202560 24467 0 0 0 39958 10 0 0 20 0 15 0 19817014 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412811423520 140412434133584 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9898] ppid=9894 vsize=13980732 memory=407968 CPUtime=3.37 cores=0,2,4,6
/proc/9896/task/9898/stat : 9898 (java) S 9894 9894 18108 0 -1 1077944384 4843 0 0 0 307 30 0 0 20 0 15 0 19817015 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412407258256 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9899] ppid=9894 vsize=13980732 memory=412072 CPUtime=3.37 cores=0,2,4,6
/proc/9896/task/9899/stat : 9899 (java) S 9894 9894 18108 0 -1 1077944384 5168 0 0 0 306 31 0 0 20 0 15 0 19817015 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412406205456 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9900] ppid=9894 vsize=13980732 memory=409508 CPUtime=3.36 cores=0,2,4,6
/proc/9896/task/9900/stat : 9900 (java) S 9894 9894 18108 0 -1 1077944384 3877 0 0 0 304 32 0 0 20 0 15 0 19817015 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412405152656 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9901] ppid=9894 vsize=13980732 memory=440820 CPUtime=3.37 cores=0,2,4,6
/proc/9896/task/9901/stat : 9901 (java) S 9894 9894 18108 0 -1 1077944384 4769 0 0 0 305 32 0 0 20 0 15 0 19817015 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412404099856 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9902] ppid=9894 vsize=13980732 memory=1380 CPUtime=0.29 cores=0,2,4,6
/proc/9896/task/9902/stat : 9902 (java) S 9894 9894 18108 0 -1 1077944384 10876 0 0 0 24 5 0 0 20 0 15 0 19817016 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412352919920 140412807195266 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9903] ppid=9894 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9903/stat : 9903 (java) S 9894 9894 18108 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 19817017 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412351865952 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9904] ppid=9894 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9904/stat : 9904 (java) S 9894 9894 18108 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 19817017 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412350813056 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9905] ppid=9894 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9905/stat : 9905 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19817019 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412349761360 140412807202715 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9906] ppid=9894 vsize=13980732 memory=7680170660397595203 CPUtime=3.38 cores=0,2,4,6
/proc/9896/task/9906/stat : 9906 (java) S 9894 9894 18108 0 -1 1077944384 15098 0 0 0 337 1 0 0 20 0 15 0 19817019 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412348709744 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9907] ppid=9894 vsize=13980732 memory=1700 CPUtime=3.81 cores=0,2,4,6
/proc/9896/task/9907/stat : 9907 (java) S 9894 9894 18108 0 -1 1077944384 16879 0 0 0 379 2 0 0 20 0 15 0 19817019 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412347656944 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9908] ppid=9894 vsize=13980732 memory=18488 CPUtime=0.61 cores=0,2,4,6
/proc/9896/task/9908/stat : 9908 (java) S 9894 9894 18108 0 -1 1077944384 8015 0 0 0 60 1 0 0 20 0 15 0 19817019 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412278794864 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9909] ppid=9894 vsize=13980732 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/9896/task/9909/stat : 9909 (java) S 9894 9894 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19817020 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412277742304 140412807194325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
[pid=9896/tid=9910] ppid=9894 vsize=13980732 memory=432588 CPUtime=0.21 cores=0,2,4,6
/proc/9896/task/9910/stat : 9910 (java) S 9894 9894 18108 0 -1 1077944384 390 0 0 0 11 10 0 0 20 0 15 0 19817028 14316269568 110205 18446744073709551615 4194304 4196468 140733687234368 140412276689584 140412807195266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 11743232 140733687243186 140733687243362 140733687243362 140733687246799 0
Current children cumulated CPU time: 421.56 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 442200 KiB

Child status: 0
Real time (s): 403.794
CPU time (s): 421.664
CPU user time (s): 420.094
CPU system time (s): 1.57032
CPU usage (%): 104.426
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 596604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 420.094
system time used= 1.57032
maximum resident set size= 609596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97727
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16131
involuntary context switches= 885


# summary of solver processes directly reported to runsolver:
#   pid: 9894
#   total CPU time (s): 421.664
#   total CPU user time (s): 420.094
#   total CPU system time (s): 1.57032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.69137 second user time and 3.65704 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-20 09:14:39
IDJOB=4283777
IDBENCH=133221
IDSOLVER=2679
FILE ID=node131/4283777-1503214100
RUNJOBID= node131-1503171558-2270
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f10-20.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-4283777-1503214100/watcher-4283777-1503214100 -o /tmp/evaluation-result-4283777-1503214100/solver-4283777-1503214100 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2270 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 747335994 HOME/instance-4283777-1503214100.xml

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

MD5SUM BENCH= c5ec4491a591197ab616d829bf389d5e
RANDOM SEED=747335994

node131.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.69
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.69
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.69
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.69
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:        31101516 kB
MemAvailable:   31510308 kB
Buffers:          206812 kB
Cached:           488604 kB
SwapCached:            0 kB
Active:           773676 kB
Inactive:         484208 kB
Active(anon):     562644 kB
Inactive(anon):    16748 kB
Active(file):     211032 kB
Inactive(file):   467460 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7876 kB
Writeback:             0 kB
AnonPages:        562160 kB
Mapped:            46076 kB
Shmem:             17060 kB
Slab:             117416 kB
SReclaimable:      92272 kB
SUnreclaim:        25144 kB
KernelStack:        3456 kB
PageTables:         5676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1134128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    485376 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 node131 at 2017-08-20 09:21:23