Trace number 4407276

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24 parallelOPT85 1582.61 199.561

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-17.xml
MD5SUM97cdfd39e69e24a1288603b41de82026
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark113.298
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size27
Distribution of domain sizes[{"size":15,"count":15},{"size":27,"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-4407276-1569347874.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407276-1569347874.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.06/0.57	c solve instance...
1.46/0.65	o 183 
1.46/0.66	o 170 
1.46/0.67	o 147 
1.46/0.67	o 141 
1.46/0.68	o 90 
1.46/0.70	o 86 
1.46/0.70	o 85 
1582.21/199.55	s OPTIMUM FOUND
1582.21/199.55	v <instantiation>
1582.21/199.55	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>
1582.21/199.55	v 	<values>0 4 2 1 3 7 8 9 13 11 10 14 12 6 5 10 1 6 1 8 1 4 8 2 6 13 5 11 4 5 </values>
1582.21/199.55	v </instantiation>

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407276-1569347874/watcher-4407276-1569347874 -o /tmp/evaluation-result-4407276-1569347874/solver-4407276-1569347874 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569335936-736 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 327303870 HOME/instance-4407276-1569347874.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=5700, runsolver pid=5697
Current StackSize limit: 8192 KiB


[startup+0.100454 s]*
/proc/loadavg: 8.19 8.46 8.26 3/212 5721
/proc/meminfo: memFree=25216852/32770624 swapFree=66936696/67108860
[pid=5700] ppid=5697 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 709 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510725231 115843072 363 33554432000 4194304 5098028 140723574130240 140723574128344 140102185562748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12263424 140723574133628 140723574133870 140723574133870 140723574136778 0
/proc/5700/statm: 28282 363 304 221 0 87 0
[pid=5702] ppid=5700 vsize=28227396 memory=30236 CPUtime=0.12 cores=0-7
/proc/5702/stat : 5702 (java) S 5700 5700 709 0 -1 1077944320 5461 0 0 0 11 1 0 0 20 0 20 0 510725231 28904853504 7559 33554432000 4194304 4196468 140730256084784 140730256067328 140079188422391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
/proc/5702/statm: 7056849 7559 3125 1 0 7019032 0
[pid=5702/tid=5703] ppid=5700 vsize=28227396 memory=-2177352373413752899 CPUtime=0.09 cores=0-7
/proc/5702/task/5703/stat : 5703 (java) R 5700 5700 709 0 -1 4202560 3412 0 0 0 8 1 0 0 20 0 20 0 510725231 28904853504 7559 33554432000 4194304 4196468 140730256084784 140079192654656 140078825190479 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5704] ppid=5700 vsize=28227396 memory=732370057531354085 CPUtime=0 cores=0-7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 7559 33554432000 4194304 4196468 140730256084784 140079151528336 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5705] ppid=5700 vsize=28227396 memory=139919193900672 CPUtime=0 cores=0-7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 7559 33554432000 4194304 4196468 140730256084784 140078739216656 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5706] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 7559 33554432000 4194304 4196468 140730256084784 140078738164368 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5707] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5707/stat : 5707 (java) S 5700 5700 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 7559 33554432000 4194304 4196468 140730256084784 140078737111568 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5708] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 7559 33554432000 4194304 4196468 140730256084784 140078736059280 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5709] ppid=5700 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 7559 33554432000 4194304 4196468 140730256084784 140078735006480 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5710] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 7559 33554432000 4194304 4196468 140730256084784 140078733954192 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5711] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 7559 33554432000 4194304 4196468 140730256084784 140078732901392 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5712] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5712/stat : 5712 (java) S 5700 5700 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510725233 28904853504 7559 33554432000 4194304 4196468 140730256084784 140077585430640 140079188433538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5713] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5713/stat : 5713 (java) S 5700 5700 709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510725234 28904853504 7559 33554432000 4194304 4196468 140730256084784 140077584376608 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5714] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510725234 28904853504 7559 33554432000 4194304 4196468 140730256084784 140077583324272 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5715] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725236 28904853504 7559 33554432000 4194304 4196468 140730256084784 140077582272592 140079188440987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5716] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5716/stat : 5716 (java) R 5700 5700 709 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 20 0 510725236 28904853504 7559 33554432000 4194304 4196468 140730256084784 140077581220464 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5717] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5717/stat : 5717 (java) R 5700 5700 709 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 20 0 510725236 28904853504 7559 33554432000 4194304 4196468 140730256084784 140077580167664 140079171858129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5718] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5718/stat : 5718 (java) R 5700 5700 709 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 510725236 28904853504 7559 33554432000 4194304 4196468 140730256084784 140077579115376 140079188433538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5719] ppid=5700 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/5702/task/5719/stat : 5719 (java) R 5700 5700 709 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 20 0 510725236 28904853504 7559 33554432000 4194304 4196468 140730256084784 140077578062576 140079167406116 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5720] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5720/stat : 5720 (java) S 5700 5700 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510725237 28904853504 7559 33554432000 4194304 4196468 140730256084784 140077577009504 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5721] ppid=5700 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5702/task/5721/stat : 5721 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725237 28904853504 7559 33554432000 4194304 4196468 140730256084784 140077575956784 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31688 KiB

[startup+0.210667 s]*
/proc/loadavg: 8.19 8.46 8.26 3/212 5721
/proc/meminfo: memFree=25203636/32770624 swapFree=66936696/67108860
[pid=5700] ppid=5697 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 709 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510725231 115843072 363 33554432000 4194304 5098028 140723574130240 140723574128344 140102185562748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12263424 140723574133628 140723574133870 140723574133870 140723574136778 0
/proc/5700/statm: 28282 363 304 221 0 87 0
[pid=5702] ppid=5700 vsize=28227396 memory=41376 CPUtime=0.34 cores=0-7
/proc/5702/stat : 5702 (java) S 5700 5700 709 0 -1 1077944320 9075 0 0 0 31 3 0 0 20 0 20 0 510725231 28904853504 10344 33554432000 4194304 4196468 140730256084784 140730256067328 140079188422391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
/proc/5702/statm: 7056849 10344 3256 1 0 7019032 0
[pid=5702/tid=5703] ppid=5700 vsize=28227396 memory=0 CPUtime=0.2 cores=0-7
/proc/5702/task/5703/stat : 5703 (java) R 5700 5700 709 0 -1 4202560 6226 0 0 0 18 2 0 0 20 0 20 0 510725231 28904853504 10344 33554432000 4194304 4196468 140730256084784 140079192659152 140079188444317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5704] ppid=5700 vsize=28227396 memory=732370057531354085 CPUtime=0 cores=0-7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 10344 33554432000 4194304 4196468 140730256084784 140079151528336 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5705] ppid=5700 vsize=28227396 memory=139919193900672 CPUtime=0 cores=0-7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 10344 33554432000 4194304 4196468 140730256084784 140078739216656 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5706] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 10344 33554432000 4194304 4196468 140730256084784 140078738164368 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5707] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5707/stat : 5707 (java) S 5700 5700 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 10344 33554432000 4194304 4196468 140730256084784 140078737111568 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5708] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 10344 33554432000 4194304 4196468 140730256084784 140078736059280 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5709] ppid=5700 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 10344 33554432000 4194304 4196468 140730256084784 140078735006480 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5710] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 10344 33554432000 4194304 4196468 140730256084784 140078733954192 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5711] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28904853504 10344 33554432000 4194304 4196468 140730256084784 140078732901392 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5712] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5712/stat : 5712 (java) S 5700 5700 709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510725233 28904853504 10344 33554432000 4194304 4196468 140730256084784 140077585430640 140079188433538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5713] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5713/stat : 5713 (java) S 5700 5700 709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510725234 28904853504 10344 33554432000 4194304 4196468 140730256084784 140077584376608 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5714] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510725234 28904853504 10344 33554432000 4194304 4196468 140730256084784 140077583324272 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5715] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725236 28904853504 10344 33554432000 4194304 4196468 140730256084784 140077582272592 140079188440987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5716] ppid=5700 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/5702/task/5716/stat : 5716 (java) S 5700 5700 709 0 -1 1077944384 385 0 0 0 2 0 0 0 20 0 20 0 510725236 28904853504 10344 33554432000 4194304 4196468 140730256084784 140077581220464 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5717] ppid=5700 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/5702/task/5717/stat : 5717 (java) S 5700 5700 709 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 20 0 510725236 28904853504 10344 33554432000 4194304 4196468 140730256084784 140077580167664 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5718] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5718/stat : 5718 (java) S 5700 5700 709 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 20 0 510725236 28904853504 10344 33554432000 4194304 4196468 140730256084784 140077579115376 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5719] ppid=5700 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/5702/task/5719/stat : 5719 (java) S 5700 5700 709 0 -1 1077944384 756 0 0 0 8 0 0 0 20 0 20 0 510725236 28904853504 10344 33554432000 4194304 4196468 140730256084784 140077578062576 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5720] ppid=5700 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5720/stat : 5720 (java) S 5700 5700 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510725237 28904853504 10344 33554432000 4194304 4196468 140730256084784 140077577009504 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5721] ppid=5700 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5702/task/5721/stat : 5721 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725237 28904853504 10344 33554432000 4194304 4196468 140730256084784 140077575956784 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42828 KiB

[startup+0.319724 s]*
/proc/loadavg: 8.19 8.46 8.26 3/212 5721
/proc/meminfo: memFree=25196576/32770624 swapFree=66936696/67108860
[pid=5700] ppid=5697 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 709 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510725231 115843072 363 33554432000 4194304 5098028 140723574130240 140723574128344 140102185562748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12263424 140723574133628 140723574133870 140723574133870 140723574136778 0
/proc/5700/statm: 28282 363 304 221 0 87 0
[pid=5702] ppid=5700 vsize=28231652 memory=50772 CPUtime=0.54 cores=0-7
/proc/5702/stat : 5702 (java) S 5700 5700 709 0 -1 1077944320 10568 0 0 0 50 4 0 0 20 0 20 0 510725231 28909211648 12693 33554432000 4194304 4196468 140730256084784 140730256067328 140079188422391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
/proc/5702/statm: 7057913 12693 3355 1 0 7019032 0
[pid=5702/tid=5703] ppid=5700 vsize=28231652 memory=1398722017469774279 CPUtime=0.31 cores=0-7
/proc/5702/task/5703/stat : 5703 (java) R 5700 5700 709 0 -1 4202560 7489 0 0 0 28 3 0 0 20 0 20 0 510725231 28909211648 12693 33554432000 4194304 4196468 140730256084784 140079192653504 140079172502878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5704] ppid=5700 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28909211648 12693 33554432000 4194304 4196468 140730256084784 140079151528336 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5705] ppid=5700 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28909211648 12693 33554432000 4194304 4196468 140730256084784 140078739216656 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5706] ppid=5700 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28909211648 12693 33554432000 4194304 4196468 140730256084784 140078738164368 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5707] ppid=5700 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5707/stat : 5707 (java) S 5700 5700 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510725232 28909211648 12693 33554432000 4194304 4196468 140730256084784 140078737111568 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5708] ppid=5700 vsize=28231652 memory=67 CPUtime=0 cores=0-7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28909211648 12693 33554432000 4194304 4196468 140730256084784 140078736059280 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5709] ppid=5700 vsize=28231652 memory=35 CPUtime=0 cores=0-7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28909211648 12693 33554432000 4194304 4196468 140730256084784 140078735006480 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5710] ppid=5700 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510725232 28909211648 12693 33554432000 4194304 4196468 140730256084784 140078733954192 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5711] ppid=5700 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725232 28909211648 12693 33554432000 4194304 4196468 140730256084784 140078732901392 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5712] ppid=5700 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5712/stat : 5712 (java) S 5700 5700 709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510725233 28909211648 12693 33554432000 4194304 4196468 140730256084784 140077585430640 140079188433538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5713] ppid=5700 vsize=28231652 memory=139919095863279 CPUtime=0 cores=0-7
/proc/5702/task/5713/stat : 5713 (java) S 5700 5700 709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510725234 28909211648 12693 33554432000 4194304 4196468 140730256084784 140077584376608 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5714] ppid=5700 vsize=28231652 memory=279838191724240 CPUtime=0 cores=0-7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510725234 28909211648 12693 33554432000 4194304 4196468 140730256084784 140077583324272 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5715] ppid=5700 vsize=28231652 memory=279838191731152 CPUtime=0 cores=0-7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725236 28909211648 12693 33554432000 4194304 4196468 140730256084784 140077582272592 140079188440987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5716] ppid=5700 vsize=28231652 memory=279838191672400 CPUtime=0.03 cores=0-7
/proc/5702/task/5716/stat : 5716 (java) S 5700 5700 709 0 -1 1077944384 401 0 0 0 3 0 0 0 20 0 20 0 510725236 28909211648 12693 33554432000 4194304 4196468 140730256084784 140077581220464 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5717] ppid=5700 vsize=28231652 memory=279838191744976 CPUtime=0.03 cores=0-7
/proc/5702/task/5717/stat : 5717 (java) S 5700 5700 709 0 -1 1077944384 389 0 0 0 3 0 0 0 20 0 20 0 510725236 28909211648 12693 33554432000 4194304 4196468 140730256084784 140077580167664 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5718] ppid=5700 vsize=28231652 memory=279838191751888 CPUtime=0.01 cores=0-7
/proc/5702/task/5718/stat : 5718 (java) S 5700 5700 709 0 -1 1077944384 159 0 0 0 1 0 0 0 20 0 20 0 510725236 28909211648 12693 33554432000 4194304 4196468 140730256084784 140077579115376 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5719] ppid=5700 vsize=28231652 memory=279838191749584 CPUtime=0.12 cores=0-7
/proc/5702/task/5719/stat : 5719 (java) S 5700 5700 709 0 -1 1077944384 835 0 0 0 12 0 0 0 20 0 20 0 510725236 28909211648 12693 33554432000 4194304 4196468 140730256084784 140077578062576 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5720] ppid=5700 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5720/stat : 5720 (java) S 5700 5700 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510725237 28909211648 12693 33554432000 4194304 4196468 140730256084784 140077577009504 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5721] ppid=5700 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/5702/task/5721/stat : 5721 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510725237 28909211648 12693 33554432000 4194304 4196468 140730256084784 140077575956784 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 52224 KiB

[startup+0.707731 s]
/proc/loadavg: 8.19 8.46 8.26 6/212 5721
/proc/meminfo: memFree=25182388/32770624 swapFree=66936696/67108860
[pid=5700] ppid=5697 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 709 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510725231 115843072 363 33554432000 4194304 5098028 140723574130240 140723574128344 140102185562748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12263424 140723574133628 140723574133870 140723574133870 140723574136778 0
/proc/5700/statm: 28282 363 304 221 0 87 0
[pid=5702] ppid=5700 vsize=28832852 memory=168756 CPUtime=2.01 cores=0-7
/proc/5702/stat : 5702 (java) S 5700 5700 709 0 -1 1077944320 15981 0 0 0 192 9 0 0 20 0 28 0 510725231 29524840448 42189 33554432000 4194304 4196468 140730256084784 140730256067328 140079188422391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
/proc/5702/statm: 7208213 42189 3455 1 0 7169313 0
[pid=5702/tid=5703] ppid=5700 vsize=28832852 memory=0 CPUtime=0.57 cores=0-7
/proc/5702/task/5703/stat : 5703 (java) S 5700 5700 709 0 -1 1077944384 8656 0 0 0 53 4 0 0 20 0 28 0 510725231 29524840448 42189 33554432000 4194304 4196468 140730256084784 140079192663168 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5704] ppid=5700 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 709 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 510725232 29524840448 42189 33554432000 4194304 4196468 140730256084784 140079151528336 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5705] ppid=5700 vsize=28832852 memory=32 CPUtime=0 cores=0-7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510725232 29524840448 42189 33554432000 4194304 4196468 140730256084784 140078739216656 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5706] ppid=5700 vsize=28832852 memory=279838191517936 CPUtime=0 cores=0-7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 709 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 510725232 29524840448 42189 33554432000 4194304 4196468 140730256084784 140078738164368 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0

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

[pid=5702/tid=5719] ppid=5700 vsize=28832852 memory=1424 CPUtime=0.64 cores=0-7
/proc/5702/task/5719/stat : 5719 (java) S 5700 5700 709 0 -1 1077944384 8258 0 0 0 63 1 0 0 20 0 28 0 510725236 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077578062576 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5720] ppid=5700 vsize=28832852 memory=1704 CPUtime=0 cores=0-7
/proc/5702/task/5720/stat : 5720 (java) S 5700 5700 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510725237 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077577009504 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5721] ppid=5700 vsize=28832852 memory=6184 CPUtime=0.03 cores=0-7
/proc/5702/task/5721/stat : 5721 (java) R 5700 5700 709 0 -1 1077944384 1178 0 0 0 0 3 0 0 20 0 28 0 510725237 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077575956784 140079188433538 0 4 0 16800975 0 0 0 -1 7 0 0 39 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5778] ppid=5700 vsize=28832852 memory=768 CPUtime=196.6 cores=0-7
/proc/5702/task/5778/stat : 5778 (java) R 5700 5700 709 0 -1 4202560 1266 0 0 0 19660 0 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077558316056 140078831534966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5779] ppid=5700 vsize=28832852 memory=1452 CPUtime=195.92 cores=0-7
/proc/5702/task/5779/stat : 5779 (java) R 5700 5700 709 0 -1 4202560 1215 0 0 0 19592 0 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077561475464 140078829680827 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5780] ppid=5700 vsize=28832852 memory=288236 CPUtime=196.44 cores=0-7
/proc/5702/task/5780/stat : 5780 (java) R 5700 5700 709 0 -1 4202560 1263 0 0 0 19644 0 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077564633328 140078829681188 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5781] ppid=5700 vsize=28832852 memory=528 CPUtime=196.65 cores=0-7
/proc/5702/task/5781/stat : 5781 (java) R 5700 5700 709 0 -1 4202560 3219 0 0 0 19661 4 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077563583232 140078831985654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5782] ppid=5700 vsize=28832852 memory=1560 CPUtime=195.62 cores=0-7
/proc/5702/task/5782/stat : 5782 (java) R 5700 5700 709 0 -1 4202560 2276 0 0 0 19561 1 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077560422624 140078830933379 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5783] ppid=5700 vsize=28832852 memory=932 CPUtime=196.01 cores=0-7
/proc/5702/task/5783/stat : 5783 (java) R 5700 5700 709 0 -1 4202560 1751 0 0 0 19601 0 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077562528592 140078830466906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5784] ppid=5700 vsize=28832852 memory=1492 CPUtime=195.93 cores=0-7
/proc/5702/task/5784/stat : 5784 (java) R 5700 5700 709 0 -1 4202560 5210 0 0 0 19592 1 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077565686024 140078830641227 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5785] ppid=5700 vsize=28832852 memory=860 CPUtime=195.91 cores=0-7
/proc/5702/task/5785/stat : 5785 (java) R 5700 5700 709 0 -1 4202560 1649 0 0 0 19589 2 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077566737672 140078830438662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
Current children cumulated CPU time: 1579.82 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 291736 KiB

[startup+199.402 s]
/proc/loadavg: 8.00 8.22 8.20 10/221 5809
/proc/meminfo: memFree=24959704/32770624 swapFree=66936700/67108860
[pid=5700] ppid=5697 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 709 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510725231 115843072 363 33554432000 4194304 5098028 140723574130240 140723574128344 140102185562748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12263424 140723574133628 140723574133870 140723574133870 140723574136778 0
/proc/5700/statm: 28282 363 304 221 0 87 0
[pid=5702] ppid=5700 vsize=28832852 memory=290284 CPUtime=1581.41 cores=0-7
/proc/5702/stat : 5702 (java) S 5700 5700 709 0 -1 1077944320 108945 0 0 0 158077 64 0 0 20 0 28 0 510725231 29524840448 72571 33554432000 4194304 4196468 140730256084784 140730256067328 140079188422391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
/proc/5702/statm: 7208213 72571 3517 1 0 7169313 0
[pid=5702/tid=5703] ppid=5700 vsize=28832852 memory=8112282956445269571 CPUtime=0.57 cores=0-7
/proc/5702/task/5703/stat : 5703 (java) S 5700 5700 709 0 -1 1077944384 8656 0 0 0 53 4 0 0 20 0 28 0 510725231 29524840448 72571 33554432000 4194304 4196468 140730256084784 140079192663168 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5704] ppid=5700 vsize=28832852 memory=14008 CPUtime=0.3 cores=0-7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 709 0 -1 1077944384 1279 0 0 0 27 3 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140079151528336 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5705] ppid=5700 vsize=28832852 memory=1804 CPUtime=0.28 cores=0-7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 709 0 -1 1077944384 2218 0 0 0 25 3 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078739216656 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5706] ppid=5700 vsize=28832852 memory=916 CPUtime=0.31 cores=0-7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 709 0 -1 1077944384 855 0 0 0 27 4 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078738164368 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5707] ppid=5700 vsize=28832852 memory=4508 CPUtime=0.3 cores=0-7
/proc/5702/task/5707/stat : 5707 (java) S 5700 5700 709 0 -1 1077944384 2284 0 0 0 27 3 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078737111568 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5708] ppid=5700 vsize=28832852 memory=14076 CPUtime=0.29 cores=0-7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 709 0 -1 1077944384 1238 0 0 0 26 3 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078736059280 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5709] ppid=5700 vsize=28832852 memory=2116 CPUtime=0.29 cores=0-7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 709 0 -1 1077944384 2171 0 0 0 26 3 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078735006480 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5710] ppid=5700 vsize=28832852 memory=22996 CPUtime=0.29 cores=0-7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 709 0 -1 1077944384 1272 0 0 0 26 3 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078733954192 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5711] ppid=5700 vsize=28832852 memory=528 CPUtime=0.31 cores=0-7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 709 0 -1 1077944384 1488 0 0 0 27 4 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078732901392 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5712] ppid=5700 vsize=28832852 memory=1560 CPUtime=0.29 cores=0-7
/proc/5702/task/5712/stat : 5712 (java) S 5700 5700 709 0 -1 1077944384 4877 0 0 0 25 4 0 0 20 0 28 0 510725233 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077585430640 140079188433538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5713] ppid=5700 vsize=28832852 memory=932 CPUtime=0 cores=0-7
/proc/5702/task/5713/stat : 5713 (java) S 5700 5700 709 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 510725234 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077584376672 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5714] ppid=5700 vsize=28832852 memory=1492 CPUtime=0 cores=0-7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 709 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 510725234 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077583324288 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5715] ppid=5700 vsize=28832852 memory=860 CPUtime=0 cores=0-7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510725236 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077582272592 140079188440987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5716] ppid=5700 vsize=28832852 memory=1448 CPUtime=2.08 cores=0-7
/proc/5702/task/5716/stat : 5716 (java) S 5700 5700 709 0 -1 1077944384 18653 0 0 0 204 4 0 0 20 0 28 0 510725236 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077581220464 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5717] ppid=5700 vsize=28832852 memory=1980 CPUtime=2.32 cores=0-7
/proc/5702/task/5717/stat : 5717 (java) S 5700 5700 709 0 -1 1077944384 19962 0 0 0 229 3 0 0 20 0 28 0 510725236 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077580167664 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5718] ppid=5700 vsize=28832852 memory=33 CPUtime=1.78 cores=0-7
/proc/5702/task/5718/stat : 5718 (java) S 5700 5700 709 0 -1 1077944384 14201 0 0 0 176 2 0 0 20 0 28 0 510725236 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077579115376 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5719] ppid=5700 vsize=28832852 memory=1452 CPUtime=0.64 cores=0-7
/proc/5702/task/5719/stat : 5719 (java) S 5700 5700 709 0 -1 1077944384 8258 0 0 0 63 1 0 0 20 0 28 0 510725236 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077578062576 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5720] ppid=5700 vsize=28832852 memory=1580 CPUtime=0 cores=0-7
/proc/5702/task/5720/stat : 5720 (java) S 5700 5700 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510725237 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077577009504 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5721] ppid=5700 vsize=28832852 memory=304274648164728858 CPUtime=0.03 cores=0-7
/proc/5702/task/5721/stat : 5721 (java) S 5700 5700 709 0 -1 1077944384 1178 0 0 0 0 3 0 0 20 0 28 0 510725237 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077575956784 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5778] ppid=5700 vsize=28832852 memory=316378080837108026 CPUtime=196.8 cores=0-7
/proc/5702/task/5778/stat : 5778 (java) R 5700 5700 709 0 -1 4202560 1267 0 0 0 19680 0 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077558316456 140078829680570 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5779] ppid=5700 vsize=28832852 memory=14972269701105440 CPUtime=196.11 cores=0-7
/proc/5702/task/5779/stat : 5779 (java) R 5700 5700 709 0 -1 4202560 1215 0 0 0 19611 0 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077561475064 140078829681208 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5780] ppid=5700 vsize=28832852 memory=916 CPUtime=196.64 cores=0-7
/proc/5702/task/5780/stat : 5780 (java) R 5700 5700 709 0 -1 4202560 1263 0 0 0 19664 0 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077564637008 140078831543998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5781] ppid=5700 vsize=28832852 memory=4508 CPUtime=196.85 cores=0-7
/proc/5702/task/5781/stat : 5781 (java) R 5700 5700 709 0 -1 4202560 3219 0 0 0 19681 4 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077563580664 140078825417494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5782] ppid=5700 vsize=28832852 memory=14076 CPUtime=195.82 cores=0-7
/proc/5702/task/5782/stat : 5782 (java) R 5700 5700 709 0 -1 4202560 2276 0 0 0 19581 1 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077560422720 140078830641054 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5783] ppid=5700 vsize=28832852 memory=2116 CPUtime=196.2 cores=0-7
/proc/5702/task/5783/stat : 5783 (java) R 5700 5700 709 0 -1 4202560 1751 0 0 0 19620 0 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077562527944 140078829681897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5784] ppid=5700 vsize=28832852 memory=22996 CPUtime=196.12 cores=0-7
/proc/5702/task/5784/stat : 5784 (java) R 5700 5700 709 0 -1 4202560 5210 0 0 0 19611 1 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077565688728 140078829680852 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5785] ppid=5700 vsize=28832852 memory=528 CPUtime=196.1 cores=0-7
/proc/5702/task/5785/stat : 5785 (java) R 5700 5700 709 0 -1 4202560 1649 0 0 0 19608 2 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077566741496 140078829680725 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
Current children cumulated CPU time: 1581.41 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 291736 KiB

[startup+199.502 s]
/proc/loadavg: 8.00 8.22 8.20 10/221 5809
/proc/meminfo: memFree=24959704/32770624 swapFree=66936700/67108860
[pid=5700] ppid=5697 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 709 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510725231 115843072 363 33554432000 4194304 5098028 140723574130240 140723574128344 140102185562748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12263424 140723574133628 140723574133870 140723574133870 140723574136778 0
/proc/5700/statm: 28282 363 304 221 0 87 0
[pid=5702] ppid=5700 vsize=28832852 memory=290284 CPUtime=1582.21 cores=0-7
/proc/5702/stat : 5702 (java) S 5700 5700 709 0 -1 1077944320 108945 0 0 0 158157 64 0 0 20 0 28 0 510725231 29524840448 72571 33554432000 4194304 4196468 140730256084784 140730256067328 140079188422391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
/proc/5702/statm: 7208213 72571 3517 1 0 7169313 0
[pid=5702/tid=5703] ppid=5700 vsize=28832852 memory=290284 CPUtime=0.57 cores=0-7
/proc/5702/task/5703/stat : 5703 (java) S 5700 5700 709 0 -1 1077944384 8656 0 0 0 53 4 0 0 20 0 28 0 510725231 29524840448 72571 33554432000 4194304 4196468 140730256084784 140079192663168 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5704] ppid=5700 vsize=28832852 memory=288236 CPUtime=0.3 cores=0-7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 709 0 -1 1077944384 1279 0 0 0 27 3 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140079151528336 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5705] ppid=5700 vsize=28832852 memory=290284 CPUtime=0.28 cores=0-7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 709 0 -1 1077944384 2218 0 0 0 25 3 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078739216656 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5706] ppid=5700 vsize=28832852 memory=290284 CPUtime=0.31 cores=0-7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 709 0 -1 1077944384 855 0 0 0 27 4 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078738164368 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5707] ppid=5700 vsize=28832852 memory=290284 CPUtime=0.3 cores=0-7
/proc/5702/task/5707/stat : 5707 (java) S 5700 5700 709 0 -1 1077944384 2284 0 0 0 27 3 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078737111568 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5708] ppid=5700 vsize=28832852 memory=198412 CPUtime=0.29 cores=0-7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 709 0 -1 1077944384 1238 0 0 0 26 3 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078736059280 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5709] ppid=5700 vsize=28832852 memory=0 CPUtime=0.29 cores=0-7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 709 0 -1 1077944384 2171 0 0 0 26 3 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078735006480 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5710] ppid=5700 vsize=28832852 memory=-6948055166404804227 CPUtime=0.29 cores=0-7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 709 0 -1 1077944384 1272 0 0 0 26 3 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078733954192 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5711] ppid=5700 vsize=28832852 memory=0 CPUtime=0.31 cores=0-7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 709 0 -1 1077944384 1488 0 0 0 27 4 0 0 20 0 28 0 510725232 29524840448 72571 33554432000 4194304 4196468 140730256084784 140078732901392 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5712] ppid=5700 vsize=28832852 memory=6656426216303648864 CPUtime=0.29 cores=0-7
/proc/5702/task/5712/stat : 5712 (java) S 5700 5700 709 0 -1 1077944384 4877 0 0 0 25 4 0 0 20 0 28 0 510725233 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077585430640 140079188433538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5713] ppid=5700 vsize=28832852 memory=1452 CPUtime=0 cores=0-7
/proc/5702/task/5713/stat : 5713 (java) S 5700 5700 709 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 510725234 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077584376672 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5714] ppid=5700 vsize=28832852 memory=184668 CPUtime=0 cores=0-7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 709 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 510725234 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077583324288 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5715] ppid=5700 vsize=28832852 memory=1448 CPUtime=0 cores=0-7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510725236 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077582272592 140079188440987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5716] ppid=5700 vsize=28832852 memory=1980 CPUtime=2.08 cores=0-7
/proc/5702/task/5716/stat : 5716 (java) S 5700 5700 709 0 -1 1077944384 18653 0 0 0 204 4 0 0 20 0 28 0 510725236 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077581220464 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5717] ppid=5700 vsize=28832852 memory=288752 CPUtime=2.32 cores=0-7
/proc/5702/task/5717/stat : 5717 (java) S 5700 5700 709 0 -1 1077944384 19962 0 0 0 229 3 0 0 20 0 28 0 510725236 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077580167664 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5718] ppid=5700 vsize=28832852 memory=1452 CPUtime=1.78 cores=0-7
/proc/5702/task/5718/stat : 5718 (java) S 5700 5700 709 0 -1 1077944384 14201 0 0 0 176 2 0 0 20 0 28 0 510725236 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077579115376 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5719] ppid=5700 vsize=28832852 memory=3616 CPUtime=0.64 cores=0-7
/proc/5702/task/5719/stat : 5719 (java) S 5700 5700 709 0 -1 1077944384 8258 0 0 0 63 1 0 0 20 0 28 0 510725236 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077578062576 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5720] ppid=5700 vsize=28832852 memory=1172 CPUtime=0 cores=0-7
/proc/5702/task/5720/stat : 5720 (java) S 5700 5700 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510725237 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077577009504 140079188432597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5721] ppid=5700 vsize=28832852 memory=14008 CPUtime=0.03 cores=0-7
/proc/5702/task/5721/stat : 5721 (java) S 5700 5700 709 0 -1 1077944384 1178 0 0 0 0 3 0 0 20 0 28 0 510725237 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077575956784 140079188433538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5778] ppid=5700 vsize=28832852 memory=1804 CPUtime=196.9 cores=0-7
/proc/5702/task/5778/stat : 5778 (java) R 5700 5700 709 0 -1 4202560 1267 0 0 0 19690 0 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077558316456 140078831985316 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5779] ppid=5700 vsize=28832852 memory=279838193297520 CPUtime=196.21 cores=0-7
/proc/5702/task/5779/stat : 5779 (java) R 5700 5700 709 0 -1 4202560 1215 0 0 0 19621 0 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077561475064 140078830438455 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5780] ppid=5700 vsize=28832852 memory=139919193906657 CPUtime=196.74 cores=0-7
/proc/5702/task/5780/stat : 5780 (java) R 5700 5700 709 0 -1 4202560 1263 0 0 0 19674 0 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077564637008 140078830803878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5781] ppid=5700 vsize=28832852 memory=7378417266870146409 CPUtime=196.95 cores=0-7
/proc/5702/task/5781/stat : 5781 (java) R 5700 5700 709 0 -1 4202560 3219 0 0 0 19691 4 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077563580664 140078832092871 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5782] ppid=5700 vsize=28832852 memory=3616 CPUtime=195.92 cores=0-7
/proc/5702/task/5782/stat : 5782 (java) R 5700 5700 709 0 -1 4202560 2276 0 0 0 19591 1 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077560422720 140078830438112 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5783] ppid=5700 vsize=28832852 memory=51632 CPUtime=196.3 cores=0-7
/proc/5702/task/5783/stat : 5783 (java) R 5700 5700 709 0 -1 4202560 1751 0 0 0 19630 0 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077562527944 140078829681472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5784] ppid=5700 vsize=28832852 memory=988 CPUtime=196.22 cores=0-7
/proc/5702/task/5784/stat : 5784 (java) R 5700 5700 709 0 -1 4202560 5210 0 0 0 19621 1 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077565688728 140078830805193 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
[pid=5702/tid=5785] ppid=5700 vsize=28832852 memory=1452 CPUtime=196.2 cores=0-7
/proc/5702/task/5785/stat : 5785 (java) R 5700 5700 709 0 -1 4202560 1649 0 0 0 19618 2 0 0 20 0 28 0 510725301 29524840448 72571 33554432000 4194304 4196468 140730256084784 140077566741496 140078829662193 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29429760 140730256090096 140730256090267 140730256090267 140730256093135 0
Current children cumulated CPU time: 1582.21 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 291736 KiB

Child status: 0
Real time (s): 199.561
CPU time (s): 1582.61
CPU user time (s): 1581.95
CPU system time (s): 0.661379
CPU usage (%): 793.045
Max. virtual memory (cumulated for all children) (KiB): 28948008
Max. memory (cumulated for all children) (KiB): 291736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1581.95
system time used= 0.661379
maximum resident set size= 291564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110387
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31511
involuntary context switches= 21389


# summary of solver processes directly reported to runsolver:
#   pid: 5700
#   total CPU time (s): 1582.61
#   total CPU user time (s): 1581.95
#   total CPU system time (s): 0.661379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.72586 second user time and 2.20196 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-24 19:57:12
IDJOB=4407276
IDBENCH=135750
IDSOLVER=2872
FILE ID=node141/4407276-1569347874
RUNJOBID= node141-1569335936-736
PBS_JOBID= 21705053
Free space on /tmp= 22932 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-17.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-4407276-1569347874/watcher-4407276-1569347874 -o /tmp/evaluation-result-4407276-1569347874/solver-4407276-1569347874 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569335936-736 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 327303870 HOME/instance-4407276-1569347874.xml

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

MD5SUM BENCH= 97cdfd39e69e24a1288603b41de82026
RANDOM SEED=327303870

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
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:        25235072 kB
MemAvailable:   31807128 kB
Buffers:          100252 kB
Cached:          6749408 kB
SwapCached:        62132 kB
Active:          3390720 kB
Inactive:        3526904 kB
Active(anon):       3776 kB
Inactive(anon):   117264 kB
Active(file):    3386944 kB
Inactive(file):  3409640 kB
Unevictable:      107708 kB
Mlocked:          107708 kB
SwapTotal:      67108860 kB
SwapFree:       66936696 kB
Dirty:             26152 kB
Writeback:             0 kB
AnonPages:        117540 kB
Mapped:            53856 kB
Shmem:             44656 kB
Slab:             211616 kB
SReclaimable:     182612 kB
SUnreclaim:        29004 kB
KernelStack:        3696 kB
PageTables:         6108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22904 MiB
End job on node141 at 2019-09-24 20:00:31