Trace number 4407089

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24 parallelOPT97 691.25 87.4817

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-01.xml
MD5SUMcc0e4d4fb1187992b98efb1fb4f076c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark166.61
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size300
Distribution of domain sizes[{"size":1,"count":1},{"size":300,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":10},{"degree":6,"count":23},{"degree":7,"count":17},{"degree":8,"count":6},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":131},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":32,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407089-1569352247.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407089-1569352247.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
2.08/0.81	c solve instance...
2.73/0.95	o 288 
2.73/0.97	o 110 
3.50/1.06	o 108 
4.20/1.12	o 107 
4.20/1.18	o 106 
9.48/1.80	o 103 
25.34/3.81	o 102 
25.34/3.89	o 101 
26.16/3.96	o 100 
41.52/5.98	o 99 
109.64/14.57	o 98 
166.95/21.75	o 97 
690.74/87.46	s OPTIMUM FOUND
690.74/87.46	v <instantiation>
690.74/87.46	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
690.74/87.46	v 	<values>0 8 2 0 17 7 13 8 8 22 15 27 39 31 14 35 56 26 33 32 19 32 53 51 34 32 46 18 41 41 40 48 58 62 78 47 45 74 41 35 46 71 64 64 51 53 63 55 68 77 62 63 83 75 66 86 65 78 90 83 92 97 </values>
690.74/87.46	v </instantiation>

Verifier Data

OK	97

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407089-1569352247/watcher-4407089-1569352247 -o /tmp/evaluation-result-4407089-1569352247/solver-4407089-1569352247 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1569349242-16448 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1126841866 HOME/instance-4407089-1569352247.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=19120, runsolver pid=19117
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 8.15 8.21 7.89 2/213 19141
/proc/meminfo: memFree=25698428/32770624 swapFree=66959708/67108860
[pid=19120] ppid=19117 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19120/stat : 19120 (xcsp3-exec) S 19117 19120 16421 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511493525 115843072 364 33554432000 4194304 5098028 140727620622080 140727620620184 140055890924156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29007872 140727620625269 140727620625513 140727620625513 140727620628426 0
/proc/19120/statm: 28282 364 305 221 0 87 0
[pid=19122] ppid=19120 vsize=28227396 memory=31896 CPUtime=0.12 cores=0-7
/proc/19122/stat : 19122 (java) S 19120 19120 16421 0 -1 1077944320 5441 0 0 0 11 1 0 0 20 0 20 0 511493525 28904853504 7974 33554432000 4194304 4196468 140721436990224 140721436972768 140412858396407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
/proc/19122/statm: 7056849 7974 3118 1 0 7019032 0
[pid=19122/tid=19123] ppid=19120 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/19122/task/19123/stat : 19123 (java) R 19120 19120 16421 0 -1 4202560 3333 0 0 0 8 1 0 0 20 0 20 0 511493525 28904853504 7974 33554432000 4194304 4196468 140721436990224 140412862621216 140412839041074 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19124] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19124/stat : 19124 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 7974 33554432000 4194304 4196468 140721436990224 140412817157008 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19125] ppid=19120 vsize=28227396 memory=139861414103190 CPUtime=0 cores=0-7
/proc/19122/task/19125/stat : 19125 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 7974 33554432000 4194304 4196468 140721436990224 140412408834832 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19126] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19126/stat : 19126 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 7974 33554432000 4194304 4196468 140721436990224 140412407782544 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19127] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19127/stat : 19127 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 7974 33554432000 4194304 4196468 140721436990224 140412406729744 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19128] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19128/stat : 19128 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 7974 33554432000 4194304 4196468 140721436990224 140412405676432 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19129] ppid=19120 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19122/task/19129/stat : 19129 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 7974 33554432000 4194304 4196468 140721436990224 140412404623632 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19130] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19130/stat : 19130 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 7974 33554432000 4194304 4196468 140721436990224 140412403571344 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19131] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19131/stat : 19131 (java) S 19120 19120 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 7974 33554432000 4194304 4196468 140721436990224 140412402518544 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19132] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19132/stat : 19132 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493528 28904853504 7974 33554432000 4194304 4196468 140721436990224 140410985831024 140412858407554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19133] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19133/stat : 19133 (java) S 19120 19120 16421 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511493528 28904853504 7974 33554432000 4194304 4196468 140721436990224 140410984776992 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19134] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19134/stat : 19134 (java) S 19120 19120 16421 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511493528 28904853504 7974 33554432000 4194304 4196468 140721436990224 140410983724656 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19135] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19135/stat : 19135 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493531 28904853504 7974 33554432000 4194304 4196468 140721436990224 140410982672976 140412858415003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19136] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19136/stat : 19136 (java) S 19120 19120 16421 0 -1 1077944384 324 0 0 0 0 0 0 0 20 0 20 0 511493531 28904853504 7974 33554432000 4194304 4196468 140721436990224 140410981619824 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19137] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19137/stat : 19137 (java) R 19120 19120 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511493531 28904853504 7974 33554432000 4194304 4196468 140721436990224 140410980567024 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19138] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19138/stat : 19138 (java) S 19120 19120 16421 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 511493531 28904853504 7974 33554432000 4194304 4196468 140721436990224 140410979514736 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19139] ppid=19120 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/19122/task/19139/stat : 19139 (java) S 19120 19120 16421 0 -1 1077944384 347 0 0 0 2 0 0 0 20 0 20 0 511493531 28904853504 7974 33554432000 4194304 4196468 140721436990224 140410978461936 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19140] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19140/stat : 19140 (java) S 19120 19120 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511493531 28904853504 7974 33554432000 4194304 4196468 140721436990224 140410977409888 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19141] ppid=19120 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19122/task/19141/stat : 19141 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493531 28904853504 7974 33554432000 4194304 4196468 140721436990224 140410976357168 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 33352 KiB

[startup+0.210683 s]*
/proc/loadavg: 8.15 8.21 7.89 2/213 19141
/proc/meminfo: memFree=25685752/32770624 swapFree=66959708/67108860
[pid=19120] ppid=19117 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19120/stat : 19120 (xcsp3-exec) S 19117 19120 16421 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511493525 115843072 364 33554432000 4194304 5098028 140727620622080 140727620620184 140055890924156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29007872 140727620625269 140727620625513 140727620625513 140727620628426 0
/proc/19120/statm: 28282 364 305 221 0 87 0
[pid=19122] ppid=19120 vsize=28227396 memory=43288 CPUtime=0.33 cores=0-7
/proc/19122/stat : 19122 (java) S 19120 19120 16421 0 -1 1077944320 9012 0 0 0 30 3 0 0 20 0 20 0 511493525 28904853504 10822 33554432000 4194304 4196468 140721436990224 140721436972768 140412858396407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
/proc/19122/statm: 7056849 10822 3314 1 0 7019032 0
[pid=19122/tid=19123] ppid=19120 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/19122/task/19123/stat : 19123 (java) R 19120 19120 16421 0 -1 4202560 6160 0 0 0 17 2 0 0 20 0 20 0 511493525 28904853504 10822 33554432000 4194304 4196468 140721436990224 140412862629504 140412494774651 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19124] ppid=19120 vsize=28227396 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/19122/task/19124/stat : 19124 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 10822 33554432000 4194304 4196468 140721436990224 140412817157008 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19125] ppid=19120 vsize=28227396 memory=3978841666524137120 CPUtime=0 cores=0-7
/proc/19122/task/19125/stat : 19125 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 10822 33554432000 4194304 4196468 140721436990224 140412408834832 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19126] ppid=19120 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19122/task/19126/stat : 19126 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 10822 33554432000 4194304 4196468 140721436990224 140412407782544 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19127] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19127/stat : 19127 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 10822 33554432000 4194304 4196468 140721436990224 140412406729744 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19128] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19128/stat : 19128 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 10822 33554432000 4194304 4196468 140721436990224 140412405676432 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19129] ppid=19120 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19122/task/19129/stat : 19129 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 10822 33554432000 4194304 4196468 140721436990224 140412404623632 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19130] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19130/stat : 19130 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 10822 33554432000 4194304 4196468 140721436990224 140412403571344 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19131] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19131/stat : 19131 (java) S 19120 19120 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511493526 28904853504 10822 33554432000 4194304 4196468 140721436990224 140412402518544 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19132] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19132/stat : 19132 (java) S 19120 19120 16421 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511493528 28904853504 10822 33554432000 4194304 4196468 140721436990224 140410985831024 140412858407554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19133] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19133/stat : 19133 (java) S 19120 19120 16421 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511493528 28904853504 10822 33554432000 4194304 4196468 140721436990224 140410984776992 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19134] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19134/stat : 19134 (java) S 19120 19120 16421 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511493528 28904853504 10822 33554432000 4194304 4196468 140721436990224 140410983724656 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19135] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19135/stat : 19135 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493531 28904853504 10822 33554432000 4194304 4196468 140721436990224 140410982672976 140412858415003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19136] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19136/stat : 19136 (java) S 19120 19120 16421 0 -1 1077944384 346 0 0 0 0 0 0 0 20 0 20 0 511493531 28904853504 10822 33554432000 4194304 4196468 140721436990224 140410981619824 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19137] ppid=19120 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/19122/task/19137/stat : 19137 (java) S 19120 19120 16421 0 -1 1077944384 279 0 0 0 2 0 0 0 20 0 20 0 511493531 28904853504 10822 33554432000 4194304 4196468 140721436990224 140410980567024 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19138] ppid=19120 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/19122/task/19138/stat : 19138 (java) S 19120 19120 16421 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 20 0 511493531 28904853504 10822 33554432000 4194304 4196468 140721436990224 140410979514736 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19139] ppid=19120 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/19122/task/19139/stat : 19139 (java) R 19120 19120 16421 0 -1 4202560 747 0 0 0 8 0 0 0 20 0 20 0 511493531 28904853504 10822 33554432000 4194304 4196468 140721436990224 140410978461744 140412837231531 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19140] ppid=19120 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19140/stat : 19140 (java) S 19120 19120 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511493531 28904853504 10822 33554432000 4194304 4196468 140721436990224 140410977409888 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19141] ppid=19120 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19122/task/19141/stat : 19141 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493531 28904853504 10822 33554432000 4194304 4196468 140721436990224 140410976357168 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 44744 KiB

[startup+0.310641 s]*
/proc/loadavg: 8.15 8.21 7.89 5/213 19141
/proc/meminfo: memFree=25679224/32770624 swapFree=66959708/67108860
[pid=19120] ppid=19117 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19120/stat : 19120 (xcsp3-exec) S 19117 19120 16421 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511493525 115843072 364 33554432000 4194304 5098028 140727620622080 140727620620184 140055890924156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29007872 140727620625269 140727620625513 140727620625513 140727620628426 0
/proc/19120/statm: 28282 364 305 221 0 87 0
[pid=19122] ppid=19120 vsize=28231652 memory=51808 CPUtime=0.52 cores=0-7
/proc/19122/stat : 19122 (java) S 19120 19120 16421 0 -1 1077944320 10329 0 0 0 48 4 0 0 20 0 20 0 511493525 28909211648 12952 33554432000 4194304 4196468 140721436990224 140721436972768 140412858396407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
/proc/19122/statm: 7057913 12952 3356 1 0 7019032 0
[pid=19122/tid=19123] ppid=19120 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/19122/task/19123/stat : 19123 (java) R 19120 19120 16421 0 -1 4202560 7268 0 0 0 27 2 0 0 20 0 20 0 511493525 28909211648 12952 33554432000 4194304 4196468 140721436990224 140412862627520 140412842476894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19124] ppid=19120 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19124/stat : 19124 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28909211648 12952 33554432000 4194304 4196468 140721436990224 140412817157008 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19125] ppid=19120 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19125/stat : 19125 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493526 28909211648 12952 33554432000 4194304 4196468 140721436990224 140412408834832 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19126] ppid=19120 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19126/stat : 19126 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28909211648 12952 33554432000 4194304 4196468 140721436990224 140412407782544 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19127] ppid=19120 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19127/stat : 19127 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28909211648 12952 33554432000 4194304 4196468 140721436990224 140412406729744 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19128] ppid=19120 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19128/stat : 19128 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28909211648 12952 33554432000 4194304 4196468 140721436990224 140412405676432 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19129] ppid=19120 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19129/stat : 19129 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493526 28909211648 12952 33554432000 4194304 4196468 140721436990224 140412404623632 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19130] ppid=19120 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19130/stat : 19130 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28909211648 12952 33554432000 4194304 4196468 140721436990224 140412403571344 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19131] ppid=19120 vsize=28231652 memory=6872598998417432672 CPUtime=0 cores=0-7
/proc/19122/task/19131/stat : 19131 (java) S 19120 19120 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511493526 28909211648 12952 33554432000 4194304 4196468 140721436990224 140412402518544 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19132] ppid=19120 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19132/stat : 19132 (java) S 19120 19120 16421 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511493528 28909211648 12952 33554432000 4194304 4196468 140721436990224 140410985831024 140412858407554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19133] ppid=19120 vsize=28231652 memory=279722496040320 CPUtime=0 cores=0-7
/proc/19122/task/19133/stat : 19133 (java) S 19120 19120 16421 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511493528 28909211648 12952 33554432000 4194304 4196468 140721436990224 140410984776992 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19134] ppid=19120 vsize=28231652 memory=279722496044928 CPUtime=0 cores=0-7
/proc/19122/task/19134/stat : 19134 (java) S 19120 19120 16421 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511493528 28909211648 12952 33554432000 4194304 4196468 140721436990224 140410983724656 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19135] ppid=19120 vsize=28231652 memory=279722496049536 CPUtime=0 cores=0-7
/proc/19122/task/19135/stat : 19135 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493531 28909211648 12952 33554432000 4194304 4196468 140721436990224 140410982672976 140412858415003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19136] ppid=19120 vsize=28231652 memory=279722496054144 CPUtime=0.02 cores=0-7
/proc/19122/task/19136/stat : 19136 (java) R 19120 19120 16421 0 -1 4202560 454 0 0 0 2 0 0 0 20 0 20 0 511493531 28909211648 12952 33554432000 4194304 4196468 140721436990224 140410981619920 140412843522815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19137] ppid=19120 vsize=28231652 memory=279722496058752 CPUtime=0.03 cores=0-7
/proc/19122/task/19137/stat : 19137 (java) S 19120 19120 16421 0 -1 1077944384 306 0 0 0 3 0 0 0 20 0 20 0 511493531 28909211648 12952 33554432000 4194304 4196468 140721436990224 140410980567024 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19138] ppid=19120 vsize=28231652 memory=279722496063360 CPUtime=0.02 cores=0-7
/proc/19122/task/19138/stat : 19138 (java) S 19120 19120 16421 0 -1 1077944384 171 0 0 0 2 0 0 0 20 0 20 0 511493531 28909211648 12952 33554432000 4194304 4196468 140721436990224 140410979514736 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19139] ppid=19120 vsize=28231652 memory=279722496067968 CPUtime=0.12 cores=0-7
/proc/19122/task/19139/stat : 19139 (java) S 19120 19120 16421 0 -1 1077944384 827 0 0 0 12 0 0 0 20 0 20 0 511493531 28909211648 12952 33554432000 4194304 4196468 140721436990224 140410978461936 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19140] ppid=19120 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19140/stat : 19140 (java) S 19120 19120 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511493531 28909211648 12952 33554432000 4194304 4196468 140721436990224 140410977409888 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19141] ppid=19120 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/19122/task/19141/stat : 19141 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493531 28909211648 12952 33554432000 4194304 4196468 140721436990224 140410976357168 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 53264 KiB

[startup+0.701016 s]
/proc/loadavg: 8.15 8.21 7.89 6/213 19141
/proc/meminfo: memFree=25662116/32770624 swapFree=66959708/67108860
[pid=19120] ppid=19117 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19120/stat : 19120 (xcsp3-exec) S 19117 19120 16421 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511493525 115843072 364 33554432000 4194304 5098028 140727620622080 140727620620184 140055890924156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29007872 140727620625269 140727620625513 140727620625513 140727620628426 0
/proc/19120/statm: 28282 364 305 221 0 87 0
[pid=19122] ppid=19120 vsize=28233776 memory=90248 CPUtime=1.64 cores=0-7
/proc/19122/stat : 19122 (java) S 19120 19120 16421 0 -1 1077944320 14716 0 0 0 158 6 0 0 20 0 20 0 511493525 28911386624 22562 33554432000 4194304 4196468 140721436990224 140721436972768 140412858396407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
/proc/19122/statm: 7058444 22562 3454 1 0 7019544 0
[pid=19122/tid=19123] ppid=19120 vsize=28233776 memory=4580 CPUtime=0.67 cores=0-7
/proc/19122/task/19123/stat : 19123 (java) R 19120 19120 16421 0 -1 4202560 8795 0 0 0 64 3 0 0 20 0 20 0 511493525 28911386624 22562 33554432000 4194304 4196468 140721436990224 140412862632176 140412858408342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19124] ppid=19120 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19124/stat : 19124 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28911386624 22562 33554432000 4194304 4196468 140721436990224 140412817157008 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19125] ppid=19120 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19125/stat : 19125 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511493526 28911386624 22562 33554432000 4194304 4196468 140721436990224 140412408834832 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19126] ppid=19120 vsize=28233776 memory=1188 CPUtime=0 cores=0-7
/proc/19122/task/19126/stat : 19126 (java) S 19120 19120 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511493526 28911386624 22562 33554432000 4194304 4196468 140721436990224 140412407782544 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0

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

[pid=19122/tid=19139] ppid=19120 vsize=28768336 memory=0 CPUtime=0.95 cores=0-7
/proc/19122/task/19139/stat : 19139 (java) S 19120 19120 16421 0 -1 1077944384 9838 0 0 0 92 3 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410978461936 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19140] ppid=19120 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19122/task/19140/stat : 19140 (java) S 19120 19120 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410977409888 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19141] ppid=19120 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/19122/task/19141/stat : 19141 (java) S 19120 19120 16421 0 -1 1077944384 1276 0 0 0 0 1 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410976357168 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19239] ppid=19120 vsize=28768336 memory=0 CPUtime=64.2 cores=0-7
/proc/19122/task/19239/stat : 19239 (java) R 19120 19120 16421 0 -1 4202560 1618 0 0 0 6420 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410964216024 140412503424804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19240] ppid=19120 vsize=28768336 memory=35800 CPUtime=64.36 cores=0-7
/proc/19122/task/19240/stat : 19240 (java) R 19120 19120 16421 0 -1 4202560 883 0 0 0 6436 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410961064264 140412502116663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19241] ppid=19120 vsize=28768336 memory=14068 CPUtime=64.48 cores=0-7
/proc/19122/task/19241/stat : 19241 (java) R 19120 19120 16421 0 -1 4202560 1613 0 0 0 6447 1 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410966326848 140412503426851 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19242] ppid=19120 vsize=28768336 memory=524 CPUtime=64.18 cores=0-7
/proc/19122/task/19242/stat : 19242 (java) R 19120 19120 16421 0 -1 4202560 2242 0 0 0 6415 3 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410967375120 140412503697634 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19243] ppid=19120 vsize=28768336 memory=1568 CPUtime=64.39 cores=0-7
/proc/19122/task/19243/stat : 19243 (java) R 19120 19120 16421 0 -1 4202560 1683 0 0 0 6439 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410965273376 140412503197370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19244] ppid=19120 vsize=28768336 memory=928 CPUtime=64.23 cores=0-7
/proc/19122/task/19244/stat : 19244 (java) R 19120 19120 16421 0 -1 4202560 1172 0 0 0 6423 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410962112008 140412502416660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19245] ppid=19120 vsize=28768336 memory=3656 CPUtime=64.39 cores=0-7
/proc/19122/task/19245/stat : 19245 (java) R 19120 19120 16421 0 -1 4202560 841 0 0 0 6439 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410960011488 140412503426973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19246] ppid=19120 vsize=28768336 memory=1976 CPUtime=64.54 cores=0-7
/proc/19122/task/19246/stat : 19246 (java) R 19120 19120 16421 0 -1 4202560 1136 0 0 0 6454 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410963164848 140412501553049 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
Current children cumulated CPU time: 682.74 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 211640 KiB

[startup+87.201 s]
/proc/loadavg: 8.25 8.27 7.95 9/221 19251
/proc/meminfo: memFree=25521188/32770624 swapFree=66959708/67108860
[pid=19120] ppid=19117 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19120/stat : 19120 (xcsp3-exec) S 19117 19120 16421 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511493525 115843072 364 33554432000 4194304 5098028 140727620622080 140727620620184 140055890924156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29007872 140727620625269 140727620625513 140727620625513 140727620628426 0
/proc/19120/statm: 28282 364 305 221 0 87 0
[pid=19122] ppid=19120 vsize=28768336 memory=210184 CPUtime=689.11 cores=0-7
/proc/19122/stat : 19122 (java) S 19120 19120 16421 0 -1 1077944320 106630 0 0 0 68867 44 0 0 20 0 28 0 511493525 29458776064 52546 33554432000 4194304 4196468 140721436990224 140721436972768 140412858396407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
/proc/19122/statm: 7192084 52546 3534 1 0 7153184 0
[pid=19122/tid=19123] ppid=19120 vsize=28768336 memory=988 CPUtime=0.81 cores=0-7
/proc/19122/task/19123/stat : 19123 (java) S 19120 19120 16421 0 -1 1077944384 9158 0 0 0 77 4 0 0 20 0 28 0 511493525 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412862637184 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19124] ppid=19120 vsize=28768336 memory=2024 CPUtime=0.03 cores=0-7
/proc/19122/task/19124/stat : 19124 (java) S 19120 19120 16421 0 -1 1077944384 1188 0 0 0 3 0 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412817157008 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19125] ppid=19120 vsize=28768336 memory=1384 CPUtime=0.05 cores=0-7
/proc/19122/task/19125/stat : 19125 (java) S 19120 19120 16421 0 -1 1077944384 1272 0 0 0 4 1 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412408834832 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19126] ppid=19120 vsize=28768336 memory=3672 CPUtime=0.05 cores=0-7
/proc/19122/task/19126/stat : 19126 (java) S 19120 19120 16421 0 -1 1077944384 1395 0 0 0 4 1 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412407782544 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19127] ppid=19120 vsize=28768336 memory=1056 CPUtime=0.05 cores=0-7
/proc/19122/task/19127/stat : 19127 (java) S 19120 19120 16421 0 -1 1077944384 3876 0 0 0 4 1 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412406729744 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19128] ppid=19120 vsize=28768336 memory=6791534058613427641 CPUtime=0.04 cores=0-7
/proc/19122/task/19128/stat : 19128 (java) S 19120 19120 16421 0 -1 1077944384 1933 0 0 0 3 1 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412405676432 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19129] ppid=19120 vsize=28768336 memory=2828 CPUtime=0.04 cores=0-7
/proc/19122/task/19129/stat : 19129 (java) S 19120 19120 16421 0 -1 1077944384 1437 0 0 0 4 0 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412404623632 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19130] ppid=19120 vsize=28768336 memory=780 CPUtime=0.03 cores=0-7
/proc/19122/task/19130/stat : 19130 (java) S 19120 19120 16421 0 -1 1077944384 1335 0 0 0 3 0 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412403571344 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19131] ppid=19120 vsize=28768336 memory=620 CPUtime=0.05 cores=0-7
/proc/19122/task/19131/stat : 19131 (java) S 19120 19120 16421 0 -1 1077944384 2814 0 0 0 4 1 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412402518544 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19132] ppid=19120 vsize=28768336 memory=1496 CPUtime=0.06 cores=0-7
/proc/19122/task/19132/stat : 19132 (java) S 19120 19120 16421 0 -1 1077944384 3692 0 0 0 4 2 0 0 20 0 28 0 511493528 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410985831024 140412858407554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19133] ppid=19120 vsize=28768336 memory=1016 CPUtime=0 cores=0-7
/proc/19122/task/19133/stat : 19133 (java) S 19120 19120 16421 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 511493528 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410984777056 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19134] ppid=19120 vsize=28768336 memory=6072 CPUtime=0 cores=0-7
/proc/19122/task/19134/stat : 19134 (java) S 19120 19120 16421 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 511493528 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410983724672 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19135] ppid=19120 vsize=28768336 memory=14012 CPUtime=0 cores=0-7
/proc/19122/task/19135/stat : 19135 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410982672976 140412858415003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19136] ppid=19120 vsize=28768336 memory=2116 CPUtime=3.2 cores=0-7
/proc/19122/task/19136/stat : 19136 (java) S 19120 19120 16421 0 -1 1077944384 15348 0 0 0 317 3 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410981619824 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19137] ppid=19120 vsize=28768336 memory=3624 CPUtime=3.03 cores=0-7
/proc/19122/task/19137/stat : 19137 (java) S 19120 19120 16421 0 -1 1077944384 15074 0 0 0 301 2 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410980567024 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19138] ppid=19120 vsize=28768336 memory=65248 CPUtime=2.8 cores=0-7
/proc/19122/task/19138/stat : 19138 (java) S 19120 19120 16421 0 -1 1077944384 17164 0 0 0 276 4 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410979514736 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19139] ppid=19120 vsize=28768336 memory=988 CPUtime=0.95 cores=0-7
/proc/19122/task/19139/stat : 19139 (java) S 19120 19120 16421 0 -1 1077944384 9838 0 0 0 92 3 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410978461936 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19140] ppid=19120 vsize=28768336 memory=2024 CPUtime=0 cores=0-7
/proc/19122/task/19140/stat : 19140 (java) S 19120 19120 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410977409888 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19141] ppid=19120 vsize=28768336 memory=1384 CPUtime=0.01 cores=0-7
/proc/19122/task/19141/stat : 19141 (java) S 19120 19120 16421 0 -1 1077944384 1276 0 0 0 0 1 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410976357168 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19239] ppid=19120 vsize=28768336 memory=3672 CPUtime=65 cores=0-7
/proc/19122/task/19239/stat : 19239 (java) R 19120 19120 16421 0 -1 4202560 1618 0 0 0 6500 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410964216024 140412502661364 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19240] ppid=19120 vsize=28768336 memory=1056 CPUtime=65.16 cores=0-7
/proc/19122/task/19240/stat : 19240 (java) R 19120 19120 16421 0 -1 4202560 883 0 0 0 6516 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410961064264 140412503427732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19241] ppid=19120 vsize=28768336 memory=1188 CPUtime=65.28 cores=0-7
/proc/19122/task/19241/stat : 19241 (java) R 19120 19120 16421 0 -1 4202560 1613 0 0 0 6527 1 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410966326984 140412501552641 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19242] ppid=19120 vsize=28768336 memory=1536 CPUtime=64.96 cores=0-7
/proc/19122/task/19242/stat : 19242 (java) R 19120 19120 16421 0 -1 4202560 2242 0 0 0 6493 3 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410967375120 140412503700166 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19243] ppid=19120 vsize=28768336 memory=1188 CPUtime=65.19 cores=0-7
/proc/19122/task/19243/stat : 19243 (java) R 19120 19120 16421 0 -1 4202560 1683 0 0 0 6519 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410965273376 140412504436626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19244] ppid=19120 vsize=28768336 memory=1536 CPUtime=65.03 cores=0-7
/proc/19122/task/19244/stat : 19244 (java) R 19120 19120 16421 0 -1 4202560 1172 0 0 0 6503 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410962112008 140412502663199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19245] ppid=19120 vsize=28768336 memory=9592 CPUtime=65.19 cores=0-7
/proc/19122/task/19245/stat : 19245 (java) R 19120 19120 16421 0 -1 4202560 841 0 0 0 6519 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410960011624 140412503427503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19246] ppid=19120 vsize=28768336 memory=2828 CPUtime=65.34 cores=0-7
/proc/19122/task/19246/stat : 19246 (java) R 19120 19120 16421 0 -1 4202560 1136 0 0 0 6534 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410963164984 140412503427207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
Current children cumulated CPU time: 689.11 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 211640 KiB

[startup+87.405 s]
/proc/loadavg: 8.25 8.27 7.95 9/221 19251
/proc/meminfo: memFree=25521188/32770624 swapFree=66959708/67108860
[pid=19120] ppid=19117 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19120/stat : 19120 (xcsp3-exec) S 19117 19120 16421 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511493525 115843072 364 33554432000 4194304 5098028 140727620622080 140727620620184 140055890924156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29007872 140727620625269 140727620625513 140727620625513 140727620628426 0
/proc/19120/statm: 28282 364 305 221 0 87 0
[pid=19122] ppid=19120 vsize=28768336 memory=210184 CPUtime=690.74 cores=0-7
/proc/19122/stat : 19122 (java) S 19120 19120 16421 0 -1 1077944320 106630 0 0 0 69030 44 0 0 20 0 28 0 511493525 29458776064 52546 33554432000 4194304 4196468 140721436990224 140721436972768 140412858396407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
/proc/19122/statm: 7192084 52546 3534 1 0 7153184 0
[pid=19122/tid=19123] ppid=19120 vsize=28768336 memory=1496 CPUtime=0.81 cores=0-7
/proc/19122/task/19123/stat : 19123 (java) S 19120 19120 16421 0 -1 1077944384 9158 0 0 0 77 4 0 0 20 0 28 0 511493525 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412862637184 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19124] ppid=19120 vsize=28768336 memory=1016 CPUtime=0.03 cores=0-7
/proc/19122/task/19124/stat : 19124 (java) S 19120 19120 16421 0 -1 1077944384 1188 0 0 0 3 0 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412817157008 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19125] ppid=19120 vsize=28768336 memory=6072 CPUtime=0.05 cores=0-7
/proc/19122/task/19125/stat : 19125 (java) S 19120 19120 16421 0 -1 1077944384 1272 0 0 0 4 1 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412408834832 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19126] ppid=19120 vsize=28768336 memory=14012 CPUtime=0.05 cores=0-7
/proc/19122/task/19126/stat : 19126 (java) S 19120 19120 16421 0 -1 1077944384 1395 0 0 0 4 1 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412407782544 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19127] ppid=19120 vsize=28768336 memory=1456 CPUtime=0.05 cores=0-7
/proc/19122/task/19127/stat : 19127 (java) S 19120 19120 16421 0 -1 1077944384 3876 0 0 0 4 1 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412406729744 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19128] ppid=19120 vsize=28768336 memory=211204 CPUtime=0.04 cores=0-7
/proc/19122/task/19128/stat : 19128 (java) S 19120 19120 16421 0 -1 1077944384 1933 0 0 0 3 1 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412405676432 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19129] ppid=19120 vsize=28768336 memory=213256 CPUtime=0.04 cores=0-7
/proc/19122/task/19129/stat : 19129 (java) S 19120 19120 16421 0 -1 1077944384 1437 0 0 0 4 0 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412404623632 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19130] ppid=19120 vsize=28768336 memory=928 CPUtime=0.03 cores=0-7
/proc/19122/task/19130/stat : 19130 (java) S 19120 19120 16421 0 -1 1077944384 1335 0 0 0 3 0 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412403571344 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19131] ppid=19120 vsize=28768336 memory=3656 CPUtime=0.05 cores=0-7
/proc/19122/task/19131/stat : 19131 (java) S 19120 19120 16421 0 -1 1077944384 2814 0 0 0 4 1 0 0 20 0 28 0 511493526 29458776064 52546 33554432000 4194304 4196468 140721436990224 140412402518544 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19132] ppid=19120 vsize=28768336 memory=1976 CPUtime=0.06 cores=0-7
/proc/19122/task/19132/stat : 19132 (java) S 19120 19120 16421 0 -1 1077944384 3692 0 0 0 4 2 0 0 20 0 28 0 511493528 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410985831024 140412858407554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19133] ppid=19120 vsize=28768336 memory=2512 CPUtime=0 cores=0-7
/proc/19122/task/19133/stat : 19133 (java) S 19120 19120 16421 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 511493528 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410984777056 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19134] ppid=19120 vsize=28768336 memory=808 CPUtime=0 cores=0-7
/proc/19122/task/19134/stat : 19134 (java) S 19120 19120 16421 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 511493528 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410983724672 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19135] ppid=19120 vsize=28768336 memory=1448 CPUtime=0 cores=0-7
/proc/19122/task/19135/stat : 19135 (java) S 19120 19120 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410982672976 140412858415003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19136] ppid=19120 vsize=28768336 memory=1764 CPUtime=3.2 cores=0-7
/proc/19122/task/19136/stat : 19136 (java) S 19120 19120 16421 0 -1 1077944384 15348 0 0 0 317 3 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410981619824 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19137] ppid=19120 vsize=28768336 memory=111632 CPUtime=3.03 cores=0-7
/proc/19122/task/19137/stat : 19137 (java) S 19120 19120 16421 0 -1 1077944384 15074 0 0 0 301 2 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410980567024 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19138] ppid=19120 vsize=28768336 memory=2116 CPUtime=2.8 cores=0-7
/proc/19122/task/19138/stat : 19138 (java) S 19120 19120 16421 0 -1 1077944384 17164 0 0 0 276 4 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410979514736 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19139] ppid=19120 vsize=28768336 memory=35800 CPUtime=0.95 cores=0-7
/proc/19122/task/19139/stat : 19139 (java) S 19120 19120 16421 0 -1 1077944384 9838 0 0 0 92 3 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410978461936 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19140] ppid=19120 vsize=28768336 memory=14068 CPUtime=0 cores=0-7
/proc/19122/task/19140/stat : 19140 (java) S 19120 19120 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410977409888 140412858406613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19141] ppid=19120 vsize=28768336 memory=524 CPUtime=0.01 cores=0-7
/proc/19122/task/19141/stat : 19141 (java) S 19120 19120 16421 0 -1 1077944384 1276 0 0 0 0 1 0 0 20 0 28 0 511493531 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410976357168 140412858407554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19239] ppid=19120 vsize=28768336 memory=1568 CPUtime=65.21 cores=0-7
/proc/19122/task/19239/stat : 19239 (java) R 19120 19120 16421 0 -1 4202560 1618 0 0 0 6521 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410964216024 140412503101341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19240] ppid=19120 vsize=28768336 memory=928 CPUtime=65.36 cores=0-7
/proc/19122/task/19240/stat : 19240 (java) R 19120 19120 16421 0 -1 4202560 883 0 0 0 6536 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410961064264 140412503660699 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19241] ppid=19120 vsize=28768336 memory=3656 CPUtime=65.48 cores=0-7
/proc/19122/task/19241/stat : 19241 (java) R 19120 19120 16421 0 -1 4202560 1613 0 0 0 6547 1 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410966326984 140412502829364 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19242] ppid=19120 vsize=28768336 memory=1976 CPUtime=65.17 cores=0-7
/proc/19122/task/19242/stat : 19242 (java) R 19120 19120 16421 0 -1 4202560 2242 0 0 0 6514 3 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410967375120 140412495848951 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19243] ppid=19120 vsize=28768336 memory=2512 CPUtime=65.39 cores=0-7
/proc/19122/task/19243/stat : 19243 (java) R 19120 19120 16421 0 -1 4202560 1683 0 0 0 6539 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410965273376 140412501553339 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19244] ppid=19120 vsize=28768336 memory=808 CPUtime=65.24 cores=0-7
/proc/19122/task/19244/stat : 19244 (java) R 19120 19120 16421 0 -1 4202560 1172 0 0 0 6524 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410962112008 140412503697797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19245] ppid=19120 vsize=28768336 memory=1448 CPUtime=65.39 cores=0-7
/proc/19122/task/19245/stat : 19245 (java) R 19120 19120 16421 0 -1 4202560 841 0 0 0 6539 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410960011624 140412500460992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
[pid=19122/tid=19246] ppid=19120 vsize=28768336 memory=1764 CPUtime=65.55 cores=0-7
/proc/19122/task/19246/stat : 19246 (java) R 19120 19120 16421 0 -1 4202560 1136 0 0 0 6555 0 0 0 20 0 28 0 511495701 29458776064 52546 33554432000 4194304 4196468 140721436990224 140410963164984 140412503428227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15020032 140721436992490 140721436992662 140721436992662 140721436995535 0
Current children cumulated CPU time: 690.74 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 211640 KiB

Child status: 0
Real time (s): 87.4817
CPU time (s): 691.25
CPU user time (s): 690.79
CPU system time (s): 0.460134
CPU usage (%): 790.165
Max. virtual memory (cumulated for all children) (KiB): 28886360
Max. memory (cumulated for all children) (KiB): 272052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 690.79
system time used= 0.460134
maximum resident set size= 276768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107936
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10236
involuntary context switches= 9553


# summary of solver processes directly reported to runsolver:
#   pid: 19120
#   total CPU time (s): 691.25
#   total CPU user time (s): 690.79
#   total CPU system time (s): 0.460134

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.712863 second user time and 1.02626 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-24 21:10:06
IDJOB=4407089
IDBENCH=128305
IDSOLVER=2871
FILE ID=node127/4407089-1569352247
RUNJOBID= node127-1569349242-16448
PBS_JOBID= 21705087
Free space on /tmp= 35924 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-01.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407089-1569352247/watcher-4407089-1569352247 -o /tmp/evaluation-result-4407089-1569352247/solver-4407089-1569352247 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1569349242-16448 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1126841866 HOME/instance-4407089-1569352247.xml

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

MD5SUM BENCH= cc0e4d4fb1187992b98efb1fb4f076c6
RANDOM SEED=1126841866

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
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.55
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.55
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.55
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:        25717824 kB
MemAvailable:   31796092 kB
Buffers:           89944 kB
Cached:          6188404 kB
SwapCached:        44644 kB
Active:          3061936 kB
Inactive:        3268600 kB
Active(anon):       3604 kB
Inactive(anon):   105944 kB
Active(file):    3058332 kB
Inactive(file):  3162656 kB
Unevictable:      107788 kB
Mlocked:          107788 kB
SwapTotal:      67108860 kB
SwapFree:       66959708 kB
Dirty:             26160 kB
Writeback:             0 kB
AnonPages:        136016 kB
Mapped:            58232 kB
Shmem:             49032 kB
Slab:             314804 kB
SReclaimable:     285740 kB
SUnreclaim:        29064 kB
KernelStack:        3744 kB
PageTables:         5844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     515472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35896 MiB
End job on node127 at 2019-09-24 21:11:34