Trace number 4407377

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 parallelOPT104 1218.14 153.662

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-10.xml
MD5SUM3c026331d7bc07d88063d95da0d404ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark38.5816
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-4407377-1569347702.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407377-1569347702.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.04/0.57	c solve instance...
1.46/0.66	o 198 
1.46/0.68	o 196 
1.46/0.69	o 191 
1.46/0.69	o 185 
1.46/0.69	o 184 
2.00/0.71	o 117 
2.00/0.71	o 112 
2.00/0.72	o 111 
2.00/0.73	o 110 
2.00/0.75	o 108 
2.00/0.76	o 106 
6.39/1.38	o 105 
11.16/1.90	o 104 
1217.75/153.65	s OPTIMUM FOUND
1217.75/153.65	v <instantiation>
1217.75/153.65	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>
1217.75/153.65	v 	<values>9 7 5 2 3 0 1 4 6 8 14 12 11 13 10 3 8 7 8 8 1 11 6 10 12 9 7 4 6 4 </values>
1217.75/153.65	v </instantiation>

Verifier Data

OK	104

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

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

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

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


[startup+0.100118 s]*
/proc/loadavg: 6.50 7.72 8.03 2/214 16217
/proc/meminfo: memFree=25464472/32770624 swapFree=66992416/67108860
[pid=16196] ppid=16193 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16196/stat : 16196 (xcsp3-exec) S 16193 16196 11698 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511032771 115843072 363 33554432000 4194304 5098028 140732799593296 140732799591400 139979681727100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30416896 140732799599448 140732799599706 140732799599706 140732799602630 0
/proc/16196/statm: 28282 363 305 221 0 87 0
[pid=16198] ppid=16196 vsize=28227396 memory=29064 CPUtime=0.12 cores=0-7
/proc/16198/stat : 16198 (java) S 16196 16196 11698 0 -1 1077944320 5747 0 0 0 11 1 0 0 20 0 20 0 511032772 28904853504 7266 33554432000 4194304 4196468 140728400541584 140728400524128 139621531909879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
/proc/16198/statm: 7056849 7266 3117 1 0 7019032 0
[pid=16198/tid=16199] ppid=16196 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/16198/task/16199/stat : 16199 (java) R 16196 16196 11698 0 -1 4202560 3654 0 0 0 8 0 0 0 20 0 20 0 511032772 28904853504 7266 33554432000 4194304 4196468 140728400541584 139621536143152 139621531921814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16200] ppid=16196 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/16198/task/16200/stat : 16200 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 7266 33554432000 4194304 4196468 140728400541584 139621484530064 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16201] ppid=16196 vsize=28227396 memory=140052933555840 CPUtime=0 cores=0-7
/proc/16198/task/16201/stat : 16201 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 7266 33554432000 4194304 4196468 140728400541584 139621483477264 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16202] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16202/stat : 16202 (java) S 16196 16196 11698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 7266 33554432000 4194304 4196468 140728400541584 139621482424976 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16203] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16203/stat : 16203 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 7266 33554432000 4194304 4196468 140728400541584 139621481372176 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16204] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16204/stat : 16204 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 7266 33554432000 4194304 4196468 140728400541584 139621480319888 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16205] ppid=16196 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16198/task/16205/stat : 16205 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 7266 33554432000 4194304 4196468 140728400541584 139621479267088 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16206] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16206/stat : 16206 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 7266 33554432000 4194304 4196468 140728400541584 139621478214800 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16207] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16207/stat : 16207 (java) S 16196 16196 11698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 7266 33554432000 4194304 4196468 140728400541584 139621477162000 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16208] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16208/stat : 16208 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032774 28904853504 7266 33554432000 4194304 4196468 140728400541584 139620197337200 139621531921026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16209] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16209/stat : 16209 (java) S 16196 16196 11698 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511032775 28904853504 7266 33554432000 4194304 4196468 140728400541584 139620196283168 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16210] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16210/stat : 16210 (java) S 16196 16196 11698 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511032775 28904853504 7266 33554432000 4194304 4196468 140728400541584 139620195230832 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16211] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16211/stat : 16211 (java) S 16196 16196 11698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511032777 28904853504 7266 33554432000 4194304 4196468 140728400541584 139620194179152 139621531928475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16212] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16212/stat : 16212 (java) S 16196 16196 11698 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 511032777 28904853504 7266 33554432000 4194304 4196468 140728400541584 139620125764208 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16213] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16213/stat : 16213 (java) S 16196 16196 11698 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 511032777 28904853504 7266 33554432000 4194304 4196468 140728400541584 139620124711408 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16214] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16214/stat : 16214 (java) S 16196 16196 11698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511032777 28904853504 7266 33554432000 4194304 4196468 140728400541584 139620123659120 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16215] ppid=16196 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16198/task/16215/stat : 16215 (java) R 16196 16196 11698 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 20 0 511032777 28904853504 7266 33554432000 4194304 4196468 140728400541584 139620122606320 139621510587231 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16216] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16216/stat : 16216 (java) S 16196 16196 11698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511032778 28904853504 7266 33554432000 4194304 4196468 140728400541584 139620121553248 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16217] ppid=16196 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16198/task/16217/stat : 16217 (java) S 16196 16196 11698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511032778 28904853504 7266 33554432000 4194304 4196468 140728400541584 139620120500528 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30516 KiB

[startup+0.210559 s]*
/proc/loadavg: 6.50 7.72 8.03 2/214 16217
/proc/meminfo: memFree=25451844/32770624 swapFree=66992416/67108860
[pid=16196] ppid=16193 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16196/stat : 16196 (xcsp3-exec) S 16193 16196 11698 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511032771 115843072 363 33554432000 4194304 5098028 140732799593296 140732799591400 139979681727100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30416896 140732799599448 140732799599706 140732799599706 140732799602630 0
/proc/16196/statm: 28282 363 305 221 0 87 0
[pid=16198] ppid=16196 vsize=28227396 memory=41168 CPUtime=0.33 cores=0-7
/proc/16198/stat : 16198 (java) S 16196 16196 11698 0 -1 1077944320 9520 0 0 0 30 3 0 0 20 0 20 0 511032772 28904853504 10292 33554432000 4194304 4196468 140728400541584 140728400524128 139621531909879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
/proc/16198/statm: 7056849 10292 3305 1 0 7019032 0
[pid=16198/tid=16199] ppid=16196 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/16198/task/16199/stat : 16199 (java) R 16196 16196 11698 0 -1 4202560 6659 0 0 0 18 2 0 0 20 0 20 0 511032772 28904853504 10292 33554432000 4194304 4196468 140728400541584 139621536141792 139621531921814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16200] ppid=16196 vsize=28227396 memory=330 CPUtime=0 cores=0-7
/proc/16198/task/16200/stat : 16200 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 10292 33554432000 4194304 4196468 140728400541584 139621484530064 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16201] ppid=16196 vsize=28227396 memory=140052937532513 CPUtime=0 cores=0-7
/proc/16198/task/16201/stat : 16201 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 10292 33554432000 4194304 4196468 140728400541584 139621483477264 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16202] ppid=16196 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16198/task/16202/stat : 16202 (java) S 16196 16196 11698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 10292 33554432000 4194304 4196468 140728400541584 139621482424976 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16203] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16203/stat : 16203 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 10292 33554432000 4194304 4196468 140728400541584 139621481372176 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16204] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16204/stat : 16204 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 10292 33554432000 4194304 4196468 140728400541584 139621480319888 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16205] ppid=16196 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16198/task/16205/stat : 16205 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 10292 33554432000 4194304 4196468 140728400541584 139621479267088 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16206] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16206/stat : 16206 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 10292 33554432000 4194304 4196468 140728400541584 139621478214800 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16207] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16207/stat : 16207 (java) S 16196 16196 11698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511032773 28904853504 10292 33554432000 4194304 4196468 140728400541584 139621477162000 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16208] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16208/stat : 16208 (java) S 16196 16196 11698 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511032774 28904853504 10292 33554432000 4194304 4196468 140728400541584 139620197337200 139621531921026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16209] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16209/stat : 16209 (java) S 16196 16196 11698 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511032775 28904853504 10292 33554432000 4194304 4196468 140728400541584 139620196283168 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16210] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16210/stat : 16210 (java) S 16196 16196 11698 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511032775 28904853504 10292 33554432000 4194304 4196468 140728400541584 139620195230832 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16211] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16211/stat : 16211 (java) S 16196 16196 11698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511032777 28904853504 10292 33554432000 4194304 4196468 140728400541584 139620194179152 139621531928475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16212] ppid=16196 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16198/task/16212/stat : 16212 (java) R 16196 16196 11698 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 20 0 511032777 28904853504 10292 33554432000 4194304 4196468 140728400541584 139620125764208 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16213] ppid=16196 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16198/task/16213/stat : 16213 (java) S 16196 16196 11698 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 20 0 511032777 28904853504 10292 33554432000 4194304 4196468 140728400541584 139620124711408 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16214] ppid=16196 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/16198/task/16214/stat : 16214 (java) R 16196 16196 11698 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 20 0 511032777 28904853504 10292 33554432000 4194304 4196468 140728400541584 139620123659120 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16215] ppid=16196 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/16198/task/16215/stat : 16215 (java) R 16196 16196 11698 0 -1 4202560 764 0 0 0 7 0 0 0 20 0 20 0 511032777 28904853504 10292 33554432000 4194304 4196468 140728400541584 139620122606320 139621531921814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16216] ppid=16196 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16216/stat : 16216 (java) S 16196 16196 11698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511032778 28904853504 10292 33554432000 4194304 4196468 140728400541584 139620121553248 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16217] ppid=16196 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16198/task/16217/stat : 16217 (java) S 16196 16196 11698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511032778 28904853504 10292 33554432000 4194304 4196468 140728400541584 139620120500528 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42620 KiB

[startup+0.310372 s]*
/proc/loadavg: 6.50 7.72 8.03 3/214 16217
/proc/meminfo: memFree=25443608/32770624 swapFree=66992416/67108860
[pid=16196] ppid=16193 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16196/stat : 16196 (xcsp3-exec) S 16193 16196 11698 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511032771 115843072 363 33554432000 4194304 5098028 140732799593296 140732799591400 139979681727100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30416896 140732799599448 140732799599706 140732799599706 140732799602630 0
/proc/16196/statm: 28282 363 305 221 0 87 0
[pid=16198] ppid=16196 vsize=28231652 memory=49624 CPUtime=0.52 cores=0-7
/proc/16198/stat : 16198 (java) S 16196 16196 11698 0 -1 1077944320 10811 0 0 0 48 4 0 0 20 0 20 0 511032772 28909211648 12406 33554432000 4194304 4196468 140728400541584 140728400524128 139621531909879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
/proc/16198/statm: 7057913 12406 3341 1 0 7019032 0
[pid=16198/tid=16199] ppid=16196 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/16198/task/16199/stat : 16199 (java) R 16196 16196 11698 0 -1 4202560 7754 0 0 0 26 3 0 0 20 0 20 0 511032772 28909211648 12450 33554432000 4194304 4196468 140728400541584 139621536143664 139621531931805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16200] ppid=16196 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16200/stat : 16200 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28909211648 12450 33554432000 4194304 4196468 140728400541584 139621484530064 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16201] ppid=16196 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16201/stat : 16201 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28909211648 12450 33554432000 4194304 4196468 140728400541584 139621483477264 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16202] ppid=16196 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16202/stat : 16202 (java) S 16196 16196 11698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511032773 28909211648 12450 33554432000 4194304 4196468 140728400541584 139621482424976 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16203] ppid=16196 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16203/stat : 16203 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28909211648 12450 33554432000 4194304 4196468 140728400541584 139621481372176 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16204] ppid=16196 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16204/stat : 16204 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28909211648 12450 33554432000 4194304 4196468 140728400541584 139621480319888 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16205] ppid=16196 vsize=28231652 memory=140052776708783 CPUtime=0 cores=0-7
/proc/16198/task/16205/stat : 16205 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28909211648 12450 33554432000 4194304 4196468 140728400541584 139621479267088 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16206] ppid=16196 vsize=28231652 memory=140052776711088 CPUtime=0 cores=0-7
/proc/16198/task/16206/stat : 16206 (java) S 16196 16196 11698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511032773 28909211648 12450 33554432000 4194304 4196468 140728400541584 139621478214800 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16207] ppid=16196 vsize=28231652 memory=140052776713392 CPUtime=0 cores=0-7
/proc/16198/task/16207/stat : 16207 (java) S 16196 16196 11698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511032773 28909211648 12450 33554432000 4194304 4196468 140728400541584 139621477162000 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16208] ppid=16196 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16208/stat : 16208 (java) S 16196 16196 11698 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511032774 28909211648 12450 33554432000 4194304 4196468 140728400541584 139620197337200 139621531921026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16209] ppid=16196 vsize=28231652 memory=280105553440656 CPUtime=0 cores=0-7
/proc/16198/task/16209/stat : 16209 (java) S 16196 16196 11698 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511032775 28909211648 12450 33554432000 4194304 4196468 140728400541584 139620196283168 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16210] ppid=16196 vsize=28231652 memory=280105553438352 CPUtime=0 cores=0-7
/proc/16198/task/16210/stat : 16210 (java) S 16196 16196 11698 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511032775 28909211648 12450 33554432000 4194304 4196468 140728400541584 139620195230832 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16211] ppid=16196 vsize=28231652 memory=280105553445264 CPUtime=0 cores=0-7
/proc/16198/task/16211/stat : 16211 (java) S 16196 16196 11698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511032777 28909211648 12450 33554432000 4194304 4196468 140728400541584 139620194179152 139621531928475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16212] ppid=16196 vsize=28231652 memory=280105553386512 CPUtime=0.01 cores=0-7
/proc/16198/task/16212/stat : 16212 (java) S 16196 16196 11698 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 20 0 511032777 28909211648 12450 33554432000 4194304 4196468 140728400541584 139620125764208 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16213] ppid=16196 vsize=28231652 memory=280105553459088 CPUtime=0.04 cores=0-7
/proc/16198/task/16213/stat : 16213 (java) R 16196 16196 11698 0 -1 4202560 301 0 0 0 4 0 0 0 20 0 20 0 511032777 28909211648 12450 33554432000 4194304 4196468 140728400541584 139620124711408 139621515410066 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16214] ppid=16196 vsize=28231652 memory=280105553466000 CPUtime=0.02 cores=0-7
/proc/16198/task/16214/stat : 16214 (java) S 16196 16196 11698 0 -1 1077944384 231 0 0 0 2 0 0 0 20 0 20 0 511032777 28909211648 12450 33554432000 4194304 4196468 140728400541584 139620123659120 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16215] ppid=16196 vsize=28231652 memory=280105553463696 CPUtime=0.13 cores=0-7
/proc/16198/task/16215/stat : 16215 (java) S 16196 16196 11698 0 -1 1077944384 862 0 0 0 13 0 0 0 20 0 20 0 511032777 28909211648 12450 33554432000 4194304 4196468 140728400541584 139620122606320 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16216] ppid=16196 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16216/stat : 16216 (java) S 16196 16196 11698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511032778 28909211648 12450 33554432000 4194304 4196468 140728400541584 139620121553248 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16217] ppid=16196 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/16198/task/16217/stat : 16217 (java) S 16196 16196 11698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511032778 28909211648 12450 33554432000 4194304 4196468 140728400541584 139620120500528 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51076 KiB

[startup+0.703806 s]
/proc/loadavg: 6.50 7.72 8.03 6/214 16217
/proc/meminfo: memFree=25429644/32770624 swapFree=66992416/67108860
[pid=16196] ppid=16193 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16196/stat : 16196 (xcsp3-exec) S 16193 16196 11698 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511032771 115843072 363 33554432000 4194304 5098028 140732799593296 140732799591400 139979681727100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30416896 140732799599448 140732799599706 140732799599706 140732799602630 0
/proc/16196/statm: 28282 363 305 221 0 87 0
[pid=16198] ppid=16196 vsize=28832852 memory=166896 CPUtime=2 cores=0-7
/proc/16198/stat : 16198 (java) S 16196 16196 11698 0 -1 1077944320 16162 0 0 0 190 10 0 0 20 0 21 0 511032772 29524840448 41724 33554432000 4194304 4196468 140728400541584 140728400524128 139621531909879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
/proc/16198/statm: 7208213 41724 3456 1 0 7169313 0
[pid=16198/tid=16199] ppid=16196 vsize=28832852 memory=0 CPUtime=0.56 cores=0-7
/proc/16198/task/16199/stat : 16199 (java) S 16196 16196 11698 0 -1 1077944384 9168 0 0 0 52 4 0 0 20 0 21 0 511032772 29524840448 41724 33554432000 4194304 4196468 140728400541584 139621536150656 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16200] ppid=16196 vsize=28832852 memory=140052776919920 CPUtime=0 cores=0-7
/proc/16198/task/16200/stat : 16200 (java) R 16196 16196 11698 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 511032773 29524840448 41724 33554432000 4194304 4196468 140728400541584 139621484530184 139621524538087 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16201] ppid=16196 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16201/stat : 16201 (java) S 16196 16196 11698 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 21 0 511032773 29524840448 41724 33554432000 4194304 4196468 140728400541584 139621483477264 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16202] ppid=16196 vsize=28832852 memory=1164 CPUtime=0 cores=0-7
/proc/16198/task/16202/stat : 16202 (java) S 16196 16196 11698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 511032773 29524840448 41724 33554432000 4194304 4196468 140728400541584 139621482424992 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0

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

[pid=16198/tid=16215] ppid=16196 vsize=28832852 memory=1984 CPUtime=0.65 cores=0-7
/proc/16198/task/16215/stat : 16215 (java) S 16196 16196 11698 0 -1 1077944384 6780 0 0 0 64 1 0 0 20 0 28 0 511032777 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620122606320 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16216] ppid=16196 vsize=28832852 memory=2528 CPUtime=0 cores=0-7
/proc/16198/task/16216/stat : 16216 (java) S 16196 16196 11698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511032778 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620121553248 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16217] ppid=16196 vsize=28832852 memory=1764 CPUtime=0.02 cores=0-7
/proc/16198/task/16217/stat : 16217 (java) S 16196 16196 11698 0 -1 1077944384 2037 0 0 0 1 1 0 0 20 0 28 0 511032778 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620120500528 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16321] ppid=16196 vsize=28832852 memory=780 CPUtime=149.75 cores=0-7
/proc/16198/task/16321/stat : 16321 (java) R 16196 16196 11698 0 -1 4202560 3145 0 0 0 14975 0 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620108360232 139621154333384 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16322] ppid=16196 vsize=28832852 memory=3620 CPUtime=149.09 cores=0-7
/proc/16198/task/16322/stat : 16322 (java) R 16196 16196 11698 0 -1 4202560 1335 0 0 0 14909 0 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620104150720 139621153760641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16323] ppid=16196 vsize=28832852 memory=1576 CPUtime=149.38 cores=0-7
/proc/16198/task/16323/stat : 16323 (java) R 16196 16196 11698 0 -1 4202560 1471 0 0 0 14938 0 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620107309184 139621153760124 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16324] ppid=16196 vsize=28832852 memory=1028 CPUtime=149.75 cores=0-7
/proc/16198/task/16324/stat : 16324 (java) R 16196 16196 11698 0 -1 4202560 3233 0 0 0 14974 1 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620103098632 139621156060612 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16325] ppid=16196 vsize=28832852 memory=1060 CPUtime=149.29 cores=0-7
/proc/16198/task/16325/stat : 16325 (java) R 16196 16196 11698 0 -1 4202560 2364 0 0 0 14928 1 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620111520264 139621153698983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16326] ppid=16196 vsize=28832852 memory=2828 CPUtime=149.37 cores=0-7
/proc/16198/task/16326/stat : 16326 (java) R 16196 16196 11698 0 -1 4202560 2009 0 0 0 14935 2 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620105203920 139621513316196 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16327] ppid=16196 vsize=28832852 memory=756 CPUtime=149.68 cores=0-7
/proc/16198/task/16327/stat : 16327 (java) R 16196 16196 11698 0 -1 4202560 1937 0 0 0 14967 1 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620106259408 139621153761131 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16328] ppid=16196 vsize=28832852 memory=1548 CPUtime=149.89 cores=0-7
/proc/16198/task/16328/stat : 16328 (java) R 16196 16196 11698 0 -1 4202560 3114 0 0 0 14989 0 0 0 20 0 28 0 511032963 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620109414400 139621153868009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
Current children cumulated CPU time: 1211.39 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 275932 KiB

[startup+153.202 s]
/proc/loadavg: 7.87 7.80 8.01 2/219 16337
/proc/meminfo: memFree=25224324/32770624 swapFree=66992416/67108860
[pid=16196] ppid=16193 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16196/stat : 16196 (xcsp3-exec) S 16193 16196 11698 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511032771 115843072 363 33554432000 4194304 5098028 140732799593296 140732799591400 139979681727100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30416896 140732799599448 140732799599706 140732799599706 140732799602630 0
/proc/16196/statm: 28282 363 305 221 0 87 0
[pid=16198] ppid=16196 vsize=28832852 memory=274480 CPUtime=1214.56 cores=0-7
/proc/16198/stat : 16198 (java) S 16196 16196 11698 0 -1 1077944320 93855 0 0 0 121388 68 0 0 20 0 28 0 511032772 29524840448 68620 33554432000 4194304 4196468 140728400541584 140728400524128 139621531909879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
/proc/16198/statm: 7208213 68620 3521 1 0 7169313 0
[pid=16198/tid=16199] ppid=16196 vsize=28832852 memory=0 CPUtime=0.56 cores=0-7
/proc/16198/task/16199/stat : 16199 (java) S 16196 16196 11698 0 -1 1077944384 9169 0 0 0 52 4 0 0 20 0 28 0 511032772 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621536150656 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16200] ppid=16196 vsize=28832852 memory=0 CPUtime=0.19 cores=0-7
/proc/16198/task/16200/stat : 16200 (java) S 16196 16196 11698 0 -1 1077944384 2001 0 0 0 14 5 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621484530064 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16201] ppid=16196 vsize=28832852 memory=0 CPUtime=0.19 cores=0-7
/proc/16198/task/16201/stat : 16201 (java) S 16196 16196 11698 0 -1 1077944384 1258 0 0 0 14 5 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621483477264 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16202] ppid=16196 vsize=28832852 memory=0 CPUtime=0.19 cores=0-7
/proc/16198/task/16202/stat : 16202 (java) S 16196 16196 11698 0 -1 1077944384 2997 0 0 0 13 6 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621482424976 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16203] ppid=16196 vsize=28832852 memory=0 CPUtime=0.19 cores=0-7
/proc/16198/task/16203/stat : 16203 (java) S 16196 16196 11698 0 -1 1077944384 1720 0 0 0 13 6 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621481372176 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16204] ppid=16196 vsize=28832852 memory=0 CPUtime=0.19 cores=0-7
/proc/16198/task/16204/stat : 16204 (java) S 16196 16196 11698 0 -1 1077944384 1717 0 0 0 14 5 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621480319888 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16205] ppid=16196 vsize=28832852 memory=0 CPUtime=0.19 cores=0-7
/proc/16198/task/16205/stat : 16205 (java) S 16196 16196 11698 0 -1 1077944384 3034 0 0 0 14 5 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621479267088 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16206] ppid=16196 vsize=28832852 memory=0 CPUtime=0.2 cores=0-7
/proc/16198/task/16206/stat : 16206 (java) S 16196 16196 11698 0 -1 1077944384 1560 0 0 0 14 6 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621478214800 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16207] ppid=16196 vsize=28832852 memory=0 CPUtime=0.19 cores=0-7
/proc/16198/task/16207/stat : 16207 (java) S 16196 16196 11698 0 -1 1077944384 1671 0 0 0 14 5 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621477162000 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16208] ppid=16196 vsize=28832852 memory=0 CPUtime=0.2 cores=0-7
/proc/16198/task/16208/stat : 16208 (java) S 16196 16196 11698 0 -1 1077944384 6649 0 0 0 17 3 0 0 20 0 28 0 511032774 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620197337200 139621531921026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16209] ppid=16196 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16209/stat : 16209 (java) S 16196 16196 11698 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 511032775 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620196283232 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16210] ppid=16196 vsize=28832852 memory=3977874053773211969 CPUtime=0 cores=0-7
/proc/16198/task/16210/stat : 16210 (java) S 16196 16196 11698 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511032775 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620195230848 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16211] ppid=16196 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/16198/task/16211/stat : 16211 (java) S 16196 16196 11698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511032777 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620194179152 139621531928475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16212] ppid=16196 vsize=28832852 memory=7453010367396972917 CPUtime=1.45 cores=0-7
/proc/16198/task/16212/stat : 16212 (java) S 16196 16196 11698 0 -1 1077944384 9490 0 0 0 144 1 0 0 20 0 28 0 511032777 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620125764208 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16213] ppid=16196 vsize=28832852 memory=2983484987623353778 CPUtime=1.83 cores=0-7
/proc/16198/task/16213/stat : 16213 (java) S 16196 16196 11698 0 -1 1077944384 12541 0 0 0 181 2 0 0 20 0 28 0 511032777 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620124711408 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16214] ppid=16196 vsize=28832852 memory=6055748413838863794 CPUtime=1.42 cores=0-7
/proc/16198/task/16214/stat : 16214 (java) S 16196 16196 11698 0 -1 1077944384 9085 0 0 0 141 1 0 0 20 0 28 0 511032777 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620123659120 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16215] ppid=16196 vsize=28832852 memory=6055748525508013490 CPUtime=0.65 cores=0-7
/proc/16198/task/16215/stat : 16215 (java) S 16196 16196 11698 0 -1 1077944384 6780 0 0 0 64 1 0 0 20 0 28 0 511032777 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620122606320 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16216] ppid=16196 vsize=28832852 memory=2983484141514786972 CPUtime=0 cores=0-7
/proc/16198/task/16216/stat : 16216 (java) S 16196 16196 11698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511032778 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620121553248 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16217] ppid=16196 vsize=28832852 memory=2983525033898421682 CPUtime=0.02 cores=0-7
/proc/16198/task/16217/stat : 16217 (java) S 16196 16196 11698 0 -1 1077944384 2039 0 0 0 1 1 0 0 20 0 28 0 511032778 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620120500528 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16321] ppid=16196 vsize=28832852 memory=7595201242620505522 CPUtime=150.14 cores=0-7
/proc/16198/task/16321/stat : 16321 (java) R 16196 16196 11698 0 -1 4202560 3145 0 0 0 15014 0 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620108360040 139621155018806 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16322] ppid=16196 vsize=28832852 memory=7597753604245569348 CPUtime=149.48 cores=0-7
/proc/16198/task/16322/stat : 16322 (java) R 16196 16196 11698 0 -1 4202560 1335 0 0 0 14948 0 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620104150912 139621153760839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16323] ppid=16196 vsize=28832852 memory=8099060580716920644 CPUtime=149.77 cores=0-7
/proc/16198/task/16323/stat : 16323 (java) R 16196 16196 11698 0 -1 4202560 1471 0 0 0 14977 0 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620107308936 139621149518606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16324] ppid=16196 vsize=28832852 memory=6055698175606417642 CPUtime=150.15 cores=0-7
/proc/16198/task/16324/stat : 16324 (java) R 16196 16196 11698 0 -1 4202560 3233 0 0 0 15014 1 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620103098496 139621153760830 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16325] ppid=16196 vsize=28832852 memory=0 CPUtime=149.69 cores=0-7
/proc/16198/task/16325/stat : 16325 (java) R 16196 16196 11698 0 -1 4202560 2364 0 0 0 14968 1 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620111520264 139621517853991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16326] ppid=16196 vsize=28832852 memory=7306434772945895052 CPUtime=149.77 cores=0-7
/proc/16198/task/16326/stat : 16326 (java) R 16196 16196 11698 0 -1 4202560 2010 0 0 0 14975 2 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620105204392 139621153761134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16327] ppid=16196 vsize=28832852 memory=3472397856709574285 CPUtime=150.08 cores=0-7
/proc/16198/task/16327/stat : 16327 (java) R 16196 16196 11698 0 -1 4202560 1937 0 0 0 15007 1 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620106259248 139621154824534 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16328] ppid=16196 vsize=28832852 memory=69561290358414 CPUtime=150.28 cores=0-7
/proc/16198/task/16328/stat : 16328 (java) R 16196 16196 11698 0 -1 4202560 3114 0 0 0 15028 0 0 0 20 0 28 0 511032963 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620109413712 139621149518540 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
Current children cumulated CPU time: 1214.56 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 275932 KiB

[startup+153.602 s]
/proc/loadavg: 7.87 7.80 8.01 2/219 16337
/proc/meminfo: memFree=25224324/32770624 swapFree=66992416/67108860
[pid=16196] ppid=16193 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16196/stat : 16196 (xcsp3-exec) S 16193 16196 11698 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511032771 115843072 363 33554432000 4194304 5098028 140732799593296 140732799591400 139979681727100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30416896 140732799599448 140732799599706 140732799599706 140732799602630 0
/proc/16196/statm: 28282 363 305 221 0 87 0
[pid=16198] ppid=16196 vsize=28832852 memory=274480 CPUtime=1217.75 cores=0-7
/proc/16198/stat : 16198 (java) S 16196 16196 11698 0 -1 1077944320 93862 0 0 0 121707 68 0 0 20 0 28 0 511032772 29524840448 68620 33554432000 4194304 4196468 140728400541584 140728400524128 139621531909879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
/proc/16198/statm: 7208213 68620 3521 1 0 7169313 0
[pid=16198/tid=16199] ppid=16196 vsize=28832852 memory=272348 CPUtime=0.56 cores=0-7
/proc/16198/task/16199/stat : 16199 (java) S 16196 16196 11698 0 -1 1077944384 9169 0 0 0 52 4 0 0 20 0 28 0 511032772 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621536150656 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16200] ppid=16196 vsize=28832852 memory=1452 CPUtime=0.19 cores=0-7
/proc/16198/task/16200/stat : 16200 (java) S 16196 16196 11698 0 -1 1077944384 2003 0 0 0 14 5 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621484530064 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16201] ppid=16196 vsize=28832852 memory=3620 CPUtime=0.19 cores=0-7
/proc/16198/task/16201/stat : 16201 (java) S 16196 16196 11698 0 -1 1077944384 1258 0 0 0 14 5 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621483477264 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16202] ppid=16196 vsize=28832852 memory=1576 CPUtime=0.19 cores=0-7
/proc/16198/task/16202/stat : 16202 (java) S 16196 16196 11698 0 -1 1077944384 2997 0 0 0 13 6 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621482424976 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16203] ppid=16196 vsize=28832852 memory=1028 CPUtime=0.19 cores=0-7
/proc/16198/task/16203/stat : 16203 (java) S 16196 16196 11698 0 -1 1077944384 1720 0 0 0 13 6 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621481372176 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16204] ppid=16196 vsize=28832852 memory=1060 CPUtime=0.19 cores=0-7
/proc/16198/task/16204/stat : 16204 (java) S 16196 16196 11698 0 -1 1077944384 1717 0 0 0 14 5 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621480319888 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16205] ppid=16196 vsize=28832852 memory=2828 CPUtime=0.19 cores=0-7
/proc/16198/task/16205/stat : 16205 (java) S 16196 16196 11698 0 -1 1077944384 3035 0 0 0 14 5 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621479267088 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16206] ppid=16196 vsize=28832852 memory=3620 CPUtime=0.2 cores=0-7
/proc/16198/task/16206/stat : 16206 (java) S 16196 16196 11698 0 -1 1077944384 1560 0 0 0 14 6 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621478214800 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16207] ppid=16196 vsize=28832852 memory=49480 CPUtime=0.19 cores=0-7
/proc/16198/task/16207/stat : 16207 (java) S 16196 16196 11698 0 -1 1077944384 1671 0 0 0 14 5 0 0 20 0 28 0 511032773 29524840448 68620 33554432000 4194304 4196468 140728400541584 139621477162000 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16208] ppid=16196 vsize=28832852 memory=2004 CPUtime=0.2 cores=0-7
/proc/16198/task/16208/stat : 16208 (java) S 16196 16196 11698 0 -1 1077944384 6651 0 0 0 17 3 0 0 20 0 28 0 511032774 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620197337200 139621531921026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16209] ppid=16196 vsize=28832852 memory=984 CPUtime=0 cores=0-7
/proc/16198/task/16209/stat : 16209 (java) S 16196 16196 11698 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 511032775 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620196283232 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16210] ppid=16196 vsize=28832852 memory=1324 CPUtime=0 cores=0-7
/proc/16198/task/16210/stat : 16210 (java) S 16196 16196 11698 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511032775 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620195230848 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16211] ppid=16196 vsize=28832852 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16198/task/16211/stat : 16211 (java) S 16196 16196 11698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511032777 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620194179152 139621531928475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16212] ppid=16196 vsize=28832852 memory=14008 CPUtime=1.45 cores=0-7
/proc/16198/task/16212/stat : 16212 (java) S 16196 16196 11698 0 -1 1077944384 9490 0 0 0 144 1 0 0 20 0 28 0 511032777 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620125764208 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16213] ppid=16196 vsize=28832852 memory=1452 CPUtime=1.83 cores=0-7
/proc/16198/task/16213/stat : 16213 (java) S 16196 16196 11698 0 -1 1077944384 12541 0 0 0 181 2 0 0 20 0 28 0 511032777 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620124711408 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16214] ppid=16196 vsize=28832852 memory=274480 CPUtime=1.42 cores=0-7
/proc/16198/task/16214/stat : 16214 (java) S 16196 16196 11698 0 -1 1077944384 9085 0 0 0 141 1 0 0 20 0 28 0 511032777 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620123659120 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16215] ppid=16196 vsize=28832852 memory=21064 CPUtime=0.65 cores=0-7
/proc/16198/task/16215/stat : 16215 (java) S 16196 16196 11698 0 -1 1077944384 6780 0 0 0 64 1 0 0 20 0 28 0 511032777 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620122606320 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16216] ppid=16196 vsize=28832852 memory=140052776616121 CPUtime=0 cores=0-7
/proc/16198/task/16216/stat : 16216 (java) S 16196 16196 11698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511032778 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620121553248 139621531920085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16217] ppid=16196 vsize=28832852 memory=-7674914008656224160 CPUtime=0.02 cores=0-7
/proc/16198/task/16217/stat : 16217 (java) S 16196 16196 11698 0 -1 1077944384 2039 0 0 0 1 1 0 0 20 0 28 0 511032778 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620120500528 139621531921026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16321] ppid=16196 vsize=28832852 memory=6656426216303648864 CPUtime=150.53 cores=0-7
/proc/16198/task/16321/stat : 16321 (java) R 16196 16196 11698 0 -1 4202560 3145 0 0 0 15053 0 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620108360232 139621154333841 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16322] ppid=16196 vsize=28832852 memory=6943526294502006880 CPUtime=149.88 cores=0-7
/proc/16198/task/16322/stat : 16322 (java) R 16196 16196 11698 0 -1 4202560 1335 0 0 0 14988 0 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620104150912 139621154823444 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16323] ppid=16196 vsize=28832852 memory=6944656592455360604 CPUtime=150.17 cores=0-7
/proc/16198/task/16323/stat : 16323 (java) R 16196 16196 11698 0 -1 4202560 1472 0 0 0 15017 0 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620107309320 139621154824529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16324] ppid=16196 vsize=28832852 memory=164 CPUtime=150.55 cores=0-7
/proc/16198/task/16324/stat : 16324 (java) R 16196 16196 11698 0 -1 4202560 3234 0 0 0 15054 1 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620103098096 139621153867816 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16325] ppid=16196 vsize=28832852 memory=6944656592455359580 CPUtime=150.09 cores=0-7
/proc/16198/task/16325/stat : 16325 (java) R 16196 16196 11698 0 -1 4202560 2364 0 0 0 15008 1 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620111522640 139621153761067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16326] ppid=16196 vsize=28832852 memory=6944656592387989600 CPUtime=150.17 cores=0-7
/proc/16198/task/16326/stat : 16326 (java) R 16196 16196 11698 0 -1 4202560 2010 0 0 0 15015 2 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620105203920 139621156360176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16327] ppid=16196 vsize=28832852 memory=6944652177228980320 CPUtime=150.48 cores=0-7
/proc/16198/task/16327/stat : 16327 (java) R 16196 16196 11698 0 -1 4202560 1937 0 0 0 15047 1 0 0 20 0 28 0 511032962 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620106256936 139621155110456 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
[pid=16198/tid=16328] ppid=16196 vsize=28832852 memory=6944656592455097440 CPUtime=150.67 cores=0-7
/proc/16198/task/16328/stat : 16328 (java) R 16196 16196 11698 0 -1 4202560 3114 0 0 0 15067 0 0 0 20 0 28 0 511032963 29524840448 68620 33554432000 4194304 4196468 140728400541584 139620109414888 139621153760786 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21864448 140728400544732 140728400544907 140728400544907 140728400547791 0
Current children cumulated CPU time: 1217.75 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 275932 KiB

Child status: 0
Real time (s): 153.662
CPU time (s): 1218.14
CPU user time (s): 1217.45
CPU system time (s): 0.694844
CPU usage (%): 792.74
Max. virtual memory (cumulated for all children) (KiB): 28945980
Max. memory (cumulated for all children) (KiB): 275932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1217.45
system time used= 0.694844
maximum resident set size= 274632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95725
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22876
involuntary context switches= 15790


# summary of solver processes directly reported to runsolver:
#   pid: 16196
#   total CPU time (s): 1218.14
#   total CPU user time (s): 1217.45
#   total CPU system time (s): 0.694844

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38919 second user time and 1.56622 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-24 19:54:19
IDJOB=4407377
IDBENCH=135736
IDSOLVER=2872
FILE ID=node121/4407377-1569347702
RUNJOBID= node121-1569335936-11725
PBS_JOBID= 21705063
Free space on /var/tmp= 13512 MiB

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

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=327303870

node121.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.75
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.75
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.75
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.75
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:        25480728 kB
MemAvailable:   31844652 kB
Buffers:          145564 kB
Cached:          6308864 kB
SwapCached:         4604 kB
Active:          3209116 kB
Inactive:        3254284 kB
Active(anon):       5028 kB
Inactive(anon):    53860 kB
Active(file):    3204088 kB
Inactive(file):  3200424 kB
Unevictable:      109072 kB
Mlocked:          109072 kB
SwapTotal:      67108860 kB
SwapFree:       66992416 kB
Dirty:             26276 kB
Writeback:             0 kB
AnonPages:        113520 kB
Mapped:            52232 kB
Shmem:             41104 kB
Slab:             417744 kB
SReclaimable:     387872 kB
SUnreclaim:        29872 kB
KernelStack:        3456 kB
PageTables:         6144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514988 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node121 at 2019-09-24 19:56:53