Trace number 4407078

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 parallelOPT93 2566.13 323.637

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark106.813
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"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-4407078-1569355958.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4407078-1569355958.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.02/0.57	c solve instance...
1.43/0.65	o 262 
1.43/0.66	o 257 
1.43/0.68	o 148 
1.43/0.68	o 145 
1.43/0.69	o 141 
1.89/0.70	o 136 
1.89/0.71	o 135 
1.89/0.72	o 131 
1.89/0.75	o 130 
1.89/0.77	o 124 
1.89/0.77	o 123 
2.59/0.81	o 120 
2.59/0.83	o 119 
3.27/0.90	o 118 
4.11/1.03	o 117 
4.11/1.05	o 115 
4.11/1.10	o 111 
4.79/1.16	o 110 
4.79/1.19	o 109 
7.08/1.41	o 105 
7.87/1.54	o 104 
8.72/1.66	o 102 
8.72/1.66	o 101 
9.41/1.75	o 100 
46.02/6.31	o 95 
51.63/7.04	o 93 
2565.92/323.62	s OPTIMUM FOUND
2565.92/323.62	v <instantiation>
2565.92/323.62	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>
2565.92/323.62	v 	<values>0 1 4 6 11 12 13 14 10 8 9 7 5 3 2 7 4 8 8 1 8 15 7 5 9 4 8 5 2 2 </values>
2565.92/323.62	v </instantiation>

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407078-1569355958/watcher-4407078-1569355958 -o /var/tmp/evaluation-result-4407078-1569355958/solver-4407078-1569355958 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node124-1569349254-25829 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 249113787 HOME/instance-4407078-1569355958.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=28494, runsolver pid=28491
Current StackSize limit: 8192 KiB


[startup+0.101113 s]*
/proc/loadavg: 7.65 8.13 8.25 2/211 28515
/proc/meminfo: memFree=24757520/32770624 swapFree=66976788/67108860
[pid=28494] ppid=28491 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/28494/stat : 28494 (xcsp3-exec) S 28491 28494 25802 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511535883 115843072 362 33554432000 4194304 5098028 140735555121648 140735555119752 139846439297660 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12374016 140735555126098 140735555126357 140735555126357 140735555129286 0
/proc/28494/statm: 28282 362 304 221 0 87 0
[pid=28496] ppid=28494 vsize=28227396 memory=29316 CPUtime=0.13 cores=0-7
/proc/28496/stat : 28496 (java) S 28494 28494 25802 0 -1 1077944320 5731 0 0 0 11 2 0 0 20 0 20 0 511535883 28904853504 7329 33554432000 4194304 4196468 140730011809056 140730011791600 139943993220855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
/proc/28496/statm: 7056849 7329 3157 1 0 7019032 0
[pid=28496/tid=28497] ppid=28494 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28496/task/28497/stat : 28497 (java) R 28494 28494 25802 0 -1 4202560 3644 0 0 0 8 1 0 0 20 0 20 0 511535883 28904853504 7329 33554432000 4194304 4196468 140730011809056 139943997447440 139943993242781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28498] ppid=28494 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28496/task/28498/stat : 28498 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 7329 33554432000 4194304 4196468 140730011809056 139943945841808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28499] ppid=28494 vsize=28227396 memory=140710249457280 CPUtime=0 cores=0-7
/proc/28496/task/28499/stat : 28499 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 7329 33554432000 4194304 4196468 140730011809056 139943944789008 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28500] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28500/stat : 28500 (java) S 28494 28494 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 7329 33554432000 4194304 4196468 140730011809056 139943943736208 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28501] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28501/stat : 28501 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 7329 33554432000 4194304 4196468 140730011809056 139943942683408 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28502] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28502/stat : 28502 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 7329 33554432000 4194304 4196468 140730011809056 139943941630608 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28503] ppid=28494 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28496/task/28503/stat : 28503 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 7329 33554432000 4194304 4196468 140730011809056 139943940577808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28504] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28504/stat : 28504 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 7329 33554432000 4194304 4196468 140730011809056 139943939525008 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28505] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28505/stat : 28505 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 7329 33554432000 4194304 4196468 140730011809056 139943938472208 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28506] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28506/stat : 28506 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535885 28904853504 7329 33554432000 4194304 4196468 140730011809056 139942974929776 139943993232002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28507] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28507/stat : 28507 (java) S 28494 28494 25802 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511535886 28904853504 7329 33554432000 4194304 4196468 140730011809056 139942973875744 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28508] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28508/stat : 28508 (java) S 28494 28494 25802 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511535886 28904853504 7329 33554432000 4194304 4196468 140730011809056 139942972822896 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28509] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28509/stat : 28509 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535888 28904853504 7329 33554432000 4194304 4196468 140730011809056 139942971771216 139943993239451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28510] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28510/stat : 28510 (java) S 28494 28494 25802 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 20 0 511535889 28904853504 7329 33554432000 4194304 4196468 140730011809056 139942970718576 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28511] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28511/stat : 28511 (java) S 28494 28494 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511535889 28904853504 7329 33554432000 4194304 4196468 140730011809056 139942969665776 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28512] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28512/stat : 28512 (java) S 28494 28494 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511535889 28904853504 7329 33554432000 4194304 4196468 140730011809056 139942968612976 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28513] ppid=28494 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/28496/task/28513/stat : 28513 (java) R 28494 28494 25802 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 20 0 511535889 28904853504 7329 33554432000 4194304 4196468 140730011809056 139942967560176 139943971904964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28514] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28514/stat : 28514 (java) S 28494 28494 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511535889 28904853504 7329 33554432000 4194304 4196468 140730011809056 139942966508640 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28515] ppid=28494 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28496/task/28515/stat : 28515 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535889 28904853504 7329 33554432000 4194304 4196468 140730011809056 139942965455920 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30764 KiB

[startup+0.210503 s]*
/proc/loadavg: 7.65 8.13 8.25 3/211 28515
/proc/meminfo: memFree=24745340/32770624 swapFree=66976788/67108860
[pid=28494] ppid=28491 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/28494/stat : 28494 (xcsp3-exec) S 28491 28494 25802 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511535883 115843072 362 33554432000 4194304 5098028 140735555121648 140735555119752 139846439297660 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12374016 140735555126098 140735555126357 140735555126357 140735555129286 0
/proc/28494/statm: 28282 362 304 221 0 87 0
[pid=28496] ppid=28494 vsize=28227396 memory=40368 CPUtime=0.34 cores=0-7
/proc/28496/stat : 28496 (java) S 28494 28494 25802 0 -1 1077944320 9392 0 0 0 30 4 0 0 20 0 20 0 511535883 28904853504 10092 33554432000 4194304 4196468 140730011809056 140730011791600 139943993220855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
/proc/28496/statm: 7056849 10092 3289 1 0 7019032 0
[pid=28496/tid=28497] ppid=28494 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28496/task/28497/stat : 28497 (java) R 28494 28494 25802 0 -1 4202560 6633 0 0 0 17 2 0 0 20 0 20 0 511535883 28904853504 10092 33554432000 4194304 4196468 140730011809056 139943997450576 139943985898869 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28498] ppid=28494 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/28496/task/28498/stat : 28498 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 10092 33554432000 4194304 4196468 140730011809056 139943945841808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28499] ppid=28494 vsize=28227396 memory=288371086401169024 CPUtime=0 cores=0-7
/proc/28496/task/28499/stat : 28499 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 10092 33554432000 4194304 4196468 140730011809056 139943944789008 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28500] ppid=28494 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28496/task/28500/stat : 28500 (java) S 28494 28494 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 10092 33554432000 4194304 4196468 140730011809056 139943943736208 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28501] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28501/stat : 28501 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 10092 33554432000 4194304 4196468 140730011809056 139943942683408 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28502] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28502/stat : 28502 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 10092 33554432000 4194304 4196468 140730011809056 139943941630608 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28503] ppid=28494 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28496/task/28503/stat : 28503 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 10092 33554432000 4194304 4196468 140730011809056 139943940577808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28504] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28504/stat : 28504 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 10092 33554432000 4194304 4196468 140730011809056 139943939525008 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28505] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28505/stat : 28505 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535884 28904853504 10092 33554432000 4194304 4196468 140730011809056 139943938472208 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28506] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28506/stat : 28506 (java) S 28494 28494 25802 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511535885 28904853504 10092 33554432000 4194304 4196468 140730011809056 139942974929776 139943993232002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28507] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28507/stat : 28507 (java) S 28494 28494 25802 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511535886 28904853504 10092 33554432000 4194304 4196468 140730011809056 139942973875744 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28508] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28508/stat : 28508 (java) S 28494 28494 25802 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511535886 28904853504 10092 33554432000 4194304 4196468 140730011809056 139942972822896 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28509] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28509/stat : 28509 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535888 28904853504 10092 33554432000 4194304 4196468 140730011809056 139942971771216 139943993239451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28510] ppid=28494 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/28496/task/28510/stat : 28510 (java) S 28494 28494 25802 0 -1 1077944384 508 0 0 0 2 0 0 0 20 0 20 0 511535889 28904853504 10092 33554432000 4194304 4196468 140730011809056 139942970718576 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28511] ppid=28494 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/28496/task/28511/stat : 28511 (java) S 28494 28494 25802 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 511535889 28904853504 10092 33554432000 4194304 4196468 140730011809056 139942969665776 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28512] ppid=28494 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/28496/task/28512/stat : 28512 (java) S 28494 28494 25802 0 -1 1077944384 100 0 0 0 1 0 0 0 20 0 20 0 511535889 28904853504 10092 33554432000 4194304 4196468 140730011809056 139942968612976 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28513] ppid=28494 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/28496/task/28513/stat : 28513 (java) S 28494 28494 25802 0 -1 1077944384 790 0 0 0 7 0 0 0 20 0 20 0 511535889 28904853504 10092 33554432000 4194304 4196468 140730011809056 139942967560176 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28514] ppid=28494 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28514/stat : 28514 (java) S 28494 28494 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511535889 28904853504 10092 33554432000 4194304 4196468 140730011809056 139942966508640 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28515] ppid=28494 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28496/task/28515/stat : 28515 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535889 28904853504 10092 33554432000 4194304 4196468 140730011809056 139942965455920 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41816 KiB

[startup+0.310126 s]*
/proc/loadavg: 7.65 8.13 8.25 3/211 28515
/proc/meminfo: memFree=24739508/32770624 swapFree=66976788/67108860
[pid=28494] ppid=28491 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/28494/stat : 28494 (xcsp3-exec) S 28491 28494 25802 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511535883 115843072 362 33554432000 4194304 5098028 140735555121648 140735555119752 139846439297660 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12374016 140735555126098 140735555126357 140735555126357 140735555129286 0
/proc/28494/statm: 28282 362 304 221 0 87 0
[pid=28496] ppid=28494 vsize=28231652 memory=49408 CPUtime=0.52 cores=0-7
/proc/28496/stat : 28496 (java) S 28494 28494 25802 0 -1 1077944320 10709 0 0 0 47 5 0 0 20 0 20 0 511535883 28909211648 12352 33554432000 4194304 4196468 140730011809056 140730011791600 139943993220855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
/proc/28496/statm: 7057913 12352 3343 1 0 7019032 0
[pid=28496/tid=28497] ppid=28494 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28496/task/28497/stat : 28497 (java) R 28494 28494 25802 0 -1 4202560 7709 0 0 0 26 3 0 0 20 0 20 0 511535883 28909211648 12352 33554432000 4194304 4196468 140730011809056 139943997454640 139943977301342 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28498] ppid=28494 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28498/stat : 28498 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535884 28909211648 12352 33554432000 4194304 4196468 140730011809056 139943945841808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28499] ppid=28494 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28499/stat : 28499 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535884 28909211648 12352 33554432000 4194304 4196468 140730011809056 139943944789008 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28500] ppid=28494 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28500/stat : 28500 (java) S 28494 28494 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511535884 28909211648 12352 33554432000 4194304 4196468 140730011809056 139943943736208 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28501] ppid=28494 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28501/stat : 28501 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535884 28909211648 12352 33554432000 4194304 4196468 140730011809056 139943942683408 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28502] ppid=28494 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/28496/task/28502/stat : 28502 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535884 28909211648 12352 33554432000 4194304 4196468 140730011809056 139943941630608 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28503] ppid=28494 vsize=28231652 memory=140710108033967 CPUtime=0 cores=0-7
/proc/28496/task/28503/stat : 28503 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535884 28909211648 12352 33554432000 4194304 4196468 140730011809056 139943940577808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28504] ppid=28494 vsize=28231652 memory=140710108036272 CPUtime=0 cores=0-7
/proc/28496/task/28504/stat : 28504 (java) S 28494 28494 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511535884 28909211648 12352 33554432000 4194304 4196468 140730011809056 139943939525008 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28505] ppid=28494 vsize=28231652 memory=140710108038576 CPUtime=0 cores=0-7
/proc/28496/task/28505/stat : 28505 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535884 28909211648 12352 33554432000 4194304 4196468 140730011809056 139943938472208 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28506] ppid=28494 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28506/stat : 28506 (java) S 28494 28494 25802 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511535885 28909211648 12352 33554432000 4194304 4196468 140730011809056 139942974929776 139943993232002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28507] ppid=28494 vsize=28231652 memory=281420216084112 CPUtime=0 cores=0-7
/proc/28496/task/28507/stat : 28507 (java) S 28494 28494 25802 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511535886 28909211648 12352 33554432000 4194304 4196468 140730011809056 139942973875744 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28508] ppid=28494 vsize=28231652 memory=281420216091024 CPUtime=0 cores=0-7
/proc/28496/task/28508/stat : 28508 (java) S 28494 28494 25802 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511535886 28909211648 12352 33554432000 4194304 4196468 140730011809056 139942972822896 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28509] ppid=28494 vsize=28231652 memory=281420216032304 CPUtime=0 cores=0-7
/proc/28496/task/28509/stat : 28509 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535888 28909211648 12352 33554432000 4194304 4196468 140730011809056 139942971771216 139943993239451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28510] ppid=28494 vsize=28231652 memory=281420216104848 CPUtime=0.03 cores=0-7
/proc/28496/task/28510/stat : 28510 (java) R 28494 28494 25802 0 -1 4202560 592 0 0 0 3 0 0 0 20 0 20 0 511535889 28909211648 12352 33554432000 4194304 4196468 140730011809056 139942970708960 139943973921152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28511] ppid=28494 vsize=28231652 memory=281420216111760 CPUtime=0.02 cores=0-7
/proc/28496/task/28511/stat : 28511 (java) S 28494 28494 25802 0 -1 1077944384 58 0 0 0 2 0 0 0 20 0 20 0 511535889 28909211648 12352 33554432000 4194304 4196468 140730011809056 139942969665776 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28512] ppid=28494 vsize=28231652 memory=281420216109456 CPUtime=0.01 cores=0-7
/proc/28496/task/28512/stat : 28512 (java) S 28494 28494 25802 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 20 0 511535889 28909211648 12352 33554432000 4194304 4196468 140730011809056 139942968612976 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28513] ppid=28494 vsize=28231652 memory=281420216125616 CPUtime=0.12 cores=0-7
/proc/28496/task/28513/stat : 28513 (java) S 28494 28494 25802 0 -1 1077944384 951 0 0 0 12 0 0 0 20 0 20 0 511535889 28909211648 12352 33554432000 4194304 4196468 140730011809056 139942967560176 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28514] ppid=28494 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28514/stat : 28514 (java) S 28494 28494 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511535889 28909211648 12352 33554432000 4194304 4196468 140730011809056 139942966508640 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28515] ppid=28494 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/28496/task/28515/stat : 28515 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511535889 28909211648 12352 33554432000 4194304 4196468 140730011809056 139942965455920 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50856 KiB

[startup+0.70158 s]
/proc/loadavg: 7.65 8.13 8.25 5/211 28515
/proc/meminfo: memFree=24726460/32770624 swapFree=66976788/67108860
[pid=28494] ppid=28491 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/28494/stat : 28494 (xcsp3-exec) S 28491 28494 25802 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511535883 115843072 362 33554432000 4194304 5098028 140735555121648 140735555119752 139846439297660 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12374016 140735555126098 140735555126357 140735555126357 140735555129286 0
/proc/28494/statm: 28282 362 304 221 0 87 0
[pid=28496] ppid=28494 vsize=28766288 memory=165640 CPUtime=1.89 cores=0-7
/proc/28496/stat : 28496 (java) S 28494 28494 25802 0 -1 1077944320 15576 0 0 0 180 9 0 0 20 0 26 0 511535883 29456678912 41410 33554432000 4194304 4196468 140730011809056 140730011791600 139943993220855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
/proc/28496/statm: 7191572 41410 3460 1 0 7152672 0
[pid=28496/tid=28497] ppid=28494 vsize=28766288 memory=281420216483504 CPUtime=0.56 cores=0-7
/proc/28496/task/28497/stat : 28497 (java) S 28494 28494 25802 0 -1 1077944384 9131 0 0 0 52 4 0 0 20 0 26 0 511535883 29456678912 41410 33554432000 4194304 4196468 140730011809056 139943997461632 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28498] ppid=28494 vsize=28766288 memory=140710108242800 CPUtime=0 cores=0-7
/proc/28496/task/28498/stat : 28498 (java) S 28494 28494 25802 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 26 0 511535884 29456678912 41410 33554432000 4194304 4196468 140730011809056 139943945841808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28499] ppid=28494 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/28496/task/28499/stat : 28499 (java) S 28494 28494 25802 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 26 0 511535884 29456678912 41410 33554432000 4194304 4196468 140730011809056 139943944789008 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28500] ppid=28494 vsize=28766288 memory=1060 CPUtime=0 cores=0-7
/proc/28496/task/28500/stat : 28500 (java) S 28494 28494 25802 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 26 0 511535884 29456678912 41410 33554432000 4194304 4196468 140730011809056 139943943736208 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0

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

[pid=28496/tid=28513] ppid=28494 vsize=28834900 memory=7374790901314005657 CPUtime=0.62 cores=0-7
/proc/28496/task/28513/stat : 28513 (java) S 28494 28494 25802 0 -1 1077944384 8706 0 0 0 60 2 0 0 20 0 28 0 511535889 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942967560176 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28514] ppid=28494 vsize=28834900 memory=1448 CPUtime=0 cores=0-7
/proc/28496/task/28514/stat : 28514 (java) S 28494 28494 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511535889 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942966508640 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28515] ppid=28494 vsize=28834900 memory=449620 CPUtime=0.06 cores=0-7
/proc/28496/task/28515/stat : 28515 (java) S 28494 28494 25802 0 -1 1077944384 3192 0 0 0 3 3 0 0 20 0 28 0 511535889 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942965455920 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28724] ppid=28494 vsize=28834900 memory=35472 CPUtime=312.35 cores=0-7
/proc/28496/task/28724/stat : 28724 (java) R 28494 28494 25802 0 -1 4202560 9251 0 0 0 31231 4 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942950157928 139943612725684 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28725] ppid=28494 vsize=28834900 memory=14048 CPUtime=311.48 cores=0-7
/proc/28496/task/28725/stat : 28725 (java) R 28494 28494 25802 0 -1 4202560 4416 0 0 0 31146 2 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942951210768 139943611595965 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28726] ppid=28494 vsize=28834900 memory=2124 CPUtime=311.62 cores=0-7
/proc/28496/task/28726/stat : 28726 (java) R 28494 28494 25802 0 -1 4202560 5186 0 0 0 31158 4 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942948053232 139943612039582 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28727] ppid=28494 vsize=28834900 memory=6791534058613427641 CPUtime=312.21 cores=0-7
/proc/28496/task/28727/stat : 28727 (java) R 28494 28494 25802 0 -1 4202560 11274 0 0 0 31211 10 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942952263544 139943612724378 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28728] ppid=28494 vsize=28834900 memory=1556 CPUtime=312.61 cores=0-7
/proc/28496/task/28728/stat : 28728 (java) R 28494 28494 25802 0 -1 4202560 7990 0 0 0 31255 6 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942949105208 139943612467355 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28729] ppid=28494 vsize=28834900 memory=3620 CPUtime=312.36 cores=0-7
/proc/28496/task/28729/stat : 28729 (java) R 28494 28494 25802 0 -1 4202560 6347 0 0 0 31234 2 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942955421192 139943977597872 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28730] ppid=28494 vsize=28834900 memory=1660 CPUtime=312.31 cores=0-7
/proc/28496/task/28730/stat : 28730 (java) R 28494 28494 25802 0 -1 4202560 8748 0 0 0 31227 4 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942954369776 139943972945889 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28731] ppid=28494 vsize=28834900 memory=65336 CPUtime=312.49 cores=0-7
/proc/28496/task/28731/stat : 28731 (java) R 28494 28494 25802 0 -1 4202560 7438 0 0 0 31245 4 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942956477520 139943612598952 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
Current children cumulated CPU time: 2556.38 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 459036 KiB

[startup+323.202 s]
/proc/loadavg: 8.05 8.17 8.24 9/219 28751
/proc/meminfo: memFree=24330884/32770624 swapFree=66976788/67108860
[pid=28494] ppid=28491 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/28494/stat : 28494 (xcsp3-exec) S 28491 28494 25802 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511535883 115843072 362 33554432000 4194304 5098028 140735555121648 140735555119752 139846439297660 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12374016 140735555126098 140735555126357 140735555126357 140735555129286 0
/proc/28494/statm: 28282 362 304 221 0 87 0
[pid=28496] ppid=28494 vsize=28834900 memory=457588 CPUtime=2562.77 cores=0-7
/proc/28496/stat : 28496 (java) S 28494 28494 25802 0 -1 1077944320 211253 0 0 0 256150 127 0 0 20 0 28 0 511535883 29526937600 114397 33554432000 4194304 4196468 140730011809056 140730011791600 139943993220855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
/proc/28496/statm: 7208725 114397 3536 1 0 7169825 0
[pid=28496/tid=28497] ppid=28494 vsize=28834900 memory=3620 CPUtime=0.58 cores=0-7
/proc/28496/task/28497/stat : 28497 (java) S 28494 28494 25802 0 -1 1077944384 9267 0 0 0 53 5 0 0 20 0 28 0 511535883 29526937600 114397 33554432000 4194304 4196468 140730011809056 139943997461632 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28498] ppid=28494 vsize=28834900 memory=281420216115472 CPUtime=0.71 cores=0-7
/proc/28496/task/28498/stat : 28498 (java) S 28494 28494 25802 0 -1 1077944384 7485 0 0 0 64 7 0 0 20 0 28 0 511535884 29526937600 114397 33554432000 4194304 4196468 140730011809056 139943945841808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28499] ppid=28494 vsize=28834900 memory=6943526294502006880 CPUtime=0.71 cores=0-7
/proc/28496/task/28499/stat : 28499 (java) S 28494 28494 25802 0 -1 1077944384 7544 0 0 0 65 6 0 0 20 0 28 0 511535884 29526937600 114397 33554432000 4194304 4196468 140730011809056 139943944789008 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28500] ppid=28494 vsize=28834900 memory=816 CPUtime=0.69 cores=0-7
/proc/28496/task/28500/stat : 28500 (java) S 28494 28494 25802 0 -1 1077944384 5916 0 0 0 63 6 0 0 20 0 28 0 511535884 29526937600 114397 33554432000 4194304 4196468 140730011809056 139943943736208 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28501] ppid=28494 vsize=28834900 memory=1436 CPUtime=0.68 cores=0-7
/proc/28496/task/28501/stat : 28501 (java) S 28494 28494 25802 0 -1 1077944384 7332 0 0 0 62 6 0 0 20 0 28 0 511535884 29526937600 114397 33554432000 4194304 4196468 140730011809056 139943942683408 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28502] ppid=28494 vsize=28834900 memory=1984 CPUtime=0.69 cores=0-7
/proc/28496/task/28502/stat : 28502 (java) S 28494 28494 25802 0 -1 1077944384 5812 0 0 0 63 6 0 0 20 0 28 0 511535884 29526937600 114397 33554432000 4194304 4196468 140730011809056 139943941630608 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28503] ppid=28494 vsize=28834900 memory=2580 CPUtime=0.69 cores=0-7
/proc/28496/task/28503/stat : 28503 (java) S 28494 28494 25802 0 -1 1077944384 6305 0 0 0 63 6 0 0 20 0 28 0 511535884 29526937600 114397 33554432000 4194304 4196468 140730011809056 139943940577808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28504] ppid=28494 vsize=28834900 memory=1760 CPUtime=0.69 cores=0-7
/proc/28496/task/28504/stat : 28504 (java) S 28494 28494 25802 0 -1 1077944384 7620 0 0 0 63 6 0 0 20 0 28 0 511535884 29526937600 114397 33554432000 4194304 4196468 140730011809056 139943939525008 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28505] ppid=28494 vsize=28834900 memory=111636 CPUtime=0.69 cores=0-7
/proc/28496/task/28505/stat : 28505 (java) S 28494 28494 25802 0 -1 1077944384 6943 0 0 0 63 6 0 0 20 0 28 0 511535884 29526937600 114397 33554432000 4194304 4196468 140730011809056 139943938472208 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28506] ppid=28494 vsize=28834900 memory=-3622645143214314312 CPUtime=0.58 cores=0-7
/proc/28496/task/28506/stat : 28506 (java) S 28494 28494 25802 0 -1 1077944384 24993 0 0 0 46 12 0 0 20 0 28 0 511535885 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942974929776 139943993232002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28507] ppid=28494 vsize=28834900 memory=7518026621751088994 CPUtime=0 cores=0-7
/proc/28496/task/28507/stat : 28507 (java) S 28494 28494 25802 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 511535886 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942973875808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28508] ppid=28494 vsize=28834900 memory=576460756337520170 CPUtime=0 cores=0-7
/proc/28496/task/28508/stat : 28508 (java) S 28494 28494 25802 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 511535886 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942972822912 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28509] ppid=28494 vsize=28834900 memory=288230377007612191 CPUtime=0 cores=0-7
/proc/28496/task/28509/stat : 28509 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511535888 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942971771216 139943993239451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28510] ppid=28494 vsize=28834900 memory=15821079792846145 CPUtime=1.53 cores=0-7
/proc/28496/task/28510/stat : 28510 (java) S 28494 28494 25802 0 -1 1077944384 10777 0 0 0 151 2 0 0 20 0 28 0 511535889 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942970718576 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28511] ppid=28494 vsize=28834900 memory=7451299391548646720 CPUtime=2.05 cores=0-7
/proc/28496/task/28511/stat : 28511 (java) S 28494 28494 25802 0 -1 1077944384 16092 0 0 0 203 2 0 0 20 0 28 0 511535889 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942969665776 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28512] ppid=28494 vsize=28834900 memory=6791534058613427641 CPUtime=1.72 cores=0-7
/proc/28496/task/28512/stat : 28512 (java) S 28494 28494 25802 0 -1 1077944384 15925 0 0 0 168 4 0 0 20 0 28 0 511535889 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942968612976 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28513] ppid=28494 vsize=28834900 memory=1564 CPUtime=0.62 cores=0-7
/proc/28496/task/28513/stat : 28513 (java) S 28494 28494 25802 0 -1 1077944384 8706 0 0 0 60 2 0 0 20 0 28 0 511535889 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942967560176 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28514] ppid=28494 vsize=28834900 memory=6116 CPUtime=0 cores=0-7
/proc/28496/task/28514/stat : 28514 (java) S 28494 28494 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511535889 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942966508640 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28515] ppid=28494 vsize=28834900 memory=1060 CPUtime=0.06 cores=0-7
/proc/28496/task/28515/stat : 28515 (java) S 28494 28494 25802 0 -1 1077944384 3192 0 0 0 3 3 0 0 20 0 28 0 511535889 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942965455920 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28724] ppid=28494 vsize=28834900 memory=2828 CPUtime=313.15 cores=0-7
/proc/28496/task/28724/stat : 28724 (java) R 28494 28494 25802 0 -1 4202560 9251 0 0 0 31311 4 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942950157928 139943612038697 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28725] ppid=28494 vsize=28834900 memory=1216 CPUtime=312.28 cores=0-7
/proc/28496/task/28725/stat : 28725 (java) R 28494 28494 25802 0 -1 4202560 4416 0 0 0 31226 2 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942951210768 139943612366577 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28726] ppid=28494 vsize=28834900 memory=1448 CPUtime=312.43 cores=0-7
/proc/28496/task/28726/stat : 28726 (java) R 28494 28494 25802 0 -1 4202560 5186 0 0 0 31239 4 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942948053368 139943612039003 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28727] ppid=28494 vsize=28834900 memory=1448 CPUtime=313.02 cores=0-7
/proc/28496/task/28727/stat : 28727 (java) R 28494 28494 25802 0 -1 4202560 11274 0 0 0 31292 10 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942952263544 139943612748032 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28728] ppid=28494 vsize=28834900 memory=458612 CPUtime=313.41 cores=0-7
/proc/28496/task/28728/stat : 28728 (java) R 28494 28494 25802 0 -1 4202560 7990 0 0 0 31335 6 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942949105208 139943612038663 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28729] ppid=28494 vsize=28834900 memory=6116 CPUtime=313.15 cores=0-7
/proc/28496/task/28729/stat : 28729 (java) R 28494 28494 25802 0 -1 4202560 6347 0 0 0 31313 2 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942955421192 139943972931136 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28730] ppid=28494 vsize=28834900 memory=1060 CPUtime=313.11 cores=0-7
/proc/28496/task/28730/stat : 28730 (java) R 28494 28494 25802 0 -1 4202560 8748 0 0 0 31307 4 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942954369912 139943612725112 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28731] ppid=28494 vsize=28834900 memory=2828 CPUtime=313.29 cores=0-7
/proc/28496/task/28731/stat : 28731 (java) R 28494 28494 25802 0 -1 4202560 7438 0 0 0 31325 4 0 0 20 0 28 0 511536587 29526937600 114397 33554432000 4194304 4196468 140730011809056 139942956477520 139943611719977 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
Current children cumulated CPU time: 2562.77 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 459036 KiB

[startup+323.602 s]
/proc/loadavg: 8.05 8.17 8.24 9/219 28751
/proc/meminfo: memFree=24330884/32770624 swapFree=66976788/67108860
[pid=28494] ppid=28491 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/28494/stat : 28494 (xcsp3-exec) S 28491 28494 25802 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511535883 115843072 362 33554432000 4194304 5098028 140735555121648 140735555119752 139846439297660 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12374016 140735555126098 140735555126357 140735555126357 140735555129286 0
/proc/28494/statm: 28282 362 304 221 0 87 0
[pid=28496] ppid=28494 vsize=28834900 memory=459124 CPUtime=2565.92 cores=0-7
/proc/28496/stat : 28496 (java) S 28494 28494 25802 0 -1 1077944320 211264 0 0 0 256465 127 0 0 20 0 28 0 511535883 29526937600 114781 33554432000 4194304 4196468 140730011809056 140730011791600 139943993220855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
/proc/28496/statm: 7208725 114781 3536 1 0 7169825 0
[pid=28496/tid=28497] ppid=28494 vsize=28834900 memory=65336 CPUtime=0.58 cores=0-7
/proc/28496/task/28497/stat : 28497 (java) S 28494 28494 25802 0 -1 1077944384 9267 0 0 0 53 5 0 0 20 0 28 0 511535883 29526937600 114781 33554432000 4194304 4196468 140730011809056 139943997461632 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28498] ppid=28494 vsize=28834900 memory=988 CPUtime=0.71 cores=0-7
/proc/28496/task/28498/stat : 28498 (java) S 28494 28494 25802 0 -1 1077944384 7486 0 0 0 64 7 0 0 20 0 28 0 511535884 29526937600 114781 33554432000 4194304 4196468 140730011809056 139943945841808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28499] ppid=28494 vsize=28834900 memory=2008 CPUtime=0.71 cores=0-7
/proc/28496/task/28499/stat : 28499 (java) S 28494 28494 25802 0 -1 1077944384 7546 0 0 0 65 6 0 0 20 0 28 0 511535884 29526937600 114781 33554432000 4194304 4196468 140730011809056 139943944789008 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28500] ppid=28494 vsize=28834900 memory=1440 CPUtime=0.69 cores=0-7
/proc/28496/task/28500/stat : 28500 (java) S 28494 28494 25802 0 -1 1077944384 5917 0 0 0 63 6 0 0 20 0 28 0 511535884 29526937600 114781 33554432000 4194304 4196468 140730011809056 139943943736208 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28501] ppid=28494 vsize=28834900 memory=6791534058613427641 CPUtime=0.69 cores=0-7
/proc/28496/task/28501/stat : 28501 (java) S 28494 28494 25802 0 -1 1077944384 7334 0 0 0 63 6 0 0 20 0 28 0 511535884 29526937600 114781 33554432000 4194304 4196468 140730011809056 139943942683408 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28502] ppid=28494 vsize=28834900 memory=580 CPUtime=0.69 cores=0-7
/proc/28496/task/28502/stat : 28502 (java) S 28494 28494 25802 0 -1 1077944384 5813 0 0 0 63 6 0 0 20 0 28 0 511535884 29526937600 114781 33554432000 4194304 4196468 140730011809056 139943941630608 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28503] ppid=28494 vsize=28834900 memory=1448 CPUtime=0.69 cores=0-7
/proc/28496/task/28503/stat : 28503 (java) S 28494 28494 25802 0 -1 1077944384 6306 0 0 0 63 6 0 0 20 0 28 0 511535884 29526937600 114781 33554432000 4194304 4196468 140730011809056 139943940577808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28504] ppid=28494 vsize=28834900 memory=525196 CPUtime=0.69 cores=0-7
/proc/28496/task/28504/stat : 28504 (java) S 28494 28494 25802 0 -1 1077944384 7621 0 0 0 63 6 0 0 20 0 28 0 511535884 29526937600 114781 33554432000 4194304 4196468 140730011809056 139943939525008 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28505] ppid=28494 vsize=28834900 memory=1448 CPUtime=0.69 cores=0-7
/proc/28496/task/28505/stat : 28505 (java) S 28494 28494 25802 0 -1 1077944384 6943 0 0 0 63 6 0 0 20 0 28 0 511535884 29526937600 114781 33554432000 4194304 4196468 140730011809056 139943938472208 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28506] ppid=28494 vsize=28834900 memory=552068 CPUtime=0.59 cores=0-7
/proc/28496/task/28506/stat : 28506 (java) S 28494 28494 25802 0 -1 1077944384 24993 0 0 0 47 12 0 0 20 0 28 0 511535885 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942974929776 139943993232002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28507] ppid=28494 vsize=28834900 memory=1448 CPUtime=0 cores=0-7
/proc/28496/task/28507/stat : 28507 (java) S 28494 28494 25802 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 511535886 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942973875808 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28508] ppid=28494 vsize=28834900 memory=1448 CPUtime=0 cores=0-7
/proc/28496/task/28508/stat : 28508 (java) S 28494 28494 25802 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 511535886 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942972822912 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28509] ppid=28494 vsize=28834900 memory=458612 CPUtime=0 cores=0-7
/proc/28496/task/28509/stat : 28509 (java) S 28494 28494 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511535888 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942971771216 139943993239451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28510] ppid=28494 vsize=28834900 memory=816 CPUtime=1.53 cores=0-7
/proc/28496/task/28510/stat : 28510 (java) S 28494 28494 25802 0 -1 1077944384 10777 0 0 0 151 2 0 0 20 0 28 0 511535889 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942970718576 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28511] ppid=28494 vsize=28834900 memory=1436 CPUtime=2.05 cores=0-7
/proc/28496/task/28511/stat : 28511 (java) S 28494 28494 25802 0 -1 1077944384 16092 0 0 0 203 2 0 0 20 0 28 0 511535889 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942969665776 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28512] ppid=28494 vsize=28834900 memory=1984 CPUtime=1.72 cores=0-7
/proc/28496/task/28512/stat : 28512 (java) S 28494 28494 25802 0 -1 1077944384 15925 0 0 0 168 4 0 0 20 0 28 0 511535889 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942968612976 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28513] ppid=28494 vsize=28834900 memory=2580 CPUtime=0.62 cores=0-7
/proc/28496/task/28513/stat : 28513 (java) S 28494 28494 25802 0 -1 1077944384 8706 0 0 0 60 2 0 0 20 0 28 0 511535889 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942967560176 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28514] ppid=28494 vsize=28834900 memory=1760 CPUtime=0 cores=0-7
/proc/28496/task/28514/stat : 28514 (java) S 28494 28494 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511535889 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942966508640 139943993231061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28515] ppid=28494 vsize=28834900 memory=1448 CPUtime=0.06 cores=0-7
/proc/28496/task/28515/stat : 28515 (java) S 28494 28494 25802 0 -1 1077944384 3192 0 0 0 3 3 0 0 20 0 28 0 511535889 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942965455920 139943993232002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28724] ppid=28494 vsize=28834900 memory=2580 CPUtime=313.54 cores=0-7
/proc/28496/task/28724/stat : 28724 (java) R 28494 28494 25802 0 -1 4202560 9252 0 0 0 31350 4 0 0 20 0 28 0 511536587 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942950157848 139943612723229 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28725] ppid=28494 vsize=28834900 memory=1760 CPUtime=312.67 cores=0-7
/proc/28496/task/28725/stat : 28725 (java) R 28494 28494 25802 0 -1 4202560 4416 0 0 0 31265 2 0 0 20 0 28 0 511536587 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942951211080 139943612039294 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28726] ppid=28494 vsize=28834900 memory=111636 CPUtime=312.82 cores=0-7
/proc/28496/task/28726/stat : 28726 (java) R 28494 28494 25802 0 -1 4202560 5187 0 0 0 31278 4 0 0 20 0 28 0 511536587 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942948053368 139943613712614 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28727] ppid=28494 vsize=28834900 memory=800 CPUtime=313.41 cores=0-7
/proc/28496/task/28727/stat : 28727 (java) R 28494 28494 25802 0 -1 4202560 11274 0 0 0 31331 10 0 0 20 0 28 0 511536587 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942952263872 139943612039377 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28728] ppid=28494 vsize=28834900 memory=1808 CPUtime=313.8 cores=0-7
/proc/28496/task/28728/stat : 28728 (java) R 28494 28494 25802 0 -1 4202560 7990 0 0 0 31374 6 0 0 20 0 28 0 511536587 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942949108208 139943612038530 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28729] ppid=28494 vsize=28834900 memory=924 CPUtime=313.53 cores=0-7
/proc/28496/task/28729/stat : 28729 (java) R 28494 28494 25802 0 -1 4202560 6347 0 0 0 31351 2 0 0 20 0 28 0 511536587 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942955421008 139943612039161 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28730] ppid=28494 vsize=28834900 memory=4132 CPUtime=313.51 cores=0-7
/proc/28496/task/28730/stat : 28730 (java) R 28494 28494 25802 0 -1 4202560 8748 0 0 0 31347 4 0 0 20 0 28 0 511536587 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942954369392 139943612468252 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
[pid=28496/tid=28731] ppid=28494 vsize=28834900 memory=4096 CPUtime=313.68 cores=0-7
/proc/28496/task/28731/stat : 28731 (java) R 28494 28494 25802 0 -1 4202560 7438 0 0 0 31364 4 0 0 20 0 28 0 511536587 29526937600 114781 33554432000 4194304 4196468 140730011809056 139942956475208 139943611718886 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 8777728 140730011816918 140730011817094 140730011817094 140730011819983 0
Current children cumulated CPU time: 2565.92 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 460572 KiB

Child status: 0
Real time (s): 323.637
CPU time (s): 2566.13
CPU user time (s): 2564.84
CPU system time (s): 1.28887
CPU usage (%): 792.905
Max. virtual memory (cumulated for all children) (KiB): 28948028
Max. memory (cumulated for all children) (KiB): 583132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2564.84
system time used= 1.28887
maximum resident set size= 618740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212964
page faults= 0
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54985
involuntary context switches= 33569


# summary of solver processes directly reported to runsolver:
#   pid: 28494
#   total CPU time (s): 2566.13
#   total CPU user time (s): 2564.84
#   total CPU system time (s): 1.28887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.68173 second user time and 3.43211 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-24 22:11:57
IDJOB=4407078
IDBENCH=135739
IDSOLVER=2871
FILE ID=node124/4407078-1569355958
RUNJOBID= node124-1569349254-25829
PBS_JOBID= 21705088
Free space on /var/tmp= 13520 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-00.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407078-1569355958/watcher-4407078-1569355958 -o /var/tmp/evaluation-result-4407078-1569355958/solver-4407078-1569355958 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node124-1569349254-25829 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 249113787 HOME/instance-4407078-1569355958.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=249113787

node124.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.47
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.47
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.47
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.47
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:        24774588 kB
MemAvailable:   31813472 kB
Buffers:          133676 kB
Cached:          6998264 kB
SwapCached:        29084 kB
Active:          3510844 kB
Inactive:        3654948 kB
Active(anon):       1796 kB
Inactive(anon):    90016 kB
Active(file):    3509048 kB
Inactive(file):  3564932 kB
Unevictable:      108364 kB
Mlocked:          108364 kB
SwapTotal:      67108860 kB
SwapFree:       66976788 kB
Dirty:             26228 kB
Writeback:             8 kB
AnonPages:        112752 kB
Mapped:            57316 kB
Shmem:             49092 kB
Slab:             421892 kB
SReclaimable:     393364 kB
SUnreclaim:        28528 kB
KernelStack:        3392 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514404 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:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13492 MiB
End job on node124 at 2019-09-24 22:17:21