Trace number 4399876

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-16 parallelOPT105 2756.69 347.279

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-12.xml
MD5SUMdba33b05662b19bf60999f99ad872bed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark43.4909
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size32
Distribution of domain sizes[{"size":15,"count":15},{"size":32,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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-4399876-1568711642.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.19	c [HOME/instance-4399876-1568711642.xml, -tl, 20160s, -p, 8]
0.33/0.23	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.03/0.58	c solve instance...
1.48/0.68	o 292 
1.48/0.68	o 266 
1.48/0.70	o 204 
2.03/0.70	o 203 
2.03/0.71	o 153 
2.03/0.73	o 152 
2.03/0.74	o 126 
2.03/0.75	o 110 
2.03/0.76	o 109 
2.71/0.89	o 108 
2.71/0.89	o 105 
2756.15/347.26	s OPTIMUM FOUND
2756.15/347.26	v <instantiation>
2756.15/347.26	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
2756.15/347.26	v 	<values>0 5 4 2 1 3 7 12 13 14 10 8 11 9 6 17 5 6 4 5 6 15 4 1 8 3 10 2 9 10 </values>
2756.15/347.26	v </instantiation>

Verifier Data

OK	105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399876-1568711642/watcher-4399876-1568711642 -o /tmp/evaluation-result-4399876-1568711642/solver-4399876-1568711642 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568711605-30394 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1642533627 HOME/instance-4399876-1568711642.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=30411, runsolver pid=30408
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 8.16 8.27 8.22 2/213 30432
/proc/meminfo: memFree=30957792/32770624 swapFree=67004320/67108860
[pid=30411] ppid=30408 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30411/stat : 30411 (xcsp3-exec) S 30408 30411 30367 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447325760 115843072 363 33554432000 4194304 5098028 140733168632160 140733168630264 139676151837308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37367808 140733168636789 140733168637033 140733168637033 140733168639946 0
/proc/30411/statm: 28282 363 304 221 0 87 0
[pid=30413] ppid=30411 vsize=28227396 memory=27540 CPUtime=0.12 cores=0-7
/proc/30413/stat : 30413 (java) S 30411 30411 30367 0 -1 1077944320 5908 0 0 0 11 1 0 0 20 0 20 0 447325760 28904853504 6885 33554432000 4194304 4196468 140722273702688 140722273685232 139659820670711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
/proc/30413/statm: 7056849 6885 3123 1 0 7019032 0
[pid=30413/tid=30414] ppid=30411 vsize=28227396 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/30413/task/30414/stat : 30414 (java) R 30411 30411 30367 0 -1 4202560 3781 0 0 0 8 0 0 0 20 0 20 0 447325760 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659824903504 139659802539200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30415] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30415/stat : 30415 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659788229136 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30416] ppid=30411 vsize=28227396 memory=3688924720607512224 CPUtime=0 cores=0-7
/proc/30413/task/30416/stat : 30416 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659371473552 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30417] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30417/stat : 30417 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659370420496 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30418] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30418/stat : 30418 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659369367952 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30419] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30419/stat : 30419 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659368315920 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30420] ppid=30411 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30413/task/30420/stat : 30420 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659367263376 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30421] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30421/stat : 30421 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659366210320 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30422] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30422/stat : 30422 (java) S 30411 30411 30367 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659365157776 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30423] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30423/stat : 30423 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325763 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659321735408 139659820681858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30424] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30424/stat : 30424 (java) S 30411 30411 30367 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447325763 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659320681632 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30425] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30425/stat : 30425 (java) S 30411 30411 30367 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447325763 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659319628528 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30426] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30426/stat : 30426 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325766 28904853504 6885 33554432000 4194304 4196468 140722273702688 139659318577104 139659820689307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30427] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30427/stat : 30427 (java) S 30411 30411 30367 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 447325766 28904853504 6885 33554432000 4194304 4196468 140722273702688 139658865535728 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30428] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30428/stat : 30428 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325766 28904853504 6885 33554432000 4194304 4196468 140722273702688 139658864483184 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30429] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30429/stat : 30429 (java) S 30411 30411 30367 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447325766 28904853504 6885 33554432000 4194304 4196468 140722273702688 139658863430128 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30430] ppid=30411 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30413/task/30430/stat : 30430 (java) R 30411 30411 30367 0 -1 4202560 394 0 0 0 1 0 0 0 20 0 20 0 447325766 28904853504 6885 33554432000 4194304 4196468 140722273702688 139658862377584 139659800385500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30431] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30431/stat : 30431 (java) S 30411 30411 30367 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447325766 28904853504 6885 33554432000 4194304 4196468 140722273702688 139658861324768 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30432] ppid=30411 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30413/task/30432/stat : 30432 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325766 28904853504 6885 33554432000 4194304 4196468 140722273702688 139658860272304 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28992 KiB

[startup+0.210161 s]*
/proc/loadavg: 8.16 8.27 8.22 3/213 30432
/proc/meminfo: memFree=30944400/32770624 swapFree=67004320/67108860
[pid=30411] ppid=30408 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30411/stat : 30411 (xcsp3-exec) S 30408 30411 30367 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447325760 115843072 363 33554432000 4194304 5098028 140733168632160 140733168630264 139676151837308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37367808 140733168636789 140733168637033 140733168637033 140733168639946 0
/proc/30411/statm: 28282 363 304 221 0 87 0
[pid=30413] ppid=30411 vsize=28227396 memory=39904 CPUtime=0.33 cores=0-7
/proc/30413/stat : 30413 (java) S 30411 30411 30367 0 -1 1077944320 9741 0 0 0 30 3 0 0 20 0 20 0 447325760 28904853504 9976 33554432000 4194304 4196468 140722273702688 140722273685232 139659820670711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
/proc/30413/statm: 7056849 9976 3278 1 0 7019032 0
[pid=30413/tid=30414] ppid=30411 vsize=28227396 memory=8316850467074736180 CPUtime=0.2 cores=0-7
/proc/30413/task/30414/stat : 30414 (java) R 30411 30411 30367 0 -1 4202560 6709 0 0 0 18 2 0 0 20 0 20 0 447325760 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659824901360 139659820692637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30415] ppid=30411 vsize=28227396 memory=14967 CPUtime=0 cores=0-7
/proc/30413/task/30415/stat : 30415 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659788229136 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30416] ppid=30411 vsize=28227396 memory=139963943762313 CPUtime=0 cores=0-7
/proc/30413/task/30416/stat : 30416 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659371473552 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30417] ppid=30411 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30413/task/30417/stat : 30417 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659370420496 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30418] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30418/stat : 30418 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659369367952 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30419] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30419/stat : 30419 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659368315920 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30420] ppid=30411 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30413/task/30420/stat : 30420 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659367263376 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30421] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30421/stat : 30421 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659366210320 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30422] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30422/stat : 30422 (java) S 30411 30411 30367 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447325761 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659365157776 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30423] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30423/stat : 30423 (java) S 30411 30411 30367 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447325763 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659321735408 139659820681858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30424] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30424/stat : 30424 (java) S 30411 30411 30367 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447325763 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659320681632 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30425] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30425/stat : 30425 (java) S 30411 30411 30367 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447325763 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659319628528 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30426] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30426/stat : 30426 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325766 28904853504 9976 33554432000 4194304 4196468 140722273702688 139659318577104 139659820689307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30427] ppid=30411 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30413/task/30427/stat : 30427 (java) S 30411 30411 30367 0 -1 1077944384 424 0 0 0 1 0 0 0 20 0 20 0 447325766 28904853504 9976 33554432000 4194304 4196468 140722273702688 139658865535728 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30428] ppid=30411 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30413/task/30428/stat : 30428 (java) S 30411 30411 30367 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 20 0 447325766 28904853504 9976 33554432000 4194304 4196468 140722273702688 139658864483184 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30429] ppid=30411 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/30413/task/30429/stat : 30429 (java) S 30411 30411 30367 0 -1 1077944384 185 0 0 0 1 0 0 0 20 0 20 0 447325766 28904853504 9976 33554432000 4194304 4196468 140722273702688 139658863430128 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30430] ppid=30411 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/30413/task/30430/stat : 30430 (java) R 30411 30411 30367 0 -1 4202560 893 0 0 0 7 0 0 0 20 0 20 0 447325766 28904853504 9976 33554432000 4194304 4196468 140722273702688 139658862372624 139659812907838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30431] ppid=30411 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30431/stat : 30431 (java) S 30411 30411 30367 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447325766 28904853504 9976 33554432000 4194304 4196468 140722273702688 139658861324768 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30432] ppid=30411 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30413/task/30432/stat : 30432 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325766 28904853504 9976 33554432000 4194304 4196468 140722273702688 139658860272304 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41356 KiB

[startup+0.30956 s]*
/proc/loadavg: 8.16 8.27 8.22 3/213 30432
/proc/meminfo: memFree=30939536/32770624 swapFree=67004320/67108860
[pid=30411] ppid=30408 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30411/stat : 30411 (xcsp3-exec) S 30408 30411 30367 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447325760 115843072 363 33554432000 4194304 5098028 140733168632160 140733168630264 139676151837308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37367808 140733168636789 140733168637033 140733168637033 140733168639946 0
/proc/30411/statm: 28282 363 304 221 0 87 0
[pid=30413] ppid=30411 vsize=28231652 memory=48784 CPUtime=0.51 cores=0-7
/proc/30413/stat : 30413 (java) S 30411 30411 30367 0 -1 1077944320 11077 0 0 0 47 4 0 0 20 0 20 0 447325760 28909211648 12196 33554432000 4194304 4196468 140722273702688 140722273685232 139659820670711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
/proc/30413/statm: 7057913 12196 3340 1 0 7019032 0
[pid=30413/tid=30414] ppid=30411 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/30413/task/30414/stat : 30414 (java) R 30411 30411 30367 0 -1 4202560 7778 0 0 0 27 2 0 0 20 0 20 0 447325760 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659824907344 139659820692637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30415] ppid=30411 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30415/stat : 30415 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325761 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659788229136 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30416] ppid=30411 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30416/stat : 30416 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325761 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659371473552 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30417] ppid=30411 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30417/stat : 30417 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325761 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659370420496 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30418] ppid=30411 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30418/stat : 30418 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325761 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659369367952 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30419] ppid=30411 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30419/stat : 30419 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447325761 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659368315920 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30420] ppid=30411 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30420/stat : 30420 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325761 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659367263376 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30421] ppid=30411 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30421/stat : 30421 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325761 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659366210320 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30422] ppid=30411 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30422/stat : 30422 (java) S 30411 30411 30367 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447325761 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659365157776 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30423] ppid=30411 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30423/stat : 30423 (java) S 30411 30411 30367 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447325763 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659321735408 139659820681858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30424] ppid=30411 vsize=28231652 memory=279927580728704 CPUtime=0 cores=0-7
/proc/30413/task/30424/stat : 30424 (java) S 30411 30411 30367 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447325763 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659320681632 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30425] ppid=30411 vsize=28231652 memory=279927580733312 CPUtime=0 cores=0-7
/proc/30413/task/30425/stat : 30425 (java) S 30411 30411 30367 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447325763 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659319628528 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30426] ppid=30411 vsize=28231652 memory=279927580737920 CPUtime=0 cores=0-7
/proc/30413/task/30426/stat : 30426 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325766 28909211648 12196 33554432000 4194304 4196468 140722273702688 139659318577104 139659820689307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30427] ppid=30411 vsize=28231652 memory=279927580742528 CPUtime=0.03 cores=0-7
/proc/30413/task/30427/stat : 30427 (java) R 30411 30411 30367 0 -1 4202560 456 0 0 0 3 0 0 0 20 0 20 0 447325766 28909211648 12196 33554432000 4194304 4196468 140722273702688 139658865527184 139659798418152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30428] ppid=30411 vsize=28231652 memory=279927580747136 CPUtime=0.02 cores=0-7
/proc/30413/task/30428/stat : 30428 (java) S 30411 30411 30367 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 20 0 447325766 28909211648 12196 33554432000 4194304 4196468 140722273702688 139658864483184 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30429] ppid=30411 vsize=28231652 memory=279927580751744 CPUtime=0.01 cores=0-7
/proc/30413/task/30429/stat : 30429 (java) S 30411 30411 30367 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 20 0 447325766 28909211648 12196 33554432000 4194304 4196468 140722273702688 139658863430128 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30430] ppid=30411 vsize=28231652 memory=279927580756352 CPUtime=0.12 cores=0-7
/proc/30413/task/30430/stat : 30430 (java) S 30411 30411 30367 0 -1 1077944384 1089 0 0 0 12 0 0 0 20 0 20 0 447325766 28909211648 12196 33554432000 4194304 4196468 140722273702688 139658862377584 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30431] ppid=30411 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30431/stat : 30431 (java) S 30411 30411 30367 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447325766 28909211648 12196 33554432000 4194304 4196468 140722273702688 139658861324768 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30432] ppid=30411 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/30413/task/30432/stat : 30432 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447325766 28909211648 12196 33554432000 4194304 4196468 140722273702688 139658860272304 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50236 KiB

[startup+0.700958 s]
/proc/loadavg: 8.16 8.27 8.22 5/213 30432
/proc/meminfo: memFree=30919552/32770624 swapFree=67004320/67108860
[pid=30411] ppid=30408 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30411/stat : 30411 (xcsp3-exec) S 30408 30411 30367 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447325760 115843072 363 33554432000 4194304 5098028 140733168632160 140733168630264 139676151837308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37367808 140733168636789 140733168637033 140733168637033 140733168639946 0
/proc/30411/statm: 28282 363 304 221 0 87 0
[pid=30413] ppid=30411 vsize=28766288 memory=129492 CPUtime=2.03 cores=0-7
/proc/30413/stat : 30413 (java) S 30411 30411 30367 0 -1 1077944320 16333 0 0 0 196 7 0 0 20 0 24 0 447325760 29456678912 32373 33554432000 4194304 4196468 140722273702688 140722273685232 139659820670711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
/proc/30413/statm: 7191572 32373 3457 1 0 7152672 0
[pid=30413/tid=30414] ppid=30411 vsize=28766288 memory=0 CPUtime=0.57 cores=0-7
/proc/30413/task/30414/stat : 30414 (java) S 30411 30411 30367 0 -1 1077944384 9358 0 0 0 54 3 0 0 20 0 25 0 447325760 29456678912 32373 33554432000 4194304 4196468 140722273702688 139659824911488 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30415] ppid=30411 vsize=28766288 memory=139963790566272 CPUtime=0 cores=0-7
/proc/30413/task/30415/stat : 30415 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 25 0 447325761 29456678912 32373 33554432000 4194304 4196468 140722273702688 139659788229136 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30416] ppid=30411 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/30413/task/30416/stat : 30416 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 447325761 29456678912 32373 33554432000 4194304 4196468 140722273702688 139659371473552 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30417] ppid=30411 vsize=28766288 memory=1052 CPUtime=0 cores=0-7
/proc/30413/task/30417/stat : 30417 (java) S 30411 30411 30367 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 447325761 29456678912 32373 33554432000 4194304 4196468 140722273702688 139659370420496 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0

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

[pid=30413/tid=30430] ppid=30411 vsize=28769364 memory=1760 CPUtime=0.67 cores=0-7
/proc/30413/task/30430/stat : 30430 (java) S 30411 30411 30367 0 -1 1077944384 7299 0 0 0 65 2 0 0 20 0 28 0 447325766 29459828736 105439 33554432000 4194304 4196468 140722273702688 139658862377584 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30431] ppid=30411 vsize=28769364 memory=111632 CPUtime=0 cores=0-7
/proc/30413/task/30431/stat : 30431 (java) S 30411 30411 30367 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447325766 29459828736 105439 33554432000 4194304 4196468 140722273702688 139658861324768 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30432] ppid=30411 vsize=28769364 memory=804 CPUtime=0.05 cores=0-7
/proc/30413/task/30432/stat : 30432 (java) S 30411 30411 30367 0 -1 1077944384 1771 0 0 0 0 5 0 0 20 0 28 0 447325766 29459828736 105439 33554432000 4194304 4196468 140722273702688 139658860272304 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30521] ppid=30411 vsize=28769364 memory=4108 CPUtime=342.5 cores=0-7
/proc/30413/task/30521/stat : 30521 (java) R 30411 30411 30367 0 -1 4202560 7468 0 0 0 34248 2 0 0 20 0 28 0 447325849 29459828736 105439 33554432000 4194304 4196468 140722273702688 139658850002448 139659462834085 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30522] ppid=30411 vsize=28769364 memory=1808 CPUtime=342.46 cores=0-7
/proc/30413/task/30522/stat : 30522 (java) R 30411 30411 30367 0 -1 4202560 2137 0 0 0 34245 1 0 0 20 0 28 0 447325850 29459828736 105439 33554432000 4194304 4196468 140722273702688 139657854550264 139659463518475 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30523] ppid=30411 vsize=28769364 memory=3908 CPUtime=341.99 cores=0-7
/proc/30413/task/30523/stat : 30523 (java) R 30411 30411 30367 0 -1 4202560 2488 0 0 0 34198 1 0 0 20 0 28 0 447325850 29459828736 105439 33554432000 4194304 4196468 140722273702688 139658848952272 139659463505212 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30524] ppid=30411 vsize=28769364 memory=1412 CPUtime=341.13 cores=0-7
/proc/30413/task/30524/stat : 30524 (java) R 30411 30411 30367 0 -1 4202560 5257 0 0 0 34105 8 0 0 20 0 28 0 447325850 29459828736 105439 33554432000 4194304 4196468 140722273702688 139657857708184 139659462061216 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30525] ppid=30411 vsize=28769364 memory=209 CPUtime=341.35 cores=0-7
/proc/30413/task/30525/stat : 30525 (java) R 30411 30411 30367 0 -1 4202560 3309 0 0 0 34132 3 0 0 20 0 28 0 447325850 29459828736 105439 33554432000 4194304 4196468 140722273702688 139658851054200 139659462059931 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30526] ppid=30411 vsize=28769364 memory=5860985667506761316 CPUtime=341.41 cores=0-7
/proc/30413/task/30526/stat : 30526 (java) R 30411 30411 30367 0 -1 4202560 2707 0 0 0 34138 3 0 0 20 0 28 0 447325850 29459828736 105439 33554432000 4194304 4196468 140722273702688 139657855602912 139659462658316 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30527] ppid=30411 vsize=28769364 memory=5860985667506761316 CPUtime=341.93 cores=0-7
/proc/30413/task/30527/stat : 30527 (java) R 30411 30411 30367 0 -1 4202560 1966 0 0 0 34190 3 0 0 20 0 28 0 447325850 29459828736 105439 33554432000 4194304 4196468 140722273702688 139657859813752 139659462164542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30528] ppid=30411 vsize=28769364 memory=5860985667506761316 CPUtime=342.56 cores=0-7
/proc/30413/task/30528/stat : 30528 (java) R 30411 30411 30367 0 -1 4202560 2455 0 0 0 34254 2 0 0 20 0 28 0 447325851 29459828736 105439 33554432000 4194304 4196468 140722273702688 139657858760672 139659463566445 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
Current children cumulated CPU time: 2749.78 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 423208 KiB

[startup+346.801 s]
/proc/loadavg: 8.29 8.32 8.26 9/219 30550
/proc/meminfo: memFree=30564200/32770624 swapFree=67004320/67108860
[pid=30411] ppid=30408 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30411/stat : 30411 (xcsp3-exec) S 30408 30411 30367 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447325760 115843072 363 33554432000 4194304 5098028 140733168632160 140733168630264 139676151837308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37367808 140733168636789 140733168637033 140733168637033 140733168639946 0
/proc/30411/statm: 28282 363 304 221 0 87 0
[pid=30413] ppid=30411 vsize=28769364 memory=421764 CPUtime=2752.96 cores=0-7
/proc/30413/stat : 30413 (java) S 30411 30411 30367 0 -1 1077944320 123573 0 0 0 275203 93 0 0 20 0 28 0 447325760 29459828736 105441 33554432000 4194304 4196468 140722273702688 140722273685232 139659820670711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
/proc/30413/statm: 7192341 105441 3534 1 0 7153441 0
[pid=30413/tid=30414] ppid=30411 vsize=28769364 memory=1720 CPUtime=0.58 cores=0-7
/proc/30413/task/30414/stat : 30414 (java) S 30411 30411 30367 0 -1 1077944384 9360 0 0 0 55 3 0 0 20 0 28 0 447325760 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659824911488 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30415] ppid=30411 vsize=28769364 memory=6791534058613427641 CPUtime=0.67 cores=0-7
/proc/30413/task/30415/stat : 30415 (java) S 30411 30411 30367 0 -1 1077944384 4099 0 0 0 62 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659788229136 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30416] ppid=30411 vsize=28769364 memory=1940 CPUtime=0.67 cores=0-7
/proc/30413/task/30416/stat : 30416 (java) S 30411 30411 30367 0 -1 1077944384 3480 0 0 0 61 6 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659371473552 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30417] ppid=30411 vsize=28769364 memory=1416 CPUtime=0.67 cores=0-7
/proc/30413/task/30417/stat : 30417 (java) S 30411 30411 30367 0 -1 1077944384 3750 0 0 0 62 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659370420496 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30418] ppid=30411 vsize=28769364 memory=1556 CPUtime=0.67 cores=0-7
/proc/30413/task/30418/stat : 30418 (java) S 30411 30411 30367 0 -1 1077944384 2880 0 0 0 62 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659369367952 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30419] ppid=30411 vsize=28769364 memory=740 CPUtime=0.67 cores=0-7
/proc/30413/task/30419/stat : 30419 (java) S 30411 30411 30367 0 -1 1077944384 2741 0 0 0 62 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659368315920 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30420] ppid=30411 vsize=28769364 memory=1052 CPUtime=0.68 cores=0-7
/proc/30413/task/30420/stat : 30420 (java) S 30411 30411 30367 0 -1 1077944384 2873 0 0 0 63 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659367263376 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30421] ppid=30411 vsize=28769364 memory=7548 CPUtime=0.68 cores=0-7
/proc/30413/task/30421/stat : 30421 (java) S 30411 30411 30367 0 -1 1077944384 4570 0 0 0 63 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659366210320 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30422] ppid=30411 vsize=28769364 memory=4004 CPUtime=0.67 cores=0-7
/proc/30413/task/30422/stat : 30422 (java) S 30411 30411 30367 0 -1 1077944384 2160 0 0 0 62 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659365157776 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30423] ppid=30411 vsize=28769364 memory=2832 CPUtime=0.55 cores=0-7
/proc/30413/task/30423/stat : 30423 (java) S 30411 30411 30367 0 -1 1077944384 12033 0 0 0 45 10 0 0 20 0 28 0 447325763 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659321735408 139659820681858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30424] ppid=30411 vsize=28769364 memory=776 CPUtime=0 cores=0-7
/proc/30413/task/30424/stat : 30424 (java) S 30411 30411 30367 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447325763 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659320681696 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30425] ppid=30411 vsize=28769364 memory=1160 CPUtime=0 cores=0-7
/proc/30413/task/30425/stat : 30425 (java) S 30411 30411 30367 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 447325763 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659319628544 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30426] ppid=30411 vsize=28769364 memory=1720 CPUtime=0 cores=0-7
/proc/30413/task/30426/stat : 30426 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659318577104 139659820689307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30427] ppid=30411 vsize=28769364 memory=1096 CPUtime=1.85 cores=0-7
/proc/30413/task/30427/stat : 30427 (java) S 30411 30411 30367 0 -1 1077944384 8911 0 0 0 184 1 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658865535728 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30428] ppid=30411 vsize=28769364 memory=5992 CPUtime=1.83 cores=0-7
/proc/30413/task/30428/stat : 30428 (java) S 30411 30411 30367 0 -1 1077944384 15364 0 0 0 180 3 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658864483184 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30429] ppid=30411 vsize=28769364 memory=6791534058613427641 CPUtime=2.04 cores=0-7
/proc/30413/task/30429/stat : 30429 (java) S 30411 30411 30367 0 -1 1077944384 10918 0 0 0 202 2 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658863430128 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30430] ppid=30411 vsize=28769364 memory=422256 CPUtime=0.67 cores=0-7
/proc/30413/task/30430/stat : 30430 (java) S 30411 30411 30367 0 -1 1077944384 7299 0 0 0 65 2 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658862377584 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30431] ppid=30411 vsize=28769364 memory=1398722017469774279 CPUtime=0 cores=0-7
/proc/30413/task/30431/stat : 30431 (java) S 30411 30411 30367 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658861324768 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30432] ppid=30411 vsize=28769364 memory=1452 CPUtime=0.05 cores=0-7
/proc/30413/task/30432/stat : 30432 (java) S 30411 30411 30367 0 -1 1077944384 1789 0 0 0 0 5 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658860272304 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30521] ppid=30411 vsize=28769364 memory=1940 CPUtime=342.9 cores=0-7
/proc/30413/task/30521/stat : 30521 (java) R 30411 30411 30367 0 -1 4202560 7590 0 0 0 34288 2 0 0 20 0 28 0 447325849 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658849999272 139659462795889 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30522] ppid=30411 vsize=28769364 memory=1416 CPUtime=342.85 cores=0-7
/proc/30413/task/30522/stat : 30522 (java) R 30411 30411 30367 0 -1 4202560 2172 0 0 0 34284 1 0 0 20 0 28 0 447325850 29459828736 105441 33554432000 4194304 4196468 140722273702688 139657854550264 139659462963139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30523] ppid=30411 vsize=28769364 memory=-8961168018402230209 CPUtime=342.38 cores=0-7
/proc/30413/task/30523/stat : 30523 (java) R 30411 30411 30367 0 -1 4202560 2554 0 0 0 34237 1 0 0 20 0 28 0 447325850 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658848948592 139659461981545 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30524] ppid=30411 vsize=28769364 memory=-8253362762722141311 CPUtime=341.52 cores=0-7
/proc/30413/task/30524/stat : 30524 (java) R 30411 30411 30367 0 -1 4202560 5333 0 0 0 34144 8 0 0 20 0 28 0 447325850 29459828736 105441 33554432000 4194304 4196468 140722273702688 139657857711376 139659461982076 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30525] ppid=30411 vsize=28769364 memory=7100839861465685612 CPUtime=341.75 cores=0-7
/proc/30413/task/30525/stat : 30525 (java) R 30411 30411 30367 0 -1 4202560 3367 0 0 0 34172 3 0 0 20 0 28 0 447325850 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658851053816 139659462059941 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30526] ppid=30411 vsize=28769364 memory=-7175204567652784766 CPUtime=341.81 cores=0-7
/proc/30413/task/30526/stat : 30526 (java) R 30411 30411 30367 0 -1 4202560 2721 0 0 0 34178 3 0 0 20 0 28 0 447325850 29459828736 105441 33554432000 4194304 4196468 140722273702688 139657855603024 139659462060373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30527] ppid=30411 vsize=28769364 memory=740 CPUtime=342.33 cores=0-7
/proc/30413/task/30527/stat : 30527 (java) R 30411 30411 30367 0 -1 4202560 1990 0 0 0 34230 3 0 0 20 0 28 0 447325850 29459828736 105441 33554432000 4194304 4196468 140722273702688 139657859813368 139659462163968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30528] ppid=30411 vsize=28769364 memory=1052 CPUtime=342.96 cores=0-7
/proc/30413/task/30528/stat : 30528 (java) R 30411 30411 30367 0 -1 4202560 2504 0 0 0 34294 2 0 0 20 0 28 0 447325851 29459828736 105441 33554432000 4194304 4196468 140722273702688 139657858760672 139659462060404 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
Current children cumulated CPU time: 2752.96 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 423216 KiB

[startup+347.201 s]
/proc/loadavg: 8.27 8.31 8.25 9/219 30550
/proc/meminfo: memFree=30564376/32770624 swapFree=67004320/67108860
[pid=30411] ppid=30408 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30411/stat : 30411 (xcsp3-exec) S 30408 30411 30367 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447325760 115843072 363 33554432000 4194304 5098028 140733168632160 140733168630264 139676151837308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37367808 140733168636789 140733168637033 140733168637033 140733168639946 0
/proc/30411/statm: 28282 363 304 221 0 87 0
[pid=30413] ppid=30411 vsize=28769364 memory=421764 CPUtime=2756.15 cores=0-7
/proc/30413/stat : 30413 (java) S 30411 30411 30367 0 -1 1077944320 123577 0 0 0 275522 93 0 0 20 0 28 0 447325760 29459828736 105441 33554432000 4194304 4196468 140722273702688 140722273685232 139659820670711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
/proc/30413/statm: 7192341 105441 3534 1 0 7153441 0
[pid=30413/tid=30414] ppid=30411 vsize=28769364 memory=984 CPUtime=0.58 cores=0-7
/proc/30413/task/30414/stat : 30414 (java) S 30411 30411 30367 0 -1 1077944384 9360 0 0 0 55 3 0 0 20 0 28 0 447325760 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659824911488 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30415] ppid=30411 vsize=28769364 memory=1940 CPUtime=0.67 cores=0-7
/proc/30413/task/30415/stat : 30415 (java) S 30411 30411 30367 0 -1 1077944384 4099 0 0 0 62 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659788229136 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30416] ppid=30411 vsize=28769364 memory=1452 CPUtime=0.67 cores=0-7
/proc/30413/task/30416/stat : 30416 (java) S 30411 30411 30367 0 -1 1077944384 3480 0 0 0 61 6 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659371473552 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30417] ppid=30411 vsize=28769364 memory=3588 CPUtime=0.67 cores=0-7
/proc/30413/task/30417/stat : 30417 (java) S 30411 30411 30367 0 -1 1077944384 3750 0 0 0 62 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659370420496 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30418] ppid=30411 vsize=28769364 memory=1452 CPUtime=0.67 cores=0-7
/proc/30413/task/30418/stat : 30418 (java) S 30411 30411 30367 0 -1 1077944384 2880 0 0 0 62 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659369367952 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30419] ppid=30411 vsize=28769364 memory=3588 CPUtime=0.67 cores=0-7
/proc/30413/task/30419/stat : 30419 (java) S 30411 30411 30367 0 -1 1077944384 2741 0 0 0 62 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659368315920 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30420] ppid=30411 vsize=28769364 memory=48196 CPUtime=0.68 cores=0-7
/proc/30413/task/30420/stat : 30420 (java) S 30411 30411 30367 0 -1 1077944384 2873 0 0 0 63 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659367263376 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30421] ppid=30411 vsize=28769364 memory=1160 CPUtime=0.68 cores=0-7
/proc/30413/task/30421/stat : 30421 (java) S 30411 30411 30367 0 -1 1077944384 4570 0 0 0 63 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659366210320 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30422] ppid=30411 vsize=28769364 memory=1720 CPUtime=0.67 cores=0-7
/proc/30413/task/30422/stat : 30422 (java) S 30411 30411 30367 0 -1 1077944384 2160 0 0 0 62 5 0 0 20 0 28 0 447325761 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659365157776 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30423] ppid=30411 vsize=28769364 memory=1096 CPUtime=0.55 cores=0-7
/proc/30413/task/30423/stat : 30423 (java) S 30411 30411 30367 0 -1 1077944384 12033 0 0 0 45 10 0 0 20 0 28 0 447325763 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659321735408 139659820681858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30424] ppid=30411 vsize=28769364 memory=5992 CPUtime=0 cores=0-7
/proc/30413/task/30424/stat : 30424 (java) S 30411 30411 30367 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447325763 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659320681696 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30425] ppid=30411 vsize=28769364 memory=14012 CPUtime=0 cores=0-7
/proc/30413/task/30425/stat : 30425 (java) S 30411 30411 30367 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 447325763 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659319628544 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30426] ppid=30411 vsize=28769364 memory=23884 CPUtime=0 cores=0-7
/proc/30413/task/30426/stat : 30426 (java) S 30411 30411 30367 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139659318577104 139659820689307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30427] ppid=30411 vsize=28769364 memory=14068 CPUtime=1.85 cores=0-7
/proc/30413/task/30427/stat : 30427 (java) S 30411 30411 30367 0 -1 1077944384 8911 0 0 0 184 1 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658865535728 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30428] ppid=30411 vsize=28769364 memory=2120 CPUtime=1.83 cores=0-7
/proc/30413/task/30428/stat : 30428 (java) S 30411 30411 30367 0 -1 1077944384 15364 0 0 0 180 3 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658864483184 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30429] ppid=30411 vsize=28769364 memory=1416 CPUtime=2.04 cores=0-7
/proc/30413/task/30429/stat : 30429 (java) S 30411 30411 30367 0 -1 1077944384 10918 0 0 0 202 2 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658863430128 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30430] ppid=30411 vsize=28769364 memory=1556 CPUtime=0.67 cores=0-7
/proc/30413/task/30430/stat : 30430 (java) S 30411 30411 30367 0 -1 1077944384 7299 0 0 0 65 2 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658862377584 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30431] ppid=30411 vsize=28769364 memory=740 CPUtime=0 cores=0-7
/proc/30413/task/30431/stat : 30431 (java) S 30411 30411 30367 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658861324768 139659820680917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30432] ppid=30411 vsize=28769364 memory=1052 CPUtime=0.05 cores=0-7
/proc/30413/task/30432/stat : 30432 (java) S 30411 30411 30367 0 -1 1077944384 1789 0 0 0 0 5 0 0 20 0 28 0 447325766 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658860272304 139659820681858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30521] ppid=30411 vsize=28769364 memory=7548 CPUtime=343.3 cores=0-7
/proc/30413/task/30521/stat : 30521 (java) R 30411 30411 30367 0 -1 4202560 7591 0 0 0 34328 2 0 0 20 0 28 0 447325849 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658849999272 139659462059710 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30522] ppid=30411 vsize=28769364 memory=4004 CPUtime=343.25 cores=0-7
/proc/30413/task/30522/stat : 30522 (java) R 30411 30411 30367 0 -1 4202560 2172 0 0 0 34324 1 0 0 20 0 28 0 447325850 29459828736 105441 33554432000 4194304 4196468 140722273702688 139657854550264 139659462795829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30523] ppid=30411 vsize=28769364 memory=2832 CPUtime=342.78 cores=0-7
/proc/30413/task/30523/stat : 30523 (java) R 30411 30411 30367 0 -1 4202560 2554 0 0 0 34277 1 0 0 20 0 28 0 447325850 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658848948480 139659461585810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30524] ppid=30411 vsize=28769364 memory=776 CPUtime=341.92 cores=0-7
/proc/30413/task/30524/stat : 30524 (java) R 30411 30411 30367 0 -1 4202560 5334 0 0 0 34184 8 0 0 20 0 28 0 447325850 29459828736 105441 33554432000 4194304 4196468 140722273702688 139657857711264 139659462060666 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30525] ppid=30411 vsize=28769364 memory=504 CPUtime=342.13 cores=0-7
/proc/30413/task/30525/stat : 30525 (java) R 30411 30411 30367 0 -1 4202560 3368 0 0 0 34210 3 0 0 20 0 28 0 447325850 29459828736 105441 33554432000 4194304 4196468 140722273702688 139658851053816 139659461981646 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30526] ppid=30411 vsize=28769364 memory=1560 CPUtime=342.21 cores=0-7
/proc/30413/task/30526/stat : 30526 (java) R 30411 30411 30367 0 -1 4202560 2721 0 0 0 34218 3 0 0 20 0 28 0 447325850 29459828736 105441 33554432000 4194304 4196468 140722273702688 139657855603160 139659462059727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30527] ppid=30411 vsize=28769364 memory=924 CPUtime=342.72 cores=0-7
/proc/30413/task/30527/stat : 30527 (java) R 30411 30411 30367 0 -1 4202560 1991 0 0 0 34269 3 0 0 20 0 28 0 447325850 29459828736 105441 33554432000 4194304 4196468 140722273702688 139657859813368 139659462060754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
[pid=30413/tid=30528] ppid=30411 vsize=28769364 memory=1692 CPUtime=343.36 cores=0-7
/proc/30413/task/30528/stat : 30528 (java) R 30411 30411 30367 0 -1 4202560 2504 0 0 0 34334 2 0 0 20 0 28 0 447325851 29459828736 105441 33554432000 4194304 4196468 140722273702688 139657858760808 139659462059928 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12517376 140722273706986 140722273707158 140722273707158 140722273710031 0
Current children cumulated CPU time: 2756.15 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 423216 KiB

Child status: 0
Real time (s): 347.279
CPU time (s): 2756.69
CPU user time (s): 2755.75
CPU system time (s): 0.943712
CPU usage (%): 793.799
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 575912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2755.75
system time used= 0.943712
maximum resident set size= 605096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125811
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53217
involuntary context switches= 33882


# summary of solver processes directly reported to runsolver:
#   pid: 30411
#   total CPU time (s): 2756.69
#   total CPU user time (s): 2755.75
#   total CPU system time (s): 0.943712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.49591 second user time and 3.20068 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 11:13:25
IDJOB=4399876
IDBENCH=135746
IDSOLVER=2854
FILE ID=node148/4399876-1568711642
RUNJOBID= node148-1568711605-30394
PBS_JOBID= 21703935
Free space on /tmp= 61308 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-12.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399876-1568711642/watcher-4399876-1568711642 -o /tmp/evaluation-result-4399876-1568711642/solver-4399876-1568711642 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568711605-30394 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1642533627 HOME/instance-4399876-1568711642.xml

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=1642533627

node148.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.13
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.13
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.13
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.13
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:        30973296 kB
MemAvailable:   31899256 kB
Buffers:          163076 kB
Cached:          1065284 kB
SwapCached:         3724 kB
Active:           522336 kB
Inactive:         713524 kB
Active(anon):       3844 kB
Inactive(anon):    52896 kB
Active(file):     518492 kB
Inactive(file):   660628 kB
Unevictable:      108460 kB
Mlocked:          108460 kB
SwapTotal:      67108860 kB
SwapFree:       67004320 kB
Dirty:             26024 kB
Writeback:             0 kB
AnonPages:        112660 kB
Mapped:            47780 kB
Shmem:             40628 kB
Slab:             154508 kB
SReclaimable:     125352 kB
SUnreclaim:        29156 kB
KernelStack:        3312 kB
PageTables:         4868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505420 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:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61284 MiB
End job on node148 at 2019-09-17 11:19:12