Trace number 4406888

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-24 parallelSAT 4263.04 535.533

General information on the benchmark

NameRandom/Random-RB-2-50-23f/
rand-2-50-23-587-230f-45.xml
MD5SUM41f8f24832fd252a4029981691973b80
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.333
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints467
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":50}]
Minimum variable degree9
Maximum variable degree28
Distribution of variable degrees[{"degree":9,"count":1},{"degree":12,"count":1},{"degree":13,"count":3},{"degree":15,"count":4},{"degree":16,"count":4},{"degree":17,"count":4},{"degree":18,"count":9},{"degree":19,"count":3},{"degree":20,"count":5},{"degree":21,"count":5},{"degree":22,"count":4},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":26,"count":1},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":467}]
Number of extensional constraints467
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":467}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406888-1569345812.xml"  -tl '20160s' -p 8
0.11/0.20	c Choco e747e1e
0.11/0.20	c [HOME/instance-4406888-1569345812.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
5.17/1.73	c solve instance...
4262.94/535.51	s SATISFIABLE
4262.94/535.51	v <instantiation>
4262.94/535.51	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
4262.94/535.51	v 	<values>18 18 16 18 11 13 5 21 17 8 14 10 1 11 0 17 4 17 12 17 11 18 11 0 7 8 20 16 9 16 14 11 19 22 11 0 2 8 6 19 11 15 14 14 13 15 18 16 16 20 </values>
4262.94/535.51	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406888-1569345812/watcher-4406888-1569345812 -o /tmp/evaluation-result-4406888-1569345812/solver-4406888-1569345812 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1569335937-4697 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 377153510 HOME/instance-4406888-1569345812.xml 

running on 8 cores: 0-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=6867, runsolver pid=6864
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 8.67 8.02 7.25 2/212 6888
/proc/meminfo: memFree=25270020/32770688 swapFree=67001284/67108860
[pid=6867] ppid=6864 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6867/stat : 6867 (xcsp3-exec) S 6864 6867 4670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510522779 115843072 364 33554432000 4194304 5098028 140732917774912 140732917773016 139910180201084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14614528 140732917777270 140732917777513 140732917777513 140732917780426 0
/proc/6867/statm: 28282 364 305 221 0 87 0
[pid=6869] ppid=6867 vsize=28227396 memory=29056 CPUtime=0.11 cores=0-7
/proc/6869/stat : 6869 (java) S 6867 6867 4670 0 -1 1077944320 5724 0 0 0 10 1 0 0 20 0 20 0 510522779 28904853504 7264 33554432000 4194304 4196468 140731881409248 140731881391792 139845669658359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
/proc/6869/statm: 7056849 7264 3120 1 0 7019032 0
[pid=6869/tid=6870] ppid=6867 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/6869/task/6870/stat : 6870 (java) R 6867 6867 4670 0 -1 4202560 3639 0 0 0 8 1 0 0 20 0 20 0 510522780 28904853504 7264 33554432000 4194304 4196468 140731881409248 139845673893416 139845292817284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6871] ppid=6867 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/6869/task/6871/stat : 6871 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 7264 33554432000 4194304 4196468 140731881409248 139845622278672 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6872] ppid=6867 vsize=28227396 memory=140201065096832 CPUtime=0 cores=0-7
/proc/6869/task/6872/stat : 6872 (java) S 6867 6867 4670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 7264 33554432000 4194304 4196468 140731881409248 139845621226128 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6873] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6873/stat : 6873 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 7264 33554432000 4194304 4196468 140731881409248 139845620173072 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6874] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6874/stat : 6874 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 7264 33554432000 4194304 4196468 140731881409248 139845619120528 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6875] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6875/stat : 6875 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 7264 33554432000 4194304 4196468 140731881409248 139845618068496 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6876] ppid=6867 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/6869/task/6876/stat : 6876 (java) S 6867 6867 4670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 7264 33554432000 4194304 4196468 140731881409248 139845617015952 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6877] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6877/stat : 6877 (java) S 6867 6867 4670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 7264 33554432000 4194304 4196468 140731881409248 139845615962896 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6878] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6878/stat : 6878 (java) S 6867 6867 4670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 7264 33554432000 4194304 4196468 140731881409248 139845614910352 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6879] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6879/stat : 6879 (java) S 6867 6867 4670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510522782 28904853504 7264 33554432000 4194304 4196468 140731881409248 139844133046512 139845669669506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6880] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6880/stat : 6880 (java) S 6867 6867 4670 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 510522783 28904853504 7264 33554432000 4194304 4196468 140731881409248 139844131992736 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6881] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6881/stat : 6881 (java) S 6867 6867 4670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510522783 28904853504 7264 33554432000 4194304 4196468 140731881409248 139844130939632 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6882] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6882/stat : 6882 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522786 28904853504 7264 33554432000 4194304 4196468 140731881409248 139844129888208 139845669676955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6883] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6883/stat : 6883 (java) S 6867 6867 4670 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 510522786 28904853504 7264 33554432000 4194304 4196468 140731881409248 139844128836336 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6884] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6884/stat : 6884 (java) S 6867 6867 4670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510522786 28904853504 7264 33554432000 4194304 4196468 140731881409248 139844127783792 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6885] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6885/stat : 6885 (java) S 6867 6867 4670 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 510522786 28904853504 7264 33554432000 4194304 4196468 140731881409248 139844126730736 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6886] ppid=6867 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/6869/task/6886/stat : 6886 (java) S 6867 6867 4670 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 20 0 510522786 28904853504 7264 33554432000 4194304 4196468 140731881409248 139844125678192 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6887] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6887/stat : 6887 (java) S 6867 6867 4670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510522786 28904853504 7264 33554432000 4194304 4196468 140731881409248 139844124625376 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6888] ppid=6867 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/6869/task/6888/stat : 6888 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522786 28904853504 7264 33554432000 4194304 4196468 140731881409248 139844123572912 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30512 KiB

[startup+0.211097 s]*
/proc/loadavg: 8.67 8.02 7.25 3/212 6888
/proc/meminfo: memFree=25256460/32770688 swapFree=67001284/67108860
[pid=6867] ppid=6864 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6867/stat : 6867 (xcsp3-exec) S 6864 6867 4670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510522779 115843072 364 33554432000 4194304 5098028 140732917774912 140732917773016 139910180201084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14614528 140732917777270 140732917777513 140732917777513 140732917780426 0
/proc/6867/statm: 28282 364 305 221 0 87 0
[pid=6869] ppid=6867 vsize=28227396 memory=39956 CPUtime=0.33 cores=0-7
/proc/6869/stat : 6869 (java) S 6867 6867 4670 0 -1 1077944320 9306 0 0 0 30 3 0 0 20 0 20 0 510522779 28904853504 9989 33554432000 4194304 4196468 140731881409248 140731881391792 139845669658359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
/proc/6869/statm: 7056849 9989 3289 1 0 7019032 0
[pid=6869/tid=6870] ppid=6867 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/6869/task/6870/stat : 6870 (java) R 6867 6867 4670 0 -1 4202560 6585 0 0 0 17 2 0 0 20 0 20 0 510522780 28904853504 9989 33554432000 4194304 4196468 140731881409248 139845673892032 139845669680285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6871] ppid=6867 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/6869/task/6871/stat : 6871 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 9989 33554432000 4194304 4196468 140731881409248 139845622278672 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6872] ppid=6867 vsize=28227396 memory=288370577216808576 CPUtime=0 cores=0-7
/proc/6869/task/6872/stat : 6872 (java) S 6867 6867 4670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 9989 33554432000 4194304 4196468 140731881409248 139845621226128 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6873] ppid=6867 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/6869/task/6873/stat : 6873 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 9989 33554432000 4194304 4196468 140731881409248 139845620173072 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6874] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6874/stat : 6874 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 9989 33554432000 4194304 4196468 140731881409248 139845619120528 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6875] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6875/stat : 6875 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 9989 33554432000 4194304 4196468 140731881409248 139845618068496 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6876] ppid=6867 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/6869/task/6876/stat : 6876 (java) S 6867 6867 4670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 9989 33554432000 4194304 4196468 140731881409248 139845617015952 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6877] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6877/stat : 6877 (java) S 6867 6867 4670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 9989 33554432000 4194304 4196468 140731881409248 139845615962896 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6878] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6878/stat : 6878 (java) S 6867 6867 4670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510522781 28904853504 9989 33554432000 4194304 4196468 140731881409248 139845614910352 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6879] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6879/stat : 6879 (java) S 6867 6867 4670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510522782 28904853504 9989 33554432000 4194304 4196468 140731881409248 139844133046512 139845669669506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6880] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6880/stat : 6880 (java) S 6867 6867 4670 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 510522783 28904853504 9989 33554432000 4194304 4196468 140731881409248 139844131992736 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6881] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6881/stat : 6881 (java) S 6867 6867 4670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510522783 28904853504 9989 33554432000 4194304 4196468 140731881409248 139844130939632 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6882] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6882/stat : 6882 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522786 28904853504 9989 33554432000 4194304 4196468 140731881409248 139844129888208 139845669676955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6883] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6883/stat : 6883 (java) S 6867 6867 4670 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 510522786 28904853504 9989 33554432000 4194304 4196468 140731881409248 139844128836336 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6884] ppid=6867 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/6869/task/6884/stat : 6884 (java) S 6867 6867 4670 0 -1 1077944384 123 0 0 0 2 0 0 0 20 0 20 0 510522786 28904853504 9989 33554432000 4194304 4196468 140731881409248 139844127783792 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6885] ppid=6867 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/6869/task/6885/stat : 6885 (java) R 6867 6867 4670 0 -1 1077944384 208 0 0 0 1 0 0 0 20 0 20 0 510522786 28904853504 9989 33554432000 4194304 4196468 140731881409248 139844126730736 139845669669506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6886] ppid=6867 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/6869/task/6886/stat : 6886 (java) S 6867 6867 4670 0 -1 1077944384 791 0 0 0 7 0 0 0 20 0 20 0 510522786 28904853504 9989 33554432000 4194304 4196468 140731881409248 139844125678192 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6887] ppid=6867 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6887/stat : 6887 (java) S 6867 6867 4670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510522786 28904853504 9989 33554432000 4194304 4196468 140731881409248 139844124625376 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6888] ppid=6867 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/6869/task/6888/stat : 6888 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522786 28904853504 9989 33554432000 4194304 4196468 140731881409248 139844123572912 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41412 KiB

[startup+0.310797 s]*
/proc/loadavg: 8.67 8.02 7.25 4/212 6888
/proc/meminfo: memFree=25251856/32770688 swapFree=67001284/67108860
[pid=6867] ppid=6864 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6867/stat : 6867 (xcsp3-exec) S 6864 6867 4670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510522779 115843072 364 33554432000 4194304 5098028 140732917774912 140732917773016 139910180201084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14614528 140732917777270 140732917777513 140732917777513 140732917780426 0
/proc/6867/statm: 28282 364 305 221 0 87 0
[pid=6869] ppid=6867 vsize=28231652 memory=46496 CPUtime=0.52 cores=0-7
/proc/6869/stat : 6869 (java) S 6867 6867 4670 0 -1 1077944320 10529 0 0 0 48 4 0 0 20 0 20 0 510522779 28909211648 11624 33554432000 4194304 4196468 140731881409248 140731881391792 139845669658359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
/proc/6869/statm: 7057913 11624 3319 1 0 7019032 0
[pid=6869/tid=6870] ppid=6867 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/6869/task/6870/stat : 6870 (java) R 6867 6867 4670 0 -1 4202560 7570 0 0 0 27 3 0 0 20 0 20 0 510522780 28909211648 11624 33554432000 4194304 4196468 140731881409248 139845673894240 139845655026511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6871] ppid=6867 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6871/stat : 6871 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28909211648 11624 33554432000 4194304 4196468 140731881409248 139845622278672 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6872] ppid=6867 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6872/stat : 6872 (java) S 6867 6867 4670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510522781 28909211648 11624 33554432000 4194304 4196468 140731881409248 139845621226128 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6873] ppid=6867 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6873/stat : 6873 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28909211648 11624 33554432000 4194304 4196468 140731881409248 139845620173072 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6874] ppid=6867 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6874/stat : 6874 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28909211648 11624 33554432000 4194304 4196468 140731881409248 139845619120528 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6875] ppid=6867 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6875/stat : 6875 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28909211648 11624 33554432000 4194304 4196468 140731881409248 139845618068496 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6876] ppid=6867 vsize=28231652 memory=140200953080495 CPUtime=0 cores=0-7
/proc/6869/task/6876/stat : 6876 (java) S 6867 6867 4670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510522781 28909211648 11624 33554432000 4194304 4196468 140731881409248 139845617015952 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6877] ppid=6867 vsize=28231652 memory=140200953082800 CPUtime=0 cores=0-7
/proc/6869/task/6877/stat : 6877 (java) S 6867 6867 4670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510522781 28909211648 11624 33554432000 4194304 4196468 140731881409248 139845615962896 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6878] ppid=6867 vsize=28231652 memory=140200953085104 CPUtime=0 cores=0-7
/proc/6869/task/6878/stat : 6878 (java) S 6867 6867 4670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510522781 28909211648 11624 33554432000 4194304 4196468 140731881409248 139845614910352 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6879] ppid=6867 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6879/stat : 6879 (java) S 6867 6867 4670 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510522782 28909211648 11624 33554432000 4194304 4196468 140731881409248 139844133046512 139845669669506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6880] ppid=6867 vsize=28231652 memory=280401906184080 CPUtime=0 cores=0-7
/proc/6869/task/6880/stat : 6880 (java) S 6867 6867 4670 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 510522783 28909211648 11624 33554432000 4194304 4196468 140731881409248 139844131992736 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6881] ppid=6867 vsize=28231652 memory=280401906181776 CPUtime=0 cores=0-7
/proc/6869/task/6881/stat : 6881 (java) S 6867 6867 4670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510522783 28909211648 11624 33554432000 4194304 4196468 140731881409248 139844130939632 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6882] ppid=6867 vsize=28231652 memory=280401906188688 CPUtime=0 cores=0-7
/proc/6869/task/6882/stat : 6882 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522786 28909211648 11624 33554432000 4194304 4196468 140731881409248 139844129888208 139845669676955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6883] ppid=6867 vsize=28231652 memory=280401906129936 CPUtime=0.01 cores=0-7
/proc/6869/task/6883/stat : 6883 (java) S 6867 6867 4670 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 20 0 510522786 28909211648 11624 33554432000 4194304 4196468 140731881409248 139844128836336 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6884] ppid=6867 vsize=28231652 memory=280401906202512 CPUtime=0.03 cores=0-7
/proc/6869/task/6884/stat : 6884 (java) S 6867 6867 4670 0 -1 1077944384 124 0 0 0 3 0 0 0 20 0 20 0 510522786 28909211648 11624 33554432000 4194304 4196468 140731881409248 139844127783792 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6885] ppid=6867 vsize=28231652 memory=280401906209424 CPUtime=0.02 cores=0-7
/proc/6869/task/6885/stat : 6885 (java) S 6867 6867 4670 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 20 0 510522786 28909211648 11624 33554432000 4194304 4196468 140731881409248 139844126730736 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6886] ppid=6867 vsize=28231652 memory=280401906207120 CPUtime=0.12 cores=0-7
/proc/6869/task/6886/stat : 6886 (java) S 6867 6867 4670 0 -1 1077944384 955 0 0 0 12 0 0 0 20 0 20 0 510522786 28909211648 11624 33554432000 4194304 4196468 140731881409248 139844125678192 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6887] ppid=6867 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6887/stat : 6887 (java) S 6867 6867 4670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510522786 28909211648 11624 33554432000 4194304 4196468 140731881409248 139844124625376 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6888] ppid=6867 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/6869/task/6888/stat : 6888 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522786 28909211648 11624 33554432000 4194304 4196468 140731881409248 139844123572912 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 47952 KiB

[startup+0.701066 s]
/proc/loadavg: 8.67 8.02 7.25 6/212 6888
/proc/meminfo: memFree=25230460/32770688 swapFree=67001284/67108860
[pid=6867] ppid=6864 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6867/stat : 6867 (xcsp3-exec) S 6864 6867 4670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510522779 115843072 364 33554432000 4194304 5098028 140732917774912 140732917773016 139910180201084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14614528 140732917777270 140732917777513 140732917777513 140732917780426 0
/proc/6867/statm: 28282 364 305 221 0 87 0
[pid=6869] ppid=6867 vsize=28233776 memory=138388 CPUtime=1.94 cores=0-7
/proc/6869/stat : 6869 (java) S 6867 6867 4670 0 -1 1077944320 15030 0 0 0 188 6 0 0 20 0 20 0 510522779 28911386624 34597 33554432000 4194304 4196468 140731881409248 140731881391792 139845669658359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
/proc/6869/statm: 7058444 34597 3442 1 0 7019544 0
[pid=6869/tid=6870] ppid=6867 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/6869/task/6870/stat : 6870 (java) R 6867 6867 4670 0 -1 4202560 8385 0 0 0 64 4 0 0 20 0 20 0 510522780 28911386624 34597 33554432000 4194304 4196468 140731881409248 139845673893248 139845669679706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6871] ppid=6867 vsize=28233776 memory=140200953291632 CPUtime=0 cores=0-7
/proc/6869/task/6871/stat : 6871 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28911386624 34597 33554432000 4194304 4196468 140731881409248 139845622278672 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6872] ppid=6867 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6872/stat : 6872 (java) S 6867 6867 4670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510522781 28911386624 34597 33554432000 4194304 4196468 140731881409248 139845621226128 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6873] ppid=6867 vsize=28233776 memory=1564 CPUtime=0 cores=0-7
/proc/6869/task/6873/stat : 6873 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510522781 28911386624 34597 33554432000 4194304 4196468 140731881409248 139845620173072 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0

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

[pid=6869/tid=6886] ppid=6867 vsize=28766288 memory=1368 CPUtime=0.85 cores=0-7
/proc/6869/task/6886/stat : 6886 (java) S 6867 6867 4670 0 -1 1077944384 8938 0 0 0 83 2 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844125678192 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6887] ppid=6867 vsize=28766288 memory=1056 CPUtime=0 cores=0-7
/proc/6869/task/6887/stat : 6887 (java) S 6867 6867 4670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844124625376 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6888] ppid=6867 vsize=28766288 memory=772 CPUtime=0.1 cores=0-7
/proc/6869/task/6888/stat : 6888 (java) S 6867 6867 4670 0 -1 1077944384 1053 0 0 0 0 10 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844123572912 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6889] ppid=6867 vsize=28766288 memory=1696 CPUtime=530.29 cores=0-7
/proc/6869/task/6889/stat : 6889 (java) R 6867 6867 4670 0 -1 4202560 1350 0 0 0 53029 0 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844114590760 139845300337358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6890] ppid=6867 vsize=28766288 memory=1228 CPUtime=532.67 cores=0-7
/proc/6869/task/6890/stat : 6890 (java) R 6867 6867 4670 0 -1 4202560 1311 0 0 0 53267 0 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844113539336 139845300097142 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6891] ppid=6867 vsize=28766288 memory=0 CPUtime=528.43 cores=0-7
/proc/6869/task/6891/stat : 6891 (java) R 6867 6867 4670 0 -1 4202560 5497 0 0 0 52822 21 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844112486544 139845300337563 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6892] ppid=6867 vsize=28766288 memory=5787477641288517003 CPUtime=532.6 cores=0-7
/proc/6869/task/6892/stat : 6892 (java) R 6867 6867 4670 0 -1 4202560 6805 0 0 0 53236 24 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844111434456 139845300452407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6893] ppid=6867 vsize=28766288 memory=-8961168018402230209 CPUtime=532.39 cores=0-7
/proc/6869/task/6893/stat : 6893 (java) R 6867 6867 4670 0 -1 4202560 6204 0 0 0 53224 15 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844110381304 139845300097360 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6894] ppid=6867 vsize=28766288 memory=-8253362762722141311 CPUtime=532.53 cores=0-7
/proc/6869/task/6894/stat : 6894 (java) R 6867 6867 4670 0 -1 4202560 5795 0 0 0 53239 14 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844109328760 139845300451764 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6895] ppid=6867 vsize=28766288 memory=7100839861465685612 CPUtime=531.49 cores=0-7
/proc/6869/task/6895/stat : 6895 (java) R 6867 6867 4670 0 -1 4202560 1132 0 0 0 53146 3 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844108276184 139845300097370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6896] ppid=6867 vsize=28766288 memory=-7175204567652784766 CPUtime=530.52 cores=0-7
/proc/6869/task/6896/stat : 6896 (java) R 6867 6867 4670 0 -1 4202560 8171 0 0 0 53016 36 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844107225888 139845301235576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
Current children cumulated CPU time: 4260.54 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 3273724 KiB

[startup+535.402 s]
/proc/loadavg: 8.28 8.26 7.70 9/219 6938
/proc/meminfo: memFree=22021936/32770688 swapFree=67001284/67108860
[pid=6867] ppid=6864 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6867/stat : 6867 (xcsp3-exec) S 6864 6867 4670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510522779 115843072 364 33554432000 4194304 5098028 140732917774912 140732917773016 139910180201084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14614528 140732917777270 140732917777513 140732917777513 140732917780426 0
/proc/6867/statm: 28282 364 305 221 0 87 0
[pid=6869] ppid=6867 vsize=28766288 memory=3272268 CPUtime=4262.14 cores=0-7
/proc/6869/stat : 6869 (java) S 6867 6867 4670 0 -1 1077944320 96511 0 0 0 426035 179 0 0 20 0 28 0 510522779 29456678912 818067 33554432000 4194304 4196468 140731881409248 140731881391792 139845669658359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
/proc/6869/statm: 7191572 818067 3516 1 0 7152672 0
[pid=6869/tid=6870] ppid=6867 vsize=28766288 memory=8514726395714825349 CPUtime=1.64 cores=0-7
/proc/6869/task/6870/stat : 6870 (java) S 6867 6867 4670 0 -1 1077944384 9143 0 0 0 156 8 0 0 20 0 28 0 510522780 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845673899136 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6871] ppid=6867 vsize=28766288 memory=-6520471753822164382 CPUtime=0.14 cores=0-7
/proc/6869/task/6871/stat : 6871 (java) S 6867 6867 4670 0 -1 1077944384 1408 0 0 0 9 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845622278672 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6872] ppid=6867 vsize=28766288 memory=1456 CPUtime=0.16 cores=0-7
/proc/6869/task/6872/stat : 6872 (java) S 6867 6867 4670 0 -1 1077944384 559 0 0 0 11 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845621226128 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6873] ppid=6867 vsize=28766288 memory=7452720076485651046 CPUtime=0.17 cores=0-7
/proc/6869/task/6873/stat : 6873 (java) S 6867 6867 4670 0 -1 1077944384 1534 0 0 0 11 6 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845620173072 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6874] ppid=6867 vsize=28766288 memory=288230574492221466 CPUtime=0.14 cores=0-7
/proc/6869/task/6874/stat : 6874 (java) S 6867 6867 4670 0 -1 1077944384 1336 0 0 0 9 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845619120528 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6875] ppid=6867 vsize=28766288 memory=288230596050944315 CPUtime=0.16 cores=0-7
/proc/6869/task/6875/stat : 6875 (java) S 6867 6867 4670 0 -1 1077944384 1624 0 0 0 11 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845618068496 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6876] ppid=6867 vsize=28766288 memory=14973369246289459 CPUtime=0.16 cores=0-7
/proc/6869/task/6876/stat : 6876 (java) S 6867 6867 4670 0 -1 1077944384 1319 0 0 0 11 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845617015952 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6877] ppid=6867 vsize=28766288 memory=0 CPUtime=0.16 cores=0-7
/proc/6869/task/6877/stat : 6877 (java) S 6867 6867 4670 0 -1 1077944384 1284 0 0 0 11 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845615962896 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6878] ppid=6867 vsize=28766288 memory=5787477641288517003 CPUtime=0.16 cores=0-7
/proc/6869/task/6878/stat : 6878 (java) S 6867 6867 4670 0 -1 1077944384 1556 0 0 0 11 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845614910352 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6879] ppid=6867 vsize=28766288 memory=0 CPUtime=0.05 cores=0-7
/proc/6869/task/6879/stat : 6879 (java) S 6867 6867 4670 0 -1 1077944384 5027 0 0 0 3 2 0 0 20 0 28 0 510522782 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844133046512 139845669669506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6880] ppid=6867 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/6869/task/6880/stat : 6880 (java) S 6867 6867 4670 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 510522783 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844131992800 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6881] ppid=6867 vsize=28766288 memory=280401908105392 CPUtime=0 cores=0-7
/proc/6869/task/6881/stat : 6881 (java) S 6867 6867 4670 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 510522783 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844130939648 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6882] ppid=6867 vsize=28766288 memory=140200954403025 CPUtime=0 cores=0-7
/proc/6869/task/6882/stat : 6882 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844129888208 139845669676955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6883] ppid=6867 vsize=28766288 memory=140200953448248 CPUtime=1.85 cores=0-7
/proc/6869/task/6883/stat : 6883 (java) S 6867 6867 4670 0 -1 1077944384 10385 0 0 0 184 1 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844128836336 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6884] ppid=6867 vsize=28766288 memory=140200953427040 CPUtime=1.82 cores=0-7
/proc/6869/task/6884/stat : 6884 (java) S 6867 6867 4670 0 -1 1077944384 7250 0 0 0 181 1 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844127783792 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6885] ppid=6867 vsize=28766288 memory=140200954394496 CPUtime=1.84 cores=0-7
/proc/6869/task/6885/stat : 6885 (java) S 6867 6867 4670 0 -1 1077944384 6492 0 0 0 183 1 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844126730736 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6886] ppid=6867 vsize=28766288 memory=140200953427200 CPUtime=0.85 cores=0-7
/proc/6869/task/6886/stat : 6886 (java) S 6867 6867 4670 0 -1 1077944384 8938 0 0 0 83 2 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844125678192 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6887] ppid=6867 vsize=28766288 memory=3612 CPUtime=0 cores=0-7
/proc/6869/task/6887/stat : 6887 (java) S 6867 6867 4670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844124625376 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6888] ppid=6867 vsize=28766288 memory=288230574492221466 CPUtime=0.1 cores=0-7
/proc/6869/task/6888/stat : 6888 (java) S 6867 6867 4670 0 -1 1077944384 1053 0 0 0 0 10 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844123572912 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6889] ppid=6867 vsize=28766288 memory=288230596050944315 CPUtime=530.49 cores=0-7
/proc/6869/task/6889/stat : 6889 (java) R 6867 6867 4670 0 -1 4202560 1351 0 0 0 53049 0 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844114590760 139845300416162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6890] ppid=6867 vsize=28766288 memory=14973369246289459 CPUtime=532.87 cores=0-7
/proc/6869/task/6890/stat : 6890 (java) R 6867 6867 4670 0 -1 4202560 1311 0 0 0 53287 0 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844113539336 139845300338045 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6891] ppid=6867 vsize=28766288 memory=8112282956445269571 CPUtime=528.62 cores=0-7
/proc/6869/task/6891/stat : 6891 (java) R 6867 6867 4670 0 -1 4202560 5497 0 0 0 52841 21 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844112486544 139845300922403 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6892] ppid=6867 vsize=28766288 memory=1728 CPUtime=532.8 cores=0-7
/proc/6869/task/6892/stat : 6892 (java) R 6867 6867 4670 0 -1 4202560 6805 0 0 0 53256 24 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844111434456 139845300096639 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6893] ppid=6867 vsize=28766288 memory=1398722017469774279 CPUtime=532.59 cores=0-7
/proc/6869/task/6893/stat : 6893 (java) R 6867 6867 4670 0 -1 4202560 6205 0 0 0 53244 15 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844110381304 139845300452795 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6894] ppid=6867 vsize=28766288 memory=4126316290023845779 CPUtime=532.73 cores=0-7
/proc/6869/task/6894/stat : 6894 (java) R 6867 6867 4670 0 -1 4202560 5795 0 0 0 53259 14 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844109328760 139845300337122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6895] ppid=6867 vsize=28766288 memory=4126316290023845779 CPUtime=531.69 cores=0-7
/proc/6869/task/6895/stat : 6895 (java) R 6867 6867 4670 0 -1 4202560 1133 0 0 0 53166 3 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844108276184 139845300097360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6896] ppid=6867 vsize=28766288 memory=8112282956445269571 CPUtime=530.72 cores=0-7
/proc/6869/task/6896/stat : 6896 (java) R 6867 6867 4670 0 -1 4202560 8173 0 0 0 53036 36 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844107225888 139845300452795 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
Current children cumulated CPU time: 4262.14 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 3273724 KiB

[startup+535.502 s]
/proc/loadavg: 8.28 8.26 7.70 9/219 6938
/proc/meminfo: memFree=22021936/32770688 swapFree=67001284/67108860
[pid=6867] ppid=6864 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6867/stat : 6867 (xcsp3-exec) S 6864 6867 4670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510522779 115843072 364 33554432000 4194304 5098028 140732917774912 140732917773016 139910180201084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14614528 140732917777270 140732917777513 140732917777513 140732917780426 0
/proc/6867/statm: 28282 364 305 221 0 87 0
[pid=6869] ppid=6867 vsize=28766288 memory=3272268 CPUtime=4262.94 cores=0-7
/proc/6869/stat : 6869 (java) S 6867 6867 4670 0 -1 1077944320 96519 0 0 0 426115 179 0 0 20 0 28 0 510522779 29456678912 818067 33554432000 4194304 4196468 140731881409248 140731881391792 139845669658359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
/proc/6869/statm: 7191572 818067 3516 1 0 7152672 0
[pid=6869/tid=6870] ppid=6867 vsize=28766288 memory=3272268 CPUtime=1.64 cores=0-7
/proc/6869/task/6870/stat : 6870 (java) S 6867 6867 4670 0 -1 1077944384 9143 0 0 0 156 8 0 0 20 0 28 0 510522780 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845673899136 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6871] ppid=6867 vsize=28766288 memory=3272268 CPUtime=0.14 cores=0-7
/proc/6869/task/6871/stat : 6871 (java) S 6867 6867 4670 0 -1 1077944384 1408 0 0 0 9 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845622278672 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6872] ppid=6867 vsize=28766288 memory=1456 CPUtime=0.16 cores=0-7
/proc/6869/task/6872/stat : 6872 (java) S 6867 6867 4670 0 -1 1077944384 559 0 0 0 11 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845621226128 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6873] ppid=6867 vsize=28766288 memory=1456 CPUtime=0.17 cores=0-7
/proc/6869/task/6873/stat : 6873 (java) S 6867 6867 4670 0 -1 1077944384 1534 0 0 0 11 6 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845620173072 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6874] ppid=6867 vsize=28766288 memory=3297924 CPUtime=0.14 cores=0-7
/proc/6869/task/6874/stat : 6874 (java) S 6867 6867 4670 0 -1 1077944384 1336 0 0 0 9 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845619120528 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6875] ppid=6867 vsize=28766288 memory=8112282956445269571 CPUtime=0.16 cores=0-7
/proc/6869/task/6875/stat : 6875 (java) S 6867 6867 4670 0 -1 1077944384 1624 0 0 0 11 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845618068496 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6876] ppid=6867 vsize=28766288 memory=3401916 CPUtime=0.16 cores=0-7
/proc/6869/task/6876/stat : 6876 (java) S 6867 6867 4670 0 -1 1077944384 1319 0 0 0 11 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845617015952 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6877] ppid=6867 vsize=28766288 memory=0 CPUtime=0.16 cores=0-7
/proc/6869/task/6877/stat : 6877 (java) S 6867 6867 4670 0 -1 1077944384 1284 0 0 0 11 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845615962896 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6878] ppid=6867 vsize=28766288 memory=3689186662915846520 CPUtime=0.16 cores=0-7
/proc/6869/task/6878/stat : 6878 (java) S 6867 6867 4670 0 -1 1077944384 1556 0 0 0 11 5 0 0 20 0 28 0 510522781 29456678912 818067 33554432000 4194304 4196468 140731881409248 139845614910352 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6879] ppid=6867 vsize=28766288 memory=3297924 CPUtime=0.05 cores=0-7
/proc/6869/task/6879/stat : 6879 (java) S 6867 6867 4670 0 -1 1077944384 5027 0 0 0 3 2 0 0 20 0 28 0 510522782 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844133046512 139845669669506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6880] ppid=6867 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/6869/task/6880/stat : 6880 (java) S 6867 6867 4670 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 510522783 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844131992800 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6881] ppid=6867 vsize=28766288 memory=3298788 CPUtime=0 cores=0-7
/proc/6869/task/6881/stat : 6881 (java) S 6867 6867 4670 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 510522783 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844130939648 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6882] ppid=6867 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/6869/task/6882/stat : 6882 (java) S 6867 6867 4670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844129888208 139845669676955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6883] ppid=6867 vsize=28766288 memory=62432 CPUtime=1.85 cores=0-7
/proc/6869/task/6883/stat : 6883 (java) S 6867 6867 4670 0 -1 1077944384 10385 0 0 0 184 1 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844128836336 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6884] ppid=6867 vsize=28766288 memory=1456 CPUtime=1.82 cores=0-7
/proc/6869/task/6884/stat : 6884 (java) S 6867 6867 4670 0 -1 1077944384 7250 0 0 0 181 1 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844127783792 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6885] ppid=6867 vsize=28766288 memory=1456 CPUtime=1.84 cores=0-7
/proc/6869/task/6885/stat : 6885 (java) S 6867 6867 4670 0 -1 1077944384 6492 0 0 0 183 1 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844126730736 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6886] ppid=6867 vsize=28766288 memory=1456 CPUtime=0.85 cores=0-7
/proc/6869/task/6886/stat : 6886 (java) S 6867 6867 4670 0 -1 1077944384 8938 0 0 0 83 2 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844125678192 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6887] ppid=6867 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/6869/task/6887/stat : 6887 (java) S 6867 6867 4670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844124625376 139845669668565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6888] ppid=6867 vsize=28766288 memory=3272268 CPUtime=0.1 cores=0-7
/proc/6869/task/6888/stat : 6888 (java) S 6867 6867 4670 0 -1 1077944384 1053 0 0 0 0 10 0 0 20 0 28 0 510522786 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844123572912 139845669669506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6889] ppid=6867 vsize=28766288 memory=1456 CPUtime=530.59 cores=0-7
/proc/6869/task/6889/stat : 6889 (java) R 6867 6867 4670 0 -1 4202560 1351 0 0 0 53059 0 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844114590760 139845300338236 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6890] ppid=6867 vsize=28766288 memory=1456 CPUtime=532.97 cores=0-7
/proc/6869/task/6890/stat : 6890 (java) R 6867 6867 4670 0 -1 4202560 1312 0 0 0 53297 0 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844113539336 139845300096639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6891] ppid=6867 vsize=28766288 memory=1456 CPUtime=528.72 cores=0-7
/proc/6869/task/6891/stat : 6891 (java) R 6867 6867 4670 0 -1 4202560 5497 0 0 0 52851 21 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844112486544 139845300452272 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6892] ppid=6867 vsize=28766288 memory=1456 CPUtime=532.9 cores=0-7
/proc/6869/task/6892/stat : 6892 (java) R 6867 6867 4670 0 -1 4202560 6807 0 0 0 53266 24 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844111434456 139845300573234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6893] ppid=6867 vsize=28766288 memory=3612 CPUtime=532.69 cores=0-7
/proc/6869/task/6893/stat : 6893 (java) R 6867 6867 4670 0 -1 4202560 6208 0 0 0 53254 15 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844110381304 139845300417203 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6894] ppid=6867 vsize=28766288 memory=1456 CPUtime=532.83 cores=0-7
/proc/6869/task/6894/stat : 6894 (java) R 6867 6867 4670 0 -1 4202560 5797 0 0 0 53269 14 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844109328760 139845300097216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6895] ppid=6867 vsize=28766288 memory=1456 CPUtime=531.79 cores=0-7
/proc/6869/task/6895/stat : 6895 (java) R 6867 6867 4670 0 -1 4202560 1133 0 0 0 53176 3 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844108276184 139845300338008 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
[pid=6869/tid=6896] ppid=6867 vsize=28766288 memory=3272268 CPUtime=530.82 cores=0-7
/proc/6869/task/6896/stat : 6896 (java) R 6867 6867 4670 0 -1 4202560 8173 0 0 0 53046 36 0 0 20 0 28 0 510522954 29456678912 818067 33554432000 4194304 4196468 140731881409248 139844107225888 139845299806490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19492864 140731881415658 140731881415830 140731881415830 140731881418703 0
Current children cumulated CPU time: 4262.94 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 3273724 KiB

Child status: 0
Real time (s): 535.533
CPU time (s): 4263.04
CPU user time (s): 4261.23
CPU system time (s): 1.81579
CPU usage (%): 796.038
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 3405420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4261.23
system time used= 1.81579
maximum resident set size= 3404108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16450
involuntary context switches= 48045


# summary of solver processes directly reported to runsolver:
#   pid: 6867
#   total CPU time (s): 4263.04
#   total CPU user time (s): 4261.23
#   total CPU system time (s): 1.81579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.80855 second user time and 6.57623 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-24 19:22:50
IDJOB=4406888
IDBENCH=122226
IDSOLVER=2871
FILE ID=node116/4406888-1569345812
RUNJOBID= node116-1569335937-4697
PBS_JOBID= 21705067
Free space on /tmp= 6552 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Random/Random-RB-2-50-23f/rand-2-50-23-587-230f-45.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-4406888-1569345812/watcher-4406888-1569345812 -o /tmp/evaluation-result-4406888-1569345812/solver-4406888-1569345812 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1569335937-4697 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 377153510 HOME/instance-4406888-1569345812.xml

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

MD5SUM BENCH= 41f8f24832fd252a4029981691973b80
RANDOM SEED=377153510

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        25286744 kB
MemAvailable:   31843020 kB
Buffers:          102992 kB
Cached:          6616616 kB
SwapCached:         3376 kB
Active:          3345176 kB
Inactive:        3379684 kB
Active(anon):       7644 kB
Inactive(anon):    54044 kB
Active(file):    3337532 kB
Inactive(file):  3325640 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       67001284 kB
Dirty:             26624 kB
Writeback:             0 kB
AnonPages:        100276 kB
Mapped:            56544 kB
Shmem:             47780 kB
Slab:             350724 kB
SReclaimable:     321564 kB
SUnreclaim:        29160 kB
KernelStack:        3440 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     514948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6524 MiB
End job on node116 at 2019-09-24 19:31:46