Trace number 4393915

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-06-14 parallelOPT91 5071.2 692.678

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-14.xml
MD5SUM8288d58d1e6d081c99b6d9412791f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark53.9097
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"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-4393915-1568439274.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393915-1568439274.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.05/0.57	c solve instance...
1.41/0.67	o 145 
2.03/0.71	o 119 
2.03/0.76	o 116 
2.03/0.78	o 110 
2.03/0.79	o 105 
2.63/0.87	o 104 
2.63/0.88	o 100 
6.97/1.51	o 97 
8.11/1.71	o 95 
10.14/2.03	o 91 
5071.10/692.64	s OPTIMUM FOUND
5071.10/692.64	v <instantiation>
5071.10/692.64	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>
5071.10/692.64	v 	<values>11 10 12 14 13 9 8 7 4 3 1 2 5 0 6 7 4 7 1 6 2 2 9 2 2 5 6 15 8 15 </values>
5071.10/692.64	v </instantiation>

Verifier Data

OK	91

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393915-1568439274/watcher-4393915-1568439274 -o /tmp/evaluation-result-4393915-1568439274/solver-4393915-1568439274 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node140-1568438992-17578 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 719093605 HOME/instance-4393915-1568439274.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=17745, runsolver pid=17742
Current StackSize limit: 8192 KiB


[startup+0.100174 s]*
/proc/loadavg: 6.11 7.32 7.84 3/212 17767
/proc/meminfo: memFree=24572944/32770624 swapFree=66999300/67108860
[pid=17745] ppid=17742 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17745/stat : 17745 (xcsp3-exec) S 17742 17745 17551 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419865895 115843072 363 33554432000 4194304 5098028 140731622166128 140731622164232 140650187436668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35176448 140731622167414 140731622167657 140731622167657 140731622170570 0
/proc/17745/statm: 28282 363 305 221 0 87 0
[pid=17747] ppid=17745 vsize=28227388 memory=29908 CPUtime=0.12 cores=0-7
/proc/17747/stat : 17747 (java) S 17745 17745 17551 0 -1 1077944320 5943 0 0 0 11 1 0 0 20 0 20 0 419865895 28904845312 7477 33554432000 4194304 4196468 140724960093888 140724960076432 139710899629815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
/proc/17747/statm: 7056847 7477 3119 1 0 7019032 0
[pid=17747/tid=17748] ppid=17745 vsize=28227388 memory=8186306555791974555 CPUtime=0.09 cores=0-7
/proc/17747/task/17748/stat : 17748 (java) R 17745 17745 17551 0 -1 4202560 3867 0 0 0 8 1 0 0 20 0 20 0 419865896 28904845312 7477 33554432000 4194304 4196468 140724960093888 139710903863296 139710899641750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17749] ppid=17745 vsize=28227388 memory=732370599083834341 CPUtime=0 cores=0-7
/proc/17747/task/17749/stat : 17749 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 7477 33554432000 4194304 4196468 140724960093888 139710858390288 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17750] ppid=17745 vsize=28227388 memory=140460746380928 CPUtime=0 cores=0-7
/proc/17747/task/17750/stat : 17750 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 7477 33554432000 4194304 4196468 140724960093888 139710450117520 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17751] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17751/stat : 17751 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 7477 33554432000 4194304 4196468 140724960093888 139710449064976 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17752] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17752/stat : 17752 (java) S 17745 17745 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 7477 33554432000 4194304 4196468 140724960093888 139710448012432 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17753] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17753/stat : 17753 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 7477 33554432000 4194304 4196468 140724960093888 139710446958864 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17754] ppid=17745 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17747/task/17754/stat : 17754 (java) S 17745 17745 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 7477 33554432000 4194304 4196468 140724960093888 139710445906320 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17755] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17755/stat : 17755 (java) S 17745 17745 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 7477 33554432000 4194304 4196468 140724960093888 139710444853776 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17756] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17756/stat : 17756 (java) S 17745 17745 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 7477 33554432000 4194304 4196468 140724960093888 139710443801232 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17757] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17757/stat : 17757 (java) S 17745 17745 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865898 28904845312 7477 33554432000 4194304 4196468 140724960093888 139709497928176 139710899640962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17758] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17758/stat : 17758 (java) S 17745 17745 17551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419865899 28904845312 7477 33554432000 4194304 4196468 140724960093888 139709496874400 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17759] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17759/stat : 17759 (java) S 17745 17745 17551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419865899 28904845312 7477 33554432000 4194304 4196468 140724960093888 139709495821808 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17760] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17760/stat : 17760 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865901 28904845312 7477 33554432000 4194304 4196468 140724960093888 139709494770384 139710899648411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17761] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17761/stat : 17761 (java) S 17745 17745 17551 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 419865901 28904845312 7477 33554432000 4194304 4196468 140724960093888 139709493716976 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17762] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17762/stat : 17762 (java) S 17745 17745 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865901 28904845312 7477 33554432000 4194304 4196468 140724960093888 139709492664432 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17763] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17763/stat : 17763 (java) S 17745 17745 17551 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 419865901 28904845312 7477 33554432000 4194304 4196468 140724960093888 139709491611888 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17764] ppid=17745 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/17747/task/17764/stat : 17764 (java) R 17745 17745 17551 0 -1 4202560 346 0 0 0 1 0 0 0 20 0 20 0 419865901 28904845312 7477 33554432000 4194304 4196468 140724960093888 139709490559344 139710883991361 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17765] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17765/stat : 17765 (java) S 17745 17745 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865902 28904845312 7477 33554432000 4194304 4196468 140724960093888 139709489507040 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17766] ppid=17745 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17747/task/17766/stat : 17766 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865902 28904845312 7477 33554432000 4194304 4196468 140724960093888 139709488454576 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31360 KiB

[startup+0.210183 s]*
/proc/loadavg: 6.11 7.32 7.84 2/212 17767
/proc/meminfo: memFree=24559280/32770624 swapFree=66999300/67108860
[pid=17745] ppid=17742 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17745/stat : 17745 (xcsp3-exec) S 17742 17745 17551 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419865895 115843072 363 33554432000 4194304 5098028 140731622166128 140731622164232 140650187436668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35176448 140731622167414 140731622167657 140731622167657 140731622170570 0
/proc/17745/statm: 28282 363 305 221 0 87 0
[pid=17747] ppid=17745 vsize=28227388 memory=41148 CPUtime=0.34 cores=0-7
/proc/17747/stat : 17747 (java) S 17745 17745 17551 0 -1 1077944320 9538 0 0 0 31 3 0 0 20 0 20 0 419865895 28904845312 10287 33554432000 4194304 4196468 140724960093888 140724960076432 139710899629815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
/proc/17747/statm: 7056847 10287 3309 1 0 7019032 0
[pid=17747/tid=17748] ppid=17745 vsize=28227388 memory=0 CPUtime=0.2 cores=0-7
/proc/17747/task/17748/stat : 17748 (java) R 17745 17745 17551 0 -1 4202560 6706 0 0 0 18 2 0 0 20 0 20 0 419865896 28904845312 10287 33554432000 4194304 4196468 140724960093888 139710903861728 139710537191487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17749] ppid=17745 vsize=28227388 memory=732370599083834341 CPUtime=0 cores=0-7
/proc/17747/task/17749/stat : 17749 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 10287 33554432000 4194304 4196468 140724960093888 139710858390288 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17750] ppid=17745 vsize=28227388 memory=140460746380928 CPUtime=0 cores=0-7
/proc/17747/task/17750/stat : 17750 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 10287 33554432000 4194304 4196468 140724960093888 139710450117520 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17751] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17751/stat : 17751 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 10287 33554432000 4194304 4196468 140724960093888 139710449064976 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17752] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17752/stat : 17752 (java) S 17745 17745 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 10287 33554432000 4194304 4196468 140724960093888 139710448012432 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17753] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17753/stat : 17753 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 10287 33554432000 4194304 4196468 140724960093888 139710446958864 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17754] ppid=17745 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17747/task/17754/stat : 17754 (java) S 17745 17745 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 10287 33554432000 4194304 4196468 140724960093888 139710445906320 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17755] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17755/stat : 17755 (java) S 17745 17745 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 10287 33554432000 4194304 4196468 140724960093888 139710444853776 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17756] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17756/stat : 17756 (java) S 17745 17745 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865897 28904845312 10287 33554432000 4194304 4196468 140724960093888 139710443801232 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17757] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17757/stat : 17757 (java) S 17745 17745 17551 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419865898 28904845312 10287 33554432000 4194304 4196468 140724960093888 139709497928176 139710899640962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17758] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17758/stat : 17758 (java) S 17745 17745 17551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419865899 28904845312 10287 33554432000 4194304 4196468 140724960093888 139709496874400 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17759] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17759/stat : 17759 (java) S 17745 17745 17551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419865899 28904845312 10287 33554432000 4194304 4196468 140724960093888 139709495821808 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17760] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17760/stat : 17760 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865901 28904845312 10287 33554432000 4194304 4196468 140724960093888 139709494770384 139710899648411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17761] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17761/stat : 17761 (java) S 17745 17745 17551 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 20 0 419865901 28904845312 10287 33554432000 4194304 4196468 140724960093888 139709493716976 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17762] ppid=17745 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/17747/task/17762/stat : 17762 (java) S 17745 17745 17551 0 -1 1077944384 293 0 0 0 2 0 0 0 20 0 20 0 419865901 28904845312 10287 33554432000 4194304 4196468 140724960093888 139709492664432 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17763] ppid=17745 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/17747/task/17763/stat : 17763 (java) S 17745 17745 17551 0 -1 1077944384 173 0 0 0 1 0 0 0 20 0 20 0 419865901 28904845312 10287 33554432000 4194304 4196468 140724960093888 139709491611888 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17764] ppid=17745 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/17747/task/17764/stat : 17764 (java) R 17745 17745 17551 0 -1 4202560 737 0 0 0 7 0 0 0 20 0 20 0 419865901 28904845312 10287 33554432000 4194304 4196468 140724960093888 139709490559344 139710883710302 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17765] ppid=17745 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17765/stat : 17765 (java) S 17745 17745 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865902 28904845312 10287 33554432000 4194304 4196468 140724960093888 139709489507040 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17766] ppid=17745 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17747/task/17766/stat : 17766 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865902 28904845312 10287 33554432000 4194304 4196468 140724960093888 139709488454576 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42600 KiB

[startup+0.309593 s]*
/proc/loadavg: 6.11 7.32 7.84 3/212 17767
/proc/meminfo: memFree=24554592/32770624 swapFree=66999300/67108860
[pid=17745] ppid=17742 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17745/stat : 17745 (xcsp3-exec) S 17742 17745 17551 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419865895 115843072 363 33554432000 4194304 5098028 140731622166128 140731622164232 140650187436668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35176448 140731622167414 140731622167657 140731622167657 140731622170570 0
/proc/17745/statm: 28282 363 305 221 0 87 0
[pid=17747] ppid=17745 vsize=28231516 memory=50008 CPUtime=0.52 cores=0-7
/proc/17747/stat : 17747 (java) S 17745 17745 17551 0 -1 1077944320 10823 0 0 0 48 4 0 0 20 0 20 0 419865895 28909072384 12502 33554432000 4194304 4196468 140724960093888 140724960076432 139710899629815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
/proc/17747/statm: 7057911 12502 3351 1 0 7019032 0
[pid=17747/tid=17748] ppid=17745 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/17747/task/17748/stat : 17748 (java) R 17745 17745 17551 0 -1 4202560 7804 0 0 0 27 3 0 0 20 0 20 0 419865896 28909203456 12502 33554432000 4194304 4196468 140724960093888 139710903860928 139710883710302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17749] ppid=17745 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17749/stat : 17749 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865897 28909203456 12502 33554432000 4194304 4196468 140724960093888 139710858390288 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17750] ppid=17745 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17750/stat : 17750 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865897 28909203456 12502 33554432000 4194304 4196468 140724960093888 139710450117520 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17751] ppid=17745 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17751/stat : 17751 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865897 28909203456 12502 33554432000 4194304 4196468 140724960093888 139710449064976 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17752] ppid=17745 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17752/stat : 17752 (java) S 17745 17745 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865897 28909203456 12502 33554432000 4194304 4196468 140724960093888 139710448012432 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17753] ppid=17745 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/17747/task/17753/stat : 17753 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865897 28909203456 12502 33554432000 4194304 4196468 140724960093888 139710446958864 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17754] ppid=17745 vsize=28231644 memory=140460597277615 CPUtime=0 cores=0-7
/proc/17747/task/17754/stat : 17754 (java) S 17745 17745 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865897 28909203456 12502 33554432000 4194304 4196468 140724960093888 139710445906320 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17755] ppid=17745 vsize=28231644 memory=140460597279920 CPUtime=0 cores=0-7
/proc/17747/task/17755/stat : 17755 (java) S 17745 17745 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865897 28909203456 12502 33554432000 4194304 4196468 140724960093888 139710444853776 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17756] ppid=17745 vsize=28231644 memory=140460597282224 CPUtime=0 cores=0-7
/proc/17747/task/17756/stat : 17756 (java) S 17745 17745 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865897 28909203456 12502 33554432000 4194304 4196468 140724960093888 139710443801232 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17757] ppid=17745 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17757/stat : 17757 (java) S 17745 17745 17551 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419865898 28909203456 12502 33554432000 4194304 4196468 140724960093888 139709497928176 139710899640962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17758] ppid=17745 vsize=28231644 memory=280921194571408 CPUtime=0 cores=0-7
/proc/17747/task/17758/stat : 17758 (java) S 17745 17745 17551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419865899 28909203456 12502 33554432000 4194304 4196468 140724960093888 139709496874400 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17759] ppid=17745 vsize=28231644 memory=280921194578320 CPUtime=0 cores=0-7
/proc/17747/task/17759/stat : 17759 (java) S 17745 17745 17551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419865899 28909203456 12502 33554432000 4194304 4196468 140724960093888 139709495821808 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17760] ppid=17745 vsize=28231644 memory=280921194519472 CPUtime=0 cores=0-7
/proc/17747/task/17760/stat : 17760 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865901 28909203456 12502 33554432000 4194304 4196468 140724960093888 139709494770384 139710899648411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17761] ppid=17745 vsize=28231644 memory=280921194592144 CPUtime=0.02 cores=0-7
/proc/17747/task/17761/stat : 17761 (java) R 17745 17745 17551 0 -1 4202560 423 0 0 0 2 0 0 0 20 0 20 0 419865901 28909203456 12502 33554432000 4194304 4196468 140724960093888 139709493707360 139710877281680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17762] ppid=17745 vsize=28231644 memory=280921194599056 CPUtime=0.03 cores=0-7
/proc/17747/task/17762/stat : 17762 (java) S 17745 17745 17551 0 -1 1077944384 300 0 0 0 3 0 0 0 20 0 20 0 419865901 28909203456 12502 33554432000 4194304 4196468 140724960093888 139709492664432 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17763] ppid=17745 vsize=28231644 memory=280921194596752 CPUtime=0.03 cores=0-7
/proc/17747/task/17763/stat : 17763 (java) S 17745 17745 17551 0 -1 1077944384 184 0 0 0 3 0 0 0 20 0 20 0 419865901 28909203456 12502 33554432000 4194304 4196468 140724960093888 139709491611888 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17764] ppid=17745 vsize=28231644 memory=280921194612912 CPUtime=0.12 cores=0-7
/proc/17747/task/17764/stat : 17764 (java) S 17745 17745 17551 0 -1 1077944384 808 0 0 0 12 0 0 0 20 0 20 0 419865901 28909203456 12502 33554432000 4194304 4196468 140724960093888 139709490559344 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17765] ppid=17745 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17765/stat : 17765 (java) S 17745 17745 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865902 28909203456 12502 33554432000 4194304 4196468 140724960093888 139709489507040 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17766] ppid=17745 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/17747/task/17766/stat : 17766 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865902 28909203456 12502 33554432000 4194304 4196468 140724960093888 139709488454576 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344644 KiB
Current children cumulated memory: 51460 KiB

[startup+0.703789 s]
/proc/loadavg: 6.11 7.32 7.84 6/212 17767
/proc/meminfo: memFree=24538312/32770624 swapFree=66999300/67108860
[pid=17745] ppid=17742 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17745/stat : 17745 (xcsp3-exec) S 17742 17745 17551 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419865895 115843072 363 33554432000 4194304 5098028 140731622166128 140731622164232 140650187436668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35176448 140731622167414 140731622167657 140731622167657 140731622170570 0
/proc/17745/statm: 28282 363 305 221 0 87 0
[pid=17747] ppid=17745 vsize=28766280 memory=111712 CPUtime=2.03 cores=0-7
/proc/17747/stat : 17747 (java) S 17745 17745 17551 0 -1 1077944320 15925 0 0 0 197 6 0 0 20 0 28 0 419865895 29456670720 27928 33554432000 4194304 4196468 140724960093888 140724960076432 139710899629815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
/proc/17747/statm: 7191570 27928 3458 1 0 7152672 0
[pid=17747/tid=17748] ppid=17745 vsize=28766280 memory=280921194907840 CPUtime=0.58 cores=0-7
/proc/17747/task/17748/stat : 17748 (java) S 17745 17745 17551 0 -1 1077944384 9576 0 0 0 54 4 0 0 20 0 28 0 419865896 29456670720 27928 33554432000 4194304 4196468 140724960093888 139710903870592 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17749] ppid=17745 vsize=28766280 memory=5162550690983 CPUtime=0 cores=0-7
/proc/17747/task/17749/stat : 17749 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419865897 29456670720 27928 33554432000 4194304 4196468 140724960093888 139710858390288 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17750] ppid=17745 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17750/stat : 17750 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419865897 29456670720 27928 33554432000 4194304 4196468 140724960093888 139710450117520 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17751] ppid=17745 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/17747/task/17751/stat : 17751 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419865897 29456670720 27928 33554432000 4194304 4196468 140724960093888 139710449064976 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0

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

[pid=17747/tid=17764] ppid=17745 vsize=28769356 memory=532 CPUtime=1 cores=0-7
/proc/17747/task/17764/stat : 17764 (java) S 17745 17745 17551 0 -1 1077944384 15542 0 0 0 96 4 0 0 20 0 28 0 419865901 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709490559344 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17765] ppid=17745 vsize=28769356 memory=1556 CPUtime=0 cores=0-7
/proc/17747/task/17765/stat : 17765 (java) S 17745 17745 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419865902 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709489507040 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17766] ppid=17745 vsize=28769356 memory=932 CPUtime=0.31 cores=0-7
/proc/17747/task/17766/stat : 17766 (java) S 17745 17745 17551 0 -1 1077944384 3027 0 0 0 14 17 0 0 20 0 28 0 419865902 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709488454576 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17848] ppid=17745 vsize=28769356 memory=3680 CPUtime=617.91 cores=0-7
/proc/17747/task/17848/stat : 17848 (java) S 17745 17745 17551 0 -1 1077944384 5571 0 0 0 61784 7 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709476089920 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17849] ppid=17745 vsize=28769356 memory=3438924 CPUtime=618.89 cores=0-7
/proc/17747/task/17849/stat : 17849 (java) S 17745 17745 17551 0 -1 1077944384 4811 0 0 0 61883 6 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709473986128 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17850] ppid=17745 vsize=28769356 memory=1452 CPUtime=618.7 cores=0-7
/proc/17747/task/17850/stat : 17850 (java) S 17745 17745 17551 0 -1 1077944384 22611 0 0 0 61806 64 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709477143248 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17851] ppid=17745 vsize=28769356 memory=3438924 CPUtime=617.78 cores=0-7
/proc/17747/task/17851/stat : 17851 (java) S 17745 17745 17551 0 -1 1077944384 12237 0 0 0 61769 9 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709468730192 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17852] ppid=17745 vsize=28769356 memory=6791534058613427641 CPUtime=679.4 cores=0-7
/proc/17747/task/17852/stat : 17852 (java) R 17745 17745 17551 0 -1 4202560 3840 0 0 0 67930 10 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709475032576 139710543851475 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17853] ppid=17745 vsize=28769356 memory=-7003737579269690708 CPUtime=620.85 cores=0-7
/proc/17747/task/17853/stat : 17853 (java) S 17745 17745 17551 0 -1 1077944384 3345 0 0 0 62077 8 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709472932944 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17854] ppid=17745 vsize=28769356 memory=5900 CPUtime=619.54 cores=0-7
/proc/17747/task/17854/stat : 17854 (java) S 17745 17745 17551 0 -1 1077944384 18898 0 0 0 61888 66 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709471880400 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17855] ppid=17745 vsize=28769356 memory=612 CPUtime=619.34 cores=0-7
/proc/17747/task/17855/stat : 17855 (java) S 17745 17745 17551 0 -1 1077944384 20278 0 0 0 61880 54 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709478196560 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
Current children cumulated CPU time: 5070.51 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 3440376 KiB

[startup+692.401 s]
/proc/loadavg: 3.62 6.88 7.63 2/219 17905
/proc/meminfo: memFree=21157972/32770624 swapFree=66999300/67108860
[pid=17745] ppid=17742 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17745/stat : 17745 (xcsp3-exec) S 17742 17745 17551 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419865895 115843072 363 33554432000 4194304 5098028 140731622166128 140731622164232 140650187436668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35176448 140731622167414 140731622167657 140731622167657 140731622170570 0
/proc/17745/statm: 28282 363 305 221 0 87 0
[pid=17747] ppid=17745 vsize=28769356 memory=3438924 CPUtime=5070.9 cores=0-7
/proc/17747/stat : 17747 (java) S 17745 17745 17551 0 -1 1077944320 274349 0 0 0 506608 482 0 0 20 0 28 0 419865895 29459820544 859731 33554432000 4194304 4196468 140724960093888 140724960076432 139710899629815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
/proc/17747/statm: 7192339 859731 3540 1 0 7153441 0
[pid=17747/tid=17748] ppid=17745 vsize=28769356 memory=2116 CPUtime=0.58 cores=0-7
/proc/17747/task/17748/stat : 17748 (java) S 17745 17745 17551 0 -1 1077944384 9579 0 0 0 54 4 0 0 20 0 28 0 419865896 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710903870592 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17749] ppid=17745 vsize=28769356 memory=19588 CPUtime=5 cores=0-7
/proc/17747/task/17749/stat : 17749 (java) S 17745 17745 17551 0 -1 1077944384 7742 0 0 0 476 24 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710858390288 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17750] ppid=17745 vsize=28769356 memory=532 CPUtime=4.99 cores=0-7
/proc/17747/task/17750/stat : 17750 (java) S 17745 17745 17551 0 -1 1077944384 6797 0 0 0 474 25 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710450117520 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17751] ppid=17745 vsize=28769356 memory=6791534058613427641 CPUtime=5 cores=0-7
/proc/17747/task/17751/stat : 17751 (java) S 17745 17745 17551 0 -1 1077944384 6991 0 0 0 474 26 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710449064976 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17752] ppid=17745 vsize=28769356 memory=40664 CPUtime=4.94 cores=0-7
/proc/17747/task/17752/stat : 17752 (java) S 17745 17745 17551 0 -1 1077944384 8106 0 0 0 468 26 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710448012432 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17753] ppid=17745 vsize=28769356 memory=988 CPUtime=4.97 cores=0-7
/proc/17747/task/17753/stat : 17753 (java) S 17745 17745 17551 0 -1 1077944384 10359 0 0 0 470 27 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710446958864 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17754] ppid=17745 vsize=28769356 memory=2016 CPUtime=4.93 cores=0-7
/proc/17747/task/17754/stat : 17754 (java) S 17745 17745 17551 0 -1 1077944384 7983 0 0 0 468 25 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710445906320 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17755] ppid=17745 vsize=28769356 memory=1424 CPUtime=4.96 cores=0-7
/proc/17747/task/17755/stat : 17755 (java) S 17745 17745 17551 0 -1 1077944384 7364 0 0 0 471 25 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710444853776 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17756] ppid=17745 vsize=28769356 memory=6791534058613427641 CPUtime=4.98 cores=0-7
/proc/17747/task/17756/stat : 17756 (java) S 17745 17745 17551 0 -1 1077944384 7786 0 0 0 473 25 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710443801232 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17757] ppid=17745 vsize=28769356 memory=3473317618474474288 CPUtime=1.05 cores=0-7
/proc/17747/task/17757/stat : 17757 (java) S 17745 17745 17551 0 -1 1077944384 20139 0 0 0 81 24 0 0 20 0 28 0 419865898 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709497928176 139710899640962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17758] ppid=17745 vsize=28769356 memory=3473317618473712192 CPUtime=0 cores=0-7
/proc/17747/task/17758/stat : 17758 (java) S 17745 17745 17551 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 419865899 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709496874464 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17759] ppid=17745 vsize=28769356 memory=3472468739645459040 CPUtime=0 cores=0-7
/proc/17747/task/17759/stat : 17759 (java) S 17745 17745 17551 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 419865899 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709495821824 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17760] ppid=17745 vsize=28769356 memory=140460597650160 CPUtime=0 cores=0-7
/proc/17747/task/17760/stat : 17760 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419865901 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709494770384 139710899648411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17761] ppid=17745 vsize=28769356 memory=3977724036669723046 CPUtime=3.28 cores=0-7
/proc/17747/task/17761/stat : 17761 (java) S 17745 17745 17551 0 -1 1077944384 22911 0 0 0 324 4 0 0 20 0 28 0 419865901 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709493716976 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17762] ppid=17745 vsize=28769356 memory=3540023782111989953 CPUtime=3.16 cores=0-7
/proc/17747/task/17762/stat : 17762 (java) S 17745 17745 17551 0 -1 1077944384 25197 0 0 0 313 3 0 0 20 0 28 0 419865901 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709492664432 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17763] ppid=17745 vsize=28769356 memory=10596 CPUtime=3.08 cores=0-7
/proc/17747/task/17763/stat : 17763 (java) S 17745 17745 17551 0 -1 1077944384 20034 0 0 0 305 3 0 0 20 0 28 0 419865901 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709491611888 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17764] ppid=17745 vsize=28769356 memory=1712 CPUtime=1 cores=0-7
/proc/17747/task/17764/stat : 17764 (java) S 17745 17745 17551 0 -1 1077944384 15542 0 0 0 96 4 0 0 20 0 28 0 419865901 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709490559344 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17765] ppid=17745 vsize=28769356 memory=988 CPUtime=0 cores=0-7
/proc/17747/task/17765/stat : 17765 (java) S 17745 17745 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419865902 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709489507040 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17766] ppid=17745 vsize=28769356 memory=4004 CPUtime=0.31 cores=0-7
/proc/17747/task/17766/stat : 17766 (java) S 17745 17745 17551 0 -1 1077944384 3027 0 0 0 14 17 0 0 20 0 28 0 419865902 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709488454576 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17848] ppid=17745 vsize=28769356 memory=2828 CPUtime=617.91 cores=0-7
/proc/17747/task/17848/stat : 17848 (java) S 17745 17745 17551 0 -1 1077944384 5571 0 0 0 61784 7 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709476089920 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17849] ppid=17745 vsize=28769356 memory=1048 CPUtime=618.89 cores=0-7
/proc/17747/task/17849/stat : 17849 (java) S 17745 17745 17551 0 -1 1077944384 4811 0 0 0 61883 6 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709473986128 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17850] ppid=17745 vsize=28769356 memory=5900 CPUtime=618.7 cores=0-7
/proc/17747/task/17850/stat : 17850 (java) S 17745 17745 17551 0 -1 1077944384 22611 0 0 0 61806 64 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709477143248 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17851] ppid=17745 vsize=28769356 memory=280921195370336 CPUtime=617.78 cores=0-7
/proc/17747/task/17851/stat : 17851 (java) S 17745 17745 17551 0 -1 1077944384 12237 0 0 0 61769 9 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709468730192 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17852] ppid=17745 vsize=28769356 memory=6656426216303648864 CPUtime=679.8 cores=0-7
/proc/17747/task/17852/stat : 17852 (java) R 17745 17745 17551 0 -1 4202560 3840 0 0 0 67970 10 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709475032576 139710543851475 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17853] ppid=17745 vsize=28769356 memory=6944656592455359580 CPUtime=620.85 cores=0-7
/proc/17747/task/17853/stat : 17853 (java) S 17745 17745 17551 0 -1 1077944384 3345 0 0 0 62077 8 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709472932944 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17854] ppid=17745 vsize=28769356 memory=6944656592387989600 CPUtime=619.54 cores=0-7
/proc/17747/task/17854/stat : 17854 (java) S 17745 17745 17551 0 -1 1077944384 18898 0 0 0 61888 66 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709471880400 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17855] ppid=17745 vsize=28769356 memory=6944652177228980320 CPUtime=619.34 cores=0-7
/proc/17747/task/17855/stat : 17855 (java) S 17745 17745 17551 0 -1 1077944384 20278 0 0 0 61880 54 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709478196560 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
Current children cumulated CPU time: 5070.9 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 3440376 KiB

[startup+692.601 s]
/proc/loadavg: 3.62 6.88 7.63 2/219 17905
/proc/meminfo: memFree=21157972/32770624 swapFree=66999300/67108860
[pid=17745] ppid=17742 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17745/stat : 17745 (xcsp3-exec) S 17742 17745 17551 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419865895 115843072 363 33554432000 4194304 5098028 140731622166128 140731622164232 140650187436668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35176448 140731622167414 140731622167657 140731622167657 140731622170570 0
/proc/17745/statm: 28282 363 305 221 0 87 0
[pid=17747] ppid=17745 vsize=28769356 memory=3438924 CPUtime=5071.1 cores=0-7
/proc/17747/stat : 17747 (java) S 17745 17745 17551 0 -1 1077944320 274349 0 0 0 506628 482 0 0 20 0 28 0 419865895 29459820544 859731 33554432000 4194304 4196468 140724960093888 140724960076432 139710899629815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
/proc/17747/statm: 7192339 859731 3540 1 0 7153441 0
[pid=17747/tid=17748] ppid=17745 vsize=28769356 memory=6791534058613427641 CPUtime=0.58 cores=0-7
/proc/17747/task/17748/stat : 17748 (java) S 17745 17745 17551 0 -1 1077944384 9579 0 0 0 54 4 0 0 20 0 28 0 419865896 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710903870592 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17749] ppid=17745 vsize=28769356 memory=2016 CPUtime=5 cores=0-7
/proc/17747/task/17749/stat : 17749 (java) S 17745 17745 17551 0 -1 1077944384 7742 0 0 0 476 24 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710858390288 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17750] ppid=17745 vsize=28769356 memory=1424 CPUtime=4.99 cores=0-7
/proc/17747/task/17750/stat : 17750 (java) S 17745 17745 17551 0 -1 1077944384 6797 0 0 0 474 25 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710450117520 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17751] ppid=17745 vsize=28769356 memory=1540 CPUtime=5 cores=0-7
/proc/17747/task/17751/stat : 17751 (java) S 17745 17745 17551 0 -1 1077944384 6991 0 0 0 474 26 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710449064976 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17752] ppid=17745 vsize=28769356 memory=772 CPUtime=4.94 cores=0-7
/proc/17747/task/17752/stat : 17752 (java) S 17745 17745 17551 0 -1 1077944384 8106 0 0 0 468 26 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710448012432 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17753] ppid=17745 vsize=28769356 memory=10596 CPUtime=4.97 cores=0-7
/proc/17747/task/17753/stat : 17753 (java) S 17745 17745 17551 0 -1 1077944384 10359 0 0 0 470 27 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710446958864 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17754] ppid=17745 vsize=28769356 memory=1712 CPUtime=4.93 cores=0-7
/proc/17747/task/17754/stat : 17754 (java) S 17745 17745 17551 0 -1 1077944384 7983 0 0 0 468 25 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710445906320 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17755] ppid=17745 vsize=28769356 memory=988 CPUtime=4.96 cores=0-7
/proc/17747/task/17755/stat : 17755 (java) S 17745 17745 17551 0 -1 1077944384 7364 0 0 0 471 25 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710444853776 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17756] ppid=17745 vsize=28769356 memory=4004 CPUtime=4.98 cores=0-7
/proc/17747/task/17756/stat : 17756 (java) S 17745 17745 17551 0 -1 1077944384 7786 0 0 0 473 25 0 0 20 0 28 0 419865897 29459820544 859731 33554432000 4194304 4196468 140724960093888 139710443801232 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17757] ppid=17745 vsize=28769356 memory=2828 CPUtime=1.05 cores=0-7
/proc/17747/task/17757/stat : 17757 (java) S 17745 17745 17551 0 -1 1077944384 20139 0 0 0 81 24 0 0 20 0 28 0 419865898 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709497928176 139710899640962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17758] ppid=17745 vsize=28769356 memory=1048 CPUtime=0 cores=0-7
/proc/17747/task/17758/stat : 17758 (java) S 17745 17745 17551 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 419865899 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709496874464 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17759] ppid=17745 vsize=28769356 memory=5900 CPUtime=0 cores=0-7
/proc/17747/task/17759/stat : 17759 (java) S 17745 17745 17551 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 419865899 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709495821824 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17760] ppid=17745 vsize=28769356 memory=612 CPUtime=0 cores=0-7
/proc/17747/task/17760/stat : 17760 (java) S 17745 17745 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419865901 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709494770384 139710899648411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17761] ppid=17745 vsize=28769356 memory=1220 CPUtime=3.28 cores=0-7
/proc/17747/task/17761/stat : 17761 (java) S 17745 17745 17551 0 -1 1077944384 22911 0 0 0 324 4 0 0 20 0 28 0 419865901 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709493716976 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17762] ppid=17745 vsize=28769356 memory=1452 CPUtime=3.16 cores=0-7
/proc/17747/task/17762/stat : 17762 (java) S 17745 17745 17551 0 -1 1077944384 25197 0 0 0 313 3 0 0 20 0 28 0 419865901 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709492664432 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17763] ppid=17745 vsize=28769356 memory=19588 CPUtime=3.08 cores=0-7
/proc/17747/task/17763/stat : 17763 (java) S 17745 17745 17551 0 -1 1077944384 20034 0 0 0 305 3 0 0 20 0 28 0 419865901 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709491611888 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17764] ppid=17745 vsize=28769356 memory=532 CPUtime=1 cores=0-7
/proc/17747/task/17764/stat : 17764 (java) S 17745 17745 17551 0 -1 1077944384 15542 0 0 0 96 4 0 0 20 0 28 0 419865901 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709490559344 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17765] ppid=17745 vsize=28769356 memory=1556 CPUtime=0 cores=0-7
/proc/17747/task/17765/stat : 17765 (java) S 17745 17745 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419865902 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709489507040 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17766] ppid=17745 vsize=28769356 memory=932 CPUtime=0.31 cores=0-7
/proc/17747/task/17766/stat : 17766 (java) S 17745 17745 17551 0 -1 1077944384 3027 0 0 0 14 17 0 0 20 0 28 0 419865902 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709488454576 139710899640962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17848] ppid=17745 vsize=28769356 memory=3680 CPUtime=617.91 cores=0-7
/proc/17747/task/17848/stat : 17848 (java) S 17745 17745 17551 0 -1 1077944384 5571 0 0 0 61784 7 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709476089920 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17849] ppid=17745 vsize=28769356 memory=864 CPUtime=618.89 cores=0-7
/proc/17747/task/17849/stat : 17849 (java) S 17745 17745 17551 0 -1 1077944384 4811 0 0 0 61883 6 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709473986128 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17850] ppid=17745 vsize=28769356 memory=1436 CPUtime=618.7 cores=0-7
/proc/17747/task/17850/stat : 17850 (java) S 17745 17745 17551 0 -1 1077944384 22611 0 0 0 61806 64 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709477143248 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17851] ppid=17745 vsize=28769356 memory=1652 CPUtime=617.78 cores=0-7
/proc/17747/task/17851/stat : 17851 (java) S 17745 17745 17551 0 -1 1077944384 12237 0 0 0 61769 9 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709468730192 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17852] ppid=17745 vsize=28769356 memory=1980 CPUtime=680 cores=0-7
/proc/17747/task/17852/stat : 17852 (java) R 17745 17745 17551 0 -1 4202560 3840 0 0 0 67990 10 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709475032576 139710543851724 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17853] ppid=17745 vsize=28769356 memory=2540 CPUtime=620.85 cores=0-7
/proc/17747/task/17853/stat : 17853 (java) S 17745 17745 17551 0 -1 1077944384 3345 0 0 0 62077 8 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709472932944 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17854] ppid=17745 vsize=28769356 memory=1760 CPUtime=619.54 cores=0-7
/proc/17747/task/17854/stat : 17854 (java) S 17745 17745 17551 0 -1 1077944384 18898 0 0 0 61888 66 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709471880400 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
[pid=17747/tid=17855] ppid=17745 vsize=28769356 memory=111636 CPUtime=619.34 cores=0-7
/proc/17747/task/17855/stat : 17855 (java) S 17745 17745 17551 0 -1 1077944384 20278 0 0 0 61880 54 0 0 20 0 28 0 419866099 29459820544 859731 33554432000 4194304 4196468 140724960093888 139709478196560 139710899640021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 23969792 140724960101354 140724960101526 140724960101526 140724960104399 0
Current children cumulated CPU time: 5071.1 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 3440376 KiB

Child status: 0
Real time (s): 692.678
CPU time (s): 5071.2
CPU user time (s): 5066.34
CPU system time (s): 4.86122
CPU usage (%): 732.115
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 3440376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5066.34
system time used= 4.86122
maximum resident set size= 3440492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277141
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28988
involuntary context switches= 62760


# summary of solver processes directly reported to runsolver:
#   pid: 17745
#   total CPU time (s): 5071.2
#   total CPU user time (s): 5066.34
#   total CPU system time (s): 4.86122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.02717 second user time and 8.8901 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-14 07:33:54
IDJOB=4393915
IDBENCH=135747
IDSOLVER=2841
FILE ID=node140/4393915-1568439274
RUNJOBID= node140-1568438992-17578
PBS_JOBID= 21702327
Free space on /tmp= 58140 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-14.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-4393915-1568439274/watcher-4393915-1568439274 -o /tmp/evaluation-result-4393915-1568439274/solver-4393915-1568439274 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node140-1568438992-17578 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 719093605 HOME/instance-4393915-1568439274.xml

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

MD5SUM BENCH= 8288d58d1e6d081c99b6d9412791f2b3
RANDOM SEED=719093605

node140.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.43
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.43
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.43
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.43
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:        24591816 kB
MemAvailable:   31859212 kB
Buffers:          175816 kB
Cached:          7299156 kB
SwapCached:         2724 kB
Active:          1531112 kB
Inactive:        5951020 kB
Active(anon):       3496 kB
Inactive(anon):    44556 kB
Active(file):    1527616 kB
Inactive(file):  5906464 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66999300 kB
Dirty:             26240 kB
Writeback:            16 kB
AnonPages:        112712 kB
Mapped:            44500 kB
Shmem:             32276 kB
Slab:             291332 kB
SReclaimable:     261776 kB
SUnreclaim:        29556 kB
KernelStack:        3696 kB
PageTables:         5552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58116 MiB
End job on node140 at 2019-09-14 07:45:27