Trace number 4269753

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-09)SAT 149.987 84.675797

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0090-int.xml
MD5SUM736de82f791153c97c8888e5ab3f097d
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 benchmark10.1166
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints16020
Number of domains1
Minimum domain size89
Maximum domain size89
Distribution of domain sizes[{"size":89,"count":90}]
Minimum variable degree356
Maximum variable degree356
Distribution of variable degrees[{"degree":356,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":16020}]
Number of extensional constraints0
Number of intensional constraints16020
Distribution of constraint types[{"type":"intension","count":16020}]
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-4269753-1502791448.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4269753-1502791448.xml, -tl, 2520s, -p, 1, -x, 0]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
146.78/82.53	c solve instance...
149.89/84.63	s SATISFIABLE
149.89/84.63	v <instantiation>
149.89/84.63	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] </list>
149.89/84.63	v 	<values>3 15 3 22 1 2 0 6 3 5 6 8 6 0 18 10 10 1 9 8 52 3 3 0 9 4 5 10 20 3 3 0 19 21 1 15 1 2 2 3 1 13 2 16 11 5 13 10 2 7 2 13 3 1 9 20 13 0 6 23 16 8 23 6 4 5 0 4 13 17 0 4 7 5 38 15 23 3 0 0 5 1 1 15 9 12 13 29 11 2 </values>
149.89/84.63	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 (15085 MiB free)
  memory of node 1: 16384 MiB (15576 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269753-1502791448/watcher-4269753-1502791448 -o /tmp/evaluation-result-4269753-1502791448/solver-4269753-1502791448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 409307167 HOME/instance-4269753-1502791448.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6260, runsolver pid=6257
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 1.96 1.95 2.00 3/202 6267
/proc/meminfo: memFree=31392068/32770624 swapFree=67108860/67108860
[pid=6260] ppid=6257 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6260/stat : 6260 (xcsp3-exec) S 6257 6260 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 67485436 9740288 345 18446744073709551615 4194304 5098028 140721163042848 140721163040952 140273785234044 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 40558592 140721163047289 140721163047493 140721163047493 140721163050987 0
/proc/6260/statm: 2378 345 289 221 0 87 0
[pid=6262] ppid=6260 vsize=13441356 memory=15424 CPUtime=0.01 cores=1,3,5,7
/proc/6262/stat : 6262 (java) S 6260 6260 11586 0 -1 1077944320 3616 0 0 0 1 0 0 0 20 0 7 0 67485444 13763948544 3856 18446744073709551615 4194304 4196468 140720813271920 140720813254464 139790833557239 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
/proc/6262/statm: 3360339 3856 1962 1 0 3349836 0
[pid=6262/tid=6263] ppid=6260 vsize=13441356 memory=1404226546251833994 CPUtime=0.01 cores=1,3,5,7
/proc/6262/task/6263/stat : 6263 (java) R 6260 6260 11586 0 -1 4202560 2455 0 0 0 1 0 0 0 20 0 7 0 67485444 13763948544 3922 18446744073709551615 4194304 4196468 140720813271920 139790837799696 139790816544400 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6264] ppid=6260 vsize=13441356 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6264/stat : 6264 (java) S 6260 6260 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 67485445 13763948544 3922 18446744073709551615 4194304 4196468 140720813271920 139790790523280 139790833567445 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6265] ppid=6260 vsize=13441356 memory=140459833083520 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6265/stat : 6265 (java) S 6260 6260 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 67485445 13763948544 3922 18446744073709551615 4194304 4196468 140720813271920 139790789470480 139790833567445 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6266] ppid=6260 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6266/stat : 6266 (java) S 6260 6260 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 67485445 13763948544 3922 18446744073709551615 4194304 4196468 140720813271920 139790788418192 139790833567445 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6267] ppid=6260 vsize=13441356 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6267/stat : 6267 (java) S 6260 6260 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 67485445 13763948544 3922 18446744073709551615 4194304 4196468 140720813271920 139790787365392 139790833567445 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6268] ppid=6260 vsize=13441356 memory=140459833083520 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6268/stat : 6268 (java) S 6260 6260 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 67485446 13763948544 3922 18446744073709551615 4194304 4196468 140720813271920 139790311737968 139790833568386 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 16804 KiB

[startup+0.20984 s]*
/proc/loadavg: 1.96 1.95 2.00 3/211 6276
/proc/meminfo: memFree=31383872/32770624 swapFree=67108860/67108860
[pid=6260] ppid=6257 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6260/stat : 6260 (xcsp3-exec) S 6257 6260 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 67485436 9740288 345 18446744073709551615 4194304 5098028 140721163042848 140721163040952 140273785234044 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 40558592 140721163047289 140721163047493 140721163047493 140721163050987 0
/proc/6260/statm: 2378 345 289 221 0 87 0
[pid=6262] ppid=6260 vsize=13974352 memory=27440 CPUtime=0.09 cores=1,3,5,7
/proc/6262/stat : 6262 (java) S 6260 6260 11586 0 -1 1077944320 5259 0 0 0 8 1 0 0 20 0 15 0 67485444 14309736448 6796 18446744073709551615 4194304 4196468 140720813271920 140720813254464 139790833557239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
/proc/6262/statm: 3493588 6860 2753 1 0 3482964 0
[pid=6262/tid=6263] ppid=6260 vsize=13974352 memory=7022364594140610616 CPUtime=0.07 cores=1,3,5,7
/proc/6262/task/6263/stat : 6263 (java) R 6260 6260 11586 0 -1 4202560 3403 0 0 0 7 0 0 0 20 0 15 0 67485444 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790837782928 139790833579165 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6264] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6264/stat : 6264 (java) S 6260 6260 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67485445 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790790523280 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6265] ppid=6260 vsize=13974352 memory=15963747339781784 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6265/stat : 6265 (java) S 6260 6260 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67485445 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790789470480 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6266] ppid=6260 vsize=13974352 memory=140459833083520 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6266/stat : 6266 (java) S 6260 6260 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67485445 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790788418192 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6267] ppid=6260 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6267/stat : 6267 (java) S 6260 6260 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67485445 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790787365392 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6268] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6268/stat : 6268 (java) S 6260 6260 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67485446 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790311737968 139790833568386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6269] ppid=6260 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6269/stat : 6269 (java) S 6260 6260 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67485447 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790310683936 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6270] ppid=6260 vsize=13974352 memory=140459833083520 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6270/stat : 6270 (java) S 6260 6260 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67485447 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790309631600 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6271] ppid=6260 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6271/stat : 6271 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790308579920 139790833575835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6272] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6272/stat : 6272 (java) S 6260 6260 11586 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 67485450 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790307526768 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6273] ppid=6260 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6273/stat : 6273 (java) S 6260 6260 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67485450 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790306473968 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6274] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6274/stat : 6274 (java) R 6260 6260 11586 0 -1 4202560 246 0 0 0 0 0 0 0 20 0 15 0 67485450 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790305421680 139790833569174 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6275] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6275/stat : 6275 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790304369120 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6276] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6276/stat : 6276 (java) S 6260 6260 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67485455 14309736448 6860 18446744073709551615 4194304 4196468 140720813271920 139790303316912 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28820 KiB

[startup+0.310182 s]*
/proc/loadavg: 1.96 1.95 2.00 4/211 6276
/proc/meminfo: memFree=31370644/32770624 swapFree=67108860/67108860
[pid=6260] ppid=6257 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6260/stat : 6260 (xcsp3-exec) S 6257 6260 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 67485436 9740288 345 18446744073709551615 4194304 5098028 140721163042848 140721163040952 140273785234044 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 40558592 140721163047289 140721163047493 140721163047493 140721163050987 0
/proc/6260/statm: 2378 345 289 221 0 87 0
[pid=6262] ppid=6260 vsize=13974352 memory=36900 CPUtime=0.28 cores=1,3,5,7
/proc/6262/stat : 6262 (java) S 6260 6260 11586 0 -1 1077944320 8891 0 0 0 26 2 0 0 20 0 15 0 67485444 14309736448 9225 18446744073709551615 4194304 4196468 140720813271920 140720813254464 139790833557239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
/proc/6262/statm: 3493588 9225 2975 1 0 3482964 0
[pid=6262/tid=6263] ppid=6260 vsize=13974352 memory=6933928925625698159 CPUtime=0.17 cores=1,3,5,7
/proc/6262/task/6263/stat : 6263 (java) R 6260 6260 11586 0 -1 4202560 6094 0 0 0 16 1 0 0 20 0 15 0 67485444 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790837783744 139790826542478 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6264] ppid=6260 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6264/stat : 6264 (java) S 6260 6260 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67485445 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790790523280 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6265] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6265/stat : 6265 (java) S 6260 6260 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67485445 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790789470480 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6266] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6266/stat : 6266 (java) S 6260 6260 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67485445 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790788418192 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6267] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6267/stat : 6267 (java) S 6260 6260 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67485445 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790787365392 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6268] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6268/stat : 6268 (java) S 6260 6260 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67485446 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790311737968 139790833568386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6269] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6269/stat : 6269 (java) S 6260 6260 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67485447 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790310683936 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6270] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6270/stat : 6270 (java) S 6260 6260 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67485447 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790309631600 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6271] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6271/stat : 6271 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790308579920 139790833575835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6272] ppid=6260 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6262/task/6272/stat : 6272 (java) S 6260 6260 11586 0 -1 1077944384 581 0 0 0 2 0 0 0 20 0 15 0 67485450 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790307526768 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6273] ppid=6260 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6262/task/6273/stat : 6273 (java) S 6260 6260 11586 0 -1 1077944384 192 0 0 0 1 0 0 0 20 0 15 0 67485450 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790306473968 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6274] ppid=6260 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/6262/task/6274/stat : 6274 (java) R 6260 6260 11586 0 -1 4202560 727 0 0 0 6 0 0 0 20 0 15 0 67485450 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790305421680 139790812510628 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6275] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6275/stat : 6275 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790304369120 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6276] ppid=6260 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6276/stat : 6276 (java) S 6260 6260 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67485455 14309736448 9289 18446744073709551615 4194304 4196468 140720813271920 139790303316912 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38280 KiB

[startup+0.70175 s]
/proc/loadavg: 1.96 1.95 2.00 5/211 6276
/proc/meminfo: memFree=31351120/32770624 swapFree=67108860/67108860
[pid=6260] ppid=6257 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6260/stat : 6260 (xcsp3-exec) S 6257 6260 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 67485436 9740288 345 18446744073709551615 4194304 5098028 140721163042848 140721163040952 140273785234044 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 40558592 140721163047289 140721163047493 140721163047493 140721163050987 0
/proc/6260/statm: 2378 345 289 221 0 87 0
[pid=6262] ppid=6260 vsize=13978684 memory=86744 CPUtime=1.36 cores=1,3,5,7
/proc/6262/stat : 6262 (java) S 6260 6260 11586 0 -1 1077944320 13289 0 0 0 131 5 0 0 20 0 15 0 67485444 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 140720813254464 139790833557239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
/proc/6262/statm: 3494671 21686 3165 1 0 3482964 0
[pid=6262/tid=6263] ppid=6260 vsize=13978684 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/6262/task/6263/stat : 6263 (java) R 6260 6260 11586 0 -1 4202560 7827 0 0 0 52 3 0 0 20 0 15 0 67485444 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790837793792 139790465979699 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6264] ppid=6260 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6264/stat : 6264 (java) S 6260 6260 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67485445 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790790523280 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6265] ppid=6260 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6265/stat : 6265 (java) S 6260 6260 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67485445 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790789470480 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6266] ppid=6260 vsize=13978684 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6266/stat : 6266 (java) S 6260 6260 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67485445 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790788418192 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6267] ppid=6260 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6267/stat : 6267 (java) S 6260 6260 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67485445 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790787365392 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6268] ppid=6260 vsize=13978684 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6268/stat : 6268 (java) S 6260 6260 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67485446 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790311737968 139790833568386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6269] ppid=6260 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6269/stat : 6269 (java) S 6260 6260 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67485447 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790310683936 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6270] ppid=6260 vsize=13978684 memory=140459724776048 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6270/stat : 6270 (java) S 6260 6260 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67485447 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790309631600 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6271] ppid=6260 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6271/stat : 6271 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790308579920 139790833575835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6272] ppid=6260 vsize=13978684 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/6262/task/6272/stat : 6272 (java) R 6260 6260 11586 0 -1 4202560 1462 0 0 0 25 0 0 0 20 0 15 0 67485450 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790307519256 139790817057636 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6273] ppid=6260 vsize=13978684 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/6262/task/6273/stat : 6273 (java) R 6260 6260 11586 0 -1 4202560 1088 0 0 0 25 0 0 0 20 0 15 0 67485450 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790306454984 139790817043218 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6274] ppid=6260 vsize=13978684 memory=7809523229951467568 CPUtime=0.27 cores=1,3,5,7
/proc/6262/task/6274/stat : 6274 (java) S 6260 6260 11586 0 -1 1077944384 1604 0 0 0 27 0 0 0 20 0 15 0 67485450 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790305421680 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6275] ppid=6260 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6275/stat : 6275 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790304369120 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6276] ppid=6260 vsize=13978684 memory=-6511782102145834793 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6276/stat : 6276 (java) S 6260 6260 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67485455 14314172416 21686 18446744073709551615 4194304 4196468 140720813271920 139790303316912 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 88124 KiB

[startup+1.50084 s]
/proc/loadavg: 2.04 1.97 2.01 5/211 6276
/proc/meminfo: memFree=31237992/32770624 swapFree=67108860/67108860
[pid=6260] ppid=6257 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6260/stat : 6260 (xcsp3-exec) S 6257 6260 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 67485436 9740288 345 18446744073709551615 4194304 5098028 140721163042848 140721163040952 140273785234044 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 40558592 140721163047289 140721163047493 140721163047493 140721163050987 0
/proc/6260/statm: 2378 345 289 221 0 87 0
[pid=6262] ppid=6260 vsize=13980732 memory=201048 CPUtime=3.25 cores=1,3,5,7
/proc/6262/stat : 6262 (java) S 6260 6260 11586 0 -1 1077944320 19861 0 0 0 317 8 0 0 20 0 15 0 67485444 14316269568 50262 18446744073709551615 4194304 4196468 140720813271920 140720813254464 139790833557239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
/proc/6262/statm: 3495183 50262 3216 1 0 3483476 0
[pid=6262/tid=6263] ppid=6260 vsize=13980732 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/6262/task/6263/stat : 6263 (java) R 6260 6260 11586 0 -1 4202560 9150 0 0 0 129 4 0 0 20 0 15 0 67485444 14316269568 50262 18446744073709551615 4194304 4196468 140720813271920 139790837793000 139790469350267 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6264] ppid=6260 vsize=13980732 memory=-3621219715169225006 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6264/stat : 6264 (java) S 6260 6260 11586 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 67485445 14316269568 50262 18446744073709551615 4194304 4196468 140720813271920 139790790523280 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6265] ppid=6260 vsize=13980732 memory=-7751062316387021378 CPUtime=0.01 cores=1,3,5,7
/proc/6262/task/6265/stat : 6265 (java) S 6260 6260 11586 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 15 0 67485445 14316269568 50262 18446744073709551615 4194304 4196468 140720813271920 139790789470480 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6266] ppid=6260 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6262/task/6266/stat : 6266 (java) S 6260 6260 11586 0 -1 1077944384 173 0 0 0 1 0 0 0 20 0 15 0 67485445 14316269568 50262 18446744073709551615 4194304 4196468 140720813271920 139790788418192 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6267] ppid=6260 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6267/stat : 6267 (java) S 6260 6260 11586 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 15 0 67485445 14316269568 50262 18446744073709551615 4194304 4196468 140720813271920 139790787365392 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6268] ppid=6260 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6268/stat : 6268 (java) S 6260 6260 11586 0 -1 1077944384 319 0 0 0 0 0 0 0 20 0 15 0 67485446 14316269568 50262 18446744073709551615 4194304 4196468 140720813271920 139790311737968 139790833568386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6269] ppid=6260 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7

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

/proc/6260/stat : 6260 (xcsp3-exec) S 6257 6260 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 67485436 9740288 345 18446744073709551615 4194304 5098028 140721163042848 140721163040952 140273785234044 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 40558592 140721163047289 140721163047493 140721163047493 140721163050987 0
/proc/6260/statm: 2378 345 289 221 0 87 0
[pid=6262] ppid=6260 vsize=13980732 memory=9183492 CPUtime=148.05 cores=1,3,5,7
/proc/6262/stat : 6262 (java) S 6260 6260 11586 0 -1 1077944320 86531 0 0 0 14015 790 0 0 20 0 15 0 67485444 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 140720813254464 139790833557239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
/proc/6262/statm: 3495183 2295873 3256 1 0 3483476 0
[pid=6262/tid=6263] ppid=6260 vsize=13980732 memory=7970808 CPUtime=61.5 cores=1,3,5,7
/proc/6262/task/6263/stat : 6263 (java) R 6260 6260 11586 0 -1 4202560 13568 0 0 0 6141 9 0 0 20 0 15 0 67485444 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790837793648 139790471515335 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6264] ppid=6260 vsize=13980732 memory=1380 CPUtime=20.16 cores=1,3,5,7
/proc/6262/task/6264/stat : 6264 (java) S 6260 6260 11586 0 -1 1077944384 7619 0 0 0 1822 194 0 0 20 0 15 0 67485445 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790790523280 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6265] ppid=6260 vsize=13980732 memory=7804920 CPUtime=20.26 cores=1,3,5,7
/proc/6262/task/6265/stat : 6265 (java) S 6260 6260 11586 0 -1 1077944384 7478 0 0 0 1835 191 0 0 20 0 15 0 67485445 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790789470480 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6266] ppid=6260 vsize=13980732 memory=55 CPUtime=20.16 cores=1,3,5,7
/proc/6262/task/6266/stat : 6266 (java) S 6260 6260 11586 0 -1 1077944384 7110 0 0 0 1825 191 0 0 20 0 15 0 67485445 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790788418192 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6267] ppid=6260 vsize=13980732 memory=6656426216303648864 CPUtime=20.36 cores=1,3,5,7
/proc/6262/task/6267/stat : 6267 (java) S 6260 6260 11586 0 -1 1077944384 8099 0 0 0 1842 194 0 0 20 0 15 0 67485445 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790787365392 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6268] ppid=6260 vsize=13980732 memory=6944656592387989600 CPUtime=1.09 cores=1,3,5,7
/proc/6262/task/6268/stat : 6268 (java) S 6260 6260 11586 0 -1 1077944384 18806 0 0 0 107 2 0 0 20 0 15 0 67485446 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790311737968 139790833568386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6269] ppid=6260 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6269/stat : 6269 (java) S 6260 6260 11586 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 67485447 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790310684000 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6270] ppid=6260 vsize=13980732 memory=9183196 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6270/stat : 6270 (java) S 6260 6260 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 67485447 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790309631616 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6271] ppid=6260 vsize=13980732 memory=836 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6271/stat : 6271 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790308579920 139790833575835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6272] ppid=6260 vsize=13980732 memory=4068 CPUtime=2.15 cores=1,3,5,7
/proc/6262/task/6272/stat : 6272 (java) S 6260 6260 11586 0 -1 1077944384 10046 0 0 0 214 1 0 0 20 0 15 0 67485450 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790307526768 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6273] ppid=6260 vsize=13980732 memory=1156 CPUtime=1.68 cores=1,3,5,7
/proc/6262/task/6273/stat : 6273 (java) S 6260 6260 11586 0 -1 1077944384 8094 0 0 0 167 1 0 0 20 0 15 0 67485450 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790306473968 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6274] ppid=6260 vsize=13980732 memory=3108 CPUtime=0.56 cores=1,3,5,7
/proc/6262/task/6274/stat : 6274 (java) S 6260 6260 11586 0 -1 1077944384 4162 0 0 0 55 1 0 0 20 0 15 0 67485450 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790305421680 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6275] ppid=6260 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6275/stat : 6275 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790304369120 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6276] ppid=6260 vsize=13980732 memory=205948 CPUtime=0.03 cores=1,3,5,7
/proc/6262/task/6276/stat : 6276 (java) S 6260 6260 11586 0 -1 1077944384 173 0 0 0 1 2 0 0 20 0 15 0 67485455 14316269568 2295873 18446744073709551615 4194304 4196468 140720813271920 139790303316912 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
Current children cumulated CPU time: 148.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 9184872 KiB

[startup+84.0018 s]*
/proc/loadavg: 2.24 2.07 2.05 3/215 6293
/proc/meminfo: memFree=22178848/32770624 swapFree=67108860/67108860
[pid=6260] ppid=6257 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6260/stat : 6260 (xcsp3-exec) S 6257 6260 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 67485436 9740288 345 18446744073709551615 4194304 5098028 140721163042848 140721163040952 140273785234044 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 40558592 140721163047289 140721163047493 140721163047493 140721163050987 0
/proc/6260/statm: 2378 345 289 221 0 87 0
[pid=6262] ppid=6260 vsize=13980732 memory=9183496 CPUtime=149.02 cores=1,3,5,7
/proc/6262/stat : 6262 (java) S 6260 6260 11586 0 -1 1077944320 86630 0 0 0 14112 790 0 0 20 0 15 0 67485444 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 140720813254464 139790833557239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
/proc/6262/statm: 3495183 2295874 3256 1 0 3483476 0
[pid=6262/tid=6263] ppid=6260 vsize=13980732 memory=6933928925625698159 CPUtime=62.31 cores=1,3,5,7
/proc/6262/task/6263/stat : 6263 (java) R 6260 6260 11586 0 -1 4202560 13633 0 0 0 6222 9 0 0 20 0 15 0 67485444 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790837794032 139790467240936 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6264] ppid=6260 vsize=13980732 memory=4126316290023845779 CPUtime=20.16 cores=1,3,5,7
/proc/6262/task/6264/stat : 6264 (java) S 6260 6260 11586 0 -1 1077944384 7619 0 0 0 1822 194 0 0 20 0 15 0 67485445 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790790523280 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6265] ppid=6260 vsize=13980732 memory=3088 CPUtime=20.26 cores=1,3,5,7
/proc/6262/task/6265/stat : 6265 (java) S 6260 6260 11586 0 -1 1077944384 7478 0 0 0 1835 191 0 0 20 0 15 0 67485445 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790789470480 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6266] ppid=6260 vsize=13980732 memory=1376 CPUtime=20.16 cores=1,3,5,7
/proc/6262/task/6266/stat : 6266 (java) S 6260 6260 11586 0 -1 1077944384 7110 0 0 0 1825 191 0 0 20 0 15 0 67485445 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790788418192 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6267] ppid=6260 vsize=13980732 memory=205948 CPUtime=20.36 cores=1,3,5,7
/proc/6262/task/6267/stat : 6267 (java) S 6260 6260 11586 0 -1 1077944384 8099 0 0 0 1842 194 0 0 20 0 15 0 67485445 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790787365392 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6268] ppid=6260 vsize=13980732 memory=1152 CPUtime=1.09 cores=1,3,5,7
/proc/6262/task/6268/stat : 6268 (java) S 6260 6260 11586 0 -1 1077944384 18806 0 0 0 107 2 0 0 20 0 15 0 67485446 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790311737968 139790833568386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6269] ppid=6260 vsize=13980732 memory=2904 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6269/stat : 6269 (java) S 6260 6260 11586 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 67485447 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790310684000 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6270] ppid=6260 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6270/stat : 6270 (java) S 6260 6260 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 67485447 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790309631616 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6271] ppid=6260 vsize=13980732 memory=9182464 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6271/stat : 6271 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790308579920 139790833575835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6272] ppid=6260 vsize=13980732 memory=4116 CPUtime=2.26 cores=1,3,5,7
/proc/6262/task/6272/stat : 6272 (java) S 6260 6260 11586 0 -1 1077944384 10061 0 0 0 225 1 0 0 20 0 15 0 67485450 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790307526768 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6273] ppid=6260 vsize=13980732 memory=4080 CPUtime=1.71 cores=1,3,5,7
/proc/6262/task/6273/stat : 6273 (java) S 6260 6260 11586 0 -1 1077944384 8098 0 0 0 170 1 0 0 20 0 15 0 67485450 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790306473968 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6274] ppid=6260 vsize=13980732 memory=3472328296227679313 CPUtime=0.57 cores=1,3,5,7
/proc/6262/task/6274/stat : 6274 (java) S 6260 6260 11586 0 -1 1077944384 4181 0 0 0 56 1 0 0 20 0 15 0 67485450 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790305421680 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6275] ppid=6260 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6275/stat : 6275 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790304369120 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6276] ppid=6260 vsize=13980732 memory=163 CPUtime=0.03 cores=1,3,5,7
/proc/6262/task/6276/stat : 6276 (java) S 6260 6260 11586 0 -1 1077944384 173 0 0 0 1 2 0 0 20 0 15 0 67485455 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790303316912 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
Current children cumulated CPU time: 149.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 9184876 KiB

[startup+84.4008 s]
/proc/loadavg: 2.24 2.07 2.05 3/215 6293
/proc/meminfo: memFree=22178848/32770624 swapFree=67108860/67108860
[pid=6260] ppid=6257 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6260/stat : 6260 (xcsp3-exec) S 6257 6260 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 67485436 9740288 345 18446744073709551615 4194304 5098028 140721163042848 140721163040952 140273785234044 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 40558592 140721163047289 140721163047493 140721163047493 140721163050987 0
/proc/6260/statm: 2378 345 289 221 0 87 0
[pid=6262] ppid=6260 vsize=13980732 memory=9183496 CPUtime=149.42 cores=1,3,5,7
/proc/6262/stat : 6262 (java) S 6260 6260 11586 0 -1 1077944320 86710 0 0 0 14152 790 0 0 20 0 15 0 67485444 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 140720813254464 139790833557239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
/proc/6262/statm: 3495183 2295874 3256 1 0 3483476 0
[pid=6262/tid=6263] ppid=6260 vsize=13980732 memory=7680170660397595203 CPUtime=62.7 cores=1,3,5,7
/proc/6262/task/6263/stat : 6263 (java) R 6260 6260 11586 0 -1 4202560 13704 0 0 0 6261 9 0 0 20 0 15 0 67485444 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790837794288 139790471393668 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6264] ppid=6260 vsize=13980732 memory=9992 CPUtime=20.16 cores=1,3,5,7
/proc/6262/task/6264/stat : 6264 (java) S 6260 6260 11586 0 -1 1077944384 7619 0 0 0 1822 194 0 0 20 0 15 0 67485445 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790790523280 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6265] ppid=6260 vsize=13980732 memory=1716 CPUtime=20.26 cores=1,3,5,7
/proc/6262/task/6265/stat : 6265 (java) S 6260 6260 11586 0 -1 1077944384 7478 0 0 0 1835 191 0 0 20 0 15 0 67485445 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790789470480 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6266] ppid=6260 vsize=13980732 memory=1008 CPUtime=20.16 cores=1,3,5,7
/proc/6262/task/6266/stat : 6266 (java) S 6260 6260 11586 0 -1 1077944384 7110 0 0 0 1825 191 0 0 20 0 15 0 67485445 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790788418192 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6267] ppid=6260 vsize=13980732 memory=1232 CPUtime=20.36 cores=1,3,5,7
/proc/6262/task/6267/stat : 6267 (java) S 6260 6260 11586 0 -1 1077944384 8099 0 0 0 1842 194 0 0 20 0 15 0 67485445 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790787365392 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6268] ppid=6260 vsize=13980732 memory=8964 CPUtime=1.09 cores=1,3,5,7
/proc/6262/task/6268/stat : 6268 (java) S 6260 6260 11586 0 -1 1077944384 18806 0 0 0 107 2 0 0 20 0 15 0 67485446 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790311737968 139790833568386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6269] ppid=6260 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6269/stat : 6269 (java) S 6260 6260 11586 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 67485447 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790310684000 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6270] ppid=6260 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6270/stat : 6270 (java) S 6260 6260 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 67485447 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790309631616 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6271] ppid=6260 vsize=13980732 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6271/stat : 6271 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790308579920 139790833575835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6272] ppid=6260 vsize=13980732 memory=15880 CPUtime=2.27 cores=1,3,5,7
/proc/6262/task/6272/stat : 6272 (java) S 6260 6260 11586 0 -1 1077944384 10061 0 0 0 226 1 0 0 20 0 15 0 67485450 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790307526768 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6273] ppid=6260 vsize=13980732 memory=16240 CPUtime=1.72 cores=1,3,5,7
/proc/6262/task/6273/stat : 6273 (java) S 6260 6260 11586 0 -1 1077944384 8098 0 0 0 171 1 0 0 20 0 15 0 67485450 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790306473968 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6274] ppid=6260 vsize=13980732 memory=21416 CPUtime=0.57 cores=1,3,5,7
/proc/6262/task/6274/stat : 6274 (java) S 6260 6260 11586 0 -1 1077944384 4186 0 0 0 56 1 0 0 20 0 15 0 67485450 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790305421680 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6275] ppid=6260 vsize=13980732 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6275/stat : 6275 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790304369120 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6276] ppid=6260 vsize=13980732 memory=644 CPUtime=0.03 cores=1,3,5,7
/proc/6262/task/6276/stat : 6276 (java) S 6260 6260 11586 0 -1 1077944384 173 0 0 0 1 2 0 0 20 0 15 0 67485455 14316269568 2295874 18446744073709551615 4194304 4196468 140720813271920 139790303316912 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
Current children cumulated CPU time: 149.42 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 9184876 KiB

[startup+84.6008 s]
/proc/loadavg: 2.24 2.07 2.05 3/215 6293
/proc/meminfo: memFree=22178848/32770624 swapFree=67108860/67108860
[pid=6260] ppid=6257 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/6260/stat : 6260 (xcsp3-exec) S 6257 6260 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 67485436 9740288 345 18446744073709551615 4194304 5098028 140721163042848 140721163040952 140273785234044 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 40558592 140721163047289 140721163047493 140721163047493 140721163050987 0
/proc/6260/statm: 2378 345 289 221 0 87 0
[pid=6262] ppid=6260 vsize=13980732 memory=9183560 CPUtime=149.89 cores=1,3,5,7
/proc/6262/stat : 6262 (java) S 6260 6260 11586 0 -1 1077944320 86954 0 0 0 14199 790 0 0 20 0 15 0 67485444 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 140720813254464 139790833557239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
/proc/6262/statm: 3495183 2295890 3257 1 0 3483476 0
[pid=6262/tid=6263] ppid=6260 vsize=13980732 memory=2026 CPUtime=62.9 cores=1,3,5,7
/proc/6262/task/6263/stat : 6263 (java) R 6260 6260 11586 0 -1 4202560 13736 0 0 0 6281 9 0 0 20 0 15 0 67485444 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790837794288 139790467563206 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6264] ppid=6260 vsize=13980732 memory=2016 CPUtime=20.16 cores=1,3,5,7
/proc/6262/task/6264/stat : 6264 (java) S 6260 6260 11586 0 -1 1077944384 7619 0 0 0 1822 194 0 0 20 0 15 0 67485445 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790790523280 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6265] ppid=6260 vsize=13980732 memory=2036 CPUtime=20.26 cores=1,3,5,7
/proc/6262/task/6265/stat : 6265 (java) S 6260 6260 11586 0 -1 1077944384 7478 0 0 0 1835 191 0 0 20 0 15 0 67485445 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790789470480 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6266] ppid=6260 vsize=13980732 memory=109 CPUtime=20.16 cores=1,3,5,7
/proc/6262/task/6266/stat : 6266 (java) S 6260 6260 11586 0 -1 1077944384 7110 0 0 0 1825 191 0 0 20 0 15 0 67485445 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790788418192 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6267] ppid=6260 vsize=13980732 memory=0 CPUtime=20.36 cores=1,3,5,7
/proc/6262/task/6267/stat : 6267 (java) S 6260 6260 11586 0 -1 1077944384 8099 0 0 0 1842 194 0 0 20 0 15 0 67485445 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790787365392 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6268] ppid=6260 vsize=13980732 memory=0 CPUtime=1.09 cores=1,3,5,7
/proc/6262/task/6268/stat : 6268 (java) S 6260 6260 11586 0 -1 1077944384 18806 0 0 0 107 2 0 0 20 0 15 0 67485446 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790311737968 139790833568386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6269] ppid=6260 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6269/stat : 6269 (java) S 6260 6260 11586 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 67485447 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790310684000 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6270] ppid=6260 vsize=13980732 memory=187 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6270/stat : 6270 (java) S 6260 6260 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 67485447 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790309631616 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6271] ppid=6260 vsize=13980732 memory=145 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6271/stat : 6271 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790308579920 139790833575835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6272] ppid=6260 vsize=13980732 memory=50 CPUtime=2.39 cores=1,3,5,7
/proc/6262/task/6272/stat : 6272 (java) S 6260 6260 11586 0 -1 1077944384 10065 0 0 0 238 1 0 0 20 0 15 0 67485450 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790307526768 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6273] ppid=6260 vsize=13980732 memory=0 CPUtime=1.86 cores=1,3,5,7
/proc/6262/task/6273/stat : 6273 (java) S 6260 6260 11586 0 -1 1077944384 8304 0 0 0 185 1 0 0 20 0 15 0 67485450 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790306473968 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6274] ppid=6260 vsize=13980732 memory=3 CPUtime=0.59 cores=1,3,5,7
/proc/6262/task/6274/stat : 6274 (java) S 6260 6260 11586 0 -1 1077944384 4188 0 0 0 58 1 0 0 20 0 15 0 67485450 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790305421680 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6275] ppid=6260 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6262/task/6275/stat : 6275 (java) S 6260 6260 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67485450 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790304369120 139790833567445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
[pid=6262/tid=6276] ppid=6260 vsize=13980732 memory=3 CPUtime=0.03 cores=1,3,5,7
/proc/6262/task/6276/stat : 6276 (java) S 6260 6260 11586 0 -1 1077944384 173 0 0 0 1 2 0 0 20 0 15 0 67485455 14316269568 2295890 18446744073709551615 4194304 4196468 140720813271920 139790303316912 139790833568386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19636224 140720813273521 140720813273697 140720813273697 140720813277135 0
Current children cumulated CPU time: 149.89 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 9184940 KiB

Child status: 0
Real time (s): 84.6758
CPU time (s): 149.987
CPU user time (s): 142.04
CPU system time (s): 7.94661
CPU usage (%): 177.131
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 9184940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.04
system time used= 7.94661
maximum resident set size= 9184048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87534
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5200
involuntary context switches= 921


# summary of solver processes directly reported to runsolver:
#   pid: 6260
#   total CPU time (s): 149.987
#   total CPU user time (s): 142.04
#   total CPU system time (s): 7.94661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.513926 second user time and 0.894136 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-15 11:49:52
IDJOB=4269753
IDBENCH=126926
IDSOLVER=2660
FILE ID=node124/4269753-1502791448
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0090-int.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-4269753-1502791448/watcher-4269753-1502791448 -o /tmp/evaluation-result-4269753-1502791448/solver-4269753-1502791448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 409307167 HOME/instance-4269753-1502791448.xml

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

MD5SUM BENCH= 736de82f791153c97c8888e5ab3f097d
RANDOM SEED=409307167

node124.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.51
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.51
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.51
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.51
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:        31397996 kB
MemAvailable:   31816400 kB
Buffers:          237648 kB
Cached:           468332 kB
SwapCached:            0 kB
Active:           637880 kB
Inactive:         288768 kB
Active(anon):     172660 kB
Inactive(anon):    81948 kB
Active(file):     465220 kB
Inactive(file):   206820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8204 kB
Writeback:             0 kB
AnonPages:        257452 kB
Mapped:            59196 kB
Shmem:             33512 kB
Slab:             151832 kB
SReclaimable:     124396 kB
SUnreclaim:        27436 kB
KernelStack:        3744 kB
PageTables:         5408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1273624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-15 11:51:16