Trace number 4282603

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-e0ddr2-7.xml
MD5SUM0bf2c77c9eab7953e0f8d897649e2359
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.58380198
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains46
Minimum domain size116
Maximum domain size135
Distribution of domain sizes[{"size":116,"count":10},{"size":117,"count":10},{"size":124,"count":10},{"size":126,"count":20},{"size":128,"count":10},{"size":131,"count":10},{"size":134,"count":10},{"size":135,"count":20}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
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-4282603-1503157927.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4282603-1503157927.xml, -tl, 2520s, -p, 1, -x, 0]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
21.24/16.43	c solve instance...
27.23/20.40	s SATISFIABLE
27.23/20.40	v <instantiation>
27.23/20.40	v 	<list>x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 </list>
27.23/20.40	v 	<values>8 7 37 64 81 80 90 89 99 100 0 1 12 13 59 58 68 69 75 107 6 5 12 13 31 30 46 47 53 52 19 18 30 31 46 47 59 58 64 107 0 1 18 19 106 105 118 119 135 136 45 46 53 52 118 119 135 134 144 143 0 1 8 7 18 19 31 30 38 37 22 21 30 44 68 69 81 80 89 107 36 35 48 44 135 134 145 144 159 160 25 24 34 35 89 90 106 105 121 116 </values>
27.23/20.40	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 (14957 MiB free)
  memory of node 1: 16384 MiB (14720 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.107237 s]*
/proc/loadavg: 2.62 2.07 1.97 3/203 6984
/proc/meminfo: memFree=30382428/32770624 swapFree=67108860/67108860
[pid=6976] ppid=6973 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6976/stat : 6976 (xcsp3-exec) S 6973 6976 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117985710 9740288 345 18446744073709551615 4194304 5098028 140730994678464 140730994676568 140180212212348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 7663616 140730994684281 140730994684485 140730994684485 140730994687979 0
/proc/6976/statm: 2378 345 289 221 0 87 0
[pid=6978] ppid=6976 vsize=13574484 memory=18208 CPUtime=0.02 cores=0,2,4,6
/proc/6978/stat : 6978 (java) S 6976 6976 28892 0 -1 1077944320 3874 0 0 0 2 0 0 0 20 0 9 0 117985718 13900271616 4552 18446744073709551615 4194304 4196468 140726375732384 140726375714928 139865137721079 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
/proc/6978/statm: 3393621 4552 2065 1 0 3383118 0
[pid=6978/tid=6979] ppid=6976 vsize=13574484 memory=1404226546252096138 CPUtime=0.02 cores=0,2,4,6
/proc/6978/task/6979/stat : 6979 (java) R 6976 6976 28892 0 -1 4202560 2596 0 0 0 2 0 0 0 20 0 9 0 117985719 13900271616 4552 18446744073709551615 4194304 4196468 140726375732384 139865141957224 139865117996839 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6980] ppid=6976 vsize=13574484 memory=4122819170707441977 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6980/stat : 6980 (java) S 6976 6976 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 117985719 13900271616 4552 18446744073709551615 4194304 4196468 140726375732384 139865079667600 139865137731285 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6981] ppid=6976 vsize=13574484 memory=140539428144768 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6981/stat : 6981 (java) S 6976 6976 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 117985719 13900271616 4552 18446744073709551615 4194304 4196468 140726375732384 139865078614800 139865137731285 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6982] ppid=6976 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6982/stat : 6982 (java) S 6976 6976 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 117985719 13900271616 4552 18446744073709551615 4194304 4196468 140726375732384 139865077562512 139865137731285 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6983] ppid=6976 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6983/stat : 6983 (java) S 6976 6976 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 117985719 13900271616 4552 18446744073709551615 4194304 4196468 140726375732384 139865076509712 139865137731285 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6984] ppid=6976 vsize=13574484 memory=140539428144768 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6984/stat : 6984 (java) S 6976 6976 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 117985721 13900271616 4552 18446744073709551615 4194304 4196468 140726375732384 139864053852272 139865137732226 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6985] ppid=6976 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6985/stat : 6985 (java) S 6976 6976 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 117985721 13900271616 4552 18446744073709551615 4194304 4196468 140726375732384 139864052798240 139865137731285 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6986] ppid=6976 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6986/stat : 6986 (java) S 6976 6976 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 117985721 13900271616 4552 18446744073709551615 4194304 4196468 140726375732384 139864051745968 139865137731285 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19588 KiB

[startup+0.209956 s]*
/proc/loadavg: 2.62 2.07 1.97 3/211 6992
/proc/meminfo: memFree=30376472/32770624 swapFree=67108860/67108860
[pid=6976] ppid=6973 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6976/stat : 6976 (xcsp3-exec) S 6973 6976 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117985710 9740288 345 18446744073709551615 4194304 5098028 140730994678464 140730994676568 140180212212348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 7663616 140730994684281 140730994684485 140730994684485 140730994687979 0
/proc/6976/statm: 2378 345 289 221 0 87 0
[pid=6978] ppid=6976 vsize=13974352 memory=26864 CPUtime=0.09 cores=0,2,4,6
/proc/6978/stat : 6978 (java) S 6976 6976 28892 0 -1 1077944320 5113 0 0 0 8 1 0 0 20 0 15 0 117985718 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 140726375714928 139865137721079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
/proc/6978/statm: 3493588 6716 2754 1 0 3482964 0
[pid=6978/tid=6979] ppid=6976 vsize=13974352 memory=7022364594140610616 CPUtime=0.07 cores=0,2,4,6
/proc/6978/task/6979/stat : 6979 (java) R 6976 6976 28892 0 -1 4202560 3259 0 0 0 7 0 0 0 20 0 15 0 117985719 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139865141952688 139865117243520 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6980] ppid=6976 vsize=13974352 memory=4294981025 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6980/stat : 6980 (java) S 6976 6976 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117985719 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139865079667600 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6981] ppid=6976 vsize=13974352 memory=288370915579856512 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6981/stat : 6981 (java) S 6976 6976 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117985719 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139865078614800 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6982] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6982/stat : 6982 (java) S 6976 6976 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117985719 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139865077562512 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6983] ppid=6976 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6983/stat : 6983 (java) S 6976 6976 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117985719 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139865076509712 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6984] ppid=6976 vsize=13974352 memory=140539428144768 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6984/stat : 6984 (java) S 6976 6976 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117985721 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139864053852272 139865137732226 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6985] ppid=6976 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6985/stat : 6985 (java) S 6976 6976 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117985721 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139864052798240 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6986] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6986/stat : 6986 (java) S 6976 6976 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117985721 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139864051745904 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6987] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6987/stat : 6987 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139864050694224 139865137739675 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6988] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6988/stat : 6988 (java) S 6976 6976 28892 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 117985724 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139864049642096 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6989] ppid=6976 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6989/stat : 6989 (java) S 6976 6976 28892 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 117985724 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139864048589296 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6990] ppid=6976 vsize=13974352 memory=140539428144768 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6990/stat : 6990 (java) R 6976 6976 28892 0 -1 4202560 245 0 0 0 0 0 0 0 20 0 15 0 117985724 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139864047537008 139865116350588 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6991] ppid=6976 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6991/stat : 6991 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139864046484448 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6992] ppid=6976 vsize=13974352 memory=140539428144768 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6992/stat : 6992 (java) S 6976 6976 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117985729 14309736448 6716 18446744073709551615 4194304 4196468 140726375732384 139864045431216 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28244 KiB

[startup+0.310312 s]*
/proc/loadavg: 2.62 2.07 1.97 5/211 6992
/proc/meminfo: memFree=30363352/32770624 swapFree=67108860/67108860
[pid=6976] ppid=6973 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6976/stat : 6976 (xcsp3-exec) S 6973 6976 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117985710 9740288 345 18446744073709551615 4194304 5098028 140730994678464 140730994676568 140180212212348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 7663616 140730994684281 140730994684485 140730994684485 140730994687979 0
/proc/6976/statm: 2378 345 289 221 0 87 0
[pid=6978] ppid=6976 vsize=13974352 memory=37372 CPUtime=0.28 cores=0,2,4,6
/proc/6978/stat : 6978 (java) S 6976 6976 28892 0 -1 1077944320 8924 0 0 0 26 2 0 0 20 0 15 0 117985718 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 140726375714928 139865137721079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
/proc/6978/statm: 3493588 9343 2986 1 0 3482964 0
[pid=6978/tid=6979] ppid=6976 vsize=13974352 memory=6933928925625698159 CPUtime=0.17 cores=0,2,4,6
/proc/6978/task/6979/stat : 6979 (java) R 6976 6976 28892 0 -1 4202560 6075 0 0 0 15 2 0 0 20 0 15 0 117985719 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139865141947584 139865137743005 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6980] ppid=6976 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6980/stat : 6980 (java) S 6976 6976 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117985719 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139865079667600 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6981] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6981/stat : 6981 (java) S 6976 6976 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117985719 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139865078614800 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6982] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6982/stat : 6982 (java) S 6976 6976 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117985719 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139865077562512 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6983] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6983/stat : 6983 (java) S 6976 6976 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117985719 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139865076509712 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6984] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6984/stat : 6984 (java) S 6976 6976 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117985721 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139864053852272 139865137732226 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6985] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6985/stat : 6985 (java) S 6976 6976 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117985721 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139864052798240 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6986] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6986/stat : 6986 (java) S 6976 6976 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117985721 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139864051745904 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6987] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6987/stat : 6987 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139864050694224 139865137739675 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6988] ppid=6976 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6978/task/6988/stat : 6988 (java) S 6976 6976 28892 0 -1 1077944384 567 0 0 0 2 0 0 0 20 0 15 0 117985724 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139864049642096 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6989] ppid=6976 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6978/task/6989/stat : 6989 (java) S 6976 6976 28892 0 -1 1077944384 235 0 0 0 1 0 0 0 20 0 15 0 117985724 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139864048589296 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6990] ppid=6976 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/6978/task/6990/stat : 6990 (java) R 6976 6976 28892 0 -1 4202560 745 0 0 0 6 0 0 0 20 0 15 0 117985724 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139864047537008 139865137733014 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6991] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6991/stat : 6991 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139864046484448 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6992] ppid=6976 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6992/stat : 6992 (java) S 6976 6976 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117985729 14309736448 9343 18446744073709551615 4194304 4196468 140726375732384 139864045431216 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38752 KiB

[startup+0.701363 s]
/proc/loadavg: 2.62 2.07 1.97 4/211 6992
/proc/meminfo: memFree=30353828/32770624 swapFree=67108860/67108860
[pid=6976] ppid=6973 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6976/stat : 6976 (xcsp3-exec) S 6973 6976 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117985710 9740288 345 18446744073709551615 4194304 5098028 140730994678464 140730994676568 140180212212348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 7663616 140730994684281 140730994684485 140730994684485 140730994687979 0
/proc/6976/statm: 2378 345 289 221 0 87 0
[pid=6978] ppid=6976 vsize=13980732 memory=68588 CPUtime=1.2 cores=0,2,4,6
/proc/6978/stat : 6978 (java) S 6976 6976 28892 0 -1 1077944320 13213 0 0 0 116 4 0 0 20 0 15 0 117985718 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 140726375714928 139865137721079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
/proc/6978/statm: 3495183 17147 3176 1 0 3483476 0
[pid=6978/tid=6979] ppid=6976 vsize=13980732 memory=5 CPUtime=0.54 cores=0,2,4,6
/proc/6978/task/6979/stat : 6979 (java) R 6976 6976 28892 0 -1 4202560 8418 0 0 0 51 3 0 0 20 0 15 0 117985719 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139865141957648 139865137733014 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6980] ppid=6976 vsize=13980732 memory=40 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6980/stat : 6980 (java) S 6976 6976 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117985719 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139865079667600 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6981] ppid=6976 vsize=13980732 memory=760 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6981/stat : 6981 (java) S 6976 6976 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117985719 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139865078614800 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6982] ppid=6976 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6982/stat : 6982 (java) S 6976 6976 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117985719 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139865077562512 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6983] ppid=6976 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6983/stat : 6983 (java) S 6976 6976 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117985719 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139865076509712 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6984] ppid=6976 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6984/stat : 6984 (java) S 6976 6976 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117985721 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139864053852272 139865137732226 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6985] ppid=6976 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6985/stat : 6985 (java) S 6976 6976 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117985721 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139864052798240 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6986] ppid=6976 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6986/stat : 6986 (java) S 6976 6976 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117985721 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139864051745904 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6987] ppid=6976 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6987/stat : 6987 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139864050694224 139865137739675 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6988] ppid=6976 vsize=13980732 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/6978/task/6988/stat : 6988 (java) R 6976 6976 28892 0 -1 4202560 1308 0 0 0 17 0 0 0 20 0 15 0 117985724 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139864049627976 139865121217664 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6989] ppid=6976 vsize=13980732 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/6978/task/6989/stat : 6989 (java) R 6976 6976 28892 0 -1 4202560 756 0 0 0 17 0 0 0 20 0 15 0 117985724 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139864048568400 139865115193943 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6990] ppid=6976 vsize=13980732 memory=26 CPUtime=0.3 cores=0,2,4,6
/proc/6978/task/6990/stat : 6990 (java) S 6976 6976 28892 0 -1 1077944384 1423 0 0 0 30 0 0 0 20 0 15 0 117985724 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139864047537008 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6991] ppid=6976 vsize=13980732 memory=79 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6991/stat : 6991 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139864046484448 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6992] ppid=6976 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6992/stat : 6992 (java) S 6976 6976 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117985729 14316269568 17147 18446744073709551615 4194304 4196468 140726375732384 139864045431216 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 69968 KiB

[startup+1.50092 s]
/proc/loadavg: 2.62 2.07 1.97 3/211 6992
/proc/meminfo: memFree=30246476/32770624 swapFree=67108860/67108860
[pid=6976] ppid=6973 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6976/stat : 6976 (xcsp3-exec) S 6973 6976 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117985710 9740288 345 18446744073709551615 4194304 5098028 140730994678464 140730994676568 140180212212348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 7663616 140730994684281 140730994684485 140730994684485 140730994687979 0
/proc/6976/statm: 2378 345 289 221 0 87 0
[pid=6978] ppid=6976 vsize=13980732 memory=219296 CPUtime=2.38 cores=0,2,4,6
/proc/6978/stat : 6978 (java) S 6976 6976 28892 0 -1 1077944320 13788 0 0 0 226 12 0 0 20 0 15 0 117985718 14316269568 54824 18446744073709551615 4194304 4196468 140726375732384 140726375714928 139865137721079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
/proc/6978/statm: 3495183 54824 3200 1 0 3483476 0
[pid=6978/tid=6979] ppid=6976 vsize=13980732 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/6978/task/6979/stat : 6979 (java) R 6976 6976 28892 0 -1 4202560 8482 0 0 0 125 5 0 0 20 0 15 0 117985719 14316269568 54824 18446744073709551615 4194304 4196468 140726375732384 139865141959408 139864758322317 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6980] ppid=6976 vsize=13980732 memory=6154538792250073449 CPUtime=0.02 cores=0,2,4,6
/proc/6978/task/6980/stat : 6980 (java) S 6976 6976 28892 0 -1 1077944384 44 0 0 0 1 1 0 0 20 0 15 0 117985719 14316269568 54824 18446744073709551615 4194304 4196468 140726375732384 139865079667600 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6981] ppid=6976 vsize=13980732 memory=5864058694711464016 CPUtime=0.02 cores=0,2,4,6
/proc/6978/task/6981/stat : 6981 (java) S 6976 6976 28892 0 -1 1077944384 78 0 0 0 1 1 0 0 20 0 15 0 117985719 14316269568 54824 18446744073709551615 4194304 4196468 140726375732384 139865078614800 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6982] ppid=6976 vsize=13980732 memory=281078631847072 CPUtime=0.02 cores=0,2,4,6
/proc/6978/task/6982/stat : 6982 (java) S 6976 6976 28892 0 -1 1077944384 48 0 0 0 1 1 0 0 20 0 15 0 117985719 14316269568 54824 18446744073709551615 4194304 4196468 140726375732384 139865077562512 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6983] ppid=6976 vsize=13980732 memory=7522515953362823023 CPUtime=0.02 cores=0,2,4,6

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

/proc/6976/stat : 6976 (xcsp3-exec) S 6973 6976 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117985710 9740288 345 18446744073709551615 4194304 5098028 140730994678464 140730994676568 140180212212348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 7663616 140730994684281 140730994684485 140730994684485 140730994687979 0
/proc/6976/statm: 2378 345 289 221 0 87 0
[pid=6978] ppid=6976 vsize=13980732 memory=2886756 CPUtime=23.68 cores=0,2,4,6
/proc/6978/stat : 6978 (java) S 6976 6976 28892 0 -1 1077944320 54190 0 0 0 2208 160 0 0 20 0 15 0 117985718 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 140726375714928 139865137721079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
/proc/6978/statm: 3495183 721689 3236 1 0 3483476 0
[pid=6978/tid=6979] ppid=6976 vsize=13980732 memory=302022895662793015 CPUtime=16.02 cores=0,2,4,6
/proc/6978/task/6979/stat : 6979 (java) R 6976 6976 28892 0 -1 4202560 13228 0 0 0 1573 29 0 0 20 0 15 0 117985719 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139865141959816 139864760190736 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6980] ppid=6976 vsize=13980732 memory=15535215376337427 CPUtime=1.25 cores=0,2,4,6
/proc/6978/task/6980/stat : 6980 (java) S 6976 6976 28892 0 -1 1077944384 6146 0 0 0 94 31 0 0 20 0 15 0 117985719 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139865079667600 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6981] ppid=6976 vsize=13980732 memory=0 CPUtime=1.24 cores=0,2,4,6
/proc/6978/task/6981/stat : 6981 (java) S 6976 6976 28892 0 -1 1077944384 6420 0 0 0 93 31 0 0 20 0 15 0 117985719 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139865078614800 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6982] ppid=6976 vsize=13980732 memory=0 CPUtime=1.25 cores=0,2,4,6
/proc/6978/task/6982/stat : 6982 (java) S 6976 6976 28892 0 -1 1077944384 6525 0 0 0 94 31 0 0 20 0 15 0 117985719 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139865077562512 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6983] ppid=6976 vsize=13980732 memory=1380 CPUtime=1.25 cores=0,2,4,6
/proc/6978/task/6983/stat : 6983 (java) S 6976 6976 28892 0 -1 1077944384 6420 0 0 0 94 31 0 0 20 0 15 0 117985719 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139865076509712 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6984] ppid=6976 vsize=13980732 memory=2873328 CPUtime=0.14 cores=0,2,4,6
/proc/6978/task/6984/stat : 6984 (java) S 6976 6976 28892 0 -1 1077944384 3372 0 0 0 14 0 0 0 20 0 15 0 117985721 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139864053852272 139865137732226 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6985] ppid=6976 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6985/stat : 6985 (java) S 6976 6976 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117985721 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139864052798240 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6986] ppid=6976 vsize=13980732 memory=4300 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6986/stat : 6986 (java) S 6976 6976 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117985721 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139864051745904 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6987] ppid=6976 vsize=13980732 memory=932 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6987/stat : 6987 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139864050694224 139865137739675 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6988] ppid=6976 vsize=13980732 memory=1624 CPUtime=0.83 cores=0,2,4,6
/proc/6978/task/6988/stat : 6988 (java) S 6976 6976 28892 0 -1 1077944384 3816 0 0 0 83 0 0 0 20 0 15 0 117985724 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139864049642096 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6989] ppid=6976 vsize=13980732 memory=2160 CPUtime=1.03 cores=0,2,4,6
/proc/6978/task/6989/stat : 6989 (java) S 6976 6976 28892 0 -1 1077944384 3844 0 0 0 102 1 0 0 20 0 15 0 117985724 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139864048589296 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6990] ppid=6976 vsize=13980732 memory=1380 CPUtime=0.57 cores=0,2,4,6
/proc/6978/task/6990/stat : 6990 (java) S 6976 6976 28892 0 -1 1077944384 3096 0 0 0 57 0 0 0 20 0 15 0 117985724 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139864047537008 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6991] ppid=6976 vsize=13980732 memory=2873328 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6991/stat : 6991 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139864046484448 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6992] ppid=6976 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6992/stat : 6992 (java) S 6976 6976 28892 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 117985729 14316269568 721689 18446744073709551615 4194304 4196468 140726375732384 139864045431216 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
Current children cumulated CPU time: 23.68 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2888136 KiB

[startup+19.2009 s]
/proc/loadavg: 2.23 2.02 1.95 3/211 6992
/proc/meminfo: memFree=27509956/32770624 swapFree=67108860/67108860
[pid=6976] ppid=6973 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6976/stat : 6976 (xcsp3-exec) S 6973 6976 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117985710 9740288 345 18446744073709551615 4194304 5098028 140730994678464 140730994676568 140180212212348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 7663616 140730994684281 140730994684485 140730994684485 140730994687979 0
/proc/6976/statm: 2378 345 289 221 0 87 0
[pid=6978] ppid=6976 vsize=13980732 memory=2887552 CPUtime=25.99 cores=0,2,4,6
/proc/6978/stat : 6978 (java) S 6976 6976 28892 0 -1 1077944320 54442 0 0 0 2439 160 0 0 20 0 15 0 117985718 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 140726375714928 139865137721079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
/proc/6978/statm: 3495183 721888 3239 1 0 3483476 0
[pid=6978/tid=6979] ppid=6976 vsize=13980732 memory=7680170660397595203 CPUtime=17.61 cores=0,2,4,6
/proc/6978/task/6979/stat : 6979 (java) R 6976 6976 28892 0 -1 4202560 13238 0 0 0 1732 29 0 0 20 0 15 0 117985719 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139865141958744 139864760260547 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6980] ppid=6976 vsize=13980732 memory=1788 CPUtime=1.25 cores=0,2,4,6
/proc/6978/task/6980/stat : 6980 (java) S 6976 6976 28892 0 -1 1077944384 6146 0 0 0 94 31 0 0 20 0 15 0 117985719 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139865079667600 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6981] ppid=6976 vsize=13980732 memory=640 CPUtime=1.24 cores=0,2,4,6
/proc/6978/task/6981/stat : 6981 (java) S 6976 6976 28892 0 -1 1077944384 6420 0 0 0 93 31 0 0 20 0 15 0 117985719 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139865078614800 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6982] ppid=6976 vsize=13980732 memory=960 CPUtime=1.25 cores=0,2,4,6
/proc/6978/task/6982/stat : 6982 (java) S 6976 6976 28892 0 -1 1077944384 6525 0 0 0 94 31 0 0 20 0 15 0 117985719 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139865077562512 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6983] ppid=6976 vsize=13980732 memory=4028 CPUtime=1.25 cores=0,2,4,6
/proc/6978/task/6983/stat : 6983 (java) S 6976 6976 28892 0 -1 1077944384 6420 0 0 0 94 31 0 0 20 0 15 0 117985719 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139865076509712 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6984] ppid=6976 vsize=13980732 memory=63468 CPUtime=0.14 cores=0,2,4,6
/proc/6978/task/6984/stat : 6984 (java) S 6976 6976 28892 0 -1 1077944384 3372 0 0 0 14 0 0 0 20 0 15 0 117985721 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864053852272 139865137732226 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6985] ppid=6976 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6985/stat : 6985 (java) S 6976 6976 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117985721 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864052798240 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6986] ppid=6976 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6986/stat : 6986 (java) S 6976 6976 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117985721 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864051745904 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6987] ppid=6976 vsize=13980732 memory=170497316763271 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6987/stat : 6987 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864050694224 139865137739675 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6988] ppid=6976 vsize=13980732 memory=170497316763272 CPUtime=1.15 cores=0,2,4,6
/proc/6978/task/6988/stat : 6988 (java) S 6976 6976 28892 0 -1 1077944384 3973 0 0 0 115 0 0 0 20 0 15 0 117985724 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864049642096 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6989] ppid=6976 vsize=13980732 memory=170497316763273 CPUtime=1.4 cores=0,2,4,6
/proc/6978/task/6989/stat : 6989 (java) S 6976 6976 28892 0 -1 1077944384 3895 0 0 0 139 1 0 0 20 0 15 0 117985724 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864048589296 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6990] ppid=6976 vsize=13980732 memory=170497316763274 CPUtime=0.59 cores=0,2,4,6
/proc/6978/task/6990/stat : 6990 (java) S 6976 6976 28892 0 -1 1077944384 3130 0 0 0 59 0 0 0 20 0 15 0 117985724 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864047537008 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6991] ppid=6976 vsize=13980732 memory=170497316763275 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6991/stat : 6991 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864046484448 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6992] ppid=6976 vsize=13980732 memory=170497316763276 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6992/stat : 6992 (java) S 6976 6976 28892 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 117985729 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864045431216 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
Current children cumulated CPU time: 25.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2888932 KiB

[startup+20.0009 s]*
/proc/loadavg: 2.23 2.02 1.95 3/211 6992
/proc/meminfo: memFree=27509832/32770624 swapFree=67108860/67108860
[pid=6976] ppid=6973 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6976/stat : 6976 (xcsp3-exec) S 6973 6976 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117985710 9740288 345 18446744073709551615 4194304 5098028 140730994678464 140730994676568 140180212212348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 7663616 140730994684281 140730994684485 140730994684485 140730994687979 0
/proc/6976/statm: 2378 345 289 221 0 87 0
[pid=6978] ppid=6976 vsize=13980732 memory=2887552 CPUtime=26.82 cores=0,2,4,6
/proc/6978/stat : 6978 (java) S 6976 6976 28892 0 -1 1077944320 54450 0 0 0 2522 160 0 0 20 0 15 0 117985718 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 140726375714928 139865137721079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
/proc/6978/statm: 3495183 721888 3239 1 0 3483476 0
[pid=6978/tid=6979] ppid=6976 vsize=13980732 memory=6933928925625698159 CPUtime=18.42 cores=0,2,4,6
/proc/6978/task/6979/stat : 6979 (java) R 6976 6976 28892 0 -1 4202560 13239 0 0 0 1813 29 0 0 20 0 15 0 117985719 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139865141959648 139864760190736 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6980] ppid=6976 vsize=13980732 memory=4872558044660077418 CPUtime=1.25 cores=0,2,4,6
/proc/6978/task/6980/stat : 6980 (java) S 6976 6976 28892 0 -1 1077944384 6146 0 0 0 94 31 0 0 20 0 15 0 117985719 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139865079667600 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6981] ppid=6976 vsize=13980732 memory=1376 CPUtime=1.24 cores=0,2,4,6
/proc/6978/task/6981/stat : 6981 (java) S 6976 6976 28892 0 -1 1077944384 6420 0 0 0 93 31 0 0 20 0 15 0 117985719 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139865078614800 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6982] ppid=6976 vsize=13980732 memory=746020 CPUtime=1.25 cores=0,2,4,6
/proc/6978/task/6982/stat : 6982 (java) S 6976 6976 28892 0 -1 1077944384 6525 0 0 0 94 31 0 0 20 0 15 0 117985719 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139865077562512 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6983] ppid=6976 vsize=13980732 memory=4064 CPUtime=1.25 cores=0,2,4,6
/proc/6978/task/6983/stat : 6983 (java) S 6976 6976 28892 0 -1 1077944384 6420 0 0 0 94 31 0 0 20 0 15 0 117985719 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139865076509712 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6984] ppid=6976 vsize=13980732 memory=1156 CPUtime=0.14 cores=0,2,4,6
/proc/6978/task/6984/stat : 6984 (java) S 6976 6976 28892 0 -1 1077944384 3372 0 0 0 14 0 0 0 20 0 15 0 117985721 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864053852272 139865137732226 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6985] ppid=6976 vsize=13980732 memory=2652 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6985/stat : 6985 (java) S 6976 6976 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117985721 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864052798240 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6986] ppid=6976 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6986/stat : 6986 (java) S 6976 6976 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117985721 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864051745904 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6987] ppid=6976 vsize=13980732 memory=2887372 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6987/stat : 6987 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864050694224 139865137739675 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6988] ppid=6976 vsize=13980732 memory=3908 CPUtime=1.15 cores=0,2,4,6
/proc/6978/task/6988/stat : 6988 (java) S 6976 6976 28892 0 -1 1077944384 3974 0 0 0 115 0 0 0 20 0 15 0 117985724 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864049642096 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6989] ppid=6976 vsize=13980732 memory=3028 CPUtime=1.41 cores=0,2,4,6
/proc/6978/task/6989/stat : 6989 (java) S 6976 6976 28892 0 -1 1077944384 3895 0 0 0 140 1 0 0 20 0 15 0 117985724 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864048589296 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6990] ppid=6976 vsize=13980732 memory=2764 CPUtime=0.6 cores=0,2,4,6
/proc/6978/task/6990/stat : 6990 (java) S 6976 6976 28892 0 -1 1077944384 3136 0 0 0 60 0 0 0 20 0 15 0 117985724 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864047537008 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6991] ppid=6976 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6991/stat : 6991 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864046484448 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6992] ppid=6976 vsize=13980732 memory=2873328 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6992/stat : 6992 (java) S 6976 6976 28892 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 117985729 14316269568 721888 18446744073709551615 4194304 4196468 140726375732384 139864045431216 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
Current children cumulated CPU time: 26.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2888932 KiB

[startup+20.4009 s]
/proc/loadavg: 2.23 2.02 1.95 3/211 6992
/proc/meminfo: memFree=27509832/32770624 swapFree=67108860/67108860
[pid=6976] ppid=6973 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6976/stat : 6976 (xcsp3-exec) S 6973 6976 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117985710 9740288 345 18446744073709551615 4194304 5098028 140730994678464 140730994676568 140180212212348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 7663616 140730994684281 140730994684485 140730994684485 140730994687979 0
/proc/6976/statm: 2378 345 289 221 0 87 0
[pid=6978] ppid=6976 vsize=13980732 memory=2887676 CPUtime=27.23 cores=0,2,4,6
/proc/6978/stat : 6978 (java) S 6976 6976 28892 0 -1 1077944320 54458 0 0 0 2563 160 0 0 20 0 15 0 117985718 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 140726375714928 139865137721079 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
/proc/6978/statm: 3495183 721919 3239 1 0 3483476 0
[pid=6978/tid=6979] ppid=6976 vsize=13980732 memory=1204 CPUtime=18.81 cores=0,2,4,6
/proc/6978/task/6979/stat : 6979 (java) R 6976 6976 28892 0 -1 4202560 13239 0 0 0 1852 29 0 0 20 0 15 0 117985719 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139865141959648 139864761016617 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6980] ppid=6976 vsize=13980732 memory=1000 CPUtime=1.25 cores=0,2,4,6
/proc/6978/task/6980/stat : 6980 (java) S 6976 6976 28892 0 -1 1077944384 6146 0 0 0 94 31 0 0 20 0 15 0 117985719 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139865079667600 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6981] ppid=6976 vsize=13980732 memory=1380 CPUtime=1.24 cores=0,2,4,6
/proc/6978/task/6981/stat : 6981 (java) S 6976 6976 28892 0 -1 1077944384 6420 0 0 0 93 31 0 0 20 0 15 0 117985719 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139865078614800 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6982] ppid=6976 vsize=13980732 memory=2887552 CPUtime=1.25 cores=0,2,4,6
/proc/6978/task/6982/stat : 6982 (java) S 6976 6976 28892 0 -1 1077944384 6525 0 0 0 94 31 0 0 20 0 15 0 117985719 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139865077562512 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6983] ppid=6976 vsize=13980732 memory=4612 CPUtime=1.25 cores=0,2,4,6
/proc/6978/task/6983/stat : 6983 (java) S 6976 6976 28892 0 -1 1077944384 6420 0 0 0 94 31 0 0 20 0 15 0 117985719 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139865076509712 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6984] ppid=6976 vsize=13980732 memory=1708 CPUtime=0.14 cores=0,2,4,6
/proc/6978/task/6984/stat : 6984 (java) S 6976 6976 28892 0 -1 1077944384 3372 0 0 0 14 0 0 0 20 0 15 0 117985721 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139864053852272 139865137732226 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6985] ppid=6976 vsize=13980732 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6985/stat : 6985 (java) S 6976 6976 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117985721 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139864052798240 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6986] ppid=6976 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6986/stat : 6986 (java) S 6976 6976 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117985721 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139864051745904 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6987] ppid=6976 vsize=13980732 memory=12216 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6987/stat : 6987 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139864050694224 139865137739675 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6988] ppid=6976 vsize=13980732 memory=1992 CPUtime=1.16 cores=0,2,4,6
/proc/6978/task/6988/stat : 6988 (java) S 6976 6976 28892 0 -1 1077944384 3974 0 0 0 116 0 0 0 20 0 15 0 117985724 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139864049642096 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6989] ppid=6976 vsize=13980732 memory=1204 CPUtime=1.42 cores=0,2,4,6
/proc/6978/task/6989/stat : 6989 (java) S 6976 6976 28892 0 -1 1077944384 3897 0 0 0 141 1 0 0 20 0 15 0 117985724 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139864048589296 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6990] ppid=6976 vsize=13980732 memory=1000 CPUtime=0.6 cores=0,2,4,6
/proc/6978/task/6990/stat : 6990 (java) S 6976 6976 28892 0 -1 1077944384 3142 0 0 0 60 0 0 0 20 0 15 0 117985724 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139864047537008 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6991] ppid=6976 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6991/stat : 6991 (java) S 6976 6976 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117985724 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139864046484448 139865137731285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
[pid=6978/tid=6992] ppid=6976 vsize=13980732 memory=11156 CPUtime=0 cores=0,2,4,6
/proc/6978/task/6992/stat : 6992 (java) S 6976 6976 28892 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 117985729 14316269568 721919 18446744073709551615 4194304 4196468 140726375732384 139864045431216 139865137732226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 22089728 140726375735729 140726375735905 140726375735905 140726375739343 0
Current children cumulated CPU time: 27.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2889056 KiB

Child status: 0
Real time (s): 20.4253
CPU time (s): 27.2705
CPU user time (s): 25.6414
CPU system time (s): 1.62904
CPU usage (%): 133.513
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2889056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.6414
system time used= 1.62904
maximum resident set size= 2887676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55040
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= 3764
involuntary context switches= 101


# summary of solver processes directly reported to runsolver:
#   pid: 6976
#   total CPU time (s): 27.2705
#   total CPU user time (s): 25.6414
#   total CPU system time (s): 1.62904

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.144244 second user time and 0.24585 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 17:37:55
IDJOB=4282603
IDBENCH=138527
IDSOLVER=2677
FILE ID=node127/4282603-1503157927
RUNJOBID= node127-1503095799-28950
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-e0ddr2-7.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-4282603-1503157927/watcher-4282603-1503157927 -o /tmp/evaluation-result-4282603-1503157927/solver-4282603-1503157927 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 424958384 HOME/instance-4282603-1503157927.xml

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

MD5SUM BENCH= 0bf2c77c9eab7953e0f8d897649e2359
RANDOM SEED=424958384

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30389888 kB
MemAvailable:   31228768 kB
Buffers:          299452 kB
Cached:           841128 kB
SwapCached:            0 kB
Active:          1555508 kB
Inactive:         375316 kB
Active(anon):     740840 kB
Inactive(anon):    99188 kB
Active(file):     814668 kB
Inactive(file):   276128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7804 kB
Writeback:             0 kB
AnonPages:        790512 kB
Mapped:            73772 kB
Shmem:             49828 kB
Slab:             154372 kB
SReclaimable:     127840 kB
SUnreclaim:        26532 kB
KernelStack:        3424 kB
PageTables:         6644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1750840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    727040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-19 17:38:16