Trace number 4404988

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-20 parallelOPT139 409.292 52.0797

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-03.xml
MD5SUM7e8aca8f1f1855a8a689daa123caec8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark248.551
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size391
Distribution of domain sizes[{"size":1,"count":1},{"size":391,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":13},{"degree":6,"count":23},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":131},{"arity":28,"count":2},{"arity":31,"count":1},{"arity":34,"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-4404988-1569004529.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404988-1569004529.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
2.11/0.81	c solve instance...
2.80/0.95	o 171 
2.80/0.96	o 168 
4.14/1.17	o 167 
5.56/1.33	o 166 
5.56/1.37	o 165 
6.90/1.57	o 163 
7.69/1.66	o 158 
13.10/2.33	o 156 
13.10/2.39	o 154 
13.88/2.41	o 151 
13.88/2.47	o 149 
13.88/2.49	o 146 
14.57/2.50	o 145 
14.57/2.55	o 143 
14.57/2.56	o 141 
134.57/17.67	o 140 
250.19/32.14	o 139 
408.81/52.06	s OPTIMUM FOUND
408.81/52.06	v <instantiation>
408.81/52.06	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>
408.81/52.06	v 	<values>0 0 8 0 16 1 3 1 13 9 4 31 26 24 34 33 19 44 14 19 65 86 51 24 46 23 55 41 33 75 90 63 41 60 114 74 80 60 56 74 125 93 119 79 79 100 110 103 69 113 83 115 103 83 125 127 115 121 131 129 129 139 </values>
408.81/52.06	v </instantiation>

Verifier Data

OK	139

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404988-1569004529/watcher-4404988-1569004529 -o /var/tmp/evaluation-result-4404988-1569004529/solver-4404988-1569004529 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node149-1568994522-3227 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1458837273 HOME/instance-4404988-1569004529.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=12268, runsolver pid=12265
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 8.58 8.13 8.17 4/212 12289
/proc/meminfo: memFree=11782364/32770624 swapFree=66956720/67108860
[pid=12268] ppid=12265 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12268/stat : 12268 (xcsp3-exec) S 12265 12268 3200 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476691491 115843072 364 33554432000 4194304 5098028 140725558065344 140725558063448 139919717159548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38506496 140725558072151 140725558072410 140725558072410 140725558075334 0
/proc/12268/statm: 28282 364 305 221 0 87 0
[pid=12270] ppid=12268 vsize=28227396 memory=28876 CPUtime=0.12 cores=0-7
/proc/12270/stat : 12270 (java) S 12268 12268 3200 0 -1 1077944320 5705 0 0 0 11 1 0 0 20 0 20 0 476691492 28904853504 7219 33554432000 4194304 4196468 140727069761920 140727069744464 139894919483127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
/proc/12270/statm: 7056849 7219 3119 1 0 7019032 0
[pid=12270/tid=12271] ppid=12268 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/12270/task/12271/stat : 12271 (java) R 12268 12268 3200 0 -1 4202560 3609 0 0 0 8 1 0 0 20 0 20 0 476691492 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894923715856 139894911799632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12272] ppid=12268 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/12270/task/12272/stat : 12272 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894872103312 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12273] ppid=12268 vsize=28227396 memory=139677018044032 CPUtime=0 cores=0-7
/proc/12270/task/12273/stat : 12273 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894871050512 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12274] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12274/stat : 12274 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894468762256 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12275] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12275/stat : 12275 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894467709456 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12276] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12276/stat : 12276 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894466657168 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12277] ppid=12268 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12270/task/12277/stat : 12277 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894465604368 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12278] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12278/stat : 12278 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894464552080 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12279] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12279/stat : 12279 (java) S 12268 12268 3200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894463499280 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12280] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12280/stat : 12280 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691494 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894304266352 139894919494274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12281] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12281/stat : 12281 (java) S 12268 12268 3200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476691495 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894303212320 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12282] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12282/stat : 12282 (java) S 12268 12268 3200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476691495 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894302159984 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12283] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12283/stat : 12283 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691497 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894301108304 139894919501723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12284] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12284/stat : 12284 (java) S 12268 12268 3200 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 476691497 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894300056176 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12285] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12285/stat : 12285 (java) R 12268 12268 3200 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 20 0 476691497 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894299003376 139894900118611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12286] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12286/stat : 12286 (java) R 12268 12268 3200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476691497 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894297951088 139894919494274 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12287] ppid=12268 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/12270/task/12287/stat : 12287 (java) S 12268 12268 3200 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 20 0 476691497 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894296898288 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12288] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12288/stat : 12288 (java) S 12268 12268 3200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476691497 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894295845216 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12289] ppid=12268 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12270/task/12289/stat : 12289 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691498 28904853504 7285 33554432000 4194304 4196468 140727069761920 139894294792496 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30332 KiB

[startup+0.210514 s]*
/proc/loadavg: 8.58 8.13 8.17 3/212 12289
/proc/meminfo: memFree=11768852/32770624 swapFree=66956720/67108860
[pid=12268] ppid=12265 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12268/stat : 12268 (xcsp3-exec) S 12265 12268 3200 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476691491 115843072 364 33554432000 4194304 5098028 140725558065344 140725558063448 139919717159548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38506496 140725558072151 140725558072410 140725558072410 140725558075334 0
/proc/12268/statm: 28282 364 305 221 0 87 0
[pid=12270] ppid=12268 vsize=28227396 memory=40936 CPUtime=0.33 cores=0-7
/proc/12270/stat : 12270 (java) S 12268 12268 3200 0 -1 1077944320 9520 0 0 0 31 2 0 0 20 0 20 0 476691492 28904853504 10234 33554432000 4194304 4196468 140727069761920 140727069744464 139894919483127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
/proc/12270/statm: 7056849 10234 3282 1 0 7019032 0
[pid=12270/tid=12271] ppid=12268 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/12270/task/12271/stat : 12271 (java) R 12268 12268 3200 0 -1 4202560 6632 0 0 0 18 2 0 0 20 0 20 0 476691492 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894923720176 139894550843793 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12272] ppid=12268 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/12270/task/12272/stat : 12272 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894872103312 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12273] ppid=12268 vsize=28227396 memory=139677018056559 CPUtime=0 cores=0-7
/proc/12270/task/12273/stat : 12273 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894871050512 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12274] ppid=12268 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12270/task/12274/stat : 12274 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894468762256 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12275] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12275/stat : 12275 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894467709456 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12276] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12276/stat : 12276 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894466657168 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12277] ppid=12268 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12270/task/12277/stat : 12277 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894465604368 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12278] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12278/stat : 12278 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894464552080 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12279] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12279/stat : 12279 (java) S 12268 12268 3200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476691493 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894463499280 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12280] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12280/stat : 12280 (java) S 12268 12268 3200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476691494 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894304266352 139894919494274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12281] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12281/stat : 12281 (java) S 12268 12268 3200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476691495 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894303212320 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12282] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12282/stat : 12282 (java) S 12268 12268 3200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476691495 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894302159984 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12283] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12283/stat : 12283 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691497 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894301108304 139894919501723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12284] ppid=12268 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/12270/task/12284/stat : 12284 (java) S 12268 12268 3200 0 -1 1077944384 345 0 0 0 1 0 0 0 20 0 20 0 476691497 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894300056176 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12285] ppid=12268 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/12270/task/12285/stat : 12285 (java) S 12268 12268 3200 0 -1 1077944384 194 0 0 0 1 0 0 0 20 0 20 0 476691497 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894299003376 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12286] ppid=12268 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/12270/task/12286/stat : 12286 (java) S 12268 12268 3200 0 -1 1077944384 254 0 0 0 1 0 0 0 20 0 20 0 476691497 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894297951088 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12287] ppid=12268 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/12270/task/12287/stat : 12287 (java) R 12268 12268 3200 0 -1 4202560 783 0 0 0 8 0 0 0 20 0 20 0 476691497 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894296898288 139894919504474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12288] ppid=12268 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12288/stat : 12288 (java) S 12268 12268 3200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476691497 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894295845216 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12289] ppid=12268 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12270/task/12289/stat : 12289 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691498 28904853504 10234 33554432000 4194304 4196468 140727069761920 139894294792496 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42392 KiB

[startup+0.310558 s]*
/proc/loadavg: 8.58 8.13 8.17 4/212 12289
/proc/meminfo: memFree=11761468/32770624 swapFree=66956720/67108860
[pid=12268] ppid=12265 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12268/stat : 12268 (xcsp3-exec) S 12265 12268 3200 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476691491 115843072 364 33554432000 4194304 5098028 140725558065344 140725558063448 139919717159548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38506496 140725558072151 140725558072410 140725558072410 140725558075334 0
/proc/12268/statm: 28282 364 305 221 0 87 0
[pid=12270] ppid=12268 vsize=28231652 memory=49912 CPUtime=0.53 cores=0-7
/proc/12270/stat : 12270 (java) S 12268 12268 3200 0 -1 1077944320 10901 0 0 0 50 3 0 0 20 0 20 0 476691492 28909211648 12478 33554432000 4194304 4196468 140727069761920 140727069744464 139894919483127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
/proc/12270/statm: 7057913 12478 3332 1 0 7019032 0
[pid=12270/tid=12271] ppid=12268 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/12270/task/12271/stat : 12271 (java) R 12268 12268 3200 0 -1 4202560 7811 0 0 0 27 2 0 0 20 0 20 0 476691492 28909211648 12478 33554432000 4194304 4196468 140727069761920 139894923714240 139894919505053 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12272] ppid=12268 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12272/stat : 12272 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28909211648 12478 33554432000 4194304 4196468 140727069761920 139894872103312 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12273] ppid=12268 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12273/stat : 12273 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28909211648 12478 33554432000 4194304 4196468 140727069761920 139894871050512 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12274] ppid=12268 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12274/stat : 12274 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691493 28909211648 12478 33554432000 4194304 4196468 140727069761920 139894468762256 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12275] ppid=12268 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12275/stat : 12275 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28909211648 12478 33554432000 4194304 4196468 140727069761920 139894467709456 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12276] ppid=12268 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/12270/task/12276/stat : 12276 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691493 28909211648 12478 33554432000 4194304 4196468 140727069761920 139894466657168 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12277] ppid=12268 vsize=28231652 memory=139676899963823 CPUtime=0 cores=0-7
/proc/12270/task/12277/stat : 12277 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691493 28909211648 12478 33554432000 4194304 4196468 140727069761920 139894465604368 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12278] ppid=12268 vsize=28231652 memory=139676899966128 CPUtime=0 cores=0-7
/proc/12270/task/12278/stat : 12278 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28909211648 12478 33554432000 4194304 4196468 140727069761920 139894464552080 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12279] ppid=12268 vsize=28231652 memory=139676899968432 CPUtime=0 cores=0-7
/proc/12270/task/12279/stat : 12279 (java) S 12268 12268 3200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476691493 28909211648 12478 33554432000 4194304 4196468 140727069761920 139894463499280 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12280] ppid=12268 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12280/stat : 12280 (java) S 12268 12268 3200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476691494 28909211648 12543 33554432000 4194304 4196468 140727069761920 139894304266352 139894919494274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12281] ppid=12268 vsize=28231652 memory=279353799943824 CPUtime=0 cores=0-7
/proc/12270/task/12281/stat : 12281 (java) S 12268 12268 3200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476691495 28909211648 12543 33554432000 4194304 4196468 140727069761920 139894303212320 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12282] ppid=12268 vsize=28231652 memory=279353799950736 CPUtime=0 cores=0-7
/proc/12270/task/12282/stat : 12282 (java) S 12268 12268 3200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476691495 28909211648 12543 33554432000 4194304 4196468 140727069761920 139894302159984 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12283] ppid=12268 vsize=28231652 memory=279353799891888 CPUtime=0 cores=0-7
/proc/12270/task/12283/stat : 12283 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691497 28909211648 12543 33554432000 4194304 4196468 140727069761920 139894301108304 139894919501723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12284] ppid=12268 vsize=28231652 memory=279353799964560 CPUtime=0.03 cores=0-7
/proc/12270/task/12284/stat : 12284 (java) R 12268 12268 3200 0 -1 4202560 456 0 0 0 3 0 0 0 20 0 20 0 476691497 28909211648 12543 33554432000 4194304 4196468 140727069761920 139894300046560 139894901027331 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12285] ppid=12268 vsize=28231652 memory=279353799971472 CPUtime=0.02 cores=0-7
/proc/12270/task/12285/stat : 12285 (java) S 12268 12268 3200 0 -1 1077944384 196 0 0 0 2 0 0 0 20 0 20 0 476691497 28909211648 12548 33554432000 4194304 4196468 140727069761920 139894299003376 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12286] ppid=12268 vsize=28231652 memory=279353799969168 CPUtime=0.03 cores=0-7
/proc/12270/task/12286/stat : 12286 (java) S 12268 12268 3200 0 -1 1077944384 267 0 0 0 3 0 0 0 20 0 20 0 476691497 28909211648 12548 33554432000 4194304 4196468 140727069761920 139894297951088 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12287] ppid=12268 vsize=28231652 memory=279353799985328 CPUtime=0.13 cores=0-7
/proc/12270/task/12287/stat : 12287 (java) S 12268 12268 3200 0 -1 1077944384 871 0 0 0 13 0 0 0 20 0 20 0 476691497 28909211648 12548 33554432000 4194304 4196468 140727069761920 139894296898288 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12288] ppid=12268 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12288/stat : 12288 (java) S 12268 12268 3200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476691497 28909211648 12548 33554432000 4194304 4196468 140727069761920 139894295845216 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12289] ppid=12268 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/12270/task/12289/stat : 12289 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691498 28909211648 12548 33554432000 4194304 4196468 140727069761920 139894294792496 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51368 KiB

[startup+0.701008 s]
/proc/loadavg: 8.58 8.13 8.17 5/212 12289
/proc/meminfo: memFree=11743924/32770624 swapFree=66956720/67108860
[pid=12268] ppid=12265 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12268/stat : 12268 (xcsp3-exec) S 12265 12268 3200 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476691491 115843072 364 33554432000 4194304 5098028 140725558065344 140725558063448 139919717159548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38506496 140725558072151 140725558072410 140725558072410 140725558075334 0
/proc/12268/statm: 28282 364 305 221 0 87 0
[pid=12270] ppid=12268 vsize=28233776 memory=88616 CPUtime=1.66 cores=0-7
/proc/12270/stat : 12270 (java) S 12268 12268 3200 0 -1 1077944320 15344 0 0 0 161 5 0 0 20 0 20 0 476691492 28911386624 22154 33554432000 4194304 4196468 140727069761920 140727069744464 139894919483127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
/proc/12270/statm: 7058444 22154 3453 1 0 7019544 0
[pid=12270/tid=12271] ppid=12268 vsize=28233776 memory=279353800343216 CPUtime=0.68 cores=0-7
/proc/12270/task/12271/stat : 12271 (java) R 12268 12268 3200 0 -1 4202560 9338 0 0 0 65 3 0 0 20 0 20 0 476691492 28911386624 22154 33554432000 4194304 4196468 140727069761920 139894923718112 139894919495062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12272] ppid=12268 vsize=28233776 memory=139676900172656 CPUtime=0 cores=0-7
/proc/12270/task/12272/stat : 12272 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28911386624 22154 33554432000 4194304 4196468 140727069761920 139894872103312 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12273] ppid=12268 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/12270/task/12273/stat : 12273 (java) S 12268 12268 3200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476691493 28911386624 22154 33554432000 4194304 4196468 140727069761920 139894871050512 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12274] ppid=12268 vsize=28233776 memory=6032 CPUtime=0 cores=0-7
/proc/12270/task/12274/stat : 12274 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476691493 28911386624 22154 33554432000 4194304 4196468 140727069761920 139894468762256 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0

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

[pid=12270/tid=12287] ppid=12268 vsize=28769364 memory=1764 CPUtime=0.92 cores=0-7
/proc/12270/task/12287/stat : 12287 (java) S 12268 12268 3200 0 -1 1077944384 7797 0 0 0 91 1 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894296898288 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12288] ppid=12268 vsize=28769364 memory=111628 CPUtime=0 cores=0-7
/proc/12270/task/12288/stat : 12288 (java) S 12268 12268 3200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894295845216 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12289] ppid=12268 vsize=28769364 memory=800 CPUtime=0.01 cores=0-7
/proc/12270/task/12289/stat : 12289 (java) S 12268 12268 3200 0 -1 1077944384 1459 0 0 0 0 1 0 0 20 0 28 0 476691498 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894294792496 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12427] ppid=12268 vsize=28769364 memory=3620 CPUtime=19.03 cores=0-7
/proc/12270/task/12427/stat : 12427 (java) R 12268 12268 3200 0 -1 4202560 466 0 0 0 1903 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894280320112 139894558242104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12428] ppid=12268 vsize=28769364 memory=54928 CPUtime=18.91 cores=0-7
/proc/12270/task/12428/stat : 12428 (java) R 12268 12268 3200 0 -1 4202560 267 0 0 0 1891 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894279265448 139894558241801 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12429] ppid=12268 vsize=28769364 memory=1988 CPUtime=19.02 cores=0-7
/proc/12270/task/12429/stat : 12429 (java) R 12268 12268 3200 0 -1 4202560 423 0 0 0 1902 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894277161384 139894558686769 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12430] ppid=12268 vsize=28769364 memory=988 CPUtime=19.03 cores=0-7
/proc/12270/task/12430/stat : 12430 (java) R 12268 12268 3200 0 -1 4202560 596 0 0 0 1903 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894276108392 139894558820034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12431] ppid=12268 vsize=28769364 memory=1428 CPUtime=19.03 cores=0-7
/proc/12270/task/12431/stat : 12431 (java) R 12268 12268 3200 0 -1 4202560 428 0 0 0 1903 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894281372136 139894558889652 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12432] ppid=12268 vsize=28769364 memory=1728 CPUtime=18.87 cores=0-7
/proc/12270/task/12432/stat : 12432 (java) R 12268 12268 3200 0 -1 4202560 375 0 0 0 1887 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894283476288 139894558241693 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12433] ppid=12268 vsize=28769364 memory=1808 CPUtime=19 cores=0-7
/proc/12270/task/12433/stat : 12433 (java) R 12268 12268 3200 0 -1 4202560 344 0 0 0 1900 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894275054520 139894559439621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12434] ppid=12268 vsize=28769364 memory=924 CPUtime=18.92 cores=0-7
/proc/12270/task/12434/stat : 12434 (java) R 12268 12268 3200 0 -1 4202560 233 0 0 0 1892 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894278212408 139894556969349 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
Current children cumulated CPU time: 402.37 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 237304 KiB

[startup+51.6011 s]
/proc/loadavg: 8.36 8.15 8.18 9/219 12436
/proc/meminfo: memFree=11576488/32770624 swapFree=66956720/67108860
[pid=12268] ppid=12265 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12268/stat : 12268 (xcsp3-exec) S 12265 12268 3200 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476691491 115843072 364 33554432000 4194304 5098028 140725558065344 140725558063448 139919717159548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38506496 140725558072151 140725558072410 140725558072410 140725558075334 0
/proc/12268/statm: 28282 364 305 221 0 87 0
[pid=12270] ppid=12268 vsize=28769364 memory=235848 CPUtime=405.56 cores=0-7
/proc/12270/stat : 12270 (java) S 12268 12268 3200 0 -1 1077944320 83959 0 0 0 40522 34 0 0 20 0 28 0 476691492 29459828736 58962 33554432000 4194304 4196468 140727069761920 140727069744464 139894919483127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
/proc/12270/statm: 7192341 58962 3534 1 0 7153441 0
[pid=12270/tid=12271] ppid=12268 vsize=28769364 memory=6791534058613427641 CPUtime=0.82 cores=0-7
/proc/12270/task/12271/stat : 12271 (java) S 12268 12268 3200 0 -1 1077944384 9822 0 0 0 78 4 0 0 20 0 28 0 476691492 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894923723904 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12272] ppid=12268 vsize=28769364 memory=1732 CPUtime=0.03 cores=0-7
/proc/12270/task/12272/stat : 12272 (java) S 12268 12268 3200 0 -1 1077944384 1788 0 0 0 2 1 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894872103312 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12273] ppid=12268 vsize=28769364 memory=1088 CPUtime=0.03 cores=0-7
/proc/12270/task/12273/stat : 12273 (java) S 12268 12268 3200 0 -1 1077944384 270 0 0 0 3 0 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894871050512 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12274] ppid=12268 vsize=28769364 memory=988 CPUtime=0.04 cores=0-7
/proc/12270/task/12274/stat : 12274 (java) S 12268 12268 3200 0 -1 1077944384 1241 0 0 0 4 0 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894468762256 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12275] ppid=12268 vsize=28769364 memory=279353801797120 CPUtime=0.03 cores=0-7
/proc/12270/task/12275/stat : 12275 (java) S 12268 12268 3200 0 -1 1077944384 610 0 0 0 3 0 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894467709456 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12276] ppid=12268 vsize=28769364 memory=576587674381544995 CPUtime=0.04 cores=0-7
/proc/12270/task/12276/stat : 12276 (java) S 12268 12268 3200 0 -1 1077944384 2397 0 0 0 3 1 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894466657168 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12277] ppid=12268 vsize=28769364 memory=288287792163980133 CPUtime=0.04 cores=0-7
/proc/12270/task/12277/stat : 12277 (java) S 12268 12268 3200 0 -1 1077944384 599 0 0 0 3 1 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894465604368 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12278] ppid=12268 vsize=28769364 memory=6297819416322205782 CPUtime=0.04 cores=0-7
/proc/12270/task/12278/stat : 12278 (java) S 12268 12268 3200 0 -1 1077944384 1565 0 0 0 3 1 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894464552080 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12279] ppid=12268 vsize=28769364 memory=3906648514618213187 CPUtime=0.03 cores=0-7
/proc/12270/task/12279/stat : 12279 (java) S 12268 12268 3200 0 -1 1077944384 1330 0 0 0 3 0 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894463499280 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12280] ppid=12268 vsize=28769364 memory=1456 CPUtime=0.03 cores=0-7
/proc/12270/task/12280/stat : 12280 (java) S 12268 12268 3200 0 -1 1077944384 2333 0 0 0 3 0 0 0 20 0 28 0 476691494 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894304266352 139894919494274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12281] ppid=12268 vsize=28769364 memory=235848 CPUtime=0 cores=0-7
/proc/12270/task/12281/stat : 12281 (java) S 12268 12268 3200 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 476691495 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894303212384 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12282] ppid=12268 vsize=28769364 memory=1728 CPUtime=0 cores=0-7
/proc/12270/task/12282/stat : 12282 (java) S 12268 12268 3200 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 476691495 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894302160000 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12283] ppid=12268 vsize=28769364 memory=1056 CPUtime=0 cores=0-7
/proc/12270/task/12283/stat : 12283 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894301108304 139894919501723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12284] ppid=12268 vsize=28769364 memory=1556 CPUtime=2.35 cores=0-7
/proc/12270/task/12284/stat : 12284 (java) S 12268 12268 3200 0 -1 1077944384 11810 0 0 0 233 2 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894300056176 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12285] ppid=12268 vsize=28769364 memory=11632 CPUtime=2.37 cores=0-7
/proc/12270/task/12285/stat : 12285 (java) S 12268 12268 3200 0 -1 1077944384 15234 0 0 0 234 3 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894299003376 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12286] ppid=12268 vsize=28769364 memory=1732 CPUtime=2.45 cores=0-7
/proc/12270/task/12286/stat : 12286 (java) S 12268 12268 3200 0 -1 1077944384 10709 0 0 0 242 3 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894297951088 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12287] ppid=12268 vsize=28769364 memory=1088 CPUtime=0.92 cores=0-7
/proc/12270/task/12287/stat : 12287 (java) S 12268 12268 3200 0 -1 1077944384 7797 0 0 0 91 1 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894296898288 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12288] ppid=12268 vsize=28769364 memory=988 CPUtime=0 cores=0-7
/proc/12270/task/12288/stat : 12288 (java) S 12268 12268 3200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894295845216 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12289] ppid=12268 vsize=28769364 memory=1410 CPUtime=0.01 cores=0-7
/proc/12270/task/12289/stat : 12289 (java) S 12268 12268 3200 0 -1 1077944384 1459 0 0 0 0 1 0 0 20 0 28 0 476691498 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894294792496 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12427] ppid=12268 vsize=28769364 memory=1425 CPUtime=19.43 cores=0-7
/proc/12270/task/12427/stat : 12427 (java) R 12268 12268 3200 0 -1 4202560 467 0 0 0 1943 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894280320112 139894557867281 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12428] ppid=12268 vsize=28769364 memory=1422 CPUtime=19.31 cores=0-7
/proc/12270/task/12428/stat : 12428 (java) R 12268 12268 3200 0 -1 4202560 268 0 0 0 1931 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894279265448 139894558615068 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12429] ppid=12268 vsize=28769364 memory=1423 CPUtime=19.42 cores=0-7
/proc/12270/task/12429/stat : 12429 (java) R 12268 12268 3200 0 -1 4202560 424 0 0 0 1942 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894277161384 139894558686188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12430] ppid=12268 vsize=28769364 memory=1426 CPUtime=19.43 cores=0-7
/proc/12270/task/12430/stat : 12430 (java) R 12268 12268 3200 0 -1 4202560 601 0 0 0 1943 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894276108392 139894558688494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12431] ppid=12268 vsize=28769364 memory=1413 CPUtime=19.43 cores=0-7
/proc/12270/task/12431/stat : 12431 (java) R 12268 12268 3200 0 -1 4202560 429 0 0 0 1943 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894281372136 139894557827980 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12432] ppid=12268 vsize=28769364 memory=1424 CPUtime=19.27 cores=0-7
/proc/12270/task/12432/stat : 12432 (java) R 12268 12268 3200 0 -1 4202560 375 0 0 0 1927 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894283476288 139894558889251 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12433] ppid=12268 vsize=28769364 memory=1872 CPUtime=19.4 cores=0-7
/proc/12270/task/12433/stat : 12433 (java) R 12268 12268 3200 0 -1 4202560 350 0 0 0 1940 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894275054520 139894558241718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12434] ppid=12268 vsize=28769364 memory=1873 CPUtime=19.32 cores=0-7
/proc/12270/task/12434/stat : 12434 (java) R 12268 12268 3200 0 -1 4202560 251 0 0 0 1932 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894278212408 139894558819193 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
Current children cumulated CPU time: 405.56 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 237304 KiB

[startup+52.0011 s]*
/proc/loadavg: 8.36 8.15 8.18 9/219 12436
/proc/meminfo: memFree=11576612/32770624 swapFree=66956720/67108860
[pid=12268] ppid=12265 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12268/stat : 12268 (xcsp3-exec) S 12265 12268 3200 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476691491 115843072 364 33554432000 4194304 5098028 140725558065344 140725558063448 139919717159548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38506496 140725558072151 140725558072410 140725558072410 140725558075334 0
/proc/12268/statm: 28282 364 305 221 0 87 0
[pid=12270] ppid=12268 vsize=28769364 memory=235848 CPUtime=408.81 cores=0-7
/proc/12270/stat : 12270 (java) S 12268 12268 3200 0 -1 1077944320 83981 0 0 0 40847 34 0 0 20 0 28 0 476691492 29459828736 58962 33554432000 4194304 4196468 140727069761920 140727069744464 139894919483127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
/proc/12270/statm: 7192341 58962 3534 1 0 7153441 0
[pid=12270/tid=12271] ppid=12268 vsize=28769364 memory=6791534058613427641 CPUtime=0.82 cores=0-7
/proc/12270/task/12271/stat : 12271 (java) S 12268 12268 3200 0 -1 1077944384 9822 0 0 0 78 4 0 0 20 0 28 0 476691492 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894923723904 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12272] ppid=12268 vsize=28769364 memory=4872558044660077418 CPUtime=0.03 cores=0-7
/proc/12270/task/12272/stat : 12272 (java) S 12268 12268 3200 0 -1 1077944384 1788 0 0 0 2 1 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894872103312 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12273] ppid=12268 vsize=28769364 memory=1456 CPUtime=0.03 cores=0-7
/proc/12270/task/12273/stat : 12273 (java) S 12268 12268 3200 0 -1 1077944384 270 0 0 0 3 0 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894871050512 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12274] ppid=12268 vsize=28769364 memory=237904 CPUtime=0.04 cores=0-7
/proc/12270/task/12274/stat : 12274 (java) S 12268 12268 3200 0 -1 1077944384 1241 0 0 0 4 0 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894468762256 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12275] ppid=12268 vsize=28769364 memory=1290 CPUtime=0.03 cores=0-7
/proc/12270/task/12275/stat : 12275 (java) S 12268 12268 3200 0 -1 1077944384 610 0 0 0 3 0 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894467709456 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12276] ppid=12268 vsize=28769364 memory=1301 CPUtime=0.04 cores=0-7
/proc/12270/task/12276/stat : 12276 (java) S 12268 12268 3200 0 -1 1077944384 2397 0 0 0 3 1 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894466657168 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12277] ppid=12268 vsize=28769364 memory=1303 CPUtime=0.04 cores=0-7
/proc/12270/task/12277/stat : 12277 (java) S 12268 12268 3200 0 -1 1077944384 599 0 0 0 3 1 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894465604368 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12278] ppid=12268 vsize=28769364 memory=279353801066240 CPUtime=0.04 cores=0-7
/proc/12270/task/12278/stat : 12278 (java) S 12268 12268 3200 0 -1 1077944384 1565 0 0 0 3 1 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894464552080 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12279] ppid=12268 vsize=28769364 memory=6944656592455360569 CPUtime=0.03 cores=0-7
/proc/12270/task/12279/stat : 12279 (java) S 12268 12268 3200 0 -1 1077944384 1330 0 0 0 3 0 0 0 20 0 28 0 476691493 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894463499280 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12280] ppid=12268 vsize=28769364 memory=-7457052372387209120 CPUtime=0.03 cores=0-7
/proc/12270/task/12280/stat : 12280 (java) S 12268 12268 3200 0 -1 1077944384 2333 0 0 0 3 0 0 0 20 0 28 0 476691494 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894304266352 139894919494274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12281] ppid=12268 vsize=28769364 memory=279353799737584 CPUtime=0 cores=0-7
/proc/12270/task/12281/stat : 12281 (java) S 12268 12268 3200 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 476691495 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894303212384 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12282] ppid=12268 vsize=28769364 memory=279353799737584 CPUtime=0 cores=0-7
/proc/12270/task/12282/stat : 12282 (java) S 12268 12268 3200 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 476691495 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894302160000 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12283] ppid=12268 vsize=28769364 memory=-7457052372387209120 CPUtime=0 cores=0-7
/proc/12270/task/12283/stat : 12283 (java) S 12268 12268 3200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894301108304 139894919501723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12284] ppid=12268 vsize=28769364 memory=6944656591801717918 CPUtime=2.35 cores=0-7
/proc/12270/task/12284/stat : 12284 (java) S 12268 12268 3200 0 -1 1077944384 11810 0 0 0 233 2 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894300056176 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12285] ppid=12268 vsize=28769364 memory=-7457052372387209120 CPUtime=2.37 cores=0-7
/proc/12270/task/12285/stat : 12285 (java) S 12268 12268 3200 0 -1 1077944384 15234 0 0 0 234 3 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894299003376 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12286] ppid=12268 vsize=28769364 memory=-7457052372387209120 CPUtime=2.45 cores=0-7
/proc/12270/task/12286/stat : 12286 (java) S 12268 12268 3200 0 -1 1077944384 10709 0 0 0 242 3 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894297951088 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12287] ppid=12268 vsize=28769364 memory=-9181546050914066336 CPUtime=0.92 cores=0-7
/proc/12270/task/12287/stat : 12287 (java) S 12268 12268 3200 0 -1 1077944384 7797 0 0 0 91 1 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894296898288 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12288] ppid=12268 vsize=28769364 memory=-8990767739041718176 CPUtime=0 cores=0-7
/proc/12270/task/12288/stat : 12288 (java) S 12268 12268 3200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476691497 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894295845216 139894919493333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12289] ppid=12268 vsize=28769364 memory=-7025448733113094249 CPUtime=0.01 cores=0-7
/proc/12270/task/12289/stat : 12289 (java) S 12268 12268 3200 0 -1 1077944384 1459 0 0 0 0 1 0 0 20 0 28 0 476691498 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894294792496 139894919494274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12427] ppid=12268 vsize=28769364 memory=279353799737584 CPUtime=19.84 cores=0-7
/proc/12270/task/12427/stat : 12427 (java) R 12268 12268 3200 0 -1 4202560 470 0 0 0 1984 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894280320112 139894558814961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12428] ppid=12268 vsize=28769364 memory=1456 CPUtime=19.72 cores=0-7
/proc/12270/task/12428/stat : 12428 (java) R 12268 12268 3200 0 -1 4202560 269 0 0 0 1972 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894279265448 139894558823913 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12429] ppid=12268 vsize=28769364 memory=235852 CPUtime=19.83 cores=0-7
/proc/12270/task/12429/stat : 12429 (java) R 12268 12268 3200 0 -1 4202560 429 0 0 0 1983 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894277161384 139894557827966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12430] ppid=12268 vsize=28769364 memory=1808 CPUtime=19.84 cores=0-7
/proc/12270/task/12430/stat : 12430 (java) R 12268 12268 3200 0 -1 4202560 606 0 0 0 1984 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894276108392 139894557827364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12431] ppid=12268 vsize=28769364 memory=924 CPUtime=19.84 cores=0-7
/proc/12270/task/12431/stat : 12431 (java) R 12268 12268 3200 0 -1 4202560 430 0 0 0 1984 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894281372136 139894558327184 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12432] ppid=12268 vsize=28769364 memory=4840 CPUtime=19.66 cores=0-7
/proc/12270/task/12432/stat : 12432 (java) R 12268 12268 3200 0 -1 4202560 378 0 0 0 1966 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894283476288 139894555969804 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12433] ppid=12268 vsize=28769364 memory=4096 CPUtime=19.81 cores=0-7
/proc/12270/task/12433/stat : 12433 (java) R 12268 12268 3200 0 -1 4202560 353 0 0 0 1981 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894275054520 139894555969804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
[pid=12270/tid=12434] ppid=12268 vsize=28769364 memory=14012 CPUtime=19.73 cores=0-7
/proc/12270/task/12434/stat : 12434 (java) R 12268 12268 3200 0 -1 4202560 252 0 0 0 1973 0 0 0 20 0 28 0 476694706 29459828736 58962 33554432000 4194304 4196468 140727069761920 139894278212408 139894557867200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35651584 140727069770716 140727069770891 140727069770891 140727069773775 0
Current children cumulated CPU time: 408.81 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 237304 KiB

Child status: 0
Real time (s): 52.0797
CPU time (s): 409.292
CPU user time (s): 408.929
CPU system time (s): 0.362228
CPU usage (%): 785.894
Max. virtual memory (cumulated for all children) (KiB): 28883604
Max. memory (cumulated for all children) (KiB): 263716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 408.929
system time used= 0.362228
maximum resident set size= 262268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7996
involuntary context switches= 5801


# summary of solver processes directly reported to runsolver:
#   pid: 12268
#   total CPU time (s): 409.292
#   total CPU user time (s): 408.929
#   total CPU system time (s): 0.362228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.438755 second user time and 0.605744 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 20:34:50
IDJOB=4404988
IDBENCH=128242
IDSOLVER=2866
FILE ID=node149/4404988-1569004529
RUNJOBID= node149-1568994522-3227
PBS_JOBID= 21704727
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-03.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 /var/tmp/evaluation-result-4404988-1569004529/watcher-4404988-1569004529 -o /var/tmp/evaluation-result-4404988-1569004529/solver-4404988-1569004529 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node149-1568994522-3227 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1458837273 HOME/instance-4404988-1569004529.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=1458837273

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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.81
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.81
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.81
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:        11799512 kB
MemAvailable:   31815168 kB
Buffers:          165984 kB
Cached:         19741780 kB
SwapCached:        41664 kB
Active:          9630584 kB
Inactive:       10321684 kB
Active(anon):       5120 kB
Inactive(anon):    83688 kB
Active(file):    9625464 kB
Inactive(file): 10237996 kB
Unevictable:      110220 kB
Mlocked:          110220 kB
SwapTotal:      67108860 kB
SwapFree:       66956720 kB
Dirty:             26068 kB
Writeback:             4 kB
AnonPages:        114260 kB
Mapped:            52044 kB
Shmem:             35688 kB
Slab:             610956 kB
SReclaimable:     580656 kB
SUnreclaim:        30300 kB
KernelStack:        3392 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     507192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node149 at 2019-09-20 20:35:42