Trace number 4283411

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)OPT1149 7.7236199 3.10339

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr20b.xml
MD5SUM260fd80204e0f144bd4a5efeedc28067
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1149
Best CPU time to get the best result obtained on this benchmark3.40681
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints20
Number of domains2
Minimum domain size10
Maximum domain size20
Distribution of domain sizes[{"size":10,"count":19},{"size":20,"count":20}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":381},{"degree":2,"count":21},{"degree":3,"count":18}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":19},{"arity":20,"count":1}]
Number of extensional constraints19
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":19},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283411-1503191228.xml"  -tl '2520s' -p 1 -x 3
0.05/0.29	c [HOME/instance-4283411-1503191228.xml, -tl, 2520s, -p, 1, -x, 3]
0.24/0.36	c simple solver
0.41/0.42	c parse instance...
0.85/0.63	c solve instance...
2.18/1.05	o 1735 
2.18/1.07	o 1553 
2.18/1.08	o 1519 
3.07/1.36	o 1517 
3.07/1.36	o 1335 
3.07/1.38	o 1295 
5.84/2.22	o 1256 
5.84/2.22	o 1238 
6.17/2.33	o 1217 
6.63/2.57	o 1149 
7.61/3.09	s OPTIMUM FOUND
7.61/3.09	v <instantiation>
7.61/3.09	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] d[0][1] d[0][2] d[1][3] d[2][4] d[3][5] d[4][6] d[5][7] d[6][8] d[7][9] d[8][10] d[9][11] d[10][12] d[11][13] d[12][14] d[13][15] d[14][16] d[15][17] d[16][18] d[17][19] </list>
7.61/3.09	v 	<values>19 2 8 6 0 11 15 5 7 13 9 3 4 12 16 1 17 10 18 14 1 1 1 1 1 2 1 1 1 1 1 4 1 1 1 1 1 1 2 </values>
7.61/3.09	v </instantiation>

Verifier Data

OK	1149

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 (14944 MiB free)
  memory of node 1: 16384 MiB (15034 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283411-1503191228/watcher-4283411-1503191228 -o /tmp/evaluation-result-4283411-1503191228/solver-4283411-1503191228 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9102 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 66289928 HOME/instance-4283411-1503191228.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=12344, runsolver pid=12341
Current StackSize limit: 8192 KiB


[startup+0.100146 s]*
/proc/loadavg: 1.72 1.63 1.69 2/196 12345
/proc/meminfo: memFree=30698008/32770624 swapFree=67108860/67108860
[pid=12344] ppid=12341 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12344/stat : 12344 (xcsp3-exec) S 12341 12344 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121315827 9740288 345 18446744073709551615 4194304 5098028 140728116242880 140728116240984 139730912010876 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 21508096 140728116244858 140728116245061 140728116245061 140728116248555 0
/proc/12344/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209288 s]*
/proc/loadavg: 1.72 1.63 1.69 2/210 12359
/proc/meminfo: memFree=30686308/32770624 swapFree=67108860/67108860
[pid=12344] ppid=12341 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12344/stat : 12344 (xcsp3-exec) S 12341 12344 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121315827 9740288 345 18446744073709551615 4194304 5098028 140728116242880 140728116240984 139730912010876 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 21508096 140728116244858 140728116245061 140728116245061 140728116248555 0
/proc/12344/statm: 2378 345 289 221 0 87 0
[pid=12346] ppid=12344 vsize=13973868 memory=21992 CPUtime=0.05 cores=0,2,4,6
/proc/12346/stat : 12346 (java) S 12344 12344 28892 0 -1 1077944320 4933 0 0 0 5 0 0 0 20 0 15 0 121315838 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 140726092319168 139842781019895 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
/proc/12346/statm: 3493467 5498 2579 1 0 3482964 0
[pid=12346/tid=12347] ppid=12344 vsize=13973868 memory=7311146985107750967 CPUtime=0.05 cores=0,2,4,6
/proc/12346/task/12347/stat : 12347 (java) R 12344 12344 28892 0 -1 4202560 3104 0 0 0 5 0 0 0 20 0 15 0 121315838 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842785250800 139842781041821 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12348] ppid=12344 vsize=13973868 memory=13729 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12348/stat : 12348 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842737986448 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12349] ppid=12344 vsize=13973868 memory=3545652776290522784 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12349/stat : 12349 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842736933648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12350] ppid=12344 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12350/stat : 12350 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842735881360 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12351] ppid=12344 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12351/stat : 12351 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842734828560 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12352] ppid=12344 vsize=13973868 memory=139878002628224 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12352/stat : 12352 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315840 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842326780016 139842781031042 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12353] ppid=12344 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12353/stat : 12353 (java) S 12344 12344 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121315841 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842325725984 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12354] ppid=12344 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12354/stat : 12354 (java) S 12344 12344 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121315841 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842324673648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12355] ppid=12344 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12355/stat : 12355 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315843 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842256103504 139842781038491 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12356] ppid=12344 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12356/stat : 12356 (java) S 12344 12344 28892 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 121315843 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842255051376 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12357] ppid=12344 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12357/stat : 12357 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315843 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842253998576 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12358] ppid=12344 vsize=13973868 memory=139878002628224 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12358/stat : 12358 (java) S 12344 12344 28892 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 121315843 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842252946288 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12359] ppid=12344 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12359/stat : 12359 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315844 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842251893728 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12360] ppid=12344 vsize=13973868 memory=139878002628224 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12360/stat : 12360 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315849 14309240832 5498 18446744073709551615 4194304 4196468 140726092336624 139842250840496 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13983380 KiB
Current children cumulated memory: 23372 KiB

[startup+0.31033 s]*
/proc/loadavg: 1.72 1.63 1.69 3/211 12360
/proc/meminfo: memFree=30674464/32770624 swapFree=67108860/67108860
[pid=12344] ppid=12341 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12344/stat : 12344 (xcsp3-exec) S 12341 12344 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121315827 9740288 345 18446744073709551615 4194304 5098028 140728116242880 140728116240984 139730912010876 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 21508096 140728116244858 140728116245061 140728116245061 140728116248555 0
/proc/12344/statm: 2378 345 289 221 0 87 0
[pid=12346] ppid=12344 vsize=13974352 memory=36424 CPUtime=0.24 cores=0,2,4,6
/proc/12346/stat : 12346 (java) S 12344 12344 28892 0 -1 1077944320 8612 0 0 0 21 3 0 0 20 0 15 0 121315838 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 140726092319168 139842781019895 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
/proc/12346/statm: 3493588 9106 2984 1 0 3482964 0
[pid=12346/tid=12347] ppid=12344 vsize=13974352 memory=-7677926825137650786 CPUtime=0.15 cores=0,2,4,6
/proc/12346/task/12347/stat : 12347 (java) R 12344 12344 28892 0 -1 4202560 5959 0 0 0 13 2 0 0 20 0 15 0 121315838 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842785242272 139842781031830 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12348] ppid=12344 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12348/stat : 12348 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842737986448 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12349] ppid=12344 vsize=13974352 memory=139878002628224 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12349/stat : 12349 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842736933648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12350] ppid=12344 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12350/stat : 12350 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842735881360 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12351] ppid=12344 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12351/stat : 12351 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842734828560 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12352] ppid=12344 vsize=13974352 memory=139878002628224 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12352/stat : 12352 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315840 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842326780016 139842781031042 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12353] ppid=12344 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12353/stat : 12353 (java) S 12344 12344 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121315841 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842325725984 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12354] ppid=12344 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12354/stat : 12354 (java) S 12344 12344 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121315841 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842324673648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12355] ppid=12344 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12355/stat : 12355 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315843 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842256103504 139842781038491 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12356] ppid=12344 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/12346/task/12356/stat : 12356 (java) S 12344 12344 28892 0 -1 1077944384 398 0 0 0 1 0 0 0 20 0 15 0 121315843 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842255051376 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12357] ppid=12344 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/12346/task/12357/stat : 12357 (java) S 12344 12344 28892 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 121315843 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842253998576 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12358] ppid=12344 vsize=13974352 memory=139878002628224 CPUtime=0.05 cores=0,2,4,6
/proc/12346/task/12358/stat : 12358 (java) S 12344 12344 28892 0 -1 1077944384 674 0 0 0 5 0 0 0 20 0 15 0 121315843 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842252946288 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12359] ppid=12344 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12359/stat : 12359 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315844 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842251893728 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12360] ppid=12344 vsize=13974352 memory=139878002628224 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12360/stat : 12360 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315849 14309736448 9106 18446744073709551615 4194304 4196468 140726092336624 139842250840496 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37804 KiB

[startup+0.701504 s]
/proc/loadavg: 1.72 1.63 1.69 5/211 12360
/proc/meminfo: memFree=30662608/32770624 swapFree=67108860/67108860
[pid=12344] ppid=12341 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12344/stat : 12344 (xcsp3-exec) S 12341 12344 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121315827 9740288 345 18446744073709551615 4194304 5098028 140728116242880 140728116240984 139730912010876 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 21508096 140728116244858 140728116245061 140728116245061 140728116248555 0
/proc/12344/statm: 2378 345 289 221 0 87 0
[pid=12346] ppid=12344 vsize=13980732 memory=61092 CPUtime=1.13 cores=0,2,4,6
/proc/12346/stat : 12346 (java) S 12344 12344 28892 0 -1 1077944320 12872 0 0 0 108 5 0 0 20 0 15 0 121315838 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 140726092319168 139842781019895 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
/proc/12346/statm: 3495183 15273 3177 1 0 3483476 0
[pid=12346/tid=12347] ppid=12344 vsize=13980732 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/12346/task/12347/stat : 12347 (java) R 12344 12344 28892 0 -1 4202560 8591 0 0 0 49 3 0 0 20 0 15 0 121315838 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842785255856 139842781031830 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12348] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12348/stat : 12348 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842737986448 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12349] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12349/stat : 12349 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842736933648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12350] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12350/stat : 12350 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842735881360 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12351] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12351/stat : 12351 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842734828560 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12352] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12352/stat : 12352 (java) S 12344 12344 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 121315840 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842326780016 139842781031042 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12353] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12353/stat : 12353 (java) S 12344 12344 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121315841 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842325725984 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12354] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12354/stat : 12354 (java) S 12344 12344 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121315841 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842324673648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12355] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12355/stat : 12355 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315843 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842256103504 139842781038491 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12356] ppid=12344 vsize=13980732 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/12346/task/12356/stat : 12356 (java) R 12344 12344 28892 0 -1 4202560 948 0 0 0 17 0 0 0 20 0 15 0 121315843 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842255032392 139842764520101 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12357] ppid=12344 vsize=13980732 memory=3908 CPUtime=0.16 cores=0,2,4,6
/proc/12346/task/12357/stat : 12357 (java) S 12344 12344 28892 0 -1 1077944384 767 0 0 0 16 0 0 0 20 0 15 0 121315843 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842253998576 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12358] ppid=12344 vsize=13980732 memory=-7677926825137650786 CPUtime=0.24 cores=0,2,4,6
/proc/12346/task/12358/stat : 12358 (java) R 12344 12344 28892 0 -1 4202560 1258 0 0 0 24 0 0 0 20 0 15 0 121315843 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842252946288 139842760734710 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12359] ppid=12344 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12359/stat : 12359 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315844 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842251893728 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12360] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12360/stat : 12360 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315849 14316269568 15273 18446744073709551615 4194304 4196468 140726092336624 139842250840496 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 62472 KiB

[startup+1.50077 s]
/proc/loadavg: 1.72 1.63 1.69 6/211 12360
/proc/meminfo: memFree=30635192/32770624 swapFree=67108860/67108860
[pid=12344] ppid=12341 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12344/stat : 12344 (xcsp3-exec) S 12341 12344 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121315827 9740288 345 18446744073709551615 4194304 5098028 140728116242880 140728116240984 139730912010876 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 21508096 140728116244858 140728116245061 140728116245061 140728116248555 0
/proc/12344/statm: 2378 345 289 221 0 87 0
[pid=12346] ppid=12344 vsize=13980732 memory=93676 CPUtime=3.7 cores=0,2,4,6
/proc/12346/stat : 12346 (java) S 12344 12344 28892 0 -1 1077944320 21878 0 0 0 363 7 0 0 20 0 15 0 121315838 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 140726092319168 139842781019895 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
/proc/12346/statm: 3495183 23419 3200 1 0 3483476 0
[pid=12346/tid=12347] ppid=12344 vsize=13980732 memory=18889266171726 CPUtime=1.32 cores=0,2,4,6
/proc/12346/task/12347/stat : 12347 (java) R 12344 12344 28892 0 -1 4202560 9899 0 0 0 128 4 0 0 20 0 15 0 121315838 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842785258416 139842412223785 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12348] ppid=12344 vsize=13980732 memory=302867299134879127 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12348/stat : 12348 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842737986448 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12349] ppid=12344 vsize=13980732 memory=14974468741154559 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12349/stat : 12349 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842736933648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12350] ppid=12344 vsize=13980732 memory=5793388761742795368 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12350/stat : 12350 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842735881360 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12351] ppid=12344 vsize=13980732 memory=5936398962140725344 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12351/stat : 12351 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842734828560 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12352] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12352/stat : 12352 (java) S 12344 12344 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 121315840 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842326780016 139842781031042 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12353] ppid=12344 vsize=13980732 memory=8100116809398905454 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12353/stat : 12353 (java) S 12344 12344 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121315841 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842325725984 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12354] ppid=12344 vsize=13980732 memory=7590373443450070865 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12354/stat : 12354 (java) S 12344 12344 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121315841 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842324673648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12355] ppid=12344 vsize=13980732 memory=7236537385847120980 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12355/stat : 12355 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315843 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842256103504 139842781038491 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12356] ppid=12344 vsize=13980732 memory=6944656592455360604 CPUtime=0.96 cores=0,2,4,6
/proc/12346/task/12356/stat : 12356 (java) R 12344 12344 28892 0 -1 4202560 4327 0 0 0 96 0 0 0 20 0 15 0 121315843 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842255037944 139842760209472 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12357] ppid=12344 vsize=13980732 memory=0 CPUtime=0.94 cores=0,2,4,6
/proc/12346/task/12357/stat : 12357 (java) R 12344 12344 28892 0 -1 4202560 4082 0 0 0 94 0 0 0 20 0 15 0 121315843 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842253990032 139842764430786 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12358] ppid=12344 vsize=13980732 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/12346/task/12358/stat : 12358 (java) R 12344 12344 28892 0 -1 1077944384 2257 0 0 0 43 1 0 0 20 0 15 0 121315843 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842252946288 139842781031042 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12359] ppid=12344 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12359/stat : 12359 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315844 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842251893728 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12360] ppid=12344 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12360/stat : 12360 (java) S 12344 12344 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 121315849 14316269568 23419 18446744073709551615 4194304 4196468 140726092336624 139842250840496 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0

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

/proc/12344/stat : 12344 (xcsp3-exec) S 12341 12344 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121315827 9740288 345 18446744073709551615 4194304 5098028 140728116242880 140728116240984 139730912010876 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 21508096 140728116244858 140728116245061 140728116245061 140728116248555 0
/proc/12344/statm: 2378 345 289 221 0 87 0
[pid=12346] ppid=12344 vsize=13980732 memory=95792 CPUtime=4.01 cores=0,2,4,6
/proc/12346/stat : 12346 (java) S 12344 12344 28892 0 -1 1077944320 22008 0 0 0 394 7 0 0 20 0 15 0 121315838 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 140726092319168 139842781019895 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
/proc/12346/statm: 3495183 23948 3200 1 0 3483476 0
[pid=12346/tid=12347] ppid=12344 vsize=13980732 memory=6943526294502006880 CPUtime=1.42 cores=0,2,4,6
/proc/12346/task/12347/stat : 12347 (java) R 12344 12344 28892 0 -1 4202560 9908 0 0 0 138 4 0 0 20 0 15 0 121315838 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842785258416 139842410679207 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12348] ppid=12344 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12348/stat : 12348 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842737986448 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12349] ppid=12344 vsize=13980732 memory=4640748753518612560 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12349/stat : 12349 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842736933648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12350] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12350/stat : 12350 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842735881360 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12351] ppid=12344 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12351/stat : 12351 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842734828560 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12352] ppid=12344 vsize=13980732 memory=279755782260032 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12352/stat : 12352 (java) S 12344 12344 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 121315840 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842326780016 139842781031042 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12353] ppid=12344 vsize=13980732 memory=9188 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12353/stat : 12353 (java) S 12344 12344 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121315841 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842325725984 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12354] ppid=12344 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12354/stat : 12354 (java) S 12344 12344 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121315841 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842324673648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12355] ppid=12344 vsize=13980732 memory=139877891127776 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12355/stat : 12355 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315843 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842256103504 139842781038491 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12356] ppid=12344 vsize=13980732 memory=139877891136896 CPUtime=1.06 cores=0,2,4,6
/proc/12346/task/12356/stat : 12356 (java) R 12344 12344 28892 0 -1 4202560 4357 0 0 0 106 0 0 0 20 0 15 0 121315843 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842255037944 139842762541318 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12357] ppid=12344 vsize=13980732 memory=139877891149128 CPUtime=1.04 cores=0,2,4,6
/proc/12346/task/12357/stat : 12357 (java) R 12344 12344 28892 0 -1 4202560 4124 0 0 0 104 0 0 0 20 0 15 0 121315843 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842253987136 139842760263787 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12358] ppid=12344 vsize=13980732 memory=1380 CPUtime=0.45 cores=0,2,4,6
/proc/12346/task/12358/stat : 12358 (java) S 12344 12344 28892 0 -1 1077944384 2306 0 0 0 44 1 0 0 20 0 15 0 121315843 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842252946288 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12359] ppid=12344 vsize=13980732 memory=86680 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12359/stat : 12359 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315844 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842251893728 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12360] ppid=12344 vsize=13980732 memory=279755781927520 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12360/stat : 12360 (java) S 12344 12344 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 121315849 14316269568 23948 18446744073709551615 4194304 4196468 140726092336624 139842250840496 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 97172 KiB

[startup+2.40072 s]
/proc/loadavg: 1.72 1.63 1.69 5/211 12360
/proc/meminfo: memFree=30600444/32770624 swapFree=67108860/67108860
[pid=12344] ppid=12341 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12344/stat : 12344 (xcsp3-exec) S 12341 12344 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121315827 9740288 345 18446744073709551615 4194304 5098028 140728116242880 140728116240984 139730912010876 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 21508096 140728116244858 140728116245061 140728116245061 140728116248555 0
/proc/12344/statm: 2378 345 289 221 0 87 0
[pid=12346] ppid=12344 vsize=13980732 memory=126716 CPUtime=6.4 cores=0,2,4,6
/proc/12346/stat : 12346 (java) S 12344 12344 28892 0 -1 1077944320 23420 0 0 0 633 7 0 0 20 0 15 0 121315838 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 140726092319168 139842781019895 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
/proc/12346/statm: 3495183 31679 3207 1 0 3483476 0
[pid=12346/tid=12347] ppid=12344 vsize=13980732 memory=-6586668835053290911 CPUtime=2.22 cores=0,2,4,6
/proc/12346/task/12347/stat : 12347 (java) R 12344 12344 28892 0 -1 4202560 10040 0 0 0 218 4 0 0 20 0 15 0 121315838 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842785255744 139842412739854 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12348] ppid=12344 vsize=13980732 memory=7679937539709960979 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12348/stat : 12348 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842737986448 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12349] ppid=12344 vsize=13980732 memory=22788 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12349/stat : 12349 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842736933648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12350] ppid=12344 vsize=13980732 memory=-8325000837725575004 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12350/stat : 12350 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842735881360 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12351] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12351/stat : 12351 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842734828560 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12352] ppid=12344 vsize=13980732 memory=311874494094639419 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12352/stat : 12352 (java) S 12344 12344 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 121315840 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842326780016 139842781031042 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12353] ppid=12344 vsize=13980732 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12353/stat : 12353 (java) S 12344 12344 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121315841 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842325725984 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12354] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12354/stat : 12354 (java) S 12344 12344 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121315841 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842324673648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12355] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12355/stat : 12355 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315843 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842256103504 139842781038491 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12356] ppid=12344 vsize=13980732 memory=0 CPUtime=1.82 cores=0,2,4,6
/proc/12346/task/12356/stat : 12356 (java) R 12344 12344 28892 0 -1 4202560 4883 0 0 0 182 0 0 0 20 0 15 0 121315843 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842255051376 139842760355520 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12357] ppid=12344 vsize=13980732 memory=6943526294502006880 CPUtime=1.8 cores=0,2,4,6
/proc/12346/task/12357/stat : 12357 (java) R 12344 12344 28892 0 -1 4202560 4653 0 0 0 180 0 0 0 20 0 15 0 121315843 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842253989552 139842764494974 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12358] ppid=12344 vsize=13980732 memory=6656426216303648864 CPUtime=0.52 cores=0,2,4,6
/proc/12346/task/12358/stat : 12358 (java) S 12344 12344 28892 0 -1 1077944384 2499 0 0 0 51 1 0 0 20 0 15 0 121315843 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842252946288 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12359] ppid=12344 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12359/stat : 12359 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315844 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842251893728 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12360] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12360/stat : 12360 (java) S 12344 12344 28892 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 121315849 14316269568 31679 18446744073709551615 4194304 4196468 140726092336624 139842250840496 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
Current children cumulated CPU time: 6.4 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 128096 KiB

[startup+2.80077 s]
/proc/loadavg: 1.72 1.63 1.69 5/211 12360
/proc/meminfo: memFree=30600444/32770624 swapFree=67108860/67108860
[pid=12344] ppid=12341 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12344/stat : 12344 (xcsp3-exec) S 12341 12344 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121315827 9740288 345 18446744073709551615 4194304 5098028 140728116242880 140728116240984 139730912010876 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 21508096 140728116244858 140728116245061 140728116245061 140728116248555 0
/proc/12344/statm: 2378 345 289 221 0 87 0
[pid=12346] ppid=12344 vsize=13980732 memory=137400 CPUtime=7.36 cores=0,2,4,6
/proc/12346/stat : 12346 (java) S 12344 12344 28892 0 -1 1077944320 23553 0 0 0 728 8 0 0 20 0 15 0 121315838 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 140726092319168 139842781019895 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
/proc/12346/statm: 3495183 34350 3207 1 0 3483476 0
[pid=12346/tid=12347] ppid=12344 vsize=13980732 memory=288230583166055829 CPUtime=2.63 cores=0,2,4,6
/proc/12346/task/12347/stat : 12347 (java) R 12344 12344 28892 0 -1 4202560 10053 0 0 0 258 5 0 0 20 0 15 0 121315838 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842785256520 139842413778263 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12348] ppid=12344 vsize=13980732 memory=13563795322722617 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12348/stat : 12348 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842737986448 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12349] ppid=12344 vsize=13980732 memory=566448466 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12349/stat : 12349 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842736933648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12350] ppid=12344 vsize=13980732 memory=184626040 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12350/stat : 12350 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842735881360 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12351] ppid=12344 vsize=13980732 memory=184417144 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12351/stat : 12351 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842734828560 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12352] ppid=12344 vsize=13980732 memory=216530874 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12352/stat : 12352 (java) S 12344 12344 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 121315840 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842326780016 139842781031042 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12353] ppid=12344 vsize=13980732 memory=130882510 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12353/stat : 12353 (java) S 12344 12344 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121315841 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842325725984 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12354] ppid=12344 vsize=13980732 memory=231439310 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12354/stat : 12354 (java) S 12344 12344 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121315841 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842324673648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12355] ppid=12344 vsize=13980732 memory=130886606 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12355/stat : 12355 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315843 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842256103504 139842781038491 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12356] ppid=12344 vsize=13980732 memory=14437415895 CPUtime=2.15 cores=0,2,4,6
/proc/12346/task/12356/stat : 12356 (java) S 12344 12344 28892 0 -1 1077944384 4969 0 0 0 215 0 0 0 20 0 15 0 121315843 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842255051376 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12357] ppid=12344 vsize=13980732 memory=131052019 CPUtime=2.01 cores=0,2,4,6
/proc/12346/task/12357/stat : 12357 (java) R 12344 12344 28892 0 -1 4202560 4680 0 0 0 201 0 0 0 20 0 15 0 121315843 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842253998576 139842774116755 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12358] ppid=12344 vsize=13980732 memory=231612915 CPUtime=0.53 cores=0,2,4,6
/proc/12346/task/12358/stat : 12358 (java) S 12344 12344 28892 0 -1 1077944384 2506 0 0 0 52 1 0 0 20 0 15 0 121315843 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842252946288 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12359] ppid=12344 vsize=13980732 memory=131056115 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12359/stat : 12359 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315844 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842251893728 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12360] ppid=12344 vsize=13980732 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12360/stat : 12360 (java) S 12344 12344 28892 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 121315849 14316269568 34350 18446744073709551615 4194304 4196468 140726092336624 139842250840496 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
Current children cumulated CPU time: 7.36 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 138780 KiB

[startup+3.00083 s]*
/proc/loadavg: 1.72 1.63 1.69 3/211 12360
/proc/meminfo: memFree=30570176/32770624 swapFree=67108860/67108860
[pid=12344] ppid=12341 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12344/stat : 12344 (xcsp3-exec) S 12341 12344 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121315827 9740288 345 18446744073709551615 4194304 5098028 140728116242880 140728116240984 139730912010876 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 21508096 140728116244858 140728116245061 140728116245061 140728116248555 0
/proc/12344/statm: 2378 345 289 221 0 87 0
[pid=12346] ppid=12344 vsize=13980732 memory=143676 CPUtime=7.61 cores=0,2,4,6
/proc/12346/stat : 12346 (java) S 12344 12344 28892 0 -1 1077944320 23619 0 0 0 753 8 0 0 20 0 15 0 121315838 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 140726092319168 139842781019895 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
/proc/12346/statm: 3495183 35919 3207 1 0 3483476 0
[pid=12346/tid=12347] ppid=12344 vsize=13980732 memory=-7677926825137650786 CPUtime=2.84 cores=0,2,4,6
/proc/12346/task/12347/stat : 12347 (java) R 12344 12344 28892 0 -1 4202560 10060 0 0 0 279 5 0 0 20 0 15 0 121315838 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842785256520 139842765343237 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12348] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12348/stat : 12348 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842737986448 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12349] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12349/stat : 12349 (java) S 12344 12344 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842736933648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12350] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12350/stat : 12350 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842735881360 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12351] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12351/stat : 12351 (java) S 12344 12344 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121315839 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842734828560 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12352] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12352/stat : 12352 (java) S 12344 12344 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 121315840 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842326780016 139842781031042 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12353] ppid=12344 vsize=13980732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12353/stat : 12353 (java) S 12344 12344 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121315841 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842325725984 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12354] ppid=12344 vsize=13980732 memory=139878002628224 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12354/stat : 12354 (java) S 12344 12344 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121315841 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842324673648 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12355] ppid=12344 vsize=13980732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12355/stat : 12355 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315843 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842256103504 139842781038491 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12356] ppid=12344 vsize=13980732 memory=0 CPUtime=2.16 cores=0,2,4,6
/proc/12346/task/12356/stat : 12356 (java) S 12344 12344 28892 0 -1 1077944384 4978 0 0 0 216 0 0 0 20 0 15 0 121315843 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842255051376 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12357] ppid=12344 vsize=13980732 memory=-1 CPUtime=2.04 cores=0,2,4,6
/proc/12346/task/12357/stat : 12357 (java) S 12344 12344 28892 0 -1 1077944384 4684 0 0 0 204 0 0 0 20 0 15 0 121315843 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842253998576 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12358] ppid=12344 vsize=13980732 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/12346/task/12358/stat : 12358 (java) S 12344 12344 28892 0 -1 1077944384 2552 0 0 0 53 1 0 0 20 0 15 0 121315843 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842252946288 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12359] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12359/stat : 12359 (java) S 12344 12344 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121315844 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842251893728 139842781030101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
[pid=12346/tid=12360] ppid=12344 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12346/task/12360/stat : 12360 (java) S 12344 12344 28892 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 121315849 14316269568 35919 18446744073709551615 4194304 4196468 140726092336624 139842250840496 139842781031042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140726092341681 140726092341857 140726092341857 140726092345295 0
Current children cumulated CPU time: 7.61 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 145056 KiB

Child status: 0
Real time (s): 3.10339
CPU time (s): 7.72362
CPU user time (s): 7.63391
CPU system time (s): 0.08971
CPU usage (%): 248.877
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 145056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.63391
system time used= 0.08971
maximum resident set size= 148204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24422
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2196
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 12344
#   total CPU time (s): 7.72362
#   total CPU user time (s): 7.63391
#   total CPU system time (s): 0.08971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04137 second user time and 0.076656 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-20 02:52:57
IDJOB=4283411
IDBENCH=123097
IDSOLVER=2679
FILE ID=node127/4283411-1503191228
RUNJOBID= node127-1503172133-9102
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr20b.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-4283411-1503191228/watcher-4283411-1503191228 -o /tmp/evaluation-result-4283411-1503191228/solver-4283411-1503191228 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9102 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 66289928 HOME/instance-4283411-1503191228.xml

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

MD5SUM BENCH= 260fd80204e0f144bd4a5efeedc28067
RANDOM SEED=66289928

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:        30698116 kB
MemAvailable:   31558992 kB
Buffers:          302620 kB
Cached:           859724 kB
SwapCached:            0 kB
Active:          1241316 kB
Inactive:         382280 kB
Active(anon):     411824 kB
Inactive(anon):    99156 kB
Active(file):     829492 kB
Inactive(file):   283124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7884 kB
Writeback:             4 kB
AnonPages:        464512 kB
Mapped:            74792 kB
Shmem:             49828 kB
Slab:             154296 kB
SReclaimable:     128192 kB
SUnreclaim:        26104 kB
KernelStack:        3456 kB
PageTables:         7092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1098660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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-20 02:53:00