Trace number 4280876

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-18)SAT 17.2847 2.73282

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-xcsp2-s1/
MultiKnapsack-1-6_X2.xml
MD5SUM2db28deb13cd993d5df964576e04fc69
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.2847
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
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-4280876-1503123745.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4280876-1503123745.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
0.71/0.48	c solve instance...
17.11/2.72	s SATISFIABLE
17.11/2.72	v <instantiation>
17.11/2.72	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
17.11/2.72	v 	<values>0 0 0 1 0 1 0 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 </values>
17.11/2.72	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10005 MiB free)
  memory of node 1: 16384 MiB (12218 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280876-1503123745/watcher-4280876-1503123745 -o /tmp/evaluation-result-4280876-1503123745/solver-4280876-1503123745 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503120141-18043 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2001477987 HOME/instance-4280876-1503123745.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
Current StackSize limit: 8192 KiB
solver pid=18891, runsolver pid=18888


[startup+0.100109 s]*
/proc/loadavg: 7.63 8.18 7.92 2/199 18912
/proc/meminfo: memFree=22741760/32770624 swapFree=67108860/67108860
[pid=18891] ppid=18888 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18891/stat : 18891 (xcsp3-exec) S 18888 18891 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145455485 9740288 346 33554432000 4194304 5098028 140730843140656 140730843138760 140361546953340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20004864 140730843149412 140730843149623 140730843149623 140730843152363 0
/proc/18891/statm: 2378 346 289 221 0 87 0
[pid=18893] ppid=18891 vsize=25999808 memory=26724 CPUtime=0.11 cores=0-7
/proc/18893/stat : 18893 (java) S 18891 18891 18016 0 -1 1077944320 5624 0 0 0 10 1 0 0 20 0 20 0 145455485 26623803392 6681 33554432000 4194304 4196468 140726345048032 140726345030576 140299069619959 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
/proc/18893/statm: 6499952 6681 2843 1 0 6488269 0
[pid=18893/tid=18894] ppid=18891 vsize=25999808 memory=8258645624806612128 CPUtime=0.08 cores=0-7
/proc/18893/task/18894/stat : 18894 (java) R 18891 18891 18016 0 -1 4202560 3624 0 0 0 8 0 0 0 20 0 20 0 145455485 26623803392 6681 33554432000 4194304 4196468 140726345048032 140299073844432 140299069631894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18895] ppid=18891 vsize=25999808 memory=732370149271600101 CPUtime=0 cores=0-7
/proc/18893/task/18895/stat : 18895 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455486 26623803392 6681 33554432000 4194304 4196468 140726345048032 140299022240272 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18896] ppid=18891 vsize=25999808 memory=140010934146688 CPUtime=0 cores=0-7
/proc/18893/task/18896/stat : 18896 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455486 26623803392 6681 33554432000 4194304 4196468 140726345048032 140299021187728 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18897] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18897/stat : 18897 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455486 26623803392 6681 33554432000 4194304 4196468 140726345048032 140299020134672 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18898] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18898/stat : 18898 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455486 26623803392 6681 33554432000 4194304 4196468 140726345048032 140299019082128 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18899] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18899/stat : 18899 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455486 26623803392 6681 33554432000 4194304 4196468 140726345048032 140299018030096 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18900] ppid=18891 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18893/task/18900/stat : 18900 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455486 26623803392 6681 33554432000 4194304 4196468 140726345048032 140299016977552 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18901] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18901/stat : 18901 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455486 26623803392 6681 33554432000 4194304 4196468 140726345048032 140299015924496 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18902] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18902/stat : 18902 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455486 26623803392 6681 33554432000 4194304 4196468 140726345048032 140299014871952 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18903] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18903/stat : 18903 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455487 26623803392 6681 33554432000 4194304 4196468 140726345048032 140297609693424 140299069631106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18904] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18904/stat : 18904 (java) S 18891 18891 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145455488 26623803392 6681 33554432000 4194304 4196468 140726345048032 140297608639648 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18905] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18905/stat : 18905 (java) S 18891 18891 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145455488 26623803392 6681 33554432000 4194304 4196468 140726345048032 140297607586544 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18906] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18906/stat : 18906 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455491 26623803392 6681 33554432000 4194304 4196468 140726345048032 140297606535120 140299069638555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18907] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18907/stat : 18907 (java) S 18891 18891 18016 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 145455491 26623803392 6681 33554432000 4194304 4196468 140726345048032 140297605483248 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18908] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18908/stat : 18908 (java) S 18891 18891 18016 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 145455491 26623803392 6681 33554432000 4194304 4196468 140726345048032 140297604430704 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18909] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18909/stat : 18909 (java) S 18891 18891 18016 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 145455491 26623803392 6681 33554432000 4194304 4196468 140726345048032 140297603377648 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18910] ppid=18891 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/18893/task/18910/stat : 18910 (java) R 18891 18891 18016 0 -1 4202560 256 0 0 0 1 0 0 0 20 0 20 0 145455491 26623803392 6681 33554432000 4194304 4196468 140726345048032 140297602325104 140299048589190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18911] ppid=18891 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18911/stat : 18911 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455491 26623803392 6681 33554432000 4194304 4196468 140726345048032 140297601272288 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18912] ppid=18891 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18893/task/18912/stat : 18912 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455491 26623803392 6681 33554432000 4194304 4196468 140726345048032 140297600219824 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28108 KiB

[startup+0.209828 s]*
/proc/loadavg: 7.63 8.18 7.92 3/199 18912
/proc/meminfo: memFree=22729960/32770624 swapFree=67108860/67108860
[pid=18891] ppid=18888 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18891/stat : 18891 (xcsp3-exec) S 18888 18891 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145455485 9740288 346 33554432000 4194304 5098028 140730843140656 140730843138760 140361546953340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20004864 140730843149412 140730843149623 140730843149623 140730843152363 0
/proc/18891/statm: 2378 346 289 221 0 87 0
[pid=18893] ppid=18891 vsize=26004064 memory=39208 CPUtime=0.33 cores=0-7
/proc/18893/stat : 18893 (java) S 18891 18891 18016 0 -1 1077944320 8349 0 0 0 31 2 0 0 20 0 20 0 145455485 26628161536 9802 33554432000 4194304 4196468 140726345048032 140726345030576 140299069619959 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
/proc/18893/statm: 6501016 9802 3069 1 0 6488269 0
[pid=18893/tid=18894] ppid=18891 vsize=26004064 memory=0 CPUtime=0.2 cores=0-7
/proc/18893/task/18894/stat : 18894 (java) R 18891 18891 18016 0 -1 4202560 5421 0 0 0 19 1 0 0 20 0 20 0 145455485 26628161536 9802 33554432000 4194304 4196468 140726345048032 140299073840952 140299053700446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18895] ppid=18891 vsize=26004064 memory=280021767722744 CPUtime=0 cores=0-7
/proc/18893/task/18895/stat : 18895 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 9802 33554432000 4194304 4196468 140726345048032 140299022240272 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18896] ppid=18891 vsize=26004064 memory=140010934146688 CPUtime=0 cores=0-7
/proc/18893/task/18896/stat : 18896 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 9802 33554432000 4194304 4196468 140726345048032 140299021187728 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18897] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18897/stat : 18897 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 9802 33554432000 4194304 4196468 140726345048032 140299020134672 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18898] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18898/stat : 18898 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 9802 33554432000 4194304 4196468 140726345048032 140299019082128 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18899] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18899/stat : 18899 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 9802 33554432000 4194304 4196468 140726345048032 140299018030096 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18900] ppid=18891 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18893/task/18900/stat : 18900 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 9802 33554432000 4194304 4196468 140726345048032 140299016977552 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18901] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18901/stat : 18901 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 9802 33554432000 4194304 4196468 140726345048032 140299015924496 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18902] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18902/stat : 18902 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 9802 33554432000 4194304 4196468 140726345048032 140299014871952 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18903] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18903/stat : 18903 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455487 26628161536 9802 33554432000 4194304 4196468 140726345048032 140297609693424 140299069631106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18904] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18904/stat : 18904 (java) S 18891 18891 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145455488 26628161536 9802 33554432000 4194304 4196468 140726345048032 140297608639648 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18905] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18905/stat : 18905 (java) S 18891 18891 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145455488 26628161536 9802 33554432000 4194304 4196468 140726345048032 140297607586544 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18906] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18906/stat : 18906 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455491 26628161536 9802 33554432000 4194304 4196468 140726345048032 140297606535120 140299069638555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18907] ppid=18891 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/18893/task/18907/stat : 18907 (java) R 18891 18891 18016 0 -1 1077944384 615 0 0 0 1 0 0 0 20 0 20 0 145455491 26628161536 9802 33554432000 4194304 4196468 140726345048032 140297605483248 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18908] ppid=18891 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/18893/task/18908/stat : 18908 (java) R 18891 18891 18016 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 20 0 145455491 26628161536 9802 33554432000 4194304 4196468 140726345048032 140297604430704 140299069631106 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18909] ppid=18891 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/18893/task/18909/stat : 18909 (java) S 18891 18891 18016 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 20 0 145455491 26628161536 9802 33554432000 4194304 4196468 140726345048032 140297603377648 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18910] ppid=18891 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/18893/task/18910/stat : 18910 (java) R 18891 18891 18016 0 -1 4202560 714 0 0 0 7 0 0 0 20 0 20 0 145455491 26628161536 9802 33554432000 4194304 4196468 140726345048032 140297602325104 140299069631894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18911] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18911/stat : 18911 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455491 26628161536 9802 33554432000 4194304 4196468 140726345048032 140297601272288 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18912] ppid=18891 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18893/task/18912/stat : 18912 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455491 26628161536 9802 33554432000 4194304 4196468 140726345048032 140297600219824 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40592 KiB

[startup+0.309558 s]*
/proc/loadavg: 7.63 8.18 7.92 2/199 18912
/proc/meminfo: memFree=22723384/32770624 swapFree=67108860/67108860
[pid=18891] ppid=18888 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18891/stat : 18891 (xcsp3-exec) S 18888 18891 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145455485 9740288 346 33554432000 4194304 5098028 140730843140656 140730843138760 140361546953340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20004864 140730843149412 140730843149623 140730843149623 140730843152363 0
/proc/18891/statm: 2378 346 289 221 0 87 0
[pid=18893] ppid=18891 vsize=26004064 memory=46512 CPUtime=0.49 cores=0-7
/proc/18893/stat : 18893 (java) S 18891 18891 18016 0 -1 1077944320 9259 0 0 0 46 3 0 0 20 0 20 0 145455485 26628161536 11628 33554432000 4194304 4196468 140726345048032 140726345030576 140299069619959 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
/proc/18893/statm: 6501016 11628 3098 1 0 6488269 0
[pid=18893/tid=18894] ppid=18891 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18893/task/18894/stat : 18894 (java) R 18891 18891 18016 0 -1 4202560 6182 0 0 0 27 2 0 0 20 0 20 0 145455485 26628161536 11628 33554432000 4194304 4196468 140726345048032 140299073852000 140299053700446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18895] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18895/stat : 18895 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 11628 33554432000 4194304 4196468 140726345048032 140299022240272 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18896] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18896/stat : 18896 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 11628 33554432000 4194304 4196468 140726345048032 140299021187728 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18897] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18897/stat : 18897 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 11628 33554432000 4194304 4196468 140726345048032 140299020134672 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18898] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18898/stat : 18898 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 11628 33554432000 4194304 4196468 140726345048032 140299019082128 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18899] ppid=18891 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/18893/task/18899/stat : 18899 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 11628 33554432000 4194304 4196468 140726345048032 140299018030096 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18900] ppid=18891 vsize=26004064 memory=140010833671087 CPUtime=0 cores=0-7
/proc/18893/task/18900/stat : 18900 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 11628 33554432000 4194304 4196468 140726345048032 140299016977552 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18901] ppid=18891 vsize=26004064 memory=140010833673392 CPUtime=0 cores=0-7
/proc/18893/task/18901/stat : 18901 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 11628 33554432000 4194304 4196468 140726345048032 140299015924496 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18902] ppid=18891 vsize=26004064 memory=140010833675696 CPUtime=0 cores=0-7
/proc/18893/task/18902/stat : 18902 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455486 26628161536 11628 33554432000 4194304 4196468 140726345048032 140299014871952 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18903] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18903/stat : 18903 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455487 26628161536 11628 33554432000 4194304 4196468 140726345048032 140297609693424 140299069631106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18904] ppid=18891 vsize=26004064 memory=280021667358352 CPUtime=0 cores=0-7
/proc/18893/task/18904/stat : 18904 (java) S 18891 18891 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145455488 26628161536 11628 33554432000 4194304 4196468 140726345048032 140297608639648 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18905] ppid=18891 vsize=26004064 memory=280021667365264 CPUtime=0 cores=0-7
/proc/18893/task/18905/stat : 18905 (java) S 18891 18891 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145455488 26628161536 11628 33554432000 4194304 4196468 140726345048032 140297607586544 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18906] ppid=18891 vsize=26004064 memory=280021667306544 CPUtime=0 cores=0-7
/proc/18893/task/18906/stat : 18906 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455491 26628161536 11628 33554432000 4194304 4196468 140726345048032 140297606535120 140299069638555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18907] ppid=18891 vsize=26004064 memory=280021667379088 CPUtime=0.02 cores=0-7
/proc/18893/task/18907/stat : 18907 (java) S 18891 18891 18016 0 -1 1077944384 666 0 0 0 2 0 0 0 20 0 20 0 145455491 26628161536 11628 33554432000 4194304 4196468 140726345048032 140297605483248 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18908] ppid=18891 vsize=26004064 memory=280021667386000 CPUtime=0.02 cores=0-7
/proc/18893/task/18908/stat : 18908 (java) R 18891 18891 18016 0 -1 1077944384 217 0 0 0 2 0 0 0 20 0 20 0 145455491 26628161536 11628 33554432000 4194304 4196468 140726345048032 140297604430704 140299069631106 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18909] ppid=18891 vsize=26004064 memory=280021667383696 CPUtime=0.01 cores=0-7
/proc/18893/task/18909/stat : 18909 (java) S 18891 18891 18016 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 20 0 145455491 26628161536 11628 33554432000 4194304 4196468 140726345048032 140297603377648 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18910] ppid=18891 vsize=26004064 memory=280021667399856 CPUtime=0.11 cores=0-7
/proc/18893/task/18910/stat : 18910 (java) S 18891 18891 18016 0 -1 1077944384 805 0 0 0 11 0 0 0 20 0 20 0 145455491 26628161536 11628 33554432000 4194304 4196468 140726345048032 140297602325104 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18911] ppid=18891 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18911/stat : 18911 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455491 26628161536 11628 33554432000 4194304 4196468 140726345048032 140297601272288 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18912] ppid=18891 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18893/task/18912/stat : 18912 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455491 26628161536 11628 33554432000 4194304 4196468 140726345048032 140297600219824 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47896 KiB

[startup+0.703596 s]
/proc/loadavg: 7.63 8.18 7.92 7/207 18920
/proc/meminfo: memFree=22685536/32770624 swapFree=67108860/67108860
[pid=18891] ppid=18888 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18891/stat : 18891 (xcsp3-exec) S 18888 18891 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145455485 9740288 346 33554432000 4194304 5098028 140730843140656 140730843138760 140361546953340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20004864 140730843149412 140730843149623 140730843149623 140730843152363 0
/proc/18891/statm: 2378 346 289 221 0 87 0
[pid=18893] ppid=18891 vsize=26538700 memory=90676 CPUtime=2.61 cores=0-7
/proc/18893/stat : 18893 (java) S 18891 18891 18016 0 -1 1077944320 13457 0 0 0 256 5 0 0 20 0 28 0 145455485 27175628800 22669 33554432000 4194304 4196468 140726345048032 140726345030576 140299069619959 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
/proc/18893/statm: 6634675 22669 3207 1 0 6621909 0
[pid=18893/tid=18894] ppid=18891 vsize=26538700 memory=280021667694720 CPUtime=0.46 cores=0-7
/proc/18893/task/18894/stat : 18894 (java) S 18891 18891 18016 0 -1 1077944384 6737 0 0 0 44 2 0 0 20 0 28 0 145455485 27175628800 22669 33554432000 4194304 4196468 140726345048032 140299073860736 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18895] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18895/stat : 18895 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 22669 33554432000 4194304 4196468 140726345048032 140299022240272 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18896] ppid=18891 vsize=26538700 memory=2372 CPUtime=0 cores=0-7
/proc/18893/task/18896/stat : 18896 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 22669 33554432000 4194304 4196468 140726345048032 140299021187728 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18897] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18897/stat : 18897 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 22669 33554432000 4194304 4196468 140726345048032 140299020134672 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0

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

[pid=18893/tid=18910] ppid=18891 vsize=26538700 memory=0 CPUtime=0.41 cores=0-7
/proc/18893/task/18910/stat : 18910 (java) S 18891 18891 18016 0 -1 1077944384 2072 0 0 0 41 0 0 0 20 0 28 0 145455491 27175628800 47848 33554432000 4194304 4196468 140726345048032 140297602325104 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18911] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18911/stat : 18911 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145455491 27175628800 47848 33554432000 4194304 4196468 140726345048032 140297601272288 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18912] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18912/stat : 18912 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145455491 27175628800 47848 33554432000 4194304 4196468 140726345048032 140297600219824 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18913] ppid=18891 vsize=26538700 memory=0 CPUtime=1.48 cores=0-7
/proc/18893/task/18913/stat : 18913 (java) S 18891 18891 18016 0 -1 1077944384 58 0 0 0 147 1 0 0 20 0 28 0 145455534 27175628800 47848 33554432000 4194304 4196468 140726345048032 140297592707616 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18914] ppid=18891 vsize=26538700 memory=0 CPUtime=1.52 cores=0-7
/proc/18893/task/18914/stat : 18914 (java) S 18891 18891 18016 0 -1 1077944384 42 0 0 0 151 1 0 0 20 0 28 0 145455534 27175628800 47848 33554432000 4194304 4196468 140726345048032 140297591656160 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18915] ppid=18891 vsize=26538700 memory=0 CPUtime=1.43 cores=0-7
/proc/18893/task/18915/stat : 18915 (java) R 18891 18891 18016 0 -1 4202560 64 0 0 0 142 1 0 0 20 0 28 0 145455534 27175628800 47848 33554432000 4194304 4196468 140726345048032 140297522635104 140298685045083 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18916] ppid=18891 vsize=26538700 memory=0 CPUtime=1.57 cores=0-7
/proc/18893/task/18916/stat : 18916 (java) R 18891 18891 18016 0 -1 4202560 84 0 0 0 156 1 0 0 20 0 28 0 145455534 27175628800 47848 33554432000 4194304 4196468 140726345048032 140297521582560 140298683847990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18917] ppid=18891 vsize=26538700 memory=0 CPUtime=1.53 cores=0-7
/proc/18893/task/18917/stat : 18917 (java) R 18891 18891 18016 0 -1 4202560 46 0 0 0 152 1 0 0 20 0 28 0 145455534 27175628800 47848 33554432000 4194304 4196468 140726345048032 140297520529504 140298685044135 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18918] ppid=18891 vsize=26538700 memory=0 CPUtime=1.44 cores=0-7
/proc/18893/task/18918/stat : 18918 (java) R 18891 18891 18016 0 -1 4202560 36 0 0 0 143 1 0 0 20 0 28 0 145455534 27175628800 47848 33554432000 4194304 4196468 140726345048032 140297519476960 140298683988713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18919] ppid=18891 vsize=26538700 memory=0 CPUtime=1.5 cores=0-7
/proc/18893/task/18919/stat : 18919 (java) R 18891 18891 18016 0 -1 1077944384 40 0 0 0 150 0 0 0 20 0 28 0 145455534 27175628800 47848 33554432000 4194304 4196468 140726345048032 140297518423808 140299069631106 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18920] ppid=18891 vsize=26538700 memory=0 CPUtime=1.61 cores=0-7
/proc/18893/task/18920/stat : 18920 (java) R 18891 18891 18016 0 -1 4202560 55 0 0 0 160 1 0 0 20 0 28 0 145455534 27175628800 47848 33554432000 4194304 4196468 140726345048032 140297517371248 140298683989378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
Current children cumulated CPU time: 14.89 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 192776 KiB

[startup+2.60094 s]
/proc/loadavg: 7.90 8.22 7.94 8/207 18920
/proc/meminfo: memFree=22578268/32770624 swapFree=67108860/67108860
[pid=18891] ppid=18888 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18891/stat : 18891 (xcsp3-exec) S 18888 18891 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145455485 9740288 346 33554432000 4194304 5098028 140730843140656 140730843138760 140361546953340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20004864 140730843149412 140730843149623 140730843149623 140730843152363 0
/proc/18891/statm: 2378 346 289 221 0 87 0
[pid=18893] ppid=18891 vsize=26538700 memory=197536 CPUtime=16.32 cores=0-7
/proc/18893/stat : 18893 (java) S 18891 18891 18016 0 -1 1077944320 14751 0 0 0 1615 17 0 0 20 0 28 0 145455485 27175628800 49384 33554432000 4194304 4196468 140726345048032 140726345030576 140299069619959 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
/proc/18893/statm: 6634675 49384 3227 1 0 6621909 0
[pid=18893/tid=18894] ppid=18891 vsize=26538700 memory=0 CPUtime=0.46 cores=0-7
/proc/18893/task/18894/stat : 18894 (java) S 18891 18891 18016 0 -1 1077944384 6737 0 0 0 44 2 0 0 20 0 28 0 145455485 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299073860736 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18895] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18895/stat : 18895 (java) S 18891 18891 18016 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299022240272 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18896] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18896/stat : 18896 (java) S 18891 18891 18016 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299021187728 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18897] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18897/stat : 18897 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299020134672 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18898] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18898/stat : 18898 (java) S 18891 18891 18016 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299019082128 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18899] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18899/stat : 18899 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299018030096 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18900] ppid=18891 vsize=26538700 memory=2372 CPUtime=0 cores=0-7
/proc/18893/task/18900/stat : 18900 (java) S 18891 18891 18016 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299016977552 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18901] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18901/stat : 18901 (java) S 18891 18891 18016 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299015924496 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18902] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18902/stat : 18902 (java) S 18891 18891 18016 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299014871952 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18903] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18903/stat : 18903 (java) S 18891 18891 18016 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 145455487 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297609693424 140299069631106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18904] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18904/stat : 18904 (java) S 18891 18891 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 145455488 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297608639648 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18905] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18905/stat : 18905 (java) S 18891 18891 18016 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 145455488 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297607586544 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18906] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18906/stat : 18906 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297606535120 140299069638555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18907] ppid=18891 vsize=26538700 memory=0 CPUtime=0.59 cores=0-7
/proc/18893/task/18907/stat : 18907 (java) S 18891 18891 18016 0 -1 1077944384 1880 0 0 0 59 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297605483248 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18908] ppid=18891 vsize=26538700 memory=57 CPUtime=0.61 cores=0-7
/proc/18893/task/18908/stat : 18908 (java) S 18891 18891 18016 0 -1 1077944384 1345 0 0 0 61 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297604430704 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18909] ppid=18891 vsize=26538700 memory=0 CPUtime=0.59 cores=0-7
/proc/18893/task/18909/stat : 18909 (java) S 18891 18891 18016 0 -1 1077944384 890 0 0 0 59 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297603377648 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18910] ppid=18891 vsize=26538700 memory=0 CPUtime=0.41 cores=0-7
/proc/18893/task/18910/stat : 18910 (java) S 18891 18891 18016 0 -1 1077944384 2080 0 0 0 41 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297602325104 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18911] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18911/stat : 18911 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297601272288 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18912] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18912/stat : 18912 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297600219824 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18913] ppid=18891 vsize=26538700 memory=0 CPUtime=1.65 cores=0-7
/proc/18893/task/18913/stat : 18913 (java) R 18891 18891 18016 0 -1 4202560 58 0 0 0 164 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297592707616 140299049344992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18914] ppid=18891 vsize=26538700 memory=0 CPUtime=1.69 cores=0-7
/proc/18893/task/18914/stat : 18914 (java) R 18891 18891 18016 0 -1 4202560 42 0 0 0 168 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297591656160 140298685134347 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18915] ppid=18891 vsize=26538700 memory=0 CPUtime=1.6 cores=0-7
/proc/18893/task/18915/stat : 18915 (java) S 18891 18891 18016 0 -1 1077944384 64 0 0 0 159 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297522635104 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18916] ppid=18891 vsize=26538700 memory=0 CPUtime=1.75 cores=0-7
/proc/18893/task/18916/stat : 18916 (java) R 18891 18891 18016 0 -1 1077944384 84 0 0 0 174 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297521582464 140299069631106 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18917] ppid=18891 vsize=26538700 memory=0 CPUtime=1.7 cores=0-7
/proc/18893/task/18917/stat : 18917 (java) S 18891 18891 18016 0 -1 1077944384 46 0 0 0 169 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297520529504 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18918] ppid=18891 vsize=26538700 memory=0 CPUtime=1.62 cores=0-7
/proc/18893/task/18918/stat : 18918 (java) R 18891 18891 18016 0 -1 4202560 37 0 0 0 161 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297519476960 140298683989378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18919] ppid=18891 vsize=26538700 memory=0 CPUtime=1.68 cores=0-7
/proc/18893/task/18919/stat : 18919 (java) R 18891 18891 18016 0 -1 4202560 40 0 0 0 168 0 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297518423904 140298685131072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18920] ppid=18891 vsize=26538700 memory=0 CPUtime=1.79 cores=0-7
/proc/18893/task/18920/stat : 18920 (java) R 18891 18891 18016 0 -1 4202560 55 0 0 0 178 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297517371344 140298683989381 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
Current children cumulated CPU time: 16.32 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 198920 KiB

[startup+2.70142 s]
/proc/loadavg: 7.90 8.22 7.94 8/207 18920
/proc/meminfo: memFree=22578268/32770624 swapFree=67108860/67108860
[pid=18891] ppid=18888 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18891/stat : 18891 (xcsp3-exec) S 18888 18891 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145455485 9740288 346 33554432000 4194304 5098028 140730843140656 140730843138760 140361546953340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20004864 140730843149412 140730843149623 140730843149623 140730843152363 0
/proc/18891/statm: 2378 346 289 221 0 87 0
[pid=18893] ppid=18891 vsize=26538700 memory=197536 CPUtime=17.11 cores=0-7
/proc/18893/stat : 18893 (java) S 18891 18891 18016 0 -1 1077944320 14755 0 0 0 1693 18 0 0 20 0 28 0 145455485 27175628800 49384 33554432000 4194304 4196468 140726345048032 140726345030576 140299069619959 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
/proc/18893/statm: 6634675 49384 3227 1 0 6621909 0
[pid=18893/tid=18894] ppid=18891 vsize=26538700 memory=1384 CPUtime=0.46 cores=0-7
/proc/18893/task/18894/stat : 18894 (java) S 18891 18891 18016 0 -1 1077944384 6737 0 0 0 44 2 0 0 20 0 28 0 145455485 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299073860736 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18895] ppid=18891 vsize=26538700 memory=1562 CPUtime=0 cores=0-7
/proc/18893/task/18895/stat : 18895 (java) S 18891 18891 18016 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299022240272 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18896] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18896/stat : 18896 (java) S 18891 18891 18016 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299021187728 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18897] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18897/stat : 18897 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299020134672 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18898] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18898/stat : 18898 (java) S 18891 18891 18016 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299019082128 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18899] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18899/stat : 18899 (java) S 18891 18891 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299018030096 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18900] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18900/stat : 18900 (java) S 18891 18891 18016 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299016977552 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18901] ppid=18891 vsize=26538700 memory=191352 CPUtime=0 cores=0-7
/proc/18893/task/18901/stat : 18901 (java) S 18891 18891 18016 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299015924496 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18902] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18902/stat : 18902 (java) S 18891 18891 18016 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 145455486 27175628800 49384 33554432000 4194304 4196468 140726345048032 140299014871952 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18903] ppid=18891 vsize=26538700 memory=280021667233312 CPUtime=0 cores=0-7
/proc/18893/task/18903/stat : 18903 (java) S 18891 18891 18016 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 145455487 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297609693424 140299069631106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18904] ppid=18891 vsize=26538700 memory=140010833638448 CPUtime=0 cores=0-7
/proc/18893/task/18904/stat : 18904 (java) S 18891 18891 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 145455488 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297608639648 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18905] ppid=18891 vsize=26538700 memory=280021667372912 CPUtime=0 cores=0-7
/proc/18893/task/18905/stat : 18905 (java) S 18891 18891 18016 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 145455488 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297607586544 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18906] ppid=18891 vsize=26538700 memory=-6586668835053300886 CPUtime=0 cores=0-7
/proc/18893/task/18906/stat : 18906 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297606535120 140299069638555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18907] ppid=18891 vsize=26538700 memory=6791534058613427641 CPUtime=0.59 cores=0-7
/proc/18893/task/18907/stat : 18907 (java) S 18891 18891 18016 0 -1 1077944384 1880 0 0 0 59 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297605483248 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18908] ppid=18891 vsize=26538700 memory=0 CPUtime=0.61 cores=0-7
/proc/18893/task/18908/stat : 18908 (java) S 18891 18891 18016 0 -1 1077944384 1345 0 0 0 61 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297604430704 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18909] ppid=18891 vsize=26538700 memory=0 CPUtime=0.59 cores=0-7
/proc/18893/task/18909/stat : 18909 (java) S 18891 18891 18016 0 -1 1077944384 890 0 0 0 59 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297603377648 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18910] ppid=18891 vsize=26538700 memory=0 CPUtime=0.41 cores=0-7
/proc/18893/task/18910/stat : 18910 (java) S 18891 18891 18016 0 -1 1077944384 2084 0 0 0 41 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297602325104 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18911] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18911/stat : 18911 (java) S 18891 18891 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297601272288 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18912] ppid=18891 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18893/task/18912/stat : 18912 (java) S 18891 18891 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145455491 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297600219824 140299069631106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18913] ppid=18891 vsize=26538700 memory=0 CPUtime=1.75 cores=0-7
/proc/18893/task/18913/stat : 18913 (java) R 18891 18891 18016 0 -1 4202560 58 0 0 0 174 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297592707616 140298684132373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18914] ppid=18891 vsize=26538700 memory=1384 CPUtime=1.78 cores=0-7
/proc/18893/task/18914/stat : 18914 (java) R 18891 18891 18016 0 -1 4202560 42 0 0 0 177 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297591656064 140298683989357 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18915] ppid=18891 vsize=26538700 memory=191352 CPUtime=1.7 cores=0-7
/proc/18893/task/18915/stat : 18915 (java) S 18891 18891 18016 0 -1 1077944384 64 0 0 0 169 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297522635104 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18916] ppid=18891 vsize=26538700 memory=0 CPUtime=1.85 cores=0-7
/proc/18893/task/18916/stat : 18916 (java) R 18891 18891 18016 0 -1 1077944384 84 0 0 0 184 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297521582464 140299069631106 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18917] ppid=18891 vsize=26538700 memory=0 CPUtime=1.8 cores=0-7
/proc/18893/task/18917/stat : 18917 (java) R 18891 18891 18016 0 -1 4202560 46 0 0 0 179 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297520529504 140298683989316 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18918] ppid=18891 vsize=26538700 memory=0 CPUtime=1.72 cores=0-7
/proc/18893/task/18918/stat : 18918 (java) R 18891 18891 18016 0 -1 4202560 37 0 0 0 171 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297519476960 140298683989367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18919] ppid=18891 vsize=26538700 memory=0 CPUtime=1.79 cores=0-7
/proc/18893/task/18919/stat : 18919 (java) S 18891 18891 18016 0 -1 1077944384 40 0 0 0 178 1 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297518423904 140299069630165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
[pid=18893/tid=18920] ppid=18891 vsize=26538700 memory=0 CPUtime=1.9 cores=0-7
/proc/18893/task/18920/stat : 18920 (java) R 18891 18891 18016 0 -1 4202560 55 0 0 0 188 2 0 0 20 0 28 0 145455534 27175628800 49384 33554432000 4194304 4196468 140726345048032 140297517371344 140298683989354 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21295104 140726345053330 140726345053507 140726345053507 140726345056207 0
Current children cumulated CPU time: 17.11 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 198920 KiB

Child status: 0
Real time (s): 2.73282
CPU time (s): 17.2847
CPU user time (s): 17.0949
CPU system time (s): 0.189817
CPU usage (%): 632.485
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 198920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.0949
system time used= 0.189817
maximum resident set size= 198764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15340
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= 42731
involuntary context switches= 216


# summary of solver processes directly reported to runsolver:
#   pid: 18891
#   total CPU time (s): 17.2847
#   total CPU user time (s): 17.0949
#   total CPU system time (s): 0.189817

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0512 second user time and 0.060236 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-19 08:08:05
IDJOB=4280876
IDBENCH=120857
IDSOLVER=2675
FILE ID=node150/4280876-1503123745
RUNJOBID= node150-1503120141-18043
PBS_JOBID= 20630767
Free space on /tmp= 61904 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-xcsp2-s1/MultiKnapsack-1-6_X2.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-4280876-1503123745/watcher-4280876-1503123745 -o /tmp/evaluation-result-4280876-1503123745/solver-4280876-1503123745 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503120141-18043 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2001477987 HOME/instance-4280876-1503123745.xml

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

MD5SUM BENCH= 2db28deb13cd993d5df964576e04fc69
RANDOM SEED=2001477987

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        22757316 kB
MemAvailable:   31958576 kB
Buffers:          330336 kB
Cached:          9150220 kB
SwapCached:            0 kB
Active:          2736256 kB
Inactive:        6797452 kB
Active(anon):      55984 kB
Inactive(anon):    33232 kB
Active(file):    2680272 kB
Inactive(file):  6764220 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7956 kB
Writeback:             0 kB
AnonPages:         60060 kB
Mapped:            50828 kB
Shmem:             33416 kB
Slab:             171660 kB
SReclaimable:     145204 kB
SUnreclaim:        26456 kB
KernelStack:        3168 kB
PageTables:         4760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332856 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61896 MiB
End job on node150 at 2017-08-19 08:08:08