Trace number 4404413

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallelSAT 2505.68 315.738

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-60-3-7.xml
MD5SUM24593adebe844e759ba30cbfe45e1115
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark71.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":97}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":3},{"degree":1,"count":4},{"degree":2,"count":14},{"degree":3,"count":20},{"degree":4,"count":25},{"degree":5,"count":13},{"degree":6,"count":10},{"degree":7,"count":8},{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":6},{"arity":4,"count":7},{"arity":5,"count":12},{"arity":6,"count":1},{"arity":7,"count":9},{"arity":8,"count":7},{"arity":9,"count":9},{"arity":10,"count":9}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404413-1569002132.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404413-1569002132.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.35/0.68	c solve instance...
2505.52/315.72	s SATISFIABLE
2505.52/315.72	v <instantiation>
2505.52/315.72	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[99] </list>
2505.52/315.72	v 	<values>7 17 19 13 7 13 17 5 29 3 5 19 2 29 7 17 2 17 5 3 23 19 29 5 2 5 7 19 13 29 5 5 23 29 19 7 17 3 5 29 7 3 29 11 19 23 11 13 2 7 17 3 2 17 7 5 2 17 3 13 13 11 19 17 13 17 29 7 19 11 5 13 11 19 11 11 7 2 19 23 17 23 23 11 7 3 11 29 5 2 17 23 29 5 17 17 29 </values>
2505.52/315.72	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404413-1569002132/watcher-4404413-1569002132 -o /var/tmp/evaluation-result-4404413-1569002132/solver-4404413-1569002132 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1568994215-23775 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2130323740 HOME/instance-4404413-1569002132.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=28668, runsolver pid=28665
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 6.92 7.64 8.07 2/212 28689
/proc/meminfo: memFree=25751480/32770624 swapFree=66966844/67108860
[pid=28668] ppid=28665 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28668/stat : 28668 (xcsp3-exec) S 28665 28668 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476149630 115843072 363 33554432000 4194304 5098028 140736701520016 140736701518120 140362261668476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10412032 140736701526865 140736701527125 140736701527125 140736701530054 0
/proc/28668/statm: 28282 363 304 221 0 87 0
[pid=28670] ppid=28668 vsize=28227396 memory=28952 CPUtime=0.12 cores=0-7
/proc/28670/stat : 28670 (java) S 28668 28668 23748 0 -1 1077944320 5710 0 0 0 11 1 0 0 20 0 20 0 476149630 28904853504 7238 33554432000 4194304 4196468 140729288679856 140729288662400 140445814066935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
/proc/28670/statm: 7056849 7238 3119 1 0 7019032 0
[pid=28670/tid=28671] ppid=28668 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28670/task/28671/stat : 28671 (java) R 28668 28668 23748 0 -1 4202560 3634 0 0 0 8 1 0 0 20 0 20 0 476149631 28904853504 7238 33554432000 4194304 4196468 140729288679856 140445818300208 140445794711602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28672] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28672/stat : 28672 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 7238 33554432000 4194304 4196468 140729288679856 140445365426576 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28673] ppid=28668 vsize=28227396 memory=139902557120128 CPUtime=0 cores=0-7
/proc/28670/task/28673/stat : 28673 (java) S 28668 28668 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 7238 33554432000 4194304 4196468 140729288679856 140445364373776 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28674] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28674/stat : 28674 (java) S 28668 28668 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 7238 33554432000 4194304 4196468 140729288679856 140445363321488 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28675] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28675/stat : 28675 (java) S 28668 28668 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 7238 33554432000 4194304 4196468 140729288679856 140445362268688 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28676] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28676/stat : 28676 (java) S 28668 28668 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 7238 33554432000 4194304 4196468 140729288679856 140445361216400 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28677] ppid=28668 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28670/task/28677/stat : 28677 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 7238 33554432000 4194304 4196468 140729288679856 140445360163600 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28678] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28678/stat : 28678 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 7238 33554432000 4194304 4196468 140729288679856 140445359111312 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28679] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28679/stat : 28679 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 7238 33554432000 4194304 4196468 140729288679856 140445358058512 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28680] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28680/stat : 28680 (java) S 28668 28668 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476149633 28904853504 7238 33554432000 4194304 4196468 140729288679856 140444930422896 140445814078082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28681] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28681/stat : 28681 (java) S 28668 28668 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476149634 28904853504 7238 33554432000 4194304 4196468 140729288679856 140444929368864 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28682] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28682/stat : 28682 (java) S 28668 28668 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476149634 28904853504 7238 33554432000 4194304 4196468 140729288679856 140444928316528 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28683] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28683/stat : 28683 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149636 28904853504 7238 33554432000 4194304 4196468 140729288679856 140444927264848 140445814085531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28684] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28684/stat : 28684 (java) R 28668 28668 23748 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 476149636 28904853504 7238 33554432000 4194304 4196468 140729288679856 140444926212720 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28685] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28685/stat : 28685 (java) S 28668 28668 23748 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476149636 28904853504 7238 33554432000 4194304 4196468 140729288679856 140444925159920 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28686] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28686/stat : 28686 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149636 28904853504 7238 33554432000 4194304 4196468 140729288679856 140444924107632 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28687] ppid=28668 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/28670/task/28687/stat : 28687 (java) R 28668 28668 23748 0 -1 4202560 342 0 0 0 1 0 0 0 20 0 20 0 476149636 28904853504 7238 33554432000 4194304 4196468 140729288679856 140444923054832 140445793024741 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28688] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28688/stat : 28688 (java) S 28668 28668 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476149636 28904853504 7238 33554432000 4194304 4196468 140729288679856 140444922001760 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28689] ppid=28668 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28670/task/28689/stat : 28689 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149637 28904853504 7238 33554432000 4194304 4196468 140729288679856 140444920949040 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30404 KiB

[startup+0.210731 s]*
/proc/loadavg: 6.92 7.64 8.07 3/212 28689
/proc/meminfo: memFree=25737968/32770624 swapFree=66966844/67108860
[pid=28668] ppid=28665 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28668/stat : 28668 (xcsp3-exec) S 28665 28668 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476149630 115843072 363 33554432000 4194304 5098028 140736701520016 140736701518120 140362261668476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10412032 140736701526865 140736701527125 140736701527125 140736701530054 0
/proc/28668/statm: 28282 363 304 221 0 87 0
[pid=28670] ppid=28668 vsize=28227396 memory=40828 CPUtime=0.33 cores=0-7
/proc/28670/stat : 28670 (java) S 28668 28668 23748 0 -1 1077944320 9534 0 0 0 30 3 0 0 20 0 20 0 476149630 28904853504 10207 33554432000 4194304 4196468 140729288679856 140729288662400 140445814066935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
/proc/28670/statm: 7056849 10207 3273 1 0 7019032 0
[pid=28670/tid=28671] ppid=28668 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/28670/task/28671/stat : 28671 (java) R 28668 28668 23748 0 -1 4202560 6658 0 0 0 18 2 0 0 20 0 20 0 476149631 28904853504 10207 33554432000 4194304 4196468 140729288679856 140445818300976 140445814078870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28672] ppid=28668 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/28670/task/28672/stat : 28672 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 10207 33554432000 4194304 4196468 140729288679856 140445365426576 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28673] ppid=28668 vsize=28227396 memory=288370278708831872 CPUtime=0 cores=0-7
/proc/28670/task/28673/stat : 28673 (java) S 28668 28668 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 10207 33554432000 4194304 4196468 140729288679856 140445364373776 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28674] ppid=28668 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28670/task/28674/stat : 28674 (java) S 28668 28668 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 10207 33554432000 4194304 4196468 140729288679856 140445363321488 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28675] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28675/stat : 28675 (java) S 28668 28668 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 10207 33554432000 4194304 4196468 140729288679856 140445362268688 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28676] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28676/stat : 28676 (java) S 28668 28668 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 10207 33554432000 4194304 4196468 140729288679856 140445361216400 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28677] ppid=28668 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28670/task/28677/stat : 28677 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 10207 33554432000 4194304 4196468 140729288679856 140445360163600 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28678] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28678/stat : 28678 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 10207 33554432000 4194304 4196468 140729288679856 140445359111312 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28679] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28679/stat : 28679 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149632 28904853504 10207 33554432000 4194304 4196468 140729288679856 140445358058512 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28680] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28680/stat : 28680 (java) S 28668 28668 23748 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476149633 28904853504 10207 33554432000 4194304 4196468 140729288679856 140444930422896 140445814078082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28681] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28681/stat : 28681 (java) S 28668 28668 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476149634 28904853504 10207 33554432000 4194304 4196468 140729288679856 140444929368864 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28682] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28682/stat : 28682 (java) S 28668 28668 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476149634 28904853504 10207 33554432000 4194304 4196468 140729288679856 140444928316528 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28683] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28683/stat : 28683 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149636 28904853504 10207 33554432000 4194304 4196468 140729288679856 140444927264848 140445814085531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28684] ppid=28668 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/28670/task/28684/stat : 28684 (java) S 28668 28668 23748 0 -1 1077944384 395 0 0 0 1 0 0 0 20 0 20 0 476149636 28904853504 10207 33554432000 4194304 4196468 140729288679856 140444926212720 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28685] ppid=28668 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/28670/task/28685/stat : 28685 (java) R 28668 28668 23748 0 -1 4202560 197 0 0 0 1 0 0 0 20 0 20 0 476149636 28904853504 10207 33554432000 4194304 4196468 140729288679856 140444925159920 140445814078870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28686] ppid=28668 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/28670/task/28686/stat : 28686 (java) S 28668 28668 23748 0 -1 1077944384 248 0 0 0 1 0 0 0 20 0 20 0 476149636 28904853504 10207 33554432000 4194304 4196468 140729288679856 140444924107632 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28687] ppid=28668 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/28670/task/28687/stat : 28687 (java) R 28668 28668 23748 0 -1 4202560 721 0 0 0 7 0 0 0 20 0 20 0 476149636 28904853504 10207 33554432000 4194304 4196468 140729288679856 140444923054832 140445792233226 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28688] ppid=28668 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28688/stat : 28688 (java) S 28668 28668 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476149636 28904853504 10207 33554432000 4194304 4196468 140729288679856 140444922001760 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28689] ppid=28668 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28670/task/28689/stat : 28689 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149637 28904853504 10207 33554432000 4194304 4196468 140729288679856 140444920949040 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42280 KiB

[startup+0.311059 s]*
/proc/loadavg: 6.92 7.64 8.07 2/212 28689
/proc/meminfo: memFree=25730944/32770624 swapFree=66966844/67108860
[pid=28668] ppid=28665 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28668/stat : 28668 (xcsp3-exec) S 28665 28668 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476149630 115843072 363 33554432000 4194304 5098028 140736701520016 140736701518120 140362261668476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10412032 140736701526865 140736701527125 140736701527125 140736701530054 0
/proc/28668/statm: 28282 363 304 221 0 87 0
[pid=28670] ppid=28668 vsize=28231652 memory=49804 CPUtime=0.52 cores=0-7
/proc/28670/stat : 28670 (java) S 28668 28668 23748 0 -1 1077944320 10779 0 0 0 47 5 0 0 20 0 20 0 476149630 28909211648 12451 33554432000 4194304 4196468 140729288679856 140729288662400 140445814066935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
/proc/28670/statm: 7057913 12451 3370 1 0 7019032 0
[pid=28670/tid=28671] ppid=28668 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/28670/task/28671/stat : 28671 (java) R 28668 28668 23748 0 -1 4202560 7809 0 0 0 27 3 0 0 20 0 20 0 476149631 28909211648 12451 33554432000 4194304 4196468 140729288679856 140445818298048 140445798147422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28672] ppid=28668 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28672/stat : 28672 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149632 28909211648 12451 33554432000 4194304 4196468 140729288679856 140445365426576 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28673] ppid=28668 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28673/stat : 28673 (java) S 28668 28668 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476149632 28909211648 12451 33554432000 4194304 4196468 140729288679856 140445364373776 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28674] ppid=28668 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28674/stat : 28674 (java) S 28668 28668 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476149632 28909211648 12451 33554432000 4194304 4196468 140729288679856 140445363321488 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28675] ppid=28668 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28675/stat : 28675 (java) S 28668 28668 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476149632 28909211648 12451 33554432000 4194304 4196468 140729288679856 140445362268688 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28676] ppid=28668 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/28670/task/28676/stat : 28676 (java) S 28668 28668 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476149632 28909211648 12451 33554432000 4194304 4196468 140729288679856 140445361216400 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28677] ppid=28668 vsize=28231652 memory=139902452855727 CPUtime=0 cores=0-7
/proc/28670/task/28677/stat : 28677 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149632 28909211648 12451 33554432000 4194304 4196468 140729288679856 140445360163600 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28678] ppid=28668 vsize=28231652 memory=139902452858032 CPUtime=0 cores=0-7
/proc/28670/task/28678/stat : 28678 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149632 28909211648 12451 33554432000 4194304 4196468 140729288679856 140445359111312 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28679] ppid=28668 vsize=28231652 memory=3472463800634029536 CPUtime=0 cores=0-7
/proc/28670/task/28679/stat : 28679 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149632 28909211648 12451 33554432000 4194304 4196468 140729288679856 140445358058512 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28680] ppid=28668 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28680/stat : 28680 (java) S 28668 28668 23748 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476149633 28909211648 12451 33554432000 4194304 4196468 140729288679856 140444930422896 140445814078082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28681] ppid=28668 vsize=28231652 memory=279804905727632 CPUtime=0 cores=0-7
/proc/28670/task/28681/stat : 28681 (java) S 28668 28668 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476149634 28909211648 12451 33554432000 4194304 4196468 140729288679856 140444929368864 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28682] ppid=28668 vsize=28231652 memory=279804905734544 CPUtime=0 cores=0-7
/proc/28670/task/28682/stat : 28682 (java) S 28668 28668 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476149634 28909211648 12451 33554432000 4194304 4196468 140729288679856 140444928316528 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28683] ppid=28668 vsize=28231652 memory=279804905675792 CPUtime=0 cores=0-7
/proc/28670/task/28683/stat : 28683 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149636 28909211648 12451 33554432000 4194304 4196468 140729288679856 140444927264848 140445814085531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28684] ppid=28668 vsize=28231652 memory=279804905748368 CPUtime=0.02 cores=0-7
/proc/28670/task/28684/stat : 28684 (java) S 28668 28668 23748 0 -1 1077944384 397 0 0 0 2 0 0 0 20 0 20 0 476149636 28909211648 12451 33554432000 4194304 4196468 140729288679856 140444926212720 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28685] ppid=28668 vsize=28231652 memory=279804905755280 CPUtime=0.01 cores=0-7
/proc/28670/task/28685/stat : 28685 (java) S 28668 28668 23748 0 -1 1077944384 208 0 0 0 1 0 0 0 20 0 20 0 476149636 28909211648 12451 33554432000 4194304 4196468 140729288679856 140444925159920 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28686] ppid=28668 vsize=28231652 memory=279804905752976 CPUtime=0.02 cores=0-7
/proc/28670/task/28686/stat : 28686 (java) S 28668 28668 23748 0 -1 1077944384 265 0 0 0 2 0 0 0 20 0 20 0 476149636 28909211648 12451 33554432000 4194304 4196468 140729288679856 140444924107632 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28687] ppid=28668 vsize=28231652 memory=279804905769136 CPUtime=0.12 cores=0-7
/proc/28670/task/28687/stat : 28687 (java) S 28668 28668 23748 0 -1 1077944384 786 0 0 0 12 0 0 0 20 0 20 0 476149636 28909211648 12451 33554432000 4194304 4196468 140729288679856 140444923054832 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28688] ppid=28668 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28688/stat : 28688 (java) S 28668 28668 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476149636 28909211648 12451 33554432000 4194304 4196468 140729288679856 140444922001760 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28689] ppid=28668 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/28670/task/28689/stat : 28689 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476149637 28909211648 12451 33554432000 4194304 4196468 140729288679856 140444920949040 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51256 KiB

[startup+0.701188 s]
/proc/loadavg: 6.92 7.64 8.07 5/212 28689
/proc/meminfo: memFree=25717640/32770624 swapFree=66966844/67108860
[pid=28668] ppid=28665 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28668/stat : 28668 (xcsp3-exec) S 28665 28668 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476149630 115843072 363 33554432000 4194304 5098028 140736701520016 140736701518120 140362261668476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10412032 140736701526865 140736701527125 140736701527125 140736701530054 0
/proc/28668/statm: 28282 363 304 221 0 87 0
[pid=28670] ppid=28668 vsize=28700752 memory=104732 CPUtime=1.8 cores=0-7
/proc/28670/stat : 28670 (java) S 28668 28668 23748 0 -1 1077944320 17583 0 0 0 172 8 0 0 20 0 28 0 476149630 29389570048 26183 33554432000 4194304 4196468 140729288679856 140729288662400 140445814066935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
/proc/28670/statm: 7175188 26183 3459 1 0 7136288 0
[pid=28670/tid=28671] ppid=28668 vsize=28700752 memory=279804906127024 CPUtime=0.67 cores=0-7
/proc/28670/task/28671/stat : 28671 (java) S 28668 28668 23748 0 -1 1077944384 9372 0 0 0 63 4 0 0 20 0 28 0 476149631 29389570048 26183 33554432000 4194304 4196468 140729288679856 140445818307712 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28672] ppid=28668 vsize=28700752 memory=139902453064560 CPUtime=0 cores=0-7
/proc/28670/task/28672/stat : 28672 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476149632 29389570048 26183 33554432000 4194304 4196468 140729288679856 140445365426576 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28673] ppid=28668 vsize=28700752 memory=0 CPUtime=0 cores=0-7
/proc/28670/task/28673/stat : 28673 (java) S 28668 28668 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476149632 29389570048 26183 33554432000 4194304 4196468 140729288679856 140445364373776 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28674] ppid=28668 vsize=28700752 memory=2832 CPUtime=0 cores=0-7
/proc/28670/task/28674/stat : 28674 (java) S 28668 28668 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476149632 29389570048 26183 33554432000 4194304 4196468 140729288679856 140445363321488 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0

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

[pid=28670/tid=28687] ppid=28668 vsize=28766288 memory=2020 CPUtime=0.63 cores=0-7
/proc/28670/task/28687/stat : 28687 (java) S 28668 28668 23748 0 -1 1077944384 3393 0 0 0 62 1 0 0 20 0 28 0 476149636 29456678912 364527 33554432000 4194304 4196468 140729288679856 140444923054832 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28688] ppid=28668 vsize=28766288 memory=1432 CPUtime=0 cores=0-7
/proc/28670/task/28688/stat : 28688 (java) S 28668 28668 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476149636 29456678912 364527 33554432000 4194304 4196468 140729288679856 140444922001760 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28689] ppid=28668 vsize=28766288 memory=776 CPUtime=0.08 cores=0-7
/proc/28670/task/28689/stat : 28689 (java) S 28668 28668 23748 0 -1 1077944384 1513 0 0 0 0 8 0 0 20 0 28 0 476149637 29456678912 364527 33554432000 4194304 4196468 140729288679856 140444920949040 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28690] ppid=28668 vsize=28766288 memory=1056 CPUtime=311.29 cores=0-7
/proc/28670/task/28690/stat : 28690 (java) R 28668 28668 23748 0 -1 4202560 3877 0 0 0 31125 4 0 0 20 0 28 0 476149700 29456678912 364527 33554432000 4194304 4196468 140729288679856 140444911730056 140445452394409 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28691] ppid=28668 vsize=28766288 memory=3616 CPUtime=310.94 cores=0-7
/proc/28670/task/28691/stat : 28691 (java) R 28668 28668 23748 0 -1 4202560 3562 0 0 0 31090 4 0 0 20 0 28 0 476149700 29456678912 364527 33554432000 4194304 4196468 140729288679856 140444910678392 140445453056569 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28692] ppid=28668 vsize=28766288 memory=1552 CPUtime=310.12 cores=0-7
/proc/28670/task/28692/stat : 28692 (java) R 28668 28668 23748 0 -1 4202560 5645 0 0 0 31000 12 0 0 20 0 28 0 476149700 29456678912 364527 33554432000 4194304 4196468 140729288679856 140444909625968 140445454126010 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28693] ppid=28668 vsize=28766288 memory=1708 CPUtime=310.43 cores=0-7
/proc/28670/task/28693/stat : 28693 (java) R 28668 28668 23748 0 -1 4202560 7950 0 0 0 31025 18 0 0 20 0 28 0 476149700 29456678912 364527 33554432000 4194304 4196468 140729288679856 140444908573304 140445452992726 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28694] ppid=28668 vsize=28766288 memory=1196 CPUtime=310.77 cores=0-7
/proc/28670/task/28694/stat : 28694 (java) R 28668 28668 23748 0 -1 4202560 6685 0 0 0 31065 12 0 0 20 0 28 0 476149700 29456678912 364527 33554432000 4194304 4196468 140729288679856 140444907519984 140445454124839 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28695] ppid=28668 vsize=28766288 memory=1044 CPUtime=310.6 cores=0-7
/proc/28670/task/28695/stat : 28695 (java) R 28668 28668 23748 0 -1 4202560 7523 0 0 0 31038 22 0 0 20 0 28 0 476149700 29456678912 364527 33554432000 4194304 4196468 140729288679856 140444906470512 140445452992914 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28696] ppid=28668 vsize=28766288 memory=712 CPUtime=311.11 cores=0-7
/proc/28670/task/28696/stat : 28696 (java) R 28668 28668 23748 0 -1 4202560 3839 0 0 0 31108 3 0 0 20 0 28 0 476149700 29456678912 364527 33554432000 4194304 4196468 140729288679856 140444905414904 140445452394319 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28697] ppid=28668 vsize=28766288 memory=1452 CPUtime=311.02 cores=0-7
/proc/28670/task/28697/stat : 28697 (java) R 28668 28668 23748 0 -1 4202560 13265 0 0 0 31061 41 0 0 20 0 28 0 476149700 29456678912 364527 33554432000 4194304 4196468 140729288679856 140444904362104 140445453056064 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
Current children cumulated CPU time: 2501.56 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1459560 KiB

[startup+315.602 s]
/proc/loadavg: 8.11 8.06 8.14 9/220 28726
/proc/meminfo: memFree=24318960/32770624 swapFree=66966844/67108860
[pid=28668] ppid=28665 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28668/stat : 28668 (xcsp3-exec) S 28665 28668 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476149630 115843072 363 33554432000 4194304 5098028 140736701520016 140736701518120 140362261668476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10412032 140736701526865 140736701527125 140736701527125 140736701530054 0
/proc/28668/statm: 28282 363 304 221 0 87 0
[pid=28670] ppid=28668 vsize=28766288 memory=1460156 CPUtime=2504.72 cores=0-7
/proc/28670/stat : 28670 (java) S 28668 28668 23748 0 -1 1077944320 137485 0 0 0 250232 240 0 0 20 0 28 0 476149630 29456678912 365039 33554432000 4194304 4196468 140729288679856 140729288662400 140445814066935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
/proc/28670/statm: 7191572 365039 3543 1 0 7152672 0
[pid=28670/tid=28671] ppid=28668 vsize=28766288 memory=1461668 CPUtime=0.67 cores=0-7
/proc/28670/task/28671/stat : 28671 (java) S 28668 28668 23748 0 -1 1077944384 9372 0 0 0 63 4 0 0 20 0 28 0 476149631 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445818307712 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28672] ppid=28668 vsize=28766288 memory=1452 CPUtime=1.28 cores=0-7
/proc/28670/task/28672/stat : 28672 (java) S 28668 28668 23748 0 -1 1077944384 5088 0 0 0 115 13 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445365426576 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28673] ppid=28668 vsize=28766288 memory=6791534058613427641 CPUtime=1.28 cores=0-7
/proc/28670/task/28673/stat : 28673 (java) S 28668 28668 23748 0 -1 1077944384 4445 0 0 0 115 13 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445364373776 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28674] ppid=28668 vsize=28766288 memory=804 CPUtime=1.26 cores=0-7
/proc/28670/task/28674/stat : 28674 (java) S 28668 28668 23748 0 -1 1077944384 4009 0 0 0 114 12 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445363321488 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28675] ppid=28668 vsize=28766288 memory=1804 CPUtime=1.26 cores=0-7
/proc/28670/task/28675/stat : 28675 (java) S 28668 28668 23748 0 -1 1077944384 4068 0 0 0 115 11 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445362268688 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28676] ppid=28668 vsize=28766288 memory=916 CPUtime=1.26 cores=0-7
/proc/28670/task/28676/stat : 28676 (java) S 28668 28668 23748 0 -1 1077944384 5075 0 0 0 115 11 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445361216400 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28677] ppid=28668 vsize=28766288 memory=4448 CPUtime=1.27 cores=0-7
/proc/28670/task/28677/stat : 28677 (java) S 28668 28668 23748 0 -1 1077944384 3023 0 0 0 114 13 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445360163600 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28678] ppid=28668 vsize=28766288 memory=1660 CPUtime=1.24 cores=0-7
/proc/28670/task/28678/stat : 28678 (java) S 28668 28668 23748 0 -1 1077944384 3061 0 0 0 112 12 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445359111312 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28679] ppid=28668 vsize=28766288 memory=4104 CPUtime=1.25 cores=0-7
/proc/28670/task/28679/stat : 28679 (java) S 28668 28668 23748 0 -1 1077944384 3569 0 0 0 114 11 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445358058512 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28680] ppid=28668 vsize=28766288 memory=1412 CPUtime=0.54 cores=0-7
/proc/28670/task/28680/stat : 28680 (java) S 28668 28668 23748 0 -1 1077944384 28888 0 0 0 41 13 0 0 20 0 28 0 476149633 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444930422896 140445814078082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28681] ppid=28668 vsize=28766288 memory=3760 CPUtime=0 cores=0-7
/proc/28670/task/28681/stat : 28681 (java) S 28668 28668 23748 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476149634 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444929368928 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28682] ppid=28668 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/28670/task/28682/stat : 28682 (java) S 28668 28668 23748 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 476149634 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444928316544 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28683] ppid=28668 vsize=28766288 memory=13996 CPUtime=0 cores=0-7
/proc/28670/task/28683/stat : 28683 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476149636 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444927264848 140445814085531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28684] ppid=28668 vsize=28766288 memory=14080 CPUtime=0.9 cores=0-7
/proc/28670/task/28684/stat : 28684 (java) S 28668 28668 23748 0 -1 1077944384 2224 0 0 0 89 1 0 0 20 0 28 0 476149636 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444926212720 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28685] ppid=28668 vsize=28766288 memory=30528 CPUtime=0.87 cores=0-7
/proc/28670/task/28685/stat : 28685 (java) S 28668 28668 23748 0 -1 1077944384 2017 0 0 0 87 0 0 0 20 0 28 0 476149636 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444925159920 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28686] ppid=28668 vsize=28766288 memory=2120 CPUtime=1.3 cores=0-7
/proc/28670/task/28686/stat : 28686 (java) S 28668 28668 23748 0 -1 1077944384 4017 0 0 0 129 1 0 0 20 0 28 0 476149636 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444924107632 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28687] ppid=28668 vsize=28766288 memory=508 CPUtime=0.63 cores=0-7
/proc/28670/task/28687/stat : 28687 (java) S 28668 28668 23748 0 -1 1077944384 3393 0 0 0 62 1 0 0 20 0 28 0 476149636 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444923054832 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28688] ppid=28668 vsize=28766288 memory=1560 CPUtime=0 cores=0-7
/proc/28670/task/28688/stat : 28688 (java) S 28668 28668 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476149636 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444922001760 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28689] ppid=28668 vsize=28766288 memory=932 CPUtime=0.08 cores=0-7
/proc/28670/task/28689/stat : 28689 (java) S 28668 28668 23748 0 -1 1077944384 1513 0 0 0 0 8 0 0 20 0 28 0 476149637 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444920949040 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28690] ppid=28668 vsize=28766288 memory=1452 CPUtime=311.69 cores=0-7
/proc/28670/task/28690/stat : 28690 (java) R 28668 28668 23748 0 -1 4202560 3884 0 0 0 31165 4 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444911729296 140445454177116 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28691] ppid=28668 vsize=28766288 memory=1461668 CPUtime=311.33 cores=0-7
/proc/28670/task/28691/stat : 28691 (java) R 28668 28668 23748 0 -1 4202560 3566 0 0 0 31129 4 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444910678392 140445452394015 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28692] ppid=28668 vsize=28766288 memory=1458108 CPUtime=310.52 cores=0-7
/proc/28670/task/28692/stat : 28692 (java) R 28668 28668 23748 0 -1 4202560 5650 0 0 0 31040 12 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444909626104 140445452993266 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28693] ppid=28668 vsize=28766288 memory=508 CPUtime=310.82 cores=0-7
/proc/28670/task/28693/stat : 28693 (java) R 28668 28668 23748 0 -1 4202560 7981 0 0 0 31064 18 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444908573304 140445452393971 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28694] ppid=28668 vsize=28766288 memory=1560 CPUtime=311.15 cores=0-7
/proc/28670/task/28694/stat : 28694 (java) R 28668 28668 23748 0 -1 4202560 6699 0 0 0 31103 12 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444907523360 140445800135060 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28695] ppid=28668 vsize=28766288 memory=932 CPUtime=310.99 cores=0-7
/proc/28670/task/28695/stat : 28695 (java) R 28668 28668 23748 0 -1 4202560 7529 0 0 0 31077 22 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444906468216 140445453055155 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28696] ppid=28668 vsize=28766288 memory=1568 CPUtime=311.5 cores=0-7
/proc/28670/task/28696/stat : 28696 (java) R 28668 28668 23748 0 -1 4202560 3845 0 0 0 31147 3 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444905414904 140445453055099 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28697] ppid=28668 vsize=28766288 memory=1444 CPUtime=311.42 cores=0-7
/proc/28670/task/28697/stat : 28697 (java) R 28668 28668 23748 0 -1 4202560 13268 0 0 0 31101 41 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444904361592 140445453055419 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
Current children cumulated CPU time: 2504.72 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1461608 KiB

[startup+315.702 s]
/proc/loadavg: 8.11 8.06 8.14 9/220 28726
/proc/meminfo: memFree=24318960/32770624 swapFree=66966844/67108860
[pid=28668] ppid=28665 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28668/stat : 28668 (xcsp3-exec) S 28665 28668 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476149630 115843072 363 33554432000 4194304 5098028 140736701520016 140736701518120 140362261668476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10412032 140736701526865 140736701527125 140736701527125 140736701530054 0
/proc/28668/statm: 28282 363 304 221 0 87 0
[pid=28670] ppid=28668 vsize=28766288 memory=1460156 CPUtime=2505.52 cores=0-7
/proc/28670/stat : 28670 (java) S 28668 28668 23748 0 -1 1077944320 137489 0 0 0 250312 240 0 0 20 0 28 0 476149630 29456678912 365039 33554432000 4194304 4196468 140729288679856 140729288662400 140445814066935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
/proc/28670/statm: 7191572 365039 3543 1 0 7152672 0
[pid=28670/tid=28671] ppid=28668 vsize=28766288 memory=1458108 CPUtime=0.67 cores=0-7
/proc/28670/task/28671/stat : 28671 (java) S 28668 28668 23748 0 -1 1077944384 9372 0 0 0 63 4 0 0 20 0 28 0 476149631 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445818307712 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28672] ppid=28668 vsize=28766288 memory=1460156 CPUtime=1.28 cores=0-7
/proc/28670/task/28672/stat : 28672 (java) S 28668 28668 23748 0 -1 1077944384 5088 0 0 0 115 13 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445365426576 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28673] ppid=28668 vsize=28766288 memory=1452 CPUtime=1.28 cores=0-7
/proc/28670/task/28673/stat : 28673 (java) S 28668 28668 23748 0 -1 1077944384 4445 0 0 0 115 13 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445364373776 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28674] ppid=28668 vsize=28766288 memory=2120 CPUtime=1.26 cores=0-7
/proc/28670/task/28674/stat : 28674 (java) S 28668 28668 23748 0 -1 1077944384 4009 0 0 0 114 12 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445363321488 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28675] ppid=28668 vsize=28766288 memory=2257 CPUtime=1.26 cores=0-7
/proc/28670/task/28675/stat : 28675 (java) S 28668 28668 23748 0 -1 1077944384 4068 0 0 0 115 11 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445362268688 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28676] ppid=28668 vsize=28766288 memory=1260212 CPUtime=1.26 cores=0-7
/proc/28670/task/28676/stat : 28676 (java) S 28668 28668 23748 0 -1 1077944384 5075 0 0 0 115 11 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445361216400 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28677] ppid=28668 vsize=28766288 memory=0 CPUtime=1.27 cores=0-7
/proc/28670/task/28677/stat : 28677 (java) S 28668 28668 23748 0 -1 1077944384 3023 0 0 0 114 13 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445360163600 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28678] ppid=28668 vsize=28766288 memory=1359004 CPUtime=1.24 cores=0-7
/proc/28670/task/28678/stat : 28678 (java) S 28668 28668 23748 0 -1 1077944384 3061 0 0 0 112 12 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445359111312 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28679] ppid=28668 vsize=28766288 memory=1452 CPUtime=1.25 cores=0-7
/proc/28670/task/28679/stat : 28679 (java) S 28668 28668 23748 0 -1 1077944384 3569 0 0 0 114 11 0 0 20 0 28 0 476149632 29456678912 365039 33554432000 4194304 4196468 140729288679856 140445358058512 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28680] ppid=28668 vsize=28766288 memory=864 CPUtime=0.54 cores=0-7
/proc/28670/task/28680/stat : 28680 (java) S 28668 28668 23748 0 -1 1077944384 28888 0 0 0 41 13 0 0 20 0 28 0 476149633 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444930422896 140445814078082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28681] ppid=28668 vsize=28766288 memory=1976 CPUtime=0 cores=0-7
/proc/28670/task/28681/stat : 28681 (java) S 28668 28668 23748 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476149634 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444929368928 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28682] ppid=28668 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/28670/task/28682/stat : 28682 (java) S 28668 28668 23748 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 476149634 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444928316544 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28683] ppid=28668 vsize=28766288 memory=1128924 CPUtime=0 cores=0-7
/proc/28670/task/28683/stat : 28683 (java) S 28668 28668 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476149636 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444927264848 140445814085531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28684] ppid=28668 vsize=28766288 memory=1452 CPUtime=0.9 cores=0-7
/proc/28670/task/28684/stat : 28684 (java) S 28668 28668 23748 0 -1 1077944384 2224 0 0 0 89 1 0 0 20 0 28 0 476149636 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444926212720 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28685] ppid=28668 vsize=28766288 memory=1387788 CPUtime=0.87 cores=0-7
/proc/28670/task/28685/stat : 28685 (java) S 28668 28668 23748 0 -1 1077944384 2017 0 0 0 87 0 0 0 20 0 28 0 476149636 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444925159920 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28686] ppid=28668 vsize=28766288 memory=0 CPUtime=1.3 cores=0-7
/proc/28670/task/28686/stat : 28686 (java) S 28668 28668 23748 0 -1 1077944384 4017 0 0 0 129 1 0 0 20 0 28 0 476149636 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444924107632 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28687] ppid=28668 vsize=28766288 memory=7379819152869517376 CPUtime=0.63 cores=0-7
/proc/28670/task/28687/stat : 28687 (java) S 28668 28668 23748 0 -1 1077944384 3393 0 0 0 62 1 0 0 20 0 28 0 476149636 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444923054832 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28688] ppid=28668 vsize=28766288 memory=279804906674544 CPUtime=0 cores=0-7
/proc/28670/task/28688/stat : 28688 (java) S 28668 28668 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476149636 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444922001760 140445814077141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28689] ppid=28668 vsize=28766288 memory=7598811100138176585 CPUtime=0.08 cores=0-7
/proc/28670/task/28689/stat : 28689 (java) S 28668 28668 23748 0 -1 1077944384 1513 0 0 0 0 8 0 0 20 0 28 0 476149637 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444920949040 140445814078082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28690] ppid=28668 vsize=28766288 memory=10492 CPUtime=311.79 cores=0-7
/proc/28670/task/28690/stat : 28690 (java) R 28668 28668 23748 0 -1 4202560 3885 0 0 0 31175 4 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444911729296 140445452393950 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28691] ppid=28668 vsize=28766288 memory=13996 CPUtime=311.43 cores=0-7
/proc/28670/task/28691/stat : 28691 (java) R 28668 28668 23748 0 -1 4202560 3566 0 0 0 31139 4 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444910678392 140445453055174 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28692] ppid=28668 vsize=28766288 memory=1552 CPUtime=310.62 cores=0-7
/proc/28670/task/28692/stat : 28692 (java) R 28668 28668 23748 0 -1 4202560 5651 0 0 0 31050 12 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444909626104 140445452393912 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28693] ppid=28668 vsize=28766288 memory=1708 CPUtime=310.92 cores=0-7
/proc/28670/task/28693/stat : 28693 (java) R 28668 28668 23748 0 -1 4202560 7982 0 0 0 31074 18 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444908573304 140445452394314 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28694] ppid=28668 vsize=28766288 memory=6791534058613427641 CPUtime=311.25 cores=0-7
/proc/28670/task/28694/stat : 28694 (java) R 28668 28668 23748 0 -1 4202560 6699 0 0 0 31113 12 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444907523360 140445453176595 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28695] ppid=28668 vsize=28766288 memory=1452 CPUtime=311.09 cores=0-7
/proc/28670/task/28695/stat : 28695 (java) R 28668 28668 23748 0 -1 4202560 7529 0 0 0 31087 22 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444906468216 140445452393931 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28696] ppid=28668 vsize=28766288 memory=1459644 CPUtime=311.6 cores=0-7
/proc/28670/task/28696/stat : 28696 (java) R 28668 28668 23748 0 -1 4202560 3846 0 0 0 31157 3 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444905414904 140445452984788 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
[pid=28670/tid=28697] ppid=28668 vsize=28766288 memory=1452 CPUtime=311.52 cores=0-7
/proc/28670/task/28697/stat : 28697 (java) R 28668 28668 23748 0 -1 4202560 13268 0 0 0 31111 41 0 0 20 0 28 0 476149700 29456678912 365039 33554432000 4194304 4196468 140729288679856 140444904361592 140445452394414 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 27070464 140729288684502 140729288684678 140729288684678 140729288687567 0
Current children cumulated CPU time: 2505.52 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1461608 KiB

Child status: 0
Real time (s): 315.738
CPU time (s): 2505.68
CPU user time (s): 2503.25
CPU system time (s): 2.43077
CPU usage (%): 793.594
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 1463640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2503.25
system time used= 2.43077
maximum resident set size= 1463144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38144
involuntary context switches= 30147


# summary of solver processes directly reported to runsolver:
#   pid: 28668
#   total CPU time (s): 2505.68
#   total CPU user time (s): 2503.25
#   total CPU system time (s): 2.43077

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.2911 second user time and 3.15569 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 19:54:50
IDJOB=4404413
IDBENCH=133411
IDSOLVER=2865
FILE ID=node145/4404413-1569002132
RUNJOBID= node145-1568994215-23775
PBS_JOBID= 21704717
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-60-3-7.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-4404413-1569002132/watcher-4404413-1569002132 -o /var/tmp/evaluation-result-4404413-1569002132/solver-4404413-1569002132 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1568994215-23775 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2130323740 HOME/instance-4404413-1569002132.xml

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

MD5SUM BENCH= 24593adebe844e759ba30cbfe45e1115
RANDOM SEED=2130323740

node145.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.59
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.59
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.59
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.59
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:        25768240 kB
MemAvailable:   31820964 kB
Buffers:           95236 kB
Cached:          6119208 kB
SwapCached:        32484 kB
Active:          3018732 kB
Inactive:        3230728 kB
Active(anon):       4436 kB
Inactive(anon):    79836 kB
Active(file):    3014296 kB
Inactive(file):  3150892 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             26304 kB
Writeback:             0 kB
AnonPages:        112980 kB
Mapped:            51684 kB
Shmem:             40640 kB
Slab:             344056 kB
SReclaimable:     315996 kB
SUnreclaim:        28060 kB
KernelStack:        3456 kB
PageTables:         5368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506328 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node145 at 2019-09-20 20:00:05