Trace number 4271208

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 par (2017-08-09)UNSAT 11.251 6.2122302

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-12.xml
MD5SUMa557c5b210af073d1486c8e4c563afe6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.99824297
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":18},{"degree":4,"count":21},{"degree":5,"count":5},{"degree":6,"count":8},{"degree":7,"count":3},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":1},{"degree":57,"count":1},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":21},{"arity":4,"count":18},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271208-1502824337.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271208-1502824337.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.19	c 8 solvers in parallel
0.33/0.26	c parse instance...
9.79/5.99	c solve instance...
10.67/6.17	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271208-1502824337/watcher-4271208-1502824337 -o /tmp/evaluation-result-4271208-1502824337/solver-4271208-1502824337 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 648092285 HOME/instance-4271208-1502824337.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.104336 s]*
/proc/loadavg: 6.94 7.09 6.84 3/199 23134
/proc/meminfo: memFree=27723060/32770624 swapFree=67108860/67108860
[pid=23113] ppid=23110 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/23113/stat : 23113 (xcsp3-exec) S 23110 23113 21909 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115514578 9740288 345 33554432000 4194304 5098028 140736691879792 140736691877896 140505181930108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18735104 140736691881061 140736691881271 140736691881271 140736691884011 0
/proc/23113/statm: 2378 345 289 221 0 87 0
[pid=23115] ppid=23113 vsize=25999808 memory=27716 CPUtime=0.12 cores=0-7
/proc/23115/stat : 23115 (java) S 23113 23113 21909 0 -1 1077944320 5300 0 0 0 11 1 0 0 20 0 20 0 115514579 26623803392 6929 33554432000 4194304 4196468 140722931652608 140722931635152 139870320434935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
/proc/23115/statm: 6499952 6929 2875 1 0 6488269 0
[pid=23115/tid=23116] ppid=23113 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23115/task/23116/stat : 23116 (java) R 23113 23113 21909 0 -1 4202560 3235 0 0 0 8 1 0 0 20 0 20 0 115514579 26623803392 6929 33554432000 4194304 4196468 140722931652608 139870324671360 139870320446870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23117] ppid=23113 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23115/task/23117/stat : 23117 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514580 26623803392 6929 33554432000 4194304 4196468 140722931652608 139870243015440 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23118] ppid=23113 vsize=25999808 memory=139898966001280 CPUtime=0 cores=0-7
/proc/23115/task/23118/stat : 23118 (java) S 23113 23113 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115514580 26623803392 6929 33554432000 4194304 4196468 140722931652608 139870241962896 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23119] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23119/stat : 23119 (java) S 23113 23113 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115514580 26623803392 6929 33554432000 4194304 4196468 140722931652608 139869876673552 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23120] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23120/stat : 23120 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514580 26623803392 6929 33554432000 4194304 4196468 140722931652608 139869875621008 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23121] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23121/stat : 23121 (java) S 23113 23113 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115514580 26623803392 6929 33554432000 4194304 4196468 140722931652608 139869874567440 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23122] ppid=23113 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/23115/task/23122/stat : 23122 (java) S 23113 23113 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115514580 26623803392 6929 33554432000 4194304 4196468 140722931652608 139869873514896 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23123] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23123/stat : 23123 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514580 26623803392 6929 33554432000 4194304 4196468 140722931652608 139869872462352 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23124] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23124/stat : 23124 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514580 26623803392 6929 33554432000 4194304 4196468 140722931652608 139869871409808 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23125] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23125/stat : 23125 (java) S 23113 23113 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115514581 26623803392 6929 33554432000 4194304 4196468 140722931652608 139868861241840 139870320446082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23126] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23126/stat : 23126 (java) S 23113 23113 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115514582 26623803392 6929 33554432000 4194304 4196468 140722931652608 139868860188064 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23127] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23127/stat : 23127 (java) S 23113 23113 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115514582 26623803392 6929 33554432000 4194304 4196468 140722931652608 139868859135472 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23128] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23128/stat : 23128 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514584 26623803392 6929 33554432000 4194304 4196468 140722931652608 139868858084048 139870320453531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23129] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23129/stat : 23129 (java) R 23113 23113 21909 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 115514584 26623803392 6929 33554432000 4194304 4196468 140722931652608 139868857030640 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23130] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23130/stat : 23130 (java) S 23113 23113 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115514584 26623803392 6929 33554432000 4194304 4196468 140722931652608 139868855978096 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23131] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23131/stat : 23131 (java) R 23113 23113 21909 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 115514584 26623803392 6929 33554432000 4194304 4196468 140722931652608 139868854925552 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23132] ppid=23113 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/23115/task/23132/stat : 23132 (java) R 23113 23113 21909 0 -1 4202560 331 0 0 0 1 0 0 0 20 0 20 0 115514584 26623803392 6929 33554432000 4194304 4196468 140722931652608 139868853873008 139870299401840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23133] ppid=23113 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23133/stat : 23133 (java) S 23113 23113 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115514584 26623803392 6929 33554432000 4194304 4196468 140722931652608 139868852820704 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23134] ppid=23113 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/23115/task/23134/stat : 23134 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514585 26623803392 6929 33554432000 4194304 4196468 140722931652608 139868851768240 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 29096 KiB

[startup+0.210559 s]*
/proc/loadavg: 6.55 7.01 6.82 2/199 23134
/proc/meminfo: memFree=27713012/32770624 swapFree=67108860/67108860
[pid=23113] ppid=23110 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/23113/stat : 23113 (xcsp3-exec) S 23110 23113 21909 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115514578 9740288 345 33554432000 4194304 5098028 140736691879792 140736691877896 140505181930108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18735104 140736691881061 140736691881271 140736691881271 140736691884011 0
/proc/23113/statm: 2378 345 289 221 0 87 0
[pid=23115] ppid=23113 vsize=26004064 memory=39148 CPUtime=0.33 cores=0-7
/proc/23115/stat : 23115 (java) S 23113 23113 21909 0 -1 1077944320 7879 0 0 0 31 2 0 0 20 0 20 0 115514579 26628161536 9787 33554432000 4194304 4196468 140722931652608 140722931635152 139870320434935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
/proc/23115/statm: 6501024 9787 3050 1 0 6488277 0
[pid=23115/tid=23116] ppid=23113 vsize=26004096 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/23115/task/23116/stat : 23116 (java) R 23113 23113 21909 0 -1 4202560 5010 0 0 0 18 1 0 0 20 0 20 0 115514579 26628194304 9787 33554432000 4194304 4196468 140722931652608 139870324636976 139870313114653 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23117] ppid=23113 vsize=26004096 memory=330 CPUtime=0 cores=0-7
/proc/23115/task/23117/stat : 23117 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514580 26628194304 9787 33554432000 4194304 4196468 140722931652608 139870243015440 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23118] ppid=23113 vsize=26004064 memory=288370275117713024 CPUtime=0 cores=0-7
/proc/23115/task/23118/stat : 23118 (java) S 23113 23113 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 9787 33554432000 4194304 4196468 140722931652608 139870241962896 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23119] ppid=23113 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23115/task/23119/stat : 23119 (java) S 23113 23113 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 9787 33554432000 4194304 4196468 140722931652608 139869876673552 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23120] ppid=23113 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23120/stat : 23120 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 9787 33554432000 4194304 4196468 140722931652608 139869875621008 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23121] ppid=23113 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23121/stat : 23121 (java) S 23113 23113 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 9787 33554432000 4194304 4196468 140722931652608 139869874567440 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23122] ppid=23113 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23115/task/23122/stat : 23122 (java) S 23113 23113 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 9787 33554432000 4194304 4196468 140722931652608 139869873514896 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23123] ppid=23113 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23123/stat : 23123 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 9787 33554432000 4194304 4196468 140722931652608 139869872462352 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23124] ppid=23113 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23124/stat : 23124 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514580 26628194304 9787 33554432000 4194304 4196468 140722931652608 139869871409808 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23125] ppid=23113 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23125/stat : 23125 (java) S 23113 23113 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115514581 26628194304 9787 33554432000 4194304 4196468 140722931652608 139868861241840 139870320446082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23126] ppid=23113 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23126/stat : 23126 (java) S 23113 23113 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115514582 26628161536 9787 33554432000 4194304 4196468 140722931652608 139868860188064 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23127] ppid=23113 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23127/stat : 23127 (java) S 23113 23113 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115514582 26628161536 9787 33554432000 4194304 4196468 140722931652608 139868859135472 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23128] ppid=23113 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23128/stat : 23128 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514584 26628161536 9787 33554432000 4194304 4196468 140722931652608 139868858084048 139870320453531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23129] ppid=23113 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/23115/task/23129/stat : 23129 (java) S 23113 23113 21909 0 -1 1077944384 433 0 0 0 2 0 0 0 20 0 20 0 115514584 26628161536 9787 33554432000 4194304 4196468 140722931652608 139868857030640 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23130] ppid=23113 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/23115/task/23130/stat : 23130 (java) S 23113 23113 21909 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 20 0 115514584 26628161536 9787 33554432000 4194304 4196468 140722931652608 139868855978096 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23131] ppid=23113 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/23115/task/23131/stat : 23131 (java) S 23113 23113 21909 0 -1 1077944384 327 0 0 0 1 0 0 0 20 0 20 0 115514584 26628161536 9787 33554432000 4194304 4196468 140722931652608 139868854925552 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23132] ppid=23113 vsize=26004096 memory=-1 CPUtime=0.07 cores=0-7
/proc/23115/task/23132/stat : 23132 (java) S 23113 23113 21909 0 -1 1077944384 742 0 0 0 7 0 0 0 20 0 20 0 115514584 26628194304 9787 33554432000 4194304 4196468 140722931652608 139868853873008 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23133] ppid=23113 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23133/stat : 23133 (java) S 23113 23113 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115514584 26628194304 9787 33554432000 4194304 4196468 140722931652608 139868852820704 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23134] ppid=23113 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23115/task/23134/stat : 23134 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514585 26628161536 9787 33554432000 4194304 4196468 140722931652608 139868851768240 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40528 KiB

[startup+0.310425 s]*
/proc/loadavg: 6.55 7.01 6.82 3/199 23134
/proc/meminfo: memFree=27708608/32770624 swapFree=67108860/67108860
[pid=23113] ppid=23110 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/23113/stat : 23113 (xcsp3-exec) S 23110 23113 21909 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115514578 9740288 345 33554432000 4194304 5098028 140736691879792 140736691877896 140505181930108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18735104 140736691881061 140736691881271 140736691881271 140736691884011 0
/proc/23113/statm: 2378 345 289 221 0 87 0
[pid=23115] ppid=23113 vsize=26004064 memory=46256 CPUtime=0.51 cores=0-7
/proc/23115/stat : 23115 (java) S 23113 23113 21909 0 -1 1077944320 8685 0 0 0 48 3 0 0 20 0 20 0 115514579 26628161536 11564 33554432000 4194304 4196468 140722931652608 140722931635152 139870320434935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
/proc/23115/statm: 6501016 11564 3116 1 0 6488269 0
[pid=23115/tid=23116] ppid=23113 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23115/task/23116/stat : 23116 (java) R 23113 23113 21909 0 -1 4202560 5606 0 0 0 27 2 0 0 20 0 20 0 115514579 26628161536 11564 33554432000 4194304 4196468 140722931652608 139870324673872 139870320456861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23117] ppid=23113 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23117/stat : 23117 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 11564 33554432000 4194304 4196468 140722931652608 139870243015440 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23118] ppid=23113 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23118/stat : 23118 (java) S 23113 23113 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 11564 33554432000 4194304 4196468 140722931652608 139870241962896 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23119] ppid=23113 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23119/stat : 23119 (java) S 23113 23113 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 11564 33554432000 4194304 4196468 140722931652608 139869876673552 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23120] ppid=23113 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23120/stat : 23120 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 11564 33554432000 4194304 4196468 140722931652608 139869875621008 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23121] ppid=23113 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/23115/task/23121/stat : 23121 (java) S 23113 23113 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 11564 33554432000 4194304 4196468 140722931652608 139869874567440 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23122] ppid=23113 vsize=26004064 memory=139898828977071 CPUtime=0 cores=0-7
/proc/23115/task/23122/stat : 23122 (java) S 23113 23113 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 11564 33554432000 4194304 4196468 140722931652608 139869873514896 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23123] ppid=23113 vsize=26004064 memory=139898828979376 CPUtime=0 cores=0-7
/proc/23115/task/23123/stat : 23123 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 11564 33554432000 4194304 4196468 140722931652608 139869872462352 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23124] ppid=23113 vsize=26004064 memory=139898828981680 CPUtime=0 cores=0-7
/proc/23115/task/23124/stat : 23124 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514580 26628161536 11564 33554432000 4194304 4196468 140722931652608 139869871409808 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23125] ppid=23113 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23125/stat : 23125 (java) S 23113 23113 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115514581 26628161536 11564 33554432000 4194304 4196468 140722931652608 139868861241840 139870320446082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23126] ppid=23113 vsize=26004064 memory=279797657970320 CPUtime=0 cores=0-7
/proc/23115/task/23126/stat : 23126 (java) S 23113 23113 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115514582 26628161536 11564 33554432000 4194304 4196468 140722931652608 139868860188064 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23127] ppid=23113 vsize=26004064 memory=279797657977232 CPUtime=0 cores=0-7
/proc/23115/task/23127/stat : 23127 (java) S 23113 23113 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115514582 26628161536 11564 33554432000 4194304 4196468 140722931652608 139868859135472 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23128] ppid=23113 vsize=26004064 memory=279797657918512 CPUtime=0 cores=0-7
/proc/23115/task/23128/stat : 23128 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514584 26628161536 11564 33554432000 4194304 4196468 140722931652608 139868858084048 139870320453531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23129] ppid=23113 vsize=26004064 memory=279797657991056 CPUtime=0.03 cores=0-7
/proc/23115/task/23129/stat : 23129 (java) R 23113 23113 21909 0 -1 4202560 473 0 0 0 3 0 0 0 20 0 20 0 115514584 26628161536 11564 33554432000 4194304 4196468 140722931652608 139868857030640 139870299654108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23130] ppid=23113 vsize=26004064 memory=279797657997968 CPUtime=0.02 cores=0-7
/proc/23115/task/23130/stat : 23130 (java) R 23113 23113 21909 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 20 0 115514584 26628161536 11564 33554432000 4194304 4196468 140722931652608 139868855969424 139870301808384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23131] ppid=23113 vsize=26004064 memory=279797657995664 CPUtime=0.02 cores=0-7
/proc/23115/task/23131/stat : 23131 (java) R 23113 23113 21909 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 20 0 115514584 26628161536 11564 33554432000 4194304 4196468 140722931652608 139868854925648 139870312724384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23132] ppid=23113 vsize=26004064 memory=279797658011824 CPUtime=0.13 cores=0-7
/proc/23115/task/23132/stat : 23132 (java) R 23113 23113 21909 0 -1 4202560 867 0 0 0 13 0 0 0 20 0 20 0 115514584 26628161536 11564 33554432000 4194304 4196468 140722931652608 139868853869376 139870305600607 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23133] ppid=23113 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23133/stat : 23133 (java) S 23113 23113 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115514584 26628161536 11564 33554432000 4194304 4196468 140722931652608 139868852820704 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23134] ppid=23113 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23115/task/23134/stat : 23134 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514585 26628161536 11564 33554432000 4194304 4196468 140722931652608 139868851768240 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47636 KiB

[startup+0.701024 s]
/proc/loadavg: 6.55 7.01 6.82 5/199 23134
/proc/meminfo: memFree=27665288/32770624 swapFree=67108860/67108860
[pid=23113] ppid=23110 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/23113/stat : 23113 (xcsp3-exec) S 23110 23113 21909 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115514578 9740288 345 33554432000 4194304 5098028 140736691879792 140736691877896 140505181930108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18735104 140736691881061 140736691881271 140736691881271 140736691884011 0
/proc/23113/statm: 2378 345 289 221 0 87 0
[pid=23115] ppid=23113 vsize=26004140 memory=201300 CPUtime=1.8 cores=0-7
/proc/23115/stat : 23115 (java) S 23113 23113 21909 0 -1 1077944320 13315 0 0 0 170 10 0 0 20 0 20 0 115514579 26628239360 50325 33554432000 4194304 4196468 140722931652608 140722931635152 139870320434935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
/proc/23115/statm: 6501035 50325 3207 1 0 6488269 0
[pid=23115/tid=23116] ppid=23113 vsize=26004140 memory=279797658369712 CPUtime=0.66 cores=0-7
/proc/23115/task/23116/stat : 23116 (java) R 23113 23113 21909 0 -1 4202560 5991 0 0 0 62 4 0 0 20 0 20 0 115514579 26628239360 50325 33554432000 4194304 4196468 140722931652608 139870324673264 139869925319608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23117] ppid=23113 vsize=26004140 memory=139898829185904 CPUtime=0 cores=0-7
/proc/23115/task/23117/stat : 23117 (java) S 23113 23113 21909 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 115514580 26628239360 50325 33554432000 4194304 4196468 140722931652608 139870243015440 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23118] ppid=23113 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23118/stat : 23118 (java) S 23113 23113 21909 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 115514580 26628239360 50325 33554432000 4194304 4196468 140722931652608 139870241962896 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23119] ppid=23113 vsize=26004140 memory=8624 CPUtime=0 cores=0-7
/proc/23115/task/23119/stat : 23119 (java) S 23113 23113 21909 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 115514580 26628239360 50325 33554432000 4194304 4196468 140722931652608 139869876673552 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0

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

/proc/23115/task/23119/stat : 23119 (java) S 23113 23113 21909 0 -1 1077944384 137 0 0 0 7 8 0 0 20 0 20 0 115514580 26630336512 198087 33554432000 4194304 4196468 140722931652608 139869876673552 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23120] ppid=23113 vsize=26006188 memory=279797658519328 CPUtime=0.14 cores=0-7
/proc/23115/task/23120/stat : 23120 (java) S 23113 23113 21909 0 -1 1077944384 125 0 0 0 7 7 0 0 20 0 20 0 115514580 26630336512 198087 33554432000 4194304 4196468 140722931652608 139869875621008 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23121] ppid=23113 vsize=26006188 memory=-6368199152461293614 CPUtime=0.15 cores=0-7
/proc/23115/task/23121/stat : 23121 (java) S 23113 23113 21909 0 -1 1077944384 124 0 0 0 8 7 0 0 20 0 20 0 115514580 26630336512 198087 33554432000 4194304 4196468 140722931652608 139869874567440 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23122] ppid=23113 vsize=26006188 memory=-7662980745959663145 CPUtime=0.16 cores=0-7
/proc/23115/task/23122/stat : 23122 (java) S 23113 23113 21909 0 -1 1077944384 134 0 0 0 9 7 0 0 20 0 20 0 115514580 26630336512 198087 33554432000 4194304 4196468 140722931652608 139869873514896 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23123] ppid=23113 vsize=26006188 memory=6944656592385698452 CPUtime=0.15 cores=0-7
/proc/23115/task/23123/stat : 23123 (java) S 23113 23113 21909 0 -1 1077944384 133 0 0 0 8 7 0 0 20 0 20 0 115514580 26630336512 198087 33554432000 4194304 4196468 140722931652608 139869872462352 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23124] ppid=23113 vsize=26006188 memory=-7161131788332309537 CPUtime=0.14 cores=0-7
/proc/23115/task/23124/stat : 23124 (java) S 23113 23113 21909 0 -1 1077944384 112 0 0 0 7 7 0 0 20 0 20 0 115514580 26630336512 198087 33554432000 4194304 4196468 140722931652608 139869871409808 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23125] ppid=23113 vsize=26006188 memory=-8316900901535099443 CPUtime=0 cores=0-7
/proc/23115/task/23125/stat : 23125 (java) S 23113 23113 21909 0 -1 1077944384 517 0 0 0 0 0 0 0 20 0 20 0 115514581 26630336512 198087 33554432000 4194304 4196468 140722931652608 139868861241840 139870320446082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23126] ppid=23113 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23126/stat : 23126 (java) S 23113 23113 21909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 115514582 26630336512 198087 33554432000 4194304 4196468 140722931652608 139868860188128 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23127] ppid=23113 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23127/stat : 23127 (java) S 23113 23113 21909 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 115514582 26630336512 198087 33554432000 4194304 4196468 140722931652608 139868859135488 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23128] ppid=23113 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23128/stat : 23128 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514584 26630336512 198087 33554432000 4194304 4196468 140722931652608 139868858084048 139870320453531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23129] ppid=23113 vsize=26006188 memory=0 CPUtime=0.49 cores=0-7
/proc/23115/task/23129/stat : 23129 (java) S 23113 23113 21909 0 -1 1077944384 1804 0 0 0 49 0 0 0 20 0 20 0 115514584 26630336512 198087 33554432000 4194304 4196468 140722931652608 139868857030640 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23130] ppid=23113 vsize=26006188 memory=279794503835529 CPUtime=0.43 cores=0-7
/proc/23115/task/23130/stat : 23130 (java) S 23113 23113 21909 0 -1 1077944384 1107 0 0 0 43 0 0 0 20 0 20 0 115514584 26630336512 198087 33554432000 4194304 4196468 140722931652608 139868855978096 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23131] ppid=23113 vsize=26006188 memory=7739829960347051625 CPUtime=0.59 cores=0-7
/proc/23115/task/23131/stat : 23131 (java) S 23113 23113 21909 0 -1 1077944384 2062 0 0 0 58 1 0 0 20 0 20 0 115514584 26630336512 198087 33554432000 4194304 4196468 140722931652608 139868854925552 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23132] ppid=23113 vsize=26006188 memory=8027777761876470383 CPUtime=0.55 cores=0-7
/proc/23115/task/23132/stat : 23132 (java) S 23113 23113 21909 0 -1 1077944384 2393 0 0 0 54 1 0 0 20 0 20 0 115514584 26630336512 198087 33554432000 4194304 4196468 140722931652608 139868853873008 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23133] ppid=23113 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23133/stat : 23133 (java) S 23113 23113 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115514584 26630336512 198087 33554432000 4194304 4196468 140722931652608 139868852820704 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23134] ppid=23113 vsize=26006188 memory=40 CPUtime=0 cores=0-7
/proc/23115/task/23134/stat : 23134 (java) S 23113 23113 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115514585 26630336512 198087 33554432000 4194304 4196468 140722931652608 139868851768240 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
Current children cumulated CPU time: 7.98 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 793728 KiB

[startup+5.60092 s]
/proc/loadavg: 6.55 7.01 6.82 2/199 23135
/proc/meminfo: memFree=26839708/32770624 swapFree=67108860/67108860
[pid=23113] ppid=23110 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/23113/stat : 23113 (xcsp3-exec) S 23110 23113 21909 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115514578 9740288 345 33554432000 4194304 5098028 140736691879792 140736691877896 140505181930108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18735104 140736691881061 140736691881271 140736691881271 140736691884011 0
/proc/23113/statm: 2378 345 289 221 0 87 0
[pid=23115] ppid=23113 vsize=26006188 memory=1315704 CPUtime=9.48 cores=0-7
/proc/23115/stat : 23115 (java) S 23113 23113 21909 0 -1 1077944320 20673 0 0 0 831 117 0 0 20 0 20 0 115514579 26630336512 328926 33554432000 4194304 4196468 140722931652608 140722931635152 139870320434935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
/proc/23115/statm: 6501547 328926 3245 1 0 6488781 0
[pid=23115/tid=23116] ppid=23113 vsize=26006188 memory=6791534058613427641 CPUtime=5.31 cores=0-7
/proc/23115/task/23116/stat : 23116 (java) R 23113 23113 21909 0 -1 4202560 8047 0 0 0 513 18 0 0 20 0 20 0 115514579 26630336512 328926 33554432000 4194304 4196468 140722931652608 139870324668608 139869925319925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23117] ppid=23113 vsize=26006188 memory=10 CPUtime=0.24 cores=0-7
/proc/23115/task/23117/stat : 23117 (java) S 23113 23113 21909 0 -1 1077944384 195 0 0 0 13 11 0 0 20 0 20 0 115514580 26630336512 328926 33554432000 4194304 4196468 140722931652608 139870243015440 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23118] ppid=23113 vsize=26006188 memory=10 CPUtime=0.23 cores=0-7
/proc/23115/task/23118/stat : 23118 (java) S 23113 23113 21909 0 -1 1077944384 208 0 0 0 12 11 0 0 20 0 20 0 115514580 26630336512 328926 33554432000 4194304 4196468 140722931652608 139870241962896 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23119] ppid=23113 vsize=26006188 memory=9 CPUtime=0.23 cores=0-7
/proc/23115/task/23119/stat : 23119 (java) S 23113 23113 21909 0 -1 1077944384 222 0 0 0 11 12 0 0 20 0 20 0 115514580 26630336512 328926 33554432000 4194304 4196468 140722931652608 139869876673552 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23120] ppid=23113 vsize=26006188 memory=11 CPUtime=0.22 cores=0-7
/proc/23115/task/23120/stat : 23120 (java) S 23113 23113 21909 0 -1 1077944384 233 0 0 0 12 10 0 0 20 0 20 0 115514580 26630336512 328926 33554432000 4194304 4196468 140722931652608 139869875621008 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23121] ppid=23113 vsize=26006188 memory=3545331758179903074 CPUtime=0.24 cores=0-7
/proc/23115/task/23121/stat : 23121 (java) S 23113 23113 21909 0 -1 1077944384 243 0 0 0 12 12 0 0 20 0 20 0 115514580 26630336512 328926 33554432000 4194304 4196468 140722931652608 139869874567440 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23122] ppid=23113 vsize=26006188 memory=0 CPUtime=0.24 cores=0-7
/proc/23115/task/23122/stat : 23122 (java) S 23113 23113 21909 0 -1 1077944384 284 0 0 0 13 11 0 0 20 0 20 0 115514580 26630336512 328926 33554432000 4194304 4196468 140722931652608 139869873514896 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23123] ppid=23113 vsize=26006188 memory=0 CPUtime=0.23 cores=0-7
/proc/23115/task/23123/stat : 23123 (java) S 23113 23113 21909 0 -1 1077944384 199 0 0 0 12 11 0 0 20 0 20 0 115514580 26630336512 328926 33554432000 4194304 4196468 140722931652608 139869872462352 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23124] ppid=23113 vsize=26006188 memory=0 CPUtime=0.22 cores=0-7
/proc/23115/task/23124/stat : 23124 (java) S 23113 23113 21909 0 -1 1077944384 206 0 0 0 11 11 0 0 20 0 20 0 115514580 26630336512 328926 33554432000 4194304 4196468 140722931652608 139869871409808 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23125] ppid=23113 vsize=26006188 memory=0 CPUtime=0.01 cores=0-7
/proc/23115/task/23125/stat : 23125 (java) S 23113 23113 21909 0 -1 1077944384 1158 0 0 0 1 0 0 0 20 0 20 0 115514581 26630336512 328926 33554432000 4194304 4196468 140722931652608 139868861241840 139870320446082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23126] ppid=23113 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23126/stat : 23126 (java) S 23113 23113 21909 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 115514582 26630336512 328926 33554432000 4194304 4196468 140722931652608 139868860188128 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23127] ppid=23113 vsize=26006188 memory=279797657764080 CPUtime=0 cores=0-7
/proc/23115/task/23127/stat : 23127 (java) S 23113 23113 21909 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 115514582 26630336512 328926 33554432000 4194304 4196468 140722931652608 139868859135488 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23128] ppid=23113 vsize=26006188 memory=279797658458592 CPUtime=0 cores=0-7
/proc/23115/task/23128/stat : 23128 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115514584 26630336512 328926 33554432000 4194304 4196468 140722931652608 139868858084048 139870320453531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23129] ppid=23113 vsize=26006188 memory=11014 CPUtime=0.55 cores=0-7
/proc/23115/task/23129/stat : 23129 (java) S 23113 23113 21909 0 -1 1077944384 2200 0 0 0 55 0 0 0 20 0 20 0 115514584 26630336512 328926 33554432000 4194304 4196468 140722931652608 139868857030640 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23130] ppid=23113 vsize=26006188 memory=0 CPUtime=0.44 cores=0-7
/proc/23115/task/23130/stat : 23130 (java) S 23113 23113 21909 0 -1 1077944384 1438 0 0 0 44 0 0 0 20 0 20 0 115514584 26630336512 328926 33554432000 4194304 4196468 140722931652608 139868855978096 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23131] ppid=23113 vsize=26006188 memory=0 CPUtime=0.61 cores=0-7
/proc/23115/task/23131/stat : 23131 (java) S 23113 23113 21909 0 -1 1077944384 2266 0 0 0 60 1 0 0 20 0 20 0 115514584 26630336512 328926 33554432000 4194304 4196468 140722931652608 139868854925552 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23132] ppid=23113 vsize=26006188 memory=0 CPUtime=0.56 cores=0-7
/proc/23115/task/23132/stat : 23132 (java) S 23113 23113 21909 0 -1 1077944384 2446 0 0 0 55 1 0 0 20 0 20 0 115514584 26630336512 328926 33554432000 4194304 4196468 140722931652608 139868853873008 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23133] ppid=23113 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23133/stat : 23133 (java) S 23113 23113 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115514584 26630336512 328926 33554432000 4194304 4196468 140722931652608 139868852820704 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23134] ppid=23113 vsize=26006188 memory=1224 CPUtime=0 cores=0-7
/proc/23115/task/23134/stat : 23134 (java) S 23113 23113 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115514585 26630336512 328926 33554432000 4194304 4196468 140722931652608 139868851768240 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
Current children cumulated CPU time: 9.48 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 1317084 KiB

[startup+6.00094 s]*
/proc/loadavg: 6.10 6.91 6.79 3/199 23135
/proc/meminfo: memFree=26436388/32770624 swapFree=67108860/67108860
[pid=23113] ppid=23110 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/23113/stat : 23113 (xcsp3-exec) S 23110 23113 21909 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115514578 9740288 345 33554432000 4194304 5098028 140736691879792 140736691877896 140505181930108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18735104 140736691881061 140736691881271 140736691881271 140736691884011 0
/proc/23113/statm: 2378 345 289 221 0 87 0
[pid=23115] ppid=23113 vsize=26538700 memory=1316212 CPUtime=9.93 cores=0-7
/proc/23115/stat : 23115 (java) S 23113 23113 21909 0 -1 1077944320 21659 0 0 0 875 118 0 0 20 0 28 0 115514579 27175628800 329053 33554432000 4194304 4196468 140722931652608 140722931635152 139870320434935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
/proc/23115/statm: 6634675 329053 3245 1 0 6621909 0
[pid=23115/tid=23116] ppid=23113 vsize=26538700 memory=8318255677412212789 CPUtime=5.71 cores=0-7
/proc/23115/task/23116/stat : 23116 (java) S 23113 23113 21909 0 -1 1077944384 8376 0 0 0 553 18 0 0 20 0 28 0 115514579 27175628800 329110 33554432000 4194304 4196468 140722931652608 139870324675712 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23117] ppid=23113 vsize=26538700 memory=303430249155395940 CPUtime=0.24 cores=0-7
/proc/23115/task/23117/stat : 23117 (java) S 23113 23113 21909 0 -1 1077944384 195 0 0 0 13 11 0 0 20 0 28 0 115514580 27175628800 329115 33554432000 4194304 4196468 140722931652608 139870243015440 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23118] ppid=23113 vsize=26538700 memory=302197940047083648 CPUtime=0.23 cores=0-7
/proc/23115/task/23118/stat : 23118 (java) S 23113 23113 21909 0 -1 1077944384 208 0 0 0 12 11 0 0 20 0 28 0 115514580 27175628800 329115 33554432000 4194304 4196468 140722931652608 139870241962896 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23119] ppid=23113 vsize=26538700 memory=3688764995492262452 CPUtime=0.23 cores=0-7
/proc/23115/task/23119/stat : 23119 (java) S 23113 23113 21909 0 -1 1077944384 222 0 0 0 11 12 0 0 20 0 28 0 115514580 27175628800 329115 33554432000 4194304 4196468 140722931652608 139869876673552 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23120] ppid=23113 vsize=26538700 memory=8242832241811678803 CPUtime=0.22 cores=0-7
/proc/23115/task/23120/stat : 23120 (java) S 23113 23113 21909 0 -1 1077944384 233 0 0 0 12 10 0 0 20 0 28 0 115514580 27175628800 329115 33554432000 4194304 4196468 140722931652608 139869875621008 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23121] ppid=23113 vsize=26538700 memory=7665781253629176933 CPUtime=0.24 cores=0-7
/proc/23115/task/23121/stat : 23121 (java) S 23113 23113 21909 0 -1 1077944384 243 0 0 0 12 12 0 0 20 0 28 0 115514580 27175628800 329115 33554432000 4194304 4196468 140722931652608 139869874567440 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23122] ppid=23113 vsize=26538700 memory=3760822580973942068 CPUtime=0.24 cores=0-7
/proc/23115/task/23122/stat : 23122 (java) S 23113 23113 21909 0 -1 1077944384 284 0 0 0 13 11 0 0 20 0 28 0 115514580 27175628800 329115 33554432000 4194304 4196468 140722931652608 139869873514896 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23123] ppid=23113 vsize=26538700 memory=7665781240710196581 CPUtime=0.23 cores=0-7
/proc/23115/task/23123/stat : 23123 (java) S 23113 23113 21909 0 -1 1077944384 199 0 0 0 12 11 0 0 20 0 28 0 115514580 27175628800 329116 33554432000 4194304 4196468 140722931652608 139869872462352 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23124] ppid=23113 vsize=26538700 memory=0 CPUtime=0.22 cores=0-7
/proc/23115/task/23124/stat : 23124 (java) S 23113 23113 21909 0 -1 1077944384 206 0 0 0 11 11 0 0 20 0 28 0 115514580 27175628800 329116 33554432000 4194304 4196468 140722931652608 139869871409808 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23125] ppid=23113 vsize=26538700 memory=0 CPUtime=0.01 cores=0-7
/proc/23115/task/23125/stat : 23125 (java) R 23113 23113 21909 0 -1 1077944384 1183 0 0 0 1 0 0 0 20 0 28 0 115514581 27175628800 329116 33554432000 4194304 4196468 140722931652608 139868861241760 139870320445141 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23126] ppid=23113 vsize=26538700 memory=-7749696028082845524 CPUtime=0 cores=0-7
/proc/23115/task/23126/stat : 23126 (java) S 23113 23113 21909 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 115514582 27175628800 329116 33554432000 4194304 4196468 140722931652608 139868860188128 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23127] ppid=23113 vsize=26538700 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/23115/task/23127/stat : 23127 (java) S 23113 23113 21909 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 115514582 27175628800 329116 33554432000 4194304 4196468 140722931652608 139868859135488 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23128] ppid=23113 vsize=26538700 memory=-2892745056948402235 CPUtime=0 cores=0-7
/proc/23115/task/23128/stat : 23128 (java) S 23113 23113 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 115514584 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868858084048 139870320453531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23129] ppid=23113 vsize=26538700 memory=7822038052226416701 CPUtime=0.56 cores=0-7
/proc/23115/task/23129/stat : 23129 (java) S 23113 23113 21909 0 -1 1077944384 2208 0 0 0 55 1 0 0 20 0 28 0 115514584 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868857030640 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23130] ppid=23113 vsize=26538700 memory=0 CPUtime=0.45 cores=0-7
/proc/23115/task/23130/stat : 23130 (java) R 23113 23113 21909 0 -1 4202560 1504 0 0 0 45 0 0 0 20 0 28 0 115514584 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868855976992 139870312724317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23131] ppid=23113 vsize=26538700 memory=-1 CPUtime=0.63 cores=0-7
/proc/23115/task/23131/stat : 23131 (java) R 23113 23113 21909 0 -1 4202560 2580 0 0 0 62 1 0 0 20 0 28 0 115514584 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868854907712 139870303921190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23132] ppid=23113 vsize=26538700 memory=0 CPUtime=0.56 cores=0-7
/proc/23115/task/23132/stat : 23132 (java) R 23113 23113 21909 0 -1 4202560 2591 0 0 0 55 1 0 0 20 0 28 0 115514584 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868853870800 139870299388480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23133] ppid=23113 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23133/stat : 23133 (java) S 23113 23113 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 115514584 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868852820704 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23134] ppid=23113 vsize=26538700 memory=-1 CPUtime=0 cores=0-7
/proc/23115/task/23134/stat : 23134 (java) S 23113 23113 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 115514585 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868851768240 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23136] ppid=23113 vsize=26538700 memory=-1 CPUtime=0 cores=0-7
/proc/23115/task/23136/stat : 23136 (java) R 23113 23113 21909 0 -1 4202560 81 0 0 0 0 0 0 0 20 0 28 0 115515179 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868843741872 139870313531408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23137] ppid=23113 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23137/stat : 23137 (java) S 23113 23113 21909 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 28 0 115515179 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868842704640 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23138] ppid=23113 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23138/stat : 23138 (java) S 23113 23113 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 115515179 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868841651072 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23139] ppid=23113 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23139/stat : 23139 (java) S 23113 23113 21909 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 28 0 115515179 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868840598528 139870320445141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23140] ppid=23113 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23140/stat : 23140 (java) S 23113 23113 21909 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 115515179 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868839545888 139870320446082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23141] ppid=23113 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23141/stat : 23141 (java) R 23113 23113 21909 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 28 0 115515179 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868838493440 139870320446870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23142] ppid=23113 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23142/stat : 23142 (java) R 23113 23113 21909 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 28 0 115515179 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868837440896 139870320446870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
[pid=23115/tid=23143] ppid=23113 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/23115/task/23143/stat : 23143 (java) R 23113 23113 21909 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 115515179 27175628800 329121 33554432000 4194304 4196468 140722931652608 139868836388464 139870320445141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36900864 140722931655826 140722931656003 140722931656003 140722931658703 0
Current children cumulated CPU time: 9.93 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1317592 KiB

[startup+6.20299 s]*
/proc/loadavg: 6.10 6.91 6.79 4/179 23143
/proc/meminfo: memFree=27741096/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 6.21223
CPU time (s): 11.251
CPU user time (s): 10.0493
CPU system time (s): 1.20165
CPU usage (%): 181.11
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 1318584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0493
system time used= 1.20165
maximum resident set size= 1318576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24214
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4206
involuntary context switches= 62


# summary of solver processes directly reported to runsolver:
#   pid: 23113
#   total CPU time (s): 11.251
#   total CPU user time (s): 10.0493
#   total CPU system time (s): 1.20165

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069597 second user time and 0.108373 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 20:57:58
IDJOB=4271208
IDBENCH=139308
IDSOLVER=2662
FILE ID=node149/4271208-1502824337
RUNJOBID= node149-1502812527-21936
PBS_JOBID= 20629823
Free space on /tmp= 61936 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-12.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271208-1502824337/watcher-4271208-1502824337 -o /tmp/evaluation-result-4271208-1502824337/solver-4271208-1502824337 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 648092285 HOME/instance-4271208-1502824337.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a557c5b210af073d1486c8e4c563afe6
RANDOM SEED=648092285

node149.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.43
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.43
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.43
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.43
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:        27739444 kB
MemAvailable:   31966136 kB
Buffers:          326528 kB
Cached:          4172476 kB
SwapCached:            0 kB
Active:          1200872 kB
Inactive:        3353632 kB
Active(anon):      58664 kB
Inactive(anon):    24956 kB
Active(file):    1142208 kB
Inactive(file):  3328676 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11096 kB
Writeback:             0 kB
AnonPages:         62184 kB
Mapped:            46376 kB
Shmem:             25224 kB
Slab:             170452 kB
SReclaimable:     143284 kB
SUnreclaim:        27168 kB
KernelStack:        3168 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61928 MiB
End job on node149 at 2017-08-15 20:58:05