Trace number 4272499

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-07-26)SAT 12.6176 7.1922498

General information on the benchmark

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272499-1502803721/watcher-4272499-1502803721 -o /tmp/evaluation-result-4272499-1502803721/solver-4272499-1502803721 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1514117764 HOME/instance-4272499-1502803721.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=6083, runsolver pid=6080

[startup+0.100196 s]*
/proc/loadavg: 1.92 1.98 1.96 3/203 6090
/proc/meminfo: memFree=28271432/32770624 swapFree=67108860/67108860
[pid=6083] ppid=6080 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6083/stat : 6083 (xcsp3-exec) S 6080 6083 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 82592712 9740288 345 18446744073709551615 4194304 5098028 140722485568944 140722485567048 140198849348220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 11763712 140722485571960 140722485572165 140722485572165 140722485575659 0
/proc/6083/statm: 2378 345 289 221 0 87 0
[pid=6085] ppid=6083 vsize=13507920 memory=17204 CPUtime=0.02 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6083 6083 897 0 -1 1077944320 3612 0 0 0 1 1 0 0 20 0 8 0 82592720 13832110080 4301 18446744073709551615 4194304 4196468 140725256378656 140725256361200 139820171722487 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
/proc/6085/statm: 3376980 4301 2032 1 0 3366477 0
[pid=6085/tid=6086] ppid=6083 vsize=13574484 memory=7022364594140610616 CPUtime=0.01 cores=0,2,4,6
/proc/6085/task/6086/stat : 6086 (java) R 6083 6083 897 0 -1 4202560 2376 0 0 0 1 0 0 0 20 0 9 0 82592720 13900271616 4366 18446744073709551615 4194304 4196468 140725256378656 139820175963280 139820171744413 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6087] ppid=6083 vsize=13574484 memory=4294979915 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6087/stat : 6087 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 82592721 13900271616 4366 18446744073709551615 4194304 4196468 140725256378656 139820113668624 139820171732693 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6088] ppid=6083 vsize=13574484 memory=288370120965654144 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6088/stat : 6088 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 82592721 13900271616 4366 18446744073709551615 4194304 4196468 140725256378656 139820112616080 139820171732693 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6089] ppid=6083 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6089/stat : 6089 (java) S 6083 6083 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 82592721 13900271616 4366 18446744073709551615 4194304 4196468 140725256378656 139820111563024 139820171732693 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6090] ppid=6083 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6090/stat : 6090 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 82592721 13900271616 4366 18446744073709551615 4194304 4196468 140725256378656 139819768879504 139820171732693 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6091] ppid=6083 vsize=13574484 memory=139744813942400 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6091/stat : 6091 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 82592722 13900271616 4366 18446744073709551615 4194304 4196468 140725256378656 139819717462768 139820171733634 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6092] ppid=6083 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6092/stat : 6092 (java) S 6083 6083 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 82592722 13900271616 4366 18446744073709551615 4194304 4196468 140725256378656 139819716408992 139820171732693 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6093] ppid=6083 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6093/stat : 6093 (java) S 6083 6083 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 82592723 13900271616 4366 18446744073709551615 4194304 4196468 140725256378656 139819715355952 139820171732693 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 18584 KiB

[startup+0.210026 s]*
/proc/loadavg: 1.92 1.98 1.96 3/212 6099
/proc/meminfo: memFree=28262564/32770624 swapFree=67108860/67108860
[pid=6083] ppid=6080 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6083/stat : 6083 (xcsp3-exec) S 6080 6083 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 82592712 9740288 345 18446744073709551615 4194304 5098028 140722485568944 140722485567048 140198849348220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 11763712 140722485571960 140722485572165 140722485572165 140722485575659 0
/proc/6083/statm: 2378 345 289 221 0 87 0
[pid=6085] ppid=6083 vsize=13974352 memory=28636 CPUtime=0.12 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6083 6083 897 0 -1 1077944320 5121 0 0 0 11 1 0 0 20 0 15 0 82592720 14309736448 7159 18446744073709551615 4194304 4196468 140725256378656 140725256361200 139820171722487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
/proc/6085/statm: 3493588 7159 2839 1 0 3482964 0
[pid=6085/tid=6086] ppid=6083 vsize=13974352 memory=7022364594140610616 CPUtime=0.09 cores=0,2,4,6
/proc/6085/task/6086/stat : 6086 (java) R 6083 6083 897 0 -1 4202560 3115 0 0 0 8 1 0 0 20 0 15 0 82592720 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139820175948208 139819791510229 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6087] ppid=6083 vsize=13974352 memory=4294979915 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6087/stat : 6087 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592721 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139820113668624 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6088] ppid=6083 vsize=13974352 memory=288370120965654144 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6088/stat : 6088 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592721 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139820112616080 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6089] ppid=6083 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6089/stat : 6089 (java) S 6083 6083 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82592721 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139820111563024 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6090] ppid=6083 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6090/stat : 6090 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592721 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139819768879504 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6091] ppid=6083 vsize=13974352 memory=139744813942400 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6091/stat : 6091 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592722 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139819717462768 139820171733634 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6092] ppid=6083 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6092/stat : 6092 (java) S 6083 6083 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 82592722 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139819716408992 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6093] ppid=6083 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6093/stat : 6093 (java) S 6083 6083 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 82592723 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139819715355888 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6094] ppid=6083 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6094/stat : 6094 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139819714304464 139820171741083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6095] ppid=6083 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6095/stat : 6095 (java) S 6083 6083 897 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 82592725 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139819713251568 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6096] ppid=6083 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6096/stat : 6096 (java) S 6083 6083 897 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 82592725 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139819712199024 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6097] ppid=6083 vsize=13974352 memory=139744813942400 CPUtime=0.01 cores=0,2,4,6
/proc/6085/task/6097/stat : 6097 (java) R 6083 6083 897 0 -1 4202560 333 0 0 0 1 0 0 0 20 0 15 0 82592725 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139819711145968 139820150214577 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6098] ppid=6083 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6098/stat : 6098 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139819710093664 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6099] ppid=6083 vsize=13974352 memory=139744813942400 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6099/stat : 6099 (java) S 6083 6083 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82592729 14309736448 7225 18446744073709551615 4194304 4196468 140725256378656 139819709041712 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30016 KiB

[startup+0.310381 s]*
/proc/loadavg: 1.92 1.98 1.96 3/212 6099
/proc/meminfo: memFree=28250232/32770624 swapFree=67108860/67108860
[pid=6083] ppid=6080 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6083/stat : 6083 (xcsp3-exec) S 6080 6083 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 82592712 9740288 345 18446744073709551615 4194304 5098028 140722485568944 140722485567048 140198849348220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 11763712 140722485571960 140722485572165 140722485572165 140722485575659 0
/proc/6083/statm: 2378 345 289 221 0 87 0
[pid=6085] ppid=6083 vsize=13978608 memory=40096 CPUtime=0.32 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6083 6083 897 0 -1 1077944320 8753 0 0 0 29 3 0 0 20 0 15 0 82592720 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 140725256361200 139820171722487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
/proc/6085/statm: 3494652 10024 3025 1 0 3482964 0
[pid=6085/tid=6086] ppid=6083 vsize=13978608 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/6085/task/6086/stat : 6086 (java) R 6083 6083 897 0 -1 4202560 5891 0 0 0 17 2 0 0 20 0 15 0 82592720 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139820175943480 139820155802974 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6087] ppid=6083 vsize=13978608 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6087/stat : 6087 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592721 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139820113668624 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6088] ppid=6083 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6088/stat : 6088 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592721 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139820112616080 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6089] ppid=6083 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6089/stat : 6089 (java) S 6083 6083 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82592721 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139820111563024 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6090] ppid=6083 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6090/stat : 6090 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592721 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139819768879504 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6091] ppid=6083 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6091/stat : 6091 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592722 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139819717462768 139820171733634 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6092] ppid=6083 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6092/stat : 6092 (java) S 6083 6083 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 82592722 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139819716408992 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6093] ppid=6083 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6093/stat : 6093 (java) S 6083 6083 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 82592723 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139819715355888 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6094] ppid=6083 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6094/stat : 6094 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139819714304464 139820171741083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6095] ppid=6083 vsize=13978608 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6085/task/6095/stat : 6095 (java) S 6083 6083 897 0 -1 1077944384 568 0 0 0 1 0 0 0 20 0 15 0 82592725 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139819713251568 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6096] ppid=6083 vsize=13978608 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6085/task/6096/stat : 6096 (java) R 6083 6083 897 0 -1 4202560 293 0 0 0 3 0 0 0 20 0 15 0 82592725 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139819712199024 139820164707529 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6097] ppid=6083 vsize=13978608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6097/stat : 6097 (java) S 6083 6083 897 0 -1 1077944384 701 0 0 0 7 0 0 0 20 0 15 0 82592725 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139819711145968 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6098] ppid=6083 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6098/stat : 6098 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139819710093664 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6099] ppid=6083 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6099/stat : 6099 (java) S 6083 6083 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82592729 14314094592 10024 18446744073709551615 4194304 4196468 140725256378656 139819709041712 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41476 KiB

[startup+0.706394 s]
/proc/loadavg: 1.92 1.98 1.96 4/212 6099
/proc/meminfo: memFree=28240892/32770624 swapFree=67108860/67108860
[pid=6083] ppid=6080 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6083/stat : 6083 (xcsp3-exec) S 6080 6083 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 82592712 9740288 345 18446744073709551615 4194304 5098028 140722485568944 140722485567048 140198849348220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 11763712 140722485571960 140722485572165 140722485572165 140722485575659 0
/proc/6083/statm: 2378 345 289 221 0 87 0
[pid=6085] ppid=6083 vsize=13980732 memory=68712 CPUtime=1.33 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6083 6083 897 0 -1 1077944320 13300 0 0 0 128 5 0 0 20 0 15 0 82592720 14316269568 17178 18446744073709551615 4194304 4196468 140725256378656 140725256361200 139820171722487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
/proc/6085/statm: 3495183 17178 3175 1 0 3483476 0
[pid=6085/tid=6086] ppid=6083 vsize=13980732 memory=33 CPUtime=0.58 cores=0,2,4,6
/proc/6085/task/6086/stat : 6086 (java) R 6083 6083 897 0 -1 4202560 8053 0 0 0 54 4 0 0 20 0 15 0 82592720 14316269568 17178 18446744073709551615 4194304 4196468 140725256378656 139820175960928 139819794849391 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6087] ppid=6083 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6087/stat : 6087 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592721 14316269568 17178 18446744073709551615 4194304 4196468 140725256378656 139820113668624 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6088] ppid=6083 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6088/stat : 6088 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592721 14316269568 17178 18446744073709551615 4194304 4196468 140725256378656 139820112616080 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6089] ppid=6083 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6089/stat : 6089 (java) S 6083 6083 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82592721 14316269568 17178 18446744073709551615 4194304 4196468 140725256378656 139820111563024 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6090] ppid=6083 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6090/stat : 6090 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592721 14316269568 17178 18446744073709551615 4194304 4196468 140725256378656 139819768879504 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6091] ppid=6083 vsize=13980732 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6091/stat : 6091 (java) S 6083 6083 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 82592722 14316269568 17178 18446744073709551615 4194304 4196468 140725256378656 139819717462768 139820171733634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6092] ppid=6083 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6092/stat : 6092 (java) S 6083 6083 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 82592722 14316269568 17690 18446744073709551615 4194304 4196468 140725256378656 139819716408992 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6093] ppid=6083 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6093/stat : 6093 (java) S 6083 6083 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 82592723 14316269568 17690 18446744073709551615 4194304 4196468 140725256378656 139819715355888 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6094] ppid=6083 vsize=13980732 memory=2529 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6094/stat : 6094 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14316269568 17690 18446744073709551615 4194304 4196468 140725256378656 139819714304464 139820171741083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6095] ppid=6083 vsize=13980732 memory=532 CPUtime=0.21 cores=0,2,4,6
/proc/6085/task/6095/stat : 6095 (java) R 6083 6083 897 0 -1 4202560 1386 0 0 0 21 0 0 0 20 0 15 0 82592725 14316269568 17690 18446744073709551615 4194304 4196468 140725256378656 139819713232584 139820151384704 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6096] ppid=6083 vsize=13980732 memory=29 CPUtime=0.24 cores=0,2,4,6
/proc/6085/task/6096/stat : 6096 (java) R 6083 6083 897 0 -1 4202560 1117 0 0 0 24 0 0 0 20 0 15 0 82592725 14316269568 17690 18446744073709551615 4194304 4196468 140725256378656 139819712184904 139820150960972 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6097] ppid=6083 vsize=13980732 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/6085/task/6097/stat : 6097 (java) S 6083 6083 897 0 -1 1077944384 1435 0 0 0 28 0 0 0 20 0 15 0 82592725 14316269568 17690 18446744073709551615 4194304 4196468 140725256378656 139819711145968 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6098] ppid=6083 vsize=13980732 memory=279489359897728 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6098/stat : 6098 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14316269568 17690 18446744073709551615 4194304 4196468 140725256378656 139819710093664 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6099] ppid=6083 vsize=13980732 memory=19773126 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6099/stat : 6099 (java) S 6083 6083 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82592729 14316269568 17690 18446744073709551615 4194304 4196468 140725256378656 139819709041712 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 70092 KiB

[startup+1.50079 s]
/proc/loadavg: 1.92 1.98 1.96 6/212 6099
/proc/meminfo: memFree=28209000/32770624 swapFree=67108860/67108860
[pid=6083] ppid=6080 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6083/stat : 6083 (xcsp3-exec) S 6080 6083 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 82592712 9740288 345 18446744073709551615 4194304 5098028 140722485568944 140722485567048 140198849348220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 11763712 140722485571960 140722485572165 140722485572165 140722485575659 0
/proc/6083/statm: 2378 345 289 221 0 87 0
[pid=6085] ppid=6083 vsize=13980732 memory=130636 CPUtime=3.53 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6083 6083 897 0 -1 1077944320 21589 0 0 0 347 6 0 0 20 0 15 0 82592720 14316269568 32659 18446744073709551615 4194304 4196468 140725256378656 140725256361200 139820171722487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
/proc/6085/statm: 3495183 32659 3192 1 0 3483476 0
[pid=6085/tid=6086] ppid=6083 vsize=13980732 memory=108484 CPUtime=1.26 cores=0,2,4,6
/proc/6085/task/6086/stat : 6086 (java) R 6083 6083 897 0 -1 4202560 8957 0 0 0 121 5 0 0 20 0 15 0 82592720 14316269568 32659 18446744073709551615 4194304 4196468 140725256378656 139820175961536 139819796073015 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6087] ppid=6083 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6087/stat : 6087 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592721 14316269568 32659 18446744073709551615 4194304 4196468 140725256378656 139820113668624 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6088] ppid=6083 vsize=13980732 memory=91348 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6088/stat : 6088 (java) S 6083 6083 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82592721 14316269568 32659 18446744073709551615 4194304 4196468 140725256378656 139820112616080 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6089] ppid=6083 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6089/stat : 6089 (java) S 6083 6083 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82592721 14316269568 32659 18446744073709551615 4194304 4196468 140725256378656 139820111563024 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6090] ppid=6083 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/6083/stat : 6083 (xcsp3-exec) S 6080 6083 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 82592712 9740288 345 18446744073709551615 4194304 5098028 140722485568944 140722485567048 140198849348220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 11763712 140722485571960 140722485572165 140722485572165 140722485575659 0
/proc/6083/statm: 2378 345 289 221 0 87 0
[pid=6085] ppid=6083 vsize=13980732 memory=217936 CPUtime=11.53 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6083 6083 897 0 -1 1077944320 27809 0 0 0 1143 10 0 0 20 0 15 0 82592720 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 140725256361200 139820171722487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
/proc/6085/statm: 3495183 54484 3226 1 0 3483476 0
[pid=6085/tid=6086] ppid=6083 vsize=13980732 memory=4420 CPUtime=6.12 cores=0,2,4,6
/proc/6085/task/6086/stat : 6086 (java) R 6083 6083 897 0 -1 4202560 10119 0 0 0 607 5 0 0 20 0 15 0 82592720 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139820175958904 139819794178724 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6087] ppid=6083 vsize=13980732 memory=6628 CPUtime=0.02 cores=0,2,4,6
/proc/6085/task/6087/stat : 6087 (java) S 6083 6083 897 0 -1 1077944384 209 0 0 0 2 0 0 0 20 0 15 0 82592721 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139820113668624 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6088] ppid=6083 vsize=13980732 memory=8836 CPUtime=0.02 cores=0,2,4,6
/proc/6085/task/6088/stat : 6088 (java) S 6083 6083 897 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 15 0 82592721 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139820112616080 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6089] ppid=6083 vsize=13980732 memory=11044 CPUtime=0.02 cores=0,2,4,6
/proc/6085/task/6089/stat : 6089 (java) S 6083 6083 897 0 -1 1077944384 168 0 0 0 2 0 0 0 20 0 15 0 82592721 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139820111563024 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6090] ppid=6083 vsize=13980732 memory=13252 CPUtime=0.02 cores=0,2,4,6
/proc/6085/task/6090/stat : 6090 (java) S 6083 6083 897 0 -1 1077944384 52 0 0 0 2 0 0 0 20 0 15 0 82592721 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139819768879504 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6091] ppid=6083 vsize=13980732 memory=15460 CPUtime=0.01 cores=0,2,4,6
/proc/6085/task/6091/stat : 6091 (java) S 6083 6083 897 0 -1 1077944384 178 0 0 0 1 0 0 0 20 0 15 0 82592722 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139819717462768 139820171733634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6092] ppid=6083 vsize=13980732 memory=17668 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6092/stat : 6092 (java) S 6083 6083 897 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 82592722 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139819716408992 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6093] ppid=6083 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6093/stat : 6093 (java) S 6083 6083 897 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 82592723 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139819715355888 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6094] ppid=6083 vsize=13980732 memory=217812 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6094/stat : 6094 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139819714304464 139820171741083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6095] ppid=6083 vsize=13980732 memory=1200 CPUtime=2.34 cores=0,2,4,6
/proc/6085/task/6095/stat : 6095 (java) S 6083 6083 897 0 -1 1077944384 6912 0 0 0 233 1 0 0 20 0 15 0 82592725 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139819713251568 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6096] ppid=6083 vsize=13980732 memory=15880 CPUtime=2.26 cores=0,2,4,6
/proc/6085/task/6096/stat : 6096 (java) R 6083 6083 897 0 -1 4202560 4748 0 0 0 226 0 0 0 20 0 15 0 82592725 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139819712199024 139820153094980 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6097] ppid=6083 vsize=13980732 memory=31076 CPUtime=0.65 cores=0,2,4,6
/proc/6085/task/6097/stat : 6097 (java) S 6083 6083 897 0 -1 1077944384 4035 0 0 0 64 1 0 0 20 0 15 0 82592725 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139819711145968 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6098] ppid=6083 vsize=13980732 memory=606613978780561439 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6098/stat : 6098 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139819710093664 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6099] ppid=6083 vsize=13980732 memory=13025 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6099/stat : 6099 (java) S 6083 6083 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 82592729 14316269568 54484 18446744073709551615 4194304 4196468 140725256378656 139819709041712 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
Current children cumulated CPU time: 11.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 219316 KiB

[startup+6.80083 s]
/proc/loadavg: 1.84 1.97 1.95 3/212 6099
/proc/meminfo: memFree=28074984/32770624 swapFree=67108860/67108860
[pid=6083] ppid=6080 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6083/stat : 6083 (xcsp3-exec) S 6080 6083 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 82592712 9740288 345 18446744073709551615 4194304 5098028 140722485568944 140722485567048 140198849348220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 11763712 140722485571960 140722485572165 140722485572165 140722485575659 0
/proc/6083/statm: 2378 345 289 221 0 87 0
[pid=6085] ppid=6083 vsize=13980732 memory=211384 CPUtime=12.04 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6083 6083 897 0 -1 1077944320 29239 0 0 0 1193 11 0 0 20 0 15 0 82592720 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 140725256361200 139820171722487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
/proc/6085/statm: 3495183 52846 3231 1 0 3483476 0
[pid=6085/tid=6086] ppid=6083 vsize=13980732 memory=0 CPUtime=6.5 cores=0,2,4,6
/proc/6085/task/6086/stat : 6086 (java) R 6083 6083 897 0 -1 4202560 10182 0 0 0 645 5 0 0 20 0 15 0 82592720 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139820175961552 139819797191694 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6087] ppid=6083 vsize=13980732 memory=7680170660397595203 CPUtime=0.03 cores=0,2,4,6
/proc/6085/task/6087/stat : 6087 (java) S 6083 6083 897 0 -1 1077944384 259 0 0 0 3 0 0 0 20 0 15 0 82592721 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139820113668624 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6088] ppid=6083 vsize=13980732 memory=288230617509003574 CPUtime=0.02 cores=0,2,4,6
/proc/6085/task/6088/stat : 6088 (java) S 6083 6083 897 0 -1 1077944384 761 0 0 0 2 0 0 0 20 0 15 0 82592721 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139820112616080 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6089] ppid=6083 vsize=13980732 memory=13568214827272361 CPUtime=0.03 cores=0,2,4,6
/proc/6085/task/6089/stat : 6089 (java) S 6083 6083 897 0 -1 1077944384 217 0 0 0 3 0 0 0 20 0 15 0 82592721 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139820111563024 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6090] ppid=6083 vsize=13980732 memory=1012 CPUtime=0.03 cores=0,2,4,6
/proc/6085/task/6090/stat : 6090 (java) S 6083 6083 897 0 -1 1077944384 261 0 0 0 3 0 0 0 20 0 15 0 82592721 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139819768879504 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6091] ppid=6083 vsize=13980732 memory=10164 CPUtime=0.01 cores=0,2,4,6
/proc/6085/task/6091/stat : 6091 (java) S 6083 6083 897 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 82592722 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139819717462768 139820171733634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6092] ppid=6083 vsize=13980732 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6092/stat : 6092 (java) S 6083 6083 897 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 82592722 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139819716408992 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6093] ppid=6083 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6093/stat : 6093 (java) S 6083 6083 897 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 82592723 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139819715355888 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6094] ppid=6083 vsize=13980732 memory=279489360270080 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6094/stat : 6094 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139819714304464 139820171741083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6095] ppid=6083 vsize=13980732 memory=139744680251536 CPUtime=2.37 cores=0,2,4,6
/proc/6085/task/6095/stat : 6095 (java) S 6083 6083 897 0 -1 1077944384 6940 0 0 0 236 1 0 0 20 0 15 0 82592725 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139819713251568 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6096] ppid=6083 vsize=13980732 memory=139744680251504 CPUtime=2.31 cores=0,2,4,6
/proc/6085/task/6096/stat : 6096 (java) S 6083 6083 897 0 -1 1077944384 4881 0 0 0 231 0 0 0 20 0 15 0 82592725 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139819712199024 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6097] ppid=6083 vsize=13980732 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/6085/task/6097/stat : 6097 (java) S 6083 6083 897 0 -1 1077944384 4035 0 0 0 64 1 0 0 20 0 15 0 82592725 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139819711145968 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6098] ppid=6083 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6098/stat : 6098 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139819710093664 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6099] ppid=6083 vsize=13980732 memory=215260 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6099/stat : 6099 (java) S 6083 6083 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 82592729 14316269568 52846 18446744073709551615 4194304 4196468 140725256378656 139819709041712 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
Current children cumulated CPU time: 12.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 212764 KiB

[startup+7.0008 s]*
/proc/loadavg: 1.84 1.97 1.95 3/212 6099
/proc/meminfo: memFree=28081128/32770624 swapFree=67108860/67108860
[pid=6083] ppid=6080 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6083/stat : 6083 (xcsp3-exec) S 6080 6083 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 82592712 9740288 345 18446744073709551615 4194304 5098028 140722485568944 140722485567048 140198849348220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 11763712 140722485571960 140722485572165 140722485572165 140722485575659 0
/proc/6083/statm: 2378 345 289 221 0 87 0
[pid=6085] ppid=6083 vsize=13980732 memory=211432 CPUtime=12.35 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6083 6083 897 0 -1 1077944320 29486 0 0 0 1224 11 0 0 20 0 15 0 82592720 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 140725256361200 139820171722487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
/proc/6085/statm: 3495183 52858 3232 1 0 3483476 0
[pid=6085/tid=6086] ppid=6083 vsize=13980732 memory=288355116380323867 CPUtime=6.71 cores=0,2,4,6
/proc/6085/task/6086/stat : 6086 (java) R 6083 6083 897 0 -1 4202560 10189 0 0 0 666 5 0 0 20 0 15 0 82592720 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139820175961552 139819795704440 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6087] ppid=6083 vsize=13980732 memory=4294967591 CPUtime=0.03 cores=0,2,4,6
/proc/6085/task/6087/stat : 6087 (java) S 6083 6083 897 0 -1 1077944384 259 0 0 0 3 0 0 0 20 0 15 0 82592721 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139820113668624 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6088] ppid=6083 vsize=13980732 memory=139744813947310 CPUtime=0.02 cores=0,2,4,6
/proc/6085/task/6088/stat : 6088 (java) S 6083 6083 897 0 -1 1077944384 761 0 0 0 2 0 0 0 20 0 15 0 82592721 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139820112616080 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6089] ppid=6083 vsize=13980732 memory=-8990767739041718176 CPUtime=0.03 cores=0,2,4,6
/proc/6085/task/6089/stat : 6089 (java) S 6083 6083 897 0 -1 1077944384 217 0 0 0 3 0 0 0 20 0 15 0 82592721 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139820111563024 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6090] ppid=6083 vsize=13980732 memory=3472328296227680264 CPUtime=0.03 cores=0,2,4,6
/proc/6085/task/6090/stat : 6090 (java) S 6083 6083 897 0 -1 1077944384 261 0 0 0 3 0 0 0 20 0 15 0 82592721 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819768879504 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6091] ppid=6083 vsize=13980732 memory=3472468041041622704 CPUtime=0.01 cores=0,2,4,6
/proc/6085/task/6091/stat : 6091 (java) S 6083 6083 897 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 82592722 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819717462768 139820171733634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6092] ppid=6083 vsize=13980732 memory=8319679319876462181 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6092/stat : 6092 (java) S 6083 6083 897 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 82592722 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819716408992 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6093] ppid=6083 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6093/stat : 6093 (java) S 6083 6083 897 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 82592723 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819715355888 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6094] ppid=6083 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6094/stat : 6094 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819714304464 139820171741083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6095] ppid=6083 vsize=13980732 memory=0 CPUtime=2.42 cores=0,2,4,6
/proc/6085/task/6095/stat : 6095 (java) S 6083 6083 897 0 -1 1077944384 6994 0 0 0 241 1 0 0 20 0 15 0 82592725 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819713251568 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6096] ppid=6083 vsize=13980732 memory=2320824066135564340 CPUtime=2.36 cores=0,2,4,6
/proc/6085/task/6096/stat : 6096 (java) S 6083 6083 897 0 -1 1077944384 5067 0 0 0 236 0 0 0 20 0 15 0 82592725 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819712199024 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6097] ppid=6083 vsize=13980732 memory=279489494083744 CPUtime=0.65 cores=0,2,4,6
/proc/6085/task/6097/stat : 6097 (java) S 6083 6083 897 0 -1 1077944384 4035 0 0 0 64 1 0 0 20 0 15 0 82592725 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819711145968 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6098] ppid=6083 vsize=13980732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6098/stat : 6098 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819710093664 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6099] ppid=6083 vsize=13980732 memory=139744813942400 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6099/stat : 6099 (java) S 6083 6083 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 82592729 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819709041712 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
Current children cumulated CPU time: 12.35 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 212812 KiB

[startup+7.10985 s]
/proc/loadavg: 1.84 1.97 1.95 3/212 6099
/proc/meminfo: memFree=28081128/32770624 swapFree=67108860/67108860
[pid=6083] ppid=6080 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6083/stat : 6083 (xcsp3-exec) S 6080 6083 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 82592712 9740288 345 18446744073709551615 4194304 5098028 140722485568944 140722485567048 140198849348220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 11763712 140722485571960 140722485572165 140722485572165 140722485575659 0
/proc/6083/statm: 2378 345 289 221 0 87 0
[pid=6085] ppid=6083 vsize=13980732 memory=211432 CPUtime=12.46 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6083 6083 897 0 -1 1077944320 29490 0 0 0 1235 11 0 0 20 0 15 0 82592720 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 140725256361200 139820171722487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
/proc/6085/statm: 3495183 52858 3232 1 0 3483476 0
[pid=6085/tid=6086] ppid=6083 vsize=13980732 memory=1380 CPUtime=6.81 cores=0,2,4,6
/proc/6085/task/6086/stat : 6086 (java) R 6083 6083 897 0 -1 4202560 10190 0 0 0 676 5 0 0 20 0 15 0 82592720 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139820175961552 139820171734422 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6087] ppid=6083 vsize=13980732 memory=217936 CPUtime=0.03 cores=0,2,4,6
/proc/6085/task/6087/stat : 6087 (java) S 6083 6083 897 0 -1 1077944384 259 0 0 0 3 0 0 0 20 0 15 0 82592721 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139820113668624 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6088] ppid=6083 vsize=13980732 memory=2 CPUtime=0.02 cores=0,2,4,6
/proc/6085/task/6088/stat : 6088 (java) S 6083 6083 897 0 -1 1077944384 761 0 0 0 2 0 0 0 20 0 15 0 82592721 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139820112616080 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6089] ppid=6083 vsize=13980732 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6085/task/6089/stat : 6089 (java) S 6083 6083 897 0 -1 1077944384 217 0 0 0 3 0 0 0 20 0 15 0 82592721 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139820111563024 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6090] ppid=6083 vsize=13980732 memory=139745350910383 CPUtime=0.03 cores=0,2,4,6
/proc/6085/task/6090/stat : 6090 (java) S 6083 6083 897 0 -1 1077944384 261 0 0 0 3 0 0 0 20 0 15 0 82592721 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819768879504 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6091] ppid=6083 vsize=13980732 memory=139745350910385 CPUtime=0.01 cores=0,2,4,6
/proc/6085/task/6091/stat : 6091 (java) S 6083 6083 897 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 82592722 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819717462768 139820171733634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6092] ppid=6083 vsize=13980732 memory=55 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6092/stat : 6092 (java) S 6083 6083 897 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 82592722 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819716408992 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6093] ppid=6083 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6093/stat : 6093 (java) S 6083 6083 897 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 82592723 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819715355888 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6094] ppid=6083 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6094/stat : 6094 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819714304464 139820171741083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6095] ppid=6083 vsize=13980732 memory=0 CPUtime=2.42 cores=0,2,4,6
/proc/6085/task/6095/stat : 6095 (java) S 6083 6083 897 0 -1 1077944384 6994 0 0 0 241 1 0 0 20 0 15 0 82592725 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819713251568 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6096] ppid=6083 vsize=13980732 memory=225 CPUtime=2.36 cores=0,2,4,6
/proc/6085/task/6096/stat : 6096 (java) R 6083 6083 897 0 -1 4202560 5070 0 0 0 236 0 0 0 20 0 15 0 82592725 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819712199024 139820157874136 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6097] ppid=6083 vsize=13980732 memory=222 CPUtime=0.65 cores=0,2,4,6
/proc/6085/task/6097/stat : 6097 (java) S 6083 6083 897 0 -1 1077944384 4035 0 0 0 64 1 0 0 20 0 15 0 82592725 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819711145968 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6098] ppid=6083 vsize=13980732 memory=65 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6098/stat : 6098 (java) S 6083 6083 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82592725 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819710093664 139820171732693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
[pid=6085/tid=6099] ppid=6083 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6085/task/6099/stat : 6099 (java) S 6083 6083 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 82592729 14316269568 52858 18446744073709551615 4194304 4196468 140725256378656 139819709041712 139820171733634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725256380849 140725256381025 140725256381025 140725256384463 0
Current children cumulated CPU time: 12.46 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 212812 KiB

Child status: 0
Real time (s): 7.19225
CPU time (s): 12.6176
CPU user time (s): 12.5028
CPU system time (s): 0.11476
CPU usage (%): 175.433
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 219316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5028
system time used= 0.11476
maximum resident set size= 222164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30407
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= 2797
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 6083
#   total CPU time (s): 12.6176
#   total CPU user time (s): 12.5028
#   total CPU system time (s): 0.11476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079844 second user time and 0.100755 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-15 15:14:34
IDJOB=4272499
IDBENCH=133209
IDSOLVER=2664
FILE ID=node125/4272499-1502803721
RUNJOBID= node125-1502662595-11628
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f50-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-4272499-1502803721/watcher-4272499-1502803721 -o /tmp/evaluation-result-4272499-1502803721/solver-4272499-1502803721 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1514117764 HOME/instance-4272499-1502803721.xml

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

MD5SUM BENCH= 2e473dae547e5e185f8a7aab72fd0dc2
RANDOM SEED=1514117764

node125.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.07
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.07
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.07
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.07
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:        28279724 kB
MemAvailable:   29275916 kB
Buffers:          304092 kB
Cached:           985020 kB
SwapCached:            0 kB
Active:          3441324 kB
Inactive:         612356 kB
Active(anon):    2764548 kB
Inactive(anon):    33100 kB
Active(file):     676776 kB
Inactive(file):   579256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7976 kB
Writeback:             4 kB
AnonPages:       2763996 kB
Mapped:            64028 kB
Shmem:             33444 kB
Slab:             138016 kB
SReclaimable:     111992 kB
SUnreclaim:        26024 kB
KernelStack:        3456 kB
PageTables:        10376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3556988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2621440 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 node125 at 2017-08-15 15:14:42