Trace number 4393820

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelOPT32 11.53 2.21939

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-18-3-6-8.xml
MD5SUM5d7a010bf2d95efed7f70b0fa6bbffad
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark1.37412
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints73
Number of domains19
Minimum domain size4
Maximum domain size19
Distribution of domain sizes[{"size":4,"count":6},{"size":5,"count":10},{"size":6,"count":2},{"size":19,"count":36}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":18},{"degree":19,"count":17},{"degree":20,"count":1},{"degree":21,"count":18}]
Minimum constraint arity1
Maximum constraint arity19
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":36},{"arity":18,"count":18},{"arity":19,"count":18}]
Number of extensional constraints36
Number of intensional constraints19
Distribution of constraint types[{"type":"extension","count":36},{"type":"intension","count":19},{"type":"count","count":18}]
Optimization problemYES
Type of objectivemax 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-4393820-1568430729.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4393820-1568430729.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
3.62/1.13	c solve instance...
4.15/1.29	o -1000 
4.96/1.32	o -1000 
5.62/1.42	o 6 
7.94/1.74	o 24 
9.44/1.96	o 32 
10.94/2.19	s OPTIMUM FOUND
10.94/2.19	v <instantiation>
10.94/2.19	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] </list>
10.94/2.19	v 	<values>1 2 8 4 5 11 0 -1 9 3 16 10 6 12 13 14 15 -1 0 1 2 5 6 7 15 -1 3 4 9 8 14 13 12 11 10 -1 -1 1 1 1 4 2 3 0 1 5 -1 9 3 -2 2 1 3 0 </values>
10.94/2.19	v </instantiation>

Verifier Data

OK	32

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393820-1568430729/watcher-4393820-1568430729 -o /tmp/evaluation-result-4393820-1568430729/solver-4393820-1568430729 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 537703159 HOME/instance-4393820-1568430729.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=19732, runsolver pid=19729

[startup+0.100129 s]*
/proc/loadavg: 6.65 4.77 4.30 3/211 19753
/proc/meminfo: memFree=30609988/32770624 swapFree=66997684/67108860
[pid=19732] ppid=19729 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19732/stat : 19732 (xcsp3-exec) S 19729 19732 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419327582 115843072 364 33554432000 4194304 5098028 140730519337632 140730519335736 139887067697788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30072832 140730519339894 140730519340137 140730519340137 140730519343050 0
/proc/19732/statm: 28282 364 305 221 0 87 0
[pid=19734] ppid=19732 vsize=28227388 memory=28700 CPUtime=0.11 cores=0-7
/proc/19734/stat : 19734 (java) S 19732 19732 12749 0 -1 1077944320 5683 0 0 0 10 1 0 0 20 0 20 0 419327582 28904845312 7175 33554432000 4194304 4196468 140735473617040 140735473599584 140593414639351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
/proc/19734/statm: 7056847 7175 3117 1 0 7019032 0
[pid=19734/tid=19735] ppid=19732 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/19734/task/19735/stat : 19735 (java) R 19732 19732 12749 0 -1 4202560 3591 0 0 0 8 0 0 0 20 0 20 0 419327583 28904845312 7175 33554432000 4194304 4196468 140735473617040 140593418872624 140593414651286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19736] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19736/stat : 19736 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 7175 33554432000 4194304 4196468 140735473617040 140593367259536 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19737] ppid=19732 vsize=28227388 memory=140175897748653 CPUtime=0 cores=0-7
/proc/19734/task/19737/stat : 19737 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 7175 33554432000 4194304 4196468 140735473617040 140593366206736 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19738] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19738/stat : 19738 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 7175 33554432000 4194304 4196468 140735473617040 140593365154448 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19739] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19739/stat : 19739 (java) S 19732 19732 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 7175 33554432000 4194304 4196468 140735473617040 140593364101648 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19740] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19740/stat : 19740 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 7175 33554432000 4194304 4196468 140735473617040 140593363049360 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19741] ppid=19732 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19734/task/19741/stat : 19741 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 7175 33554432000 4194304 4196468 140735473617040 140593361996560 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19742] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19742/stat : 19742 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 7175 33554432000 4194304 4196468 140735473617040 140593360944272 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19743] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19743/stat : 19743 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 7175 33554432000 4194304 4196468 140735473617040 140593359891472 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19744] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19744/stat : 19744 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327585 28904845312 7175 33554432000 4194304 4196468 140735473617040 140591743748208 140593414650498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19745] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19745/stat : 19745 (java) S 19732 19732 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419327585 28904845312 7175 33554432000 4194304 4196468 140735473617040 140591742694176 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19746] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19746/stat : 19746 (java) S 19732 19732 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419327585 28904845312 7175 33554432000 4194304 4196468 140735473617040 140591741641840 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19747] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19747/stat : 19747 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327588 28904845312 7175 33554432000 4194304 4196468 140735473617040 140591740590160 140593414657947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19748] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19748/stat : 19748 (java) S 19732 19732 12749 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 20 0 419327588 28904845312 7175 33554432000 4194304 4196468 140735473617040 140591739538032 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19749] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19749/stat : 19749 (java) S 19732 19732 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327588 28904845312 7175 33554432000 4194304 4196468 140735473617040 140591738485232 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19750] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19750/stat : 19750 (java) S 19732 19732 12749 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 419327588 28904845312 7175 33554432000 4194304 4196468 140735473617040 140591737432944 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19751] ppid=19732 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19734/task/19751/stat : 19751 (java) R 19732 19732 12749 0 -1 4202560 369 0 0 0 1 0 0 0 20 0 20 0 419327588 28904845312 7175 33554432000 4194304 4196468 140735473617040 140591736380144 140593398719838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19752] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19752/stat : 19752 (java) S 19732 19732 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327589 28904845312 7175 33554432000 4194304 4196468 140735473617040 140591735327072 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19753] ppid=19732 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19734/task/19753/stat : 19753 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327589 28904845312 7175 33554432000 4194304 4196468 140735473617040 140591734274352 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30156 KiB

[startup+0.210309 s]*
/proc/loadavg: 6.65 4.77 4.30 2/211 19753
/proc/meminfo: memFree=30596624/32770624 swapFree=66997684/67108860
[pid=19732] ppid=19729 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19732/stat : 19732 (xcsp3-exec) S 19729 19732 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419327582 115843072 364 33554432000 4194304 5098028 140730519337632 140730519335736 139887067697788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30072832 140730519339894 140730519340137 140730519340137 140730519343050 0
/proc/19732/statm: 28282 364 305 221 0 87 0
[pid=19734] ppid=19732 vsize=28227388 memory=41208 CPUtime=0.33 cores=0-7
/proc/19734/stat : 19734 (java) S 19732 19732 12749 0 -1 1077944320 9537 0 0 0 30 3 0 0 20 0 20 0 419327582 28904845312 10302 33554432000 4194304 4196468 140735473617040 140735473599584 140593414639351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
/proc/19734/statm: 7056847 10302 3306 1 0 7019032 0
[pid=19734/tid=19735] ppid=19732 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/19734/task/19735/stat : 19735 (java) R 19732 19732 12749 0 -1 4202560 6620 0 0 0 17 2 0 0 20 0 20 0 419327583 28904845312 10302 33554432000 4194304 4196468 140735473617040 140593418872080 140593414651286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19736] ppid=19732 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/19734/task/19736/stat : 19736 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 10302 33554432000 4194304 4196468 140735473617040 140593367259536 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19737] ppid=19732 vsize=28227388 memory=3904821758715111072 CPUtime=0 cores=0-7
/proc/19734/task/19737/stat : 19737 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 10302 33554432000 4194304 4196468 140735473617040 140593366206736 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19738] ppid=19732 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19734/task/19738/stat : 19738 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 10302 33554432000 4194304 4196468 140735473617040 140593365154448 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19739] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19739/stat : 19739 (java) S 19732 19732 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 10302 33554432000 4194304 4196468 140735473617040 140593364101648 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19740] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19740/stat : 19740 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 10302 33554432000 4194304 4196468 140735473617040 140593363049360 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19741] ppid=19732 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19734/task/19741/stat : 19741 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 10302 33554432000 4194304 4196468 140735473617040 140593361996560 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19742] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19742/stat : 19742 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 10302 33554432000 4194304 4196468 140735473617040 140593360944272 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19743] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19743/stat : 19743 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28904845312 10302 33554432000 4194304 4196468 140735473617040 140593359891472 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19744] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19744/stat : 19744 (java) S 19732 19732 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419327585 28904845312 10302 33554432000 4194304 4196468 140735473617040 140591743748208 140593414650498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19745] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19745/stat : 19745 (java) S 19732 19732 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419327585 28904845312 10302 33554432000 4194304 4196468 140735473617040 140591742694176 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19746] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19746/stat : 19746 (java) S 19732 19732 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419327585 28904845312 10302 33554432000 4194304 4196468 140735473617040 140591741641840 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19747] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19747/stat : 19747 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327588 28904845312 10302 33554432000 4194304 4196468 140735473617040 140591740590160 140593414657947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19748] ppid=19732 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19734/task/19748/stat : 19748 (java) R 19732 19732 12749 0 -1 1077944384 548 0 0 0 1 0 0 0 20 0 20 0 419327588 28904845312 10302 33554432000 4194304 4196468 140735473617040 140591739538032 140593414650498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19749] ppid=19732 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19734/task/19749/stat : 19749 (java) S 19732 19732 12749 0 -1 1077944384 132 0 0 0 1 0 0 0 20 0 20 0 419327588 28904845312 10302 33554432000 4194304 4196468 140735473617040 140591738485232 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19750] ppid=19732 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/19734/task/19750/stat : 19750 (java) S 19732 19732 12749 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 20 0 419327588 28904845312 10302 33554432000 4194304 4196468 140735473617040 140591737432944 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19751] ppid=19732 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/19734/task/19751/stat : 19751 (java) R 19732 19732 12749 0 -1 4202560 750 0 0 0 7 0 0 0 20 0 20 0 419327588 28904845312 10302 33554432000 4194304 4196468 140735473617040 140591736380144 140593414651286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19752] ppid=19732 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19752/stat : 19752 (java) S 19732 19732 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327589 28904845312 10302 33554432000 4194304 4196468 140735473617040 140591735327072 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19753] ppid=19732 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19734/task/19753/stat : 19753 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327589 28904845312 10302 33554432000 4194304 4196468 140735473617040 140591734274352 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42664 KiB

[startup+0.309736 s]*
/proc/loadavg: 6.65 4.77 4.30 4/211 19753
/proc/meminfo: memFree=30589240/32770624 swapFree=66997684/67108860
[pid=19732] ppid=19729 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19732/stat : 19732 (xcsp3-exec) S 19729 19732 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419327582 115843072 364 33554432000 4194304 5098028 140730519337632 140730519335736 139887067697788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30072832 140730519339894 140730519340137 140730519340137 140730519343050 0
/proc/19732/statm: 28282 364 305 221 0 87 0
[pid=19734] ppid=19732 vsize=28231644 memory=50052 CPUtime=0.51 cores=0-7
/proc/19734/stat : 19734 (java) S 19732 19732 12749 0 -1 1077944320 10897 0 0 0 47 4 0 0 20 0 20 0 419327582 28909203456 12513 33554432000 4194304 4196468 140735473617040 140735473599584 140593414639351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
/proc/19734/statm: 7057911 12513 3353 1 0 7019032 0
[pid=19734/tid=19735] ppid=19732 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/19734/task/19735/stat : 19735 (java) R 19732 19732 12749 0 -1 4202560 7760 0 0 0 26 3 0 0 20 0 20 0 419327583 28909203456 12513 33554432000 4194304 4196468 140735473617040 140593418870464 140593398719838 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19736] ppid=19732 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19736/stat : 19736 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28909203456 12513 33554432000 4194304 4196468 140735473617040 140593367259536 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19737] ppid=19732 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19737/stat : 19737 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28909203456 12513 33554432000 4194304 4196468 140735473617040 140593366206736 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19738] ppid=19732 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19738/stat : 19738 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327583 28909203456 12513 33554432000 4194304 4196468 140735473617040 140593365154448 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19739] ppid=19732 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19739/stat : 19739 (java) S 19732 19732 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327583 28909203456 12513 33554432000 4194304 4196468 140735473617040 140593364101648 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19740] ppid=19732 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19740/stat : 19740 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327583 28909203456 12513 33554432000 4194304 4196468 140735473617040 140593363049360 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19741] ppid=19732 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19741/stat : 19741 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28909203456 12513 33554432000 4194304 4196468 140735473617040 140593361996560 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19742] ppid=19732 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19742/stat : 19742 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28909203456 12513 33554432000 4194304 4196468 140735473617040 140593360944272 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19743] ppid=19732 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19743/stat : 19743 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28909203456 12513 33554432000 4194304 4196468 140735473617040 140593359891472 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19744] ppid=19732 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19744/stat : 19744 (java) S 19732 19732 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419327585 28909203456 12513 33554432000 4194304 4196468 140735473617040 140591743748208 140593414650498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19745] ppid=19732 vsize=28231644 memory=280351574531456 CPUtime=0 cores=0-7
/proc/19734/task/19745/stat : 19745 (java) S 19732 19732 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419327585 28909203456 12513 33554432000 4194304 4196468 140735473617040 140591742694176 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19746] ppid=19732 vsize=28231644 memory=280351574536064 CPUtime=0 cores=0-7
/proc/19734/task/19746/stat : 19746 (java) S 19732 19732 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419327585 28909203456 12513 33554432000 4194304 4196468 140735473617040 140591741641840 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19747] ppid=19732 vsize=28231644 memory=280351574540672 CPUtime=0 cores=0-7
/proc/19734/task/19747/stat : 19747 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327588 28909203456 12513 33554432000 4194304 4196468 140735473617040 140591740590160 140593414657947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19748] ppid=19732 vsize=28231644 memory=280351574545280 CPUtime=0.03 cores=0-7
/proc/19734/task/19748/stat : 19748 (java) R 19732 19732 12749 0 -1 4202560 654 0 0 0 3 0 0 0 20 0 20 0 419327588 28909203456 12513 33554432000 4194304 4196468 140735473617040 140591739528416 140593396183455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19749] ppid=19732 vsize=28231644 memory=280351574549888 CPUtime=0.03 cores=0-7
/proc/19734/task/19749/stat : 19749 (java) S 19732 19732 12749 0 -1 1077944384 140 0 0 0 3 0 0 0 20 0 20 0 419327588 28909203456 12513 33554432000 4194304 4196468 140735473617040 140591738485232 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19750] ppid=19732 vsize=28231644 memory=280351574554496 CPUtime=0.02 cores=0-7
/proc/19734/task/19750/stat : 19750 (java) S 19732 19732 12749 0 -1 1077944384 183 0 0 0 2 0 0 0 20 0 20 0 419327588 28909203456 12513 33554432000 4194304 4196468 140735473617040 140591737432944 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19751] ppid=19732 vsize=28231644 memory=280351574559104 CPUtime=0.12 cores=0-7
/proc/19734/task/19751/stat : 19751 (java) S 19732 19732 12749 0 -1 1077944384 848 0 0 0 12 0 0 0 20 0 20 0 419327588 28909203456 12513 33554432000 4194304 4196468 140735473617040 140591736380144 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19752] ppid=19732 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19752/stat : 19752 (java) S 19732 19732 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327589 28909203456 12513 33554432000 4194304 4196468 140735473617040 140591735327072 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19753] ppid=19732 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/19734/task/19753/stat : 19753 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327589 28909203456 12513 33554432000 4194304 4196468 140735473617040 140591734274352 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51508 KiB

[startup+0.700966 s]
/proc/loadavg: 6.65 4.77 4.30 5/211 19753
/proc/meminfo: memFree=30563820/32770624 swapFree=66997684/67108860
[pid=19732] ppid=19729 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19732/stat : 19732 (xcsp3-exec) S 19729 19732 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419327582 115843072 364 33554432000 4194304 5098028 140730519337632 140730519335736 139887067697788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30072832 140730519339894 140730519340137 140730519340137 140730519343050 0
/proc/19732/statm: 28282 364 305 221 0 87 0
[pid=19734] ppid=19732 vsize=28233768 memory=98548 CPUtime=1.97 cores=0-7
/proc/19734/stat : 19734 (java) S 19732 19732 12749 0 -1 1077944320 16259 0 0 0 190 7 0 0 20 0 20 0 419327582 28911378432 24637 33554432000 4194304 4196468 140735473617040 140735473599584 140593414639351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
/proc/19734/statm: 7058442 24637 3458 1 0 7019544 0
[pid=19734/tid=19735] ppid=19732 vsize=28233768 memory=4580 CPUtime=0.67 cores=0-7
/proc/19734/task/19735/stat : 19735 (java) R 19732 19732 12749 0 -1 4202560 9335 0 0 0 63 4 0 0 20 0 20 0 419327583 28911378432 24637 33554432000 4194304 4196468 140735473617040 140593418877664 140593414661277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19736] ppid=19732 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19736/stat : 19736 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28911378432 24637 33554432000 4194304 4196468 140735473617040 140593367259536 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19737] ppid=19732 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19737/stat : 19737 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327583 28911378432 24637 33554432000 4194304 4196468 140735473617040 140593366206736 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19738] ppid=19732 vsize=28233768 memory=4008 CPUtime=0 cores=0-7
/proc/19734/task/19738/stat : 19738 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327583 28911378432 24637 33554432000 4194304 4196468 140735473617040 140593365154448 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0

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

/proc/19734/stat : 19734 (java) S 19732 19732 12749 0 -1 1077944320 20468 0 0 0 705 14 0 0 20 0 28 0 419327582 29458767872 55636 33554432000 4194304 4196468 140735473617040 140735473599584 140593414639351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
/proc/19734/statm: 7192082 55636 3486 1 0 7153184 0
[pid=19734/tid=19735] ppid=19732 vsize=28768328 memory=0 CPUtime=1.11 cores=0-7
/proc/19734/task/19735/stat : 19735 (java) S 19732 19732 12749 0 -1 1077944384 9558 0 0 0 105 6 0 0 20 0 28 0 419327583 29458767872 55636 33554432000 4194304 4196468 140735473617040 140593418880128 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19736] ppid=19732 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19736/stat : 19736 (java) S 19732 19732 12749 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 419327583 29458767872 55636 33554432000 4194304 4196468 140735473617040 140593367259536 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19737] ppid=19732 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19737/stat : 19737 (java) S 19732 19732 12749 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 419327583 29458767872 55636 33554432000 4194304 4196468 140735473617040 140593366206736 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19738] ppid=19732 vsize=28768328 memory=772 CPUtime=0 cores=0-7
/proc/19734/task/19738/stat : 19738 (java) S 19732 19732 12749 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 419327583 29458767872 55636 33554432000 4194304 4196468 140735473617040 140593365154448 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19739] ppid=19732 vsize=28768328 memory=4008 CPUtime=0 cores=0-7
/proc/19734/task/19739/stat : 19739 (java) S 19732 19732 12749 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 419327583 29458767872 55636 33554432000 4194304 4196468 140735473617040 140593364101648 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19740] ppid=19732 vsize=28768328 memory=948 CPUtime=0 cores=0-7
/proc/19734/task/19740/stat : 19740 (java) S 19732 19732 12749 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419327583 29458767872 55636 33554432000 4194304 4196468 140735473617040 140593363049360 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19741] ppid=19732 vsize=28768328 memory=2832 CPUtime=0 cores=0-7
/proc/19734/task/19741/stat : 19741 (java) S 19732 19732 12749 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 419327583 29458767872 55636 33554432000 4194304 4196468 140735473617040 140593361996560 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19742] ppid=19732 vsize=28768328 memory=9404 CPUtime=0 cores=0-7
/proc/19734/task/19742/stat : 19742 (java) S 19732 19732 12749 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 419327583 29458767872 55636 33554432000 4194304 4196468 140735473617040 140593360944272 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19743] ppid=19732 vsize=28768328 memory=1548 CPUtime=0 cores=0-7
/proc/19734/task/19743/stat : 19743 (java) S 19732 19732 12749 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 419327583 29458767872 55636 33554432000 4194304 4196468 140735473617040 140593359891472 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19744] ppid=19732 vsize=28768328 memory=628 CPUtime=0 cores=0-7
/proc/19734/task/19744/stat : 19744 (java) S 19732 19732 12749 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 419327585 29458767872 55636 33554432000 4194304 4196468 140735473617040 140591743748208 140593414650498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19745] ppid=19732 vsize=28768328 memory=1056 CPUtime=0 cores=0-7
/proc/19734/task/19745/stat : 19745 (java) S 19732 19732 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 419327585 29458767872 55636 33554432000 4194304 4196468 140735473617040 140591742694176 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19746] ppid=19732 vsize=28768328 memory=1556 CPUtime=0 cores=0-7
/proc/19734/task/19746/stat : 19746 (java) S 19732 19732 12749 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419327585 29458767872 55636 33554432000 4194304 4196468 140735473617040 140591741641840 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19747] ppid=19732 vsize=28768328 memory=5924 CPUtime=0 cores=0-7
/proc/19734/task/19747/stat : 19747 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419327588 29458767872 55636 33554432000 4194304 4196468 140735473617040 140591740590160 140593414657947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19748] ppid=19732 vsize=28768328 memory=14012 CPUtime=1.07 cores=0-7
/proc/19734/task/19748/stat : 19748 (java) R 19732 19732 12749 0 -1 4202560 2367 0 0 0 107 0 0 0 20 0 28 0 419327588 29458767872 55636 33554432000 4194304 4196468 140735473617040 140591739527824 140593398550046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19749] ppid=19732 vsize=28768328 memory=2116 CPUtime=1.02 cores=0-7
/proc/19734/task/19749/stat : 19749 (java) R 19732 19732 12749 0 -1 4202560 1492 0 0 0 102 0 0 0 20 0 28 0 419327588 29458767872 55636 33554432000 4194304 4196468 140735473617040 140591738472784 140593414651286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19750] ppid=19732 vsize=28768328 memory=10568 CPUtime=0.93 cores=0-7
/proc/19734/task/19750/stat : 19750 (java) R 19732 19732 12749 0 -1 1077944384 1362 0 0 0 92 1 0 0 20 0 28 0 419327588 29458767872 55636 33554432000 4194304 4196468 140735473617040 140591737422800 140593414649557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19751] ppid=19732 vsize=28768328 memory=12024 CPUtime=0.75 cores=0-7
/proc/19734/task/19751/stat : 19751 (java) R 19732 19732 12749 0 -1 1077944384 3250 0 0 0 75 0 0 0 20 0 28 0 419327588 29458767872 55636 33554432000 4194304 4196468 140735473617040 140591736380144 140593414650498 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19752] ppid=19732 vsize=28768328 memory=7446532003285060949 CPUtime=0 cores=0-7
/proc/19734/task/19752/stat : 19752 (java) S 19732 19732 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419327589 29458767872 55636 33554432000 4194304 4196468 140735473617040 140591735327072 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19753] ppid=19732 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19753/stat : 19753 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419327589 29458767872 55636 33554432000 4194304 4196468 140735473617040 140591734274352 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
Current children cumulated CPU time: 7.19 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 224000 KiB

[startup+2.00168 s]*
/proc/loadavg: 6.65 4.77 4.30 13/219 19803
/proc/meminfo: memFree=30381736/32770624 swapFree=66997684/67108860
[pid=19732] ppid=19729 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19732/stat : 19732 (xcsp3-exec) S 19729 19732 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419327582 115843072 364 33554432000 4194304 5098028 140730519337632 140730519335736 139887067697788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30072832 140730519339894 140730519340137 140730519340137 140730519343050 0
/proc/19732/statm: 28282 364 305 221 0 87 0
[pid=19734] ppid=19732 vsize=28769356 memory=257616 CPUtime=10.13 cores=0-7
/proc/19734/stat : 19734 (java) S 19732 19732 12749 0 -1 1077944320 22017 0 0 0 993 20 0 0 20 0 28 0 419327582 29459820544 64404 33554432000 4194304 4196468 140735473617040 140735473599584 140593414639351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
/proc/19734/statm: 7192339 64404 3493 1 0 7153441 0
[pid=19734/tid=19735] ppid=19732 vsize=28769356 memory=0 CPUtime=1.11 cores=0-7
/proc/19734/task/19735/stat : 19735 (java) S 19732 19732 12749 0 -1 1077944384 9559 0 0 0 105 6 0 0 20 0 28 0 419327583 29459820544 64404 33554432000 4194304 4196468 140735473617040 140593418880128 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19736] ppid=19732 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/19734/task/19736/stat : 19736 (java) S 19732 19732 12749 0 -1 1077944384 83 0 0 0 2 1 0 0 20 0 28 0 419327583 29459820544 64404 33554432000 4194304 4196468 140735473617040 140593367259536 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19737] ppid=19732 vsize=28769356 memory=140175894783616 CPUtime=0 cores=0-7
/proc/19734/task/19737/stat : 19737 (java) S 19732 19732 12749 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 419327583 29459820544 64404 33554432000 4194304 4196468 140735473617040 140593366206736 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19738] ppid=19732 vsize=28769356 memory=32 CPUtime=0.02 cores=0-7
/proc/19734/task/19738/stat : 19738 (java) S 19732 19732 12749 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 28 0 419327583 29459820544 64404 33554432000 4194304 4196468 140735473617040 140593365154448 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19739] ppid=19732 vsize=28769356 memory=7598542776401657925 CPUtime=0.01 cores=0-7
/proc/19734/task/19739/stat : 19739 (java) S 19732 19732 12749 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 28 0 419327583 29459820544 64404 33554432000 4194304 4196468 140735473617040 140593364101648 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19740] ppid=19732 vsize=28769356 memory=288293268216397072 CPUtime=0.02 cores=0-7
/proc/19734/task/19740/stat : 19740 (java) S 19732 19732 12749 0 -1 1077944384 86 0 0 0 1 1 0 0 20 0 28 0 419327583 29459820544 64404 33554432000 4194304 4196468 140735473617040 140593363049360 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19741] ppid=19732 vsize=28769356 memory=288230376151711743 CPUtime=0.02 cores=0-7
/proc/19734/task/19741/stat : 19741 (java) S 19732 19732 12749 0 -1 1077944384 98 0 0 0 1 1 0 0 20 0 28 0 419327583 29459820544 64404 33554432000 4194304 4196468 140735473617040 140593361996560 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19742] ppid=19732 vsize=28769356 memory=0 CPUtime=0.02 cores=0-7
/proc/19734/task/19742/stat : 19742 (java) S 19732 19732 12749 0 -1 1077944384 86 0 0 0 1 1 0 0 20 0 28 0 419327583 29459820544 64404 33554432000 4194304 4196468 140735473617040 140593360944272 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19743] ppid=19732 vsize=28769356 memory=0 CPUtime=0.02 cores=0-7
/proc/19734/task/19743/stat : 19743 (java) S 19732 19732 12749 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 28 0 419327583 29459820544 64404 33554432000 4194304 4196468 140735473617040 140593359891472 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19744] ppid=19732 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19744/stat : 19744 (java) S 19732 19732 12749 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 419327585 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591743748208 140593414650498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19745] ppid=19732 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19745/stat : 19745 (java) S 19732 19732 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 419327585 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591742694240 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19746] ppid=19732 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19746/stat : 19746 (java) S 19732 19732 12749 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 419327585 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591741641856 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19747] ppid=19732 vsize=28769356 memory=8318255677412212789 CPUtime=0 cores=0-7
/proc/19734/task/19747/stat : 19747 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419327588 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591740590160 140593414657947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19748] ppid=19732 vsize=28769356 memory=288230608969400658 CPUtime=1.39 cores=0-7
/proc/19734/task/19748/stat : 19748 (java) R 19732 19732 12749 0 -1 4202560 2638 0 0 0 139 0 0 0 20 0 28 0 419327588 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591739522864 140593392662332 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19749] ppid=19732 vsize=28769356 memory=4136392857071400992 CPUtime=1.27 cores=0-7
/proc/19734/task/19749/stat : 19749 (java) R 19732 19732 12749 0 -1 1077944384 1540 0 0 0 127 0 0 0 20 0 28 0 419327588 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591738472016 140593414649557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19750] ppid=19732 vsize=28769356 memory=7666649841993541479 CPUtime=1.2 cores=0-7
/proc/19734/task/19750/stat : 19750 (java) R 19732 19732 12749 0 -1 1077944384 1471 0 0 0 119 1 0 0 20 0 28 0 419327588 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591737422736 140593414649557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19751] ppid=19732 vsize=28769356 memory=4638798121089912936 CPUtime=0.86 cores=0-7
/proc/19734/task/19751/stat : 19751 (java) R 19732 19732 12749 0 -1 4202560 3717 0 0 0 85 1 0 0 20 0 28 0 419327588 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591736379328 140593393159451 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19752] ppid=19732 vsize=28769356 memory=1 CPUtime=0 cores=0-7
/proc/19734/task/19752/stat : 19752 (java) S 19732 19732 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419327589 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591735327072 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19753] ppid=19732 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19753/stat : 19753 (java) S 19732 19732 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419327589 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591734274352 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19796] ppid=19732 vsize=28769356 memory=0 CPUtime=0.04 cores=0-7
/proc/19734/task/19796/stat : 19796 (java) R 19732 19732 12749 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 28 0 419327778 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591654395592 140593398978227 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19797] ppid=19732 vsize=28769356 memory=2332 CPUtime=0.04 cores=0-7
/proc/19734/task/19797/stat : 19797 (java) R 19732 19732 12749 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 28 0 419327778 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591647031088 140593027429495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19798] ppid=19732 vsize=28769356 memory=677 CPUtime=0.02 cores=0-7
/proc/19734/task/19798/stat : 19798 (java) R 19732 19732 12749 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 28 0 419327778 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591649128832 140593029105639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19799] ppid=19732 vsize=28769356 memory=2 CPUtime=0.02 cores=0-7
/proc/19734/task/19799/stat : 19799 (java) R 19732 19732 12749 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 28 0 419327778 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591650189672 140593027429596 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19800] ppid=19732 vsize=28769356 memory=1211 CPUtime=0.03 cores=0-7
/proc/19734/task/19800/stat : 19800 (java) R 19732 19732 12749 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 28 0 419327778 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591651245640 140593027987091 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19801] ppid=19732 vsize=28769356 memory=259 CPUtime=0.03 cores=0-7
/proc/19734/task/19801/stat : 19801 (java) R 19732 19732 12749 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 28 0 419327778 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591653342416 140593026561800 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19802] ppid=19732 vsize=28769356 memory=0 CPUtime=0.02 cores=0-7
/proc/19734/task/19802/stat : 19802 (java) R 19732 19732 12749 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 28 0 419327778 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591729597256 140593027429596 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19803] ppid=19732 vsize=28769356 memory=1456 CPUtime=0.01 cores=0-7
/proc/19734/task/19803/stat : 19803 (java) R 19732 19732 12749 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 28 0 419327779 29459820544 64404 33554432000 4194304 4196468 140735473617040 140591648086728 140593027429486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
Current children cumulated CPU time: 10.13 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 259072 KiB

[startup+2.20119 s]
/proc/loadavg: 6.65 4.77 4.30 13/219 19803
/proc/meminfo: memFree=30381736/32770624 swapFree=66997684/67108860
[pid=19732] ppid=19729 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19732/stat : 19732 (xcsp3-exec) S 19729 19732 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419327582 115843072 364 33554432000 4194304 5098028 140730519337632 140730519335736 139887067697788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30072832 140730519339894 140730519340137 140730519340137 140730519343050 0
/proc/19732/statm: 28282 364 305 221 0 87 0
[pid=19734] ppid=19732 vsize=28769356 memory=261532 CPUtime=11.5 cores=0-7
/proc/19734/stat : 19734 (java) S 19732 19732 12749 0 -1 1077944320 22983 0 0 0 1130 20 0 0 20 0 19 0 419327582 29459820544 65383 33554432000 4194304 4196468 140735473617040 140735473599584 140593414639351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
/proc/19734/statm: 7192339 65383 3514 1 0 7153441 0
[pid=19734/tid=19735] ppid=19732 vsize=28769356 memory=0 CPUtime=1.11 cores=0-7
/proc/19734/task/19735/stat : 19735 (java) S 19732 19732 12749 0 -1 1077944384 9562 0 0 0 105 6 0 0 20 0 19 0 419327583 29459820544 65383 33554432000 4194304 4196468 140735473617040 140593418882192 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19736] ppid=19732 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/19734/task/19736/stat : 19736 (java) S 19732 19732 12749 0 -1 1077944384 83 0 0 0 2 1 0 0 20 0 19 0 419327583 29459820544 65383 33554432000 4194304 4196468 140735473617040 140593367259536 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19737] ppid=19732 vsize=28769356 memory=5788911507359232418 CPUtime=0 cores=0-7
/proc/19734/task/19737/stat : 19737 (java) S 19732 19732 12749 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 419327583 29459820544 65383 33554432000 4194304 4196468 140735473617040 140593366206736 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19738] ppid=19732 vsize=28769356 memory=4426096708831907190 CPUtime=0.02 cores=0-7
/proc/19734/task/19738/stat : 19738 (java) S 19732 19732 12749 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 19 0 419327583 29459820544 65383 33554432000 4194304 4196468 140735473617040 140593365154448 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19739] ppid=19732 vsize=28769356 memory=221916 CPUtime=0.01 cores=0-7
/proc/19734/task/19739/stat : 19739 (java) S 19732 19732 12749 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 19 0 419327583 29459820544 65383 33554432000 4194304 4196468 140735473617040 140593364101648 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19740] ppid=19732 vsize=28769356 memory=4580 CPUtime=0.02 cores=0-7
/proc/19734/task/19740/stat : 19740 (java) S 19732 19732 12749 0 -1 1077944384 86 0 0 0 1 1 0 0 20 0 19 0 419327583 29459820544 65383 33554432000 4194304 4196468 140735473617040 140593363049360 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19741] ppid=19732 vsize=28769356 memory=0 CPUtime=0.02 cores=0-7
/proc/19734/task/19741/stat : 19741 (java) S 19732 19732 12749 0 -1 1077944384 98 0 0 0 1 1 0 0 20 0 19 0 419327583 29459820544 65383 33554432000 4194304 4196468 140735473617040 140593361996560 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19742] ppid=19732 vsize=28769356 memory=0 CPUtime=0.02 cores=0-7
/proc/19734/task/19742/stat : 19742 (java) S 19732 19732 12749 0 -1 1077944384 86 0 0 0 1 1 0 0 20 0 19 0 419327583 29459820544 65383 33554432000 4194304 4196468 140735473617040 140593360944272 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19743] ppid=19732 vsize=28769356 memory=0 CPUtime=0.02 cores=0-7
/proc/19734/task/19743/stat : 19743 (java) S 19732 19732 12749 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 19 0 419327583 29459820544 65383 33554432000 4194304 4196468 140735473617040 140593359891472 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19744] ppid=19732 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19744/stat : 19744 (java) S 19732 19732 12749 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 419327585 29459820544 65383 33554432000 4194304 4196468 140735473617040 140591743748416 140593414650498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19745] ppid=19732 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19745/stat : 19745 (java) S 19732 19732 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 419327585 29459820544 65383 33554432000 4194304 4196468 140735473617040 140591742694240 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19746] ppid=19732 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19746/stat : 19746 (java) S 19732 19732 12749 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 419327585 29459820544 65383 33554432000 4194304 4196468 140735473617040 140591741641856 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19747] ppid=19732 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19747/stat : 19747 (java) S 19732 19732 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 419327588 29459820544 65383 33554432000 4194304 4196468 140735473617040 140591740589808 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19748] ppid=19732 vsize=28769356 memory=0 CPUtime=1.53 cores=0-7
/proc/19734/task/19748/stat : 19748 (java) S 19732 19732 12749 0 -1 1077944384 2650 0 0 0 153 0 0 0 20 0 19 0 419327588 29459820544 65383 33554432000 4194304 4196468 140735473617040 140591739522224 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19749] ppid=19732 vsize=28769356 memory=0 CPUtime=1.4 cores=0-7
/proc/19734/task/19749/stat : 19749 (java) S 19732 19732 12749 0 -1 1077944384 1573 0 0 0 140 0 0 0 20 0 19 0 419327588 29459820544 65383 33554432000 4194304 4196468 140735473617040 140591738469744 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19750] ppid=19732 vsize=28769356 memory=0 CPUtime=1.34 cores=0-7
/proc/19734/task/19750/stat : 19750 (java) R 19732 19732 12749 0 -1 4202560 2283 0 0 0 133 1 0 0 20 0 19 0 419327588 29459820544 65383 33554432000 4194304 4196468 140735473617040 140591737418824 140593396162077 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19751] ppid=19732 vsize=28769356 memory=-3253322038155611931 CPUtime=0.91 cores=0-7
/proc/19734/task/19751/stat : 19751 (java) S 19732 19732 12749 0 -1 1077944384 3822 0 0 0 90 1 0 0 20 0 19 0 419327588 29459820544 65383 33554432000 4194304 4196468 140735473617040 140591736380144 140593414650498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
[pid=19734/tid=19752] ppid=19732 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/19734/task/19752/stat : 19752 (java) S 19732 19732 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 419327589 29459820544 65383 33554432000 4194304 4196468 140735473617040 140591735327072 140593414649557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13434880 140735473619946 140735473620118 140735473620118 140735473622991 0
Current children cumulated CPU time: 11.5 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 262988 KiB

Child status: 0
Real time (s): 2.21939
CPU time (s): 11.53
CPU user time (s): 11.311
CPU system time (s): 0.219053
CPU usage (%): 519.513
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 262988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.311
system time used= 0.219053
maximum resident set size= 262936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23544
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3410
involuntary context switches= 248


# summary of solver processes directly reported to runsolver:
#   pid: 19732
#   total CPU time (s): 11.53
#   total CPU user time (s): 11.311
#   total CPU system time (s): 0.219053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035912 second user time and 0.06856 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 04:10:52
IDJOB=4393820
IDBENCH=128005
IDSOLVER=2841
FILE ID=node106/4393820-1568430729
RUNJOBID= node106-1568413091-12776
PBS_JOBID= 21702261
Free space on /tmp= 59112 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-18-3-6-8.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-4393820-1568430729/watcher-4393820-1568430729 -o /tmp/evaluation-result-4393820-1568430729/solver-4393820-1568430729 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 537703159 HOME/instance-4393820-1568430729.xml

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

MD5SUM BENCH= 5d7a010bf2d95efed7f70b0fa6bbffad
RANDOM SEED=537703159

node106.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.79
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.79
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.79
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.79
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:        30625868 kB
MemAvailable:   31900028 kB
Buffers:          184096 kB
Cached:          1371216 kB
SwapCached:         9320 kB
Active:           486228 kB
Inactive:        1083552 kB
Active(anon):      13640 kB
Inactive(anon):    34744 kB
Active(file):     472588 kB
Inactive(file):  1048808 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66997684 kB
Dirty:             26028 kB
Writeback:             0 kB
AnonPages:        112608 kB
Mapped:            38144 kB
Shmem:             25300 kB
Slab:             166688 kB
SReclaimable:     137196 kB
SUnreclaim:        29492 kB
KernelStack:        3328 kB
PageTables:         5024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59088 MiB
End job on node106 at 2019-09-14 04:10:55