Trace number 4404528

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelOPT14 108.688 14.1767

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16e.xml
MD5SUM9478703244e8f640224ac5c9e01083b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark13.1944
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":7},{"degree":2,"count":23},{"degree":5,"count":1},{"degree":7,"count":6}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404528-1568996526.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404528-1568996526.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.06/0.58	c solve instance...
1.44/0.68	o 25 
1.44/0.68	o 23 
2.02/0.70	o 22 
2.02/0.71	o 21 
2.02/0.71	o 19 
2.70/0.82	o 18 
2.70/0.83	o 16 
3.42/0.97	o 15 
7.95/1.53	o 14 
108.30/14.15	s OPTIMUM FOUND
108.30/14.15	v <instantiation>
108.30/14.15	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] d[0][2] d[0][3] d[0][5] d[0][6] d[0][7] d[0][8] d[1][3] d[3][5] d[3][6] d[3][7] d[3][8] d[4][5] d[4][6] d[4][7] d[4][8] d[5][6] d[5][7] d[5][8] d[6][7] d[6][8] d[7][8] </list>
108.30/14.15	v 	<values>4 13 6 5 2 3 0 1 7 10 14 15 11 8 9 12 0 0 2 0 1 1 0 1 1 0 0 0 0 1 1 1 0 0 0 2 1 </values>
108.30/14.15	v </instantiation>

Verifier Data

OK	14

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404528-1568996526/watcher-4404528-1568996526 -o /tmp/evaluation-result-4404528-1568996526/solver-4404528-1568996526 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568996102-21385 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 890415104 HOME/instance-4404528-1568996526.xml 

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

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


[startup+0.100133 s]*
/proc/loadavg: 2.03 1.38 1.58 2/212 21832
/proc/meminfo: memFree=16820584/32770624 swapFree=66974568/67108860
[pid=21811] ppid=21808 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21811/stat : 21811 (xcsp3-exec) S 21808 21811 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475919376 115843072 364 33554432000 4194304 5098028 140734266907312 140734266905416 139796945674876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22020096 140734266909558 140734266909801 140734266909801 140734266912714 0
/proc/21811/statm: 28282 364 305 221 0 87 0
[pid=21813] ppid=21811 vsize=28227396 memory=28848 CPUtime=0.12 cores=0-7
/proc/21813/stat : 21813 (java) S 21811 21811 21358 0 -1 1077944320 5705 0 0 0 10 2 0 0 20 0 20 0 475919376 28904853504 7212 33554432000 4194304 4196468 140728892996752 140728892979296 139639908269815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
/proc/21813/statm: 7056849 7212 3115 1 0 7019032 0
[pid=21813/tid=21814] ppid=21811 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21811 21358 0 -1 4202560 3590 0 0 0 8 1 0 0 20 0 20 0 475919376 28904853504 7212 33554432000 4194304 4196468 140728892996752 139639912504352 139639538095660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21815] ppid=21811 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21813/task/21815/stat : 21815 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 7212 33554432000 4194304 4196468 140728892996752 139639860890128 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21816] ppid=21811 vsize=28227396 memory=140323297773184 CPUtime=0 cores=0-7
/proc/21813/task/21816/stat : 21816 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 7212 33554432000 4194304 4196468 140728892996752 139639859837584 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21817] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21817/stat : 21817 (java) S 21811 21811 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 7212 33554432000 4194304 4196468 140728892996752 139639858784528 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21818] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21818/stat : 21818 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 7212 33554432000 4194304 4196468 140728892996752 139639857731984 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21819] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21819/stat : 21819 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 7212 33554432000 4194304 4196468 140728892996752 139639455079440 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21820] ppid=21811 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21813/task/21820/stat : 21820 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 7212 33554432000 4194304 4196468 140728892996752 139639454026896 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21821] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21821/stat : 21821 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 7212 33554432000 4194304 4196468 140728892996752 139639452973840 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21822] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21822/stat : 21822 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 7212 33554432000 4194304 4196468 140728892996752 139639451921296 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21823] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21823/stat : 21823 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919378 28904853504 7212 33554432000 4194304 4196468 140728892996752 139638372006128 139639908280962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21824] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21824/stat : 21824 (java) S 21811 21811 21358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475919379 28904853504 7212 33554432000 4194304 4196468 140728892996752 139638370952352 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21825] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21825/stat : 21825 (java) S 21811 21811 21358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475919379 28904853504 7212 33554432000 4194304 4196468 140728892996752 139638369899248 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21826] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21826/stat : 21826 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919381 28904853504 7212 33554432000 4194304 4196468 140728892996752 139638368847824 139639908288411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21827] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21827/stat : 21827 (java) S 21811 21811 21358 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 475919382 28904853504 7212 33554432000 4194304 4196468 140728892996752 139638367795952 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21828] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21828/stat : 21828 (java) R 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919382 28904853504 7212 33554432000 4194304 4196468 140728892996752 139638366743408 139639908280962 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21829] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21829/stat : 21829 (java) S 21811 21811 21358 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 475919382 28904853504 7212 33554432000 4194304 4196468 140728892996752 139638365690352 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21830] ppid=21811 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/21813/task/21830/stat : 21830 (java) R 21811 21811 21358 0 -1 1077944384 388 0 0 0 1 0 0 0 20 0 20 0 475919382 28904853504 7212 33554432000 4194304 4196468 140728892996752 139638364637808 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21831] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21811 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475919382 28904853504 7212 33554432000 4194304 4196468 140728892996752 139638363584992 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21832] ppid=21811 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919382 28904853504 7212 33554432000 4194304 4196468 140728892996752 139638362532528 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30304 KiB

[startup+0.210554 s]*
/proc/loadavg: 2.03 1.38 1.58 2/212 21832
/proc/meminfo: memFree=16808088/32770624 swapFree=66974568/67108860
[pid=21811] ppid=21808 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21811/stat : 21811 (xcsp3-exec) S 21808 21811 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475919376 115843072 364 33554432000 4194304 5098028 140734266907312 140734266905416 139796945674876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22020096 140734266909558 140734266909801 140734266909801 140734266912714 0
/proc/21811/statm: 28282 364 305 221 0 87 0
[pid=21813] ppid=21811 vsize=28227396 memory=41420 CPUtime=0.33 cores=0-7
/proc/21813/stat : 21813 (java) S 21811 21811 21358 0 -1 1077944320 9524 0 0 0 29 4 0 0 20 0 20 0 475919376 28904853504 10355 33554432000 4194304 4196468 140728892996752 140728892979296 139639908269815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
/proc/21813/statm: 7056849 10355 3320 1 0 7019032 0
[pid=21813/tid=21814] ppid=21811 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21811 21358 0 -1 4202560 6618 0 0 0 17 2 0 0 20 0 20 0 475919376 28904853504 10355 33554432000 4194304 4196468 140728892996752 139639912509488 139639908281750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21815] ppid=21811 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/21813/task/21815/stat : 21815 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 10355 33554432000 4194304 4196468 140728892996752 139639860890128 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21816] ppid=21811 vsize=28227396 memory=3832759914033661600 CPUtime=0 cores=0-7
/proc/21813/task/21816/stat : 21816 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 10355 33554432000 4194304 4196468 140728892996752 139639859837584 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21817] ppid=21811 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21813/task/21817/stat : 21817 (java) S 21811 21811 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 10355 33554432000 4194304 4196468 140728892996752 139639858784528 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21818] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21818/stat : 21818 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 10355 33554432000 4194304 4196468 140728892996752 139639857731984 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21819] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21819/stat : 21819 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 10355 33554432000 4194304 4196468 140728892996752 139639455079440 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21820] ppid=21811 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21813/task/21820/stat : 21820 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 10355 33554432000 4194304 4196468 140728892996752 139639454026896 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21821] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21821/stat : 21821 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 10355 33554432000 4194304 4196468 140728892996752 139639452973840 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21822] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21822/stat : 21822 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919377 28904853504 10355 33554432000 4194304 4196468 140728892996752 139639451921296 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21823] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21823/stat : 21823 (java) S 21811 21811 21358 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475919378 28904853504 10355 33554432000 4194304 4196468 140728892996752 139638372006128 139639908280962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21824] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21824/stat : 21824 (java) S 21811 21811 21358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475919379 28904853504 10355 33554432000 4194304 4196468 140728892996752 139638370952352 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21825] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21825/stat : 21825 (java) S 21811 21811 21358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475919379 28904853504 10355 33554432000 4194304 4196468 140728892996752 139638369899248 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21826] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21826/stat : 21826 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919381 28904853504 10355 33554432000 4194304 4196468 140728892996752 139638368847824 139639908288411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21827] ppid=21811 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/21813/task/21827/stat : 21827 (java) S 21811 21811 21358 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 20 0 475919382 28904853504 10355 33554432000 4194304 4196468 140728892996752 139638367795952 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21828] ppid=21811 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/21813/task/21828/stat : 21828 (java) S 21811 21811 21358 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 20 0 475919382 28904853504 10355 33554432000 4194304 4196468 140728892996752 139638366743408 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21829] ppid=21811 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/21813/task/21829/stat : 21829 (java) S 21811 21811 21358 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 20 0 475919382 28904853504 10355 33554432000 4194304 4196468 140728892996752 139638365690352 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21830] ppid=21811 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/21813/task/21830/stat : 21830 (java) R 21811 21811 21358 0 -1 4202560 797 0 0 0 7 0 0 0 20 0 20 0 475919382 28904853504 10355 33554432000 4194304 4196468 140728892996752 139638364637808 139639908281750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21831] ppid=21811 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21811 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475919382 28904853504 10355 33554432000 4194304 4196468 140728892996752 139638363584992 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21832] ppid=21811 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919382 28904853504 10355 33554432000 4194304 4196468 140728892996752 139638362532528 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42876 KiB

[startup+0.310558 s]*
/proc/loadavg: 2.03 1.38 1.58 4/212 21832
/proc/meminfo: memFree=16800568/32770624 swapFree=66974568/67108860
[pid=21811] ppid=21808 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21811/stat : 21811 (xcsp3-exec) S 21808 21811 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475919376 115843072 364 33554432000 4194304 5098028 140734266907312 140734266905416 139796945674876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22020096 140734266909558 140734266909801 140734266909801 140734266912714 0
/proc/21811/statm: 28282 364 305 221 0 87 0
[pid=21813] ppid=21811 vsize=28231652 memory=50120 CPUtime=0.51 cores=0-7
/proc/21813/stat : 21813 (java) S 21811 21811 21358 0 -1 1077944320 10878 0 0 0 47 4 0 0 20 0 20 0 475919376 28909211648 12530 33554432000 4194304 4196468 140728892996752 140728892979296 139639908269815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
/proc/21813/statm: 7057913 12530 3362 1 0 7019032 0
[pid=21813/tid=21814] ppid=21811 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21811 21358 0 -1 4202560 7753 0 0 0 26 3 0 0 20 0 20 0 475919376 28909211648 12530 33554432000 4194304 4196468 140728892996752 139639912503600 139639900947829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21815] ppid=21811 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21815/stat : 21815 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919377 28909211648 12530 33554432000 4194304 4196468 140728892996752 139639860890128 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21816] ppid=21811 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21816/stat : 21816 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919377 28909211648 12530 33554432000 4194304 4196468 140728892996752 139639859837584 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21817] ppid=21811 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21817/stat : 21817 (java) S 21811 21811 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475919377 28909211648 12530 33554432000 4194304 4196468 140728892996752 139639858784528 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21818] ppid=21811 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21818/stat : 21818 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919377 28909211648 12530 33554432000 4194304 4196468 140728892996752 139639857731984 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21819] ppid=21811 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21819/stat : 21819 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919377 28909211648 12530 33554432000 4194304 4196468 140728892996752 139639455079440 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21820] ppid=21811 vsize=28231652 memory=140323158321839 CPUtime=0 cores=0-7
/proc/21813/task/21820/stat : 21820 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919377 28909211648 12530 33554432000 4194304 4196468 140728892996752 139639454026896 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21821] ppid=21811 vsize=28231652 memory=140323158324144 CPUtime=0 cores=0-7
/proc/21813/task/21821/stat : 21821 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475919377 28909211648 12530 33554432000 4194304 4196468 140728892996752 139639452973840 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21822] ppid=21811 vsize=28231652 memory=140323158326448 CPUtime=0 cores=0-7
/proc/21813/task/21822/stat : 21822 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919377 28909211648 12530 33554432000 4194304 4196468 140728892996752 139639451921296 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21823] ppid=21811 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21823/stat : 21823 (java) S 21811 21811 21358 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475919378 28909211648 12530 33554432000 4194304 4196468 140728892996752 139638372006128 139639908280962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21824] ppid=21811 vsize=28231652 memory=280646316666768 CPUtime=0 cores=0-7
/proc/21813/task/21824/stat : 21824 (java) S 21811 21811 21358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475919379 28909211648 12530 33554432000 4194304 4196468 140728892996752 139638370952352 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21825] ppid=21811 vsize=28231652 memory=280646316664464 CPUtime=0 cores=0-7
/proc/21813/task/21825/stat : 21825 (java) S 21811 21811 21358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475919379 28909211648 12530 33554432000 4194304 4196468 140728892996752 139638369899248 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21826] ppid=21811 vsize=28231652 memory=280646316671376 CPUtime=0 cores=0-7
/proc/21813/task/21826/stat : 21826 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919381 28909211648 12530 33554432000 4194304 4196468 140728892996752 139638368847824 139639908288411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21827] ppid=21811 vsize=28231652 memory=280646316612656 CPUtime=0.02 cores=0-7
/proc/21813/task/21827/stat : 21827 (java) S 21811 21811 21358 0 -1 1077944384 396 0 0 0 2 0 0 0 20 0 20 0 475919382 28909211648 12530 33554432000 4194304 4196468 140728892996752 139638367795952 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21828] ppid=21811 vsize=28231652 memory=280646316685200 CPUtime=0.02 cores=0-7
/proc/21813/task/21828/stat : 21828 (java) S 21811 21811 21358 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 20 0 475919382 28909211648 12530 33554432000 4194304 4196468 140728892996752 139638366743408 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21829] ppid=21811 vsize=28231652 memory=280646316692112 CPUtime=0.03 cores=0-7
/proc/21813/task/21829/stat : 21829 (java) R 21811 21811 21358 0 -1 4202560 314 0 0 0 3 0 0 0 20 0 20 0 475919382 28909211648 12530 33554432000 4194304 4196468 140728892996752 139638365680736 139639889793253 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21830] ppid=21811 vsize=28231652 memory=280646316689808 CPUtime=0.12 cores=0-7
/proc/21813/task/21830/stat : 21830 (java) S 21811 21811 21358 0 -1 1077944384 880 0 0 0 12 0 0 0 20 0 20 0 475919382 28909211648 12530 33554432000 4194304 4196468 140728892996752 139638364637808 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21831] ppid=21811 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21811 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475919382 28909211648 12530 33554432000 4194304 4196468 140728892996752 139638363584992 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21832] ppid=21811 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475919382 28909211648 12530 33554432000 4194304 4196468 140728892996752 139638362532528 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51576 KiB

[startup+0.703835 s]
/proc/loadavg: 2.03 1.38 1.58 5/212 21832
/proc/meminfo: memFree=16784856/32770624 swapFree=66974568/67108860
[pid=21811] ppid=21808 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21811/stat : 21811 (xcsp3-exec) S 21808 21811 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475919376 115843072 364 33554432000 4194304 5098028 140734266907312 140734266905416 139796945674876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22020096 140734266909558 140734266909801 140734266909801 140734266912714 0
/proc/21811/statm: 28282 364 305 221 0 87 0
[pid=21813] ppid=21811 vsize=28766288 memory=124044 CPUtime=2.02 cores=0-7
/proc/21813/stat : 21813 (java) S 21811 21811 21358 0 -1 1077944320 15494 0 0 0 194 8 0 0 20 0 28 0 475919376 29456678912 31011 33554432000 4194304 4196468 140728892996752 140728892979296 139639908269815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
/proc/21813/statm: 7191572 31011 3456 1 0 7152672 0
[pid=21813/tid=21814] ppid=21811 vsize=28766288 memory=0 CPUtime=0.57 cores=0-7
/proc/21813/task/21814/stat : 21814 (java) S 21811 21811 21358 0 -1 1077944384 9296 0 0 0 53 4 0 0 20 0 28 0 475919376 29456678912 31011 33554432000 4194304 4196468 140728892996752 139639912510592 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21815] ppid=21811 vsize=28766288 memory=140323158532976 CPUtime=0 cores=0-7
/proc/21813/task/21815/stat : 21815 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 475919377 29456678912 31523 33554432000 4194304 4196468 140728892996752 139639860890128 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21816] ppid=21811 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21816/stat : 21816 (java) S 21811 21811 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 475919377 29456678912 31523 33554432000 4194304 4196468 140728892996752 139639859837584 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21817] ppid=21811 vsize=28766288 memory=1192 CPUtime=0 cores=0-7
/proc/21813/task/21817/stat : 21817 (java) S 21811 21811 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475919377 29456678912 31523 33554432000 4194304 4196468 140728892996752 139639858784528 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0

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

[pid=21813/tid=21830] ppid=21811 vsize=28769364 memory=780 CPUtime=0.63 cores=0-7
/proc/21813/task/21830/stat : 21830 (java) S 21811 21811 21358 0 -1 1077944384 5161 0 0 0 62 1 0 0 20 0 28 0 475919382 29459828736 55846 33554432000 4194304 4196468 140728892996752 139638364637808 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21831] ppid=21811 vsize=28769364 memory=1552 CPUtime=0 cores=0-7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21811 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475919382 29459828736 55846 33554432000 4194304 4196468 140728892996752 139638363584992 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21832] ppid=21811 vsize=28769364 memory=2832 CPUtime=0 cores=0-7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21811 21358 0 -1 1077944384 878 0 0 0 0 0 0 0 20 0 28 0 475919382 29459828736 55846 33554432000 4194304 4196468 140728892996752 139638362532528 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21905] ppid=21811 vsize=28769364 memory=1192 CPUtime=11.74 cores=0-7
/proc/21813/task/21905/stat : 21905 (java) R 21811 21811 21358 0 -1 4202560 715 0 0 0 1174 0 0 0 20 0 28 0 475919529 29459828736 55846 33554432000 4194304 4196468 140728892996752 139638349339608 139639542762278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21906] ppid=21811 vsize=28769364 memory=940 CPUtime=11.52 cores=0-7
/proc/21813/task/21906/stat : 21906 (java) R 21811 21811 21358 0 -1 4202560 194 0 0 0 1152 0 0 0 20 0 28 0 475919529 29459828736 55846 33554432000 4194304 4196468 140728892996752 139638346182440 139639542305659 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21907] ppid=21811 vsize=28769364 memory=14008 CPUtime=11.59 cores=0-7
/proc/21813/task/21907/stat : 21907 (java) R 21811 21811 21358 0 -1 4202560 316 0 0 0 1159 0 0 0 20 0 28 0 475919529 29459828736 55846 33554432000 4194304 4196468 140728892996752 139638345130808 139639542776752 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21908] ppid=21811 vsize=28769364 memory=12040 CPUtime=11.48 cores=0-7
/proc/21813/task/21908/stat : 21908 (java) R 21811 21811 21358 0 -1 4202560 481 0 0 0 1148 0 0 0 20 0 28 0 475919529 29459828736 55846 33554432000 4194304 4196468 140728892996752 139638348288952 139639541842644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21909] ppid=21811 vsize=28769364 memory=28104 CPUtime=11.67 cores=0-7
/proc/21813/task/21909/stat : 21909 (java) R 21811 21811 21358 0 -1 4202560 243 0 0 0 1167 0 0 0 20 0 28 0 475919529 29459828736 55846 33554432000 4194304 4196468 140728892996752 139638347235040 139639543088130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21910] ppid=21811 vsize=28769364 memory=2120 CPUtime=11.48 cores=0-7
/proc/21813/task/21910/stat : 21910 (java) R 21811 21811 21358 0 -1 4202560 244 0 0 0 1148 0 0 0 20 0 28 0 475919529 29459828736 55846 33554432000 4194304 4196468 140728892996752 139638350394040 139639542931867 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21911] ppid=21811 vsize=28769364 memory=500 CPUtime=11.31 cores=0-7
/proc/21813/task/21911/stat : 21911 (java) R 21811 21811 21358 0 -1 4202560 244 0 0 0 1131 0 0 0 20 0 28 0 475919529 29459828736 55846 33554432000 4194304 4196468 140728892996752 139638351445448 139639537347459 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21912] ppid=21811 vsize=28769364 memory=1556 CPUtime=11.73 cores=0-7
/proc/21813/task/21912/stat : 21912 (java) R 21811 21811 21358 0 -1 4202560 159 0 0 0 1173 0 0 0 20 0 28 0 475919531 29459828736 55846 33554432000 4194304 4196468 140728892996752 139638353551360 139639542931730 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
Current children cumulated CPU time: 104.26 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 224840 KiB

[startup+14.0017 s]*
/proc/loadavg: 3.35 1.70 1.69 9/220 21912
/proc/meminfo: memFree=16626896/32770624 swapFree=66974568/67108860
[pid=21811] ppid=21808 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21811/stat : 21811 (xcsp3-exec) S 21808 21811 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475919376 115843072 364 33554432000 4194304 5098028 140734266907312 140734266905416 139796945674876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22020096 140734266909558 140734266909801 140734266909801 140734266912714 0
/proc/21811/statm: 28282 364 305 221 0 87 0
[pid=21813] ppid=21811 vsize=28769364 memory=223480 CPUtime=107.5 cores=0-7
/proc/21813/stat : 21813 (java) S 21811 21811 21358 0 -1 1077944320 39133 0 0 0 10727 23 0 0 20 0 28 0 475919376 29459828736 55870 33554432000 4194304 4196468 140728892996752 140728892979296 139639908269815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
/proc/21813/statm: 7192341 55870 3518 1 0 7153441 0
[pid=21813/tid=21814] ppid=21811 vsize=28769364 memory=1398722017469774279 CPUtime=0.58 cores=0-7
/proc/21813/task/21814/stat : 21814 (java) S 21811 21811 21358 0 -1 1077944384 9298 0 0 0 54 4 0 0 20 0 28 0 475919376 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639912510592 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21815] ppid=21811 vsize=28769364 memory=4872558044660077418 CPUtime=0.01 cores=0-7
/proc/21813/task/21815/stat : 21815 (java) S 21811 21811 21358 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639860890128 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21816] ppid=21811 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/21813/task/21816/stat : 21816 (java) S 21811 21811 21358 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639859837584 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21817] ppid=21811 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21817/stat : 21817 (java) S 21811 21811 21358 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639858784528 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21818] ppid=21811 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/21813/task/21818/stat : 21818 (java) S 21811 21811 21358 0 -1 1077944384 236 0 0 0 1 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639857731984 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21819] ppid=21811 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21819/stat : 21819 (java) S 21811 21811 21358 0 -1 1077944384 662 0 0 0 0 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639455079440 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21820] ppid=21811 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/21813/task/21820/stat : 21820 (java) S 21811 21811 21358 0 -1 1077944384 133 0 0 0 1 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639454026896 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21821] ppid=21811 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/21813/task/21821/stat : 21821 (java) S 21811 21811 21358 0 -1 1077944384 298 0 0 0 1 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639452973840 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21822] ppid=21811 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/21813/task/21822/stat : 21822 (java) S 21811 21811 21358 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639451921296 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21823] ppid=21811 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/21813/task/21823/stat : 21823 (java) S 21811 21811 21358 0 -1 1077944384 647 0 0 0 1 0 0 0 20 0 28 0 475919378 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638372006128 139639908280962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21824] ppid=21811 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21824/stat : 21824 (java) S 21811 21811 21358 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 475919379 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638370952416 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21825] ppid=21811 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21825/stat : 21825 (java) S 21811 21811 21358 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 475919379 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638369899248 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21826] ppid=21811 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21826/stat : 21826 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475919381 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638368847824 139639908288411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21827] ppid=21811 vsize=28769364 memory=15511 CPUtime=1.66 cores=0-7
/proc/21813/task/21827/stat : 21827 (java) S 21811 21811 21358 0 -1 1077944384 6578 0 0 0 164 2 0 0 20 0 28 0 475919382 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638367795952 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21828] ppid=21811 vsize=28769364 memory=0 CPUtime=1.53 cores=0-7
/proc/21813/task/21828/stat : 21828 (java) S 21811 21811 21358 0 -1 1077944384 4733 0 0 0 153 0 0 0 20 0 28 0 475919382 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638366743408 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21829] ppid=21811 vsize=28769364 memory=158901730 CPUtime=1.5 cores=0-7
/proc/21813/task/21829/stat : 21829 (java) S 21811 21811 21358 0 -1 1077944384 4554 0 0 0 149 1 0 0 20 0 28 0 475919382 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638365690352 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21830] ppid=21811 vsize=28769364 memory=0 CPUtime=0.63 cores=0-7
/proc/21813/task/21830/stat : 21830 (java) S 21811 21811 21358 0 -1 1077944384 5165 0 0 0 62 1 0 0 20 0 28 0 475919382 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638364637808 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21831] ppid=21811 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21811 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475919382 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638363584992 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21832] ppid=21811 vsize=28769364 memory=4 CPUtime=0 cores=0-7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21811 21358 0 -1 1077944384 878 0 0 0 0 0 0 0 20 0 28 0 475919382 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638362532528 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21905] ppid=21811 vsize=28769364 memory=0 CPUtime=12.15 cores=0-7
/proc/21813/task/21905/stat : 21905 (java) R 21811 21811 21358 0 -1 4202560 716 0 0 0 1215 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638349339112 139639541843055 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21906] ppid=21811 vsize=28769364 memory=54361 CPUtime=11.92 cores=0-7
/proc/21813/task/21906/stat : 21906 (java) R 21811 21811 21358 0 -1 4202560 195 0 0 0 1192 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638346182344 139639541843055 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21907] ppid=21811 vsize=28769364 memory=0 CPUtime=12 cores=0-7
/proc/21813/task/21907/stat : 21907 (java) R 21811 21811 21358 0 -1 4202560 320 0 0 0 1200 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638345130808 139639541843491 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21908] ppid=21811 vsize=28769364 memory=0 CPUtime=11.87 cores=0-7
/proc/21813/task/21908/stat : 21908 (java) R 21811 21811 21358 0 -1 4202560 484 0 0 0 1187 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638348288552 139639543090138 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21909] ppid=21811 vsize=28769364 memory=0 CPUtime=12.04 cores=0-7
/proc/21813/task/21909/stat : 21909 (java) R 21811 21811 21358 0 -1 4202560 248 0 0 0 1204 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638347235144 139639543473446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21910] ppid=21811 vsize=28769364 memory=0 CPUtime=11.87 cores=0-7
/proc/21813/task/21910/stat : 21910 (java) R 21811 21811 21358 0 -1 4202560 244 0 0 0 1187 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638350393808 139639542573770 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21911] ppid=21811 vsize=28769364 memory=0 CPUtime=11.71 cores=0-7
/proc/21813/task/21911/stat : 21911 (java) R 21811 21811 21358 0 -1 4202560 245 0 0 0 1171 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638351446120 139639543492144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21912] ppid=21811 vsize=28769364 memory=0 CPUtime=12.14 cores=0-7
/proc/21813/task/21912/stat : 21912 (java) R 21811 21811 21358 0 -1 4202560 159 0 0 0 1214 0 0 0 20 0 28 0 475919531 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638353552080 139639542932341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
Current children cumulated CPU time: 107.5 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 224936 KiB

[startup+14.1107 s]
/proc/loadavg: 3.35 1.70 1.69 9/220 21912
/proc/meminfo: memFree=16626896/32770624 swapFree=66974568/67108860
[pid=21811] ppid=21808 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21811/stat : 21811 (xcsp3-exec) S 21808 21811 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475919376 115843072 364 33554432000 4194304 5098028 140734266907312 140734266905416 139796945674876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22020096 140734266909558 140734266909801 140734266909801 140734266912714 0
/proc/21811/statm: 28282 364 305 221 0 87 0
[pid=21813] ppid=21811 vsize=28769364 memory=223480 CPUtime=108.3 cores=0-7
/proc/21813/stat : 21813 (java) S 21811 21811 21358 0 -1 1077944320 39134 0 0 0 10807 23 0 0 20 0 28 0 475919376 29459828736 55870 33554432000 4194304 4196468 140728892996752 140728892979296 139639908269815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
/proc/21813/statm: 7192341 55870 3518 1 0 7153441 0
[pid=21813/tid=21814] ppid=21811 vsize=28769364 memory=223448 CPUtime=0.58 cores=0-7
/proc/21813/task/21814/stat : 21814 (java) S 21811 21811 21358 0 -1 1077944384 9298 0 0 0 54 4 0 0 20 0 28 0 475919376 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639912510592 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21815] ppid=21811 vsize=28769364 memory=7883944108235712103 CPUtime=0.01 cores=0-7
/proc/21813/task/21815/stat : 21815 (java) S 21811 21811 21358 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639860890128 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21816] ppid=21811 vsize=28769364 memory=1456 CPUtime=0.01 cores=0-7
/proc/21813/task/21816/stat : 21816 (java) S 21811 21811 21358 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639859837584 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21817] ppid=21811 vsize=28769364 memory=223328 CPUtime=0 cores=0-7
/proc/21813/task/21817/stat : 21817 (java) S 21811 21811 21358 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639858784528 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21818] ppid=21811 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/21813/task/21818/stat : 21818 (java) S 21811 21811 21358 0 -1 1077944384 236 0 0 0 1 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639857731984 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21819] ppid=21811 vsize=28769364 memory=223328 CPUtime=0 cores=0-7
/proc/21813/task/21819/stat : 21819 (java) S 21811 21811 21358 0 -1 1077944384 662 0 0 0 0 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639455079440 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21820] ppid=21811 vsize=28769364 memory=2004 CPUtime=0.01 cores=0-7
/proc/21813/task/21820/stat : 21820 (java) S 21811 21811 21358 0 -1 1077944384 133 0 0 0 1 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639454026896 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21821] ppid=21811 vsize=28769364 memory=1376 CPUtime=0.01 cores=0-7
/proc/21813/task/21821/stat : 21821 (java) S 21811 21811 21358 0 -1 1077944384 298 0 0 0 1 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639452973840 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21822] ppid=21811 vsize=28769364 memory=1060 CPUtime=0.01 cores=0-7
/proc/21813/task/21822/stat : 21822 (java) S 21811 21811 21358 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 28 0 475919377 29459828736 55870 33554432000 4194304 4196468 140728892996752 139639451921296 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21823] ppid=21811 vsize=28769364 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/21813/task/21823/stat : 21823 (java) S 21811 21811 21358 0 -1 1077944384 647 0 0 0 1 0 0 0 20 0 28 0 475919378 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638372006128 139639908280962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21824] ppid=21811 vsize=28769364 memory=1640 CPUtime=0 cores=0-7
/proc/21813/task/21824/stat : 21824 (java) S 21811 21811 21358 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 475919379 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638370952416 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21825] ppid=21811 vsize=28769364 memory=1980 CPUtime=0 cores=0-7
/proc/21813/task/21825/stat : 21825 (java) S 21811 21811 21358 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 475919379 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638369899248 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21826] ppid=21811 vsize=28769364 memory=2572 CPUtime=0 cores=0-7
/proc/21813/task/21826/stat : 21826 (java) S 21811 21811 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475919381 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638368847824 139639908288411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21827] ppid=21811 vsize=28769364 memory=1192 CPUtime=1.66 cores=0-7
/proc/21813/task/21827/stat : 21827 (java) S 21811 21811 21358 0 -1 1077944384 6578 0 0 0 164 2 0 0 20 0 28 0 475919382 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638367795952 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21828] ppid=21811 vsize=28769364 memory=940 CPUtime=1.53 cores=0-7
/proc/21813/task/21828/stat : 21828 (java) S 21811 21811 21358 0 -1 1077944384 4733 0 0 0 153 0 0 0 20 0 28 0 475919382 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638366743408 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21829] ppid=21811 vsize=28769364 memory=14008 CPUtime=1.5 cores=0-7
/proc/21813/task/21829/stat : 21829 (java) S 21811 21811 21358 0 -1 1077944384 4554 0 0 0 149 1 0 0 20 0 28 0 475919382 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638365690352 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21830] ppid=21811 vsize=28769364 memory=12040 CPUtime=0.63 cores=0-7
/proc/21813/task/21830/stat : 21830 (java) S 21811 21811 21358 0 -1 1077944384 5165 0 0 0 62 1 0 0 20 0 28 0 475919382 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638364637808 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21831] ppid=21811 vsize=28769364 memory=56 CPUtime=0 cores=0-7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21811 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475919382 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638363584992 139639908280021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21832] ppid=21811 vsize=28769364 memory=6442517367437157476 CPUtime=0 cores=0-7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21811 21358 0 -1 1077944384 878 0 0 0 0 0 0 0 20 0 28 0 475919382 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638362532528 139639908280962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21905] ppid=21811 vsize=28769364 memory=6442517367437157476 CPUtime=12.25 cores=0-7
/proc/21813/task/21905/stat : 21905 (java) R 21811 21811 21358 0 -1 4202560 716 0 0 0 1225 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638349339112 139639541843150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21906] ppid=21811 vsize=28769364 memory=6442517367437157476 CPUtime=12.01 cores=0-7
/proc/21813/task/21906/stat : 21906 (java) R 21811 21811 21358 0 -1 4202560 195 0 0 0 1201 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638346182344 139639542329501 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21907] ppid=21811 vsize=28769364 memory=6791534058613427641 CPUtime=12.1 cores=0-7
/proc/21813/task/21907/stat : 21907 (java) R 21811 21811 21358 0 -1 4202560 320 0 0 0 1210 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638345130808 139639541843463 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21908] ppid=21811 vsize=28769364 memory=6944656592387989600 CPUtime=11.96 cores=0-7
/proc/21813/task/21908/stat : 21908 (java) R 21811 21811 21358 0 -1 4202560 485 0 0 0 1196 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638348288552 139639541843235 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21909] ppid=21811 vsize=28769364 memory=6944652177228980320 CPUtime=12.14 cores=0-7
/proc/21813/task/21909/stat : 21909 (java) R 21811 21811 21358 0 -1 4202560 248 0 0 0 1214 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638347235144 139639541843882 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21910] ppid=21811 vsize=28769364 memory=6655300316396806240 CPUtime=11.97 cores=0-7
/proc/21813/task/21910/stat : 21910 (java) R 21811 21811 21358 0 -1 4202560 244 0 0 0 1197 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638350393808 139639542776963 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21911] ppid=21811 vsize=28769364 memory=6944656592455097440 CPUtime=11.81 cores=0-7
/proc/21813/task/21911/stat : 21911 (java) R 21811 21811 21358 0 -1 4202560 245 0 0 0 1181 0 0 0 20 0 28 0 475919529 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638351446120 139639541844115 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
[pid=21813/tid=21912] ppid=21811 vsize=28769364 memory=6944652177228980320 CPUtime=12.24 cores=0-7
/proc/21813/task/21912/stat : 21912 (java) R 21811 21811 21358 0 -1 4202560 159 0 0 0 1224 0 0 0 20 0 28 0 475919531 29459828736 55870 33554432000 4194304 4196468 140728892996752 139638353552080 139639541843763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9211904 140728893002730 140728893002902 140728893002902 140728893005775 0
Current children cumulated CPU time: 108.3 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 224936 KiB

Child status: 0
Real time (s): 14.1767
CPU time (s): 108.688
CPU user time (s): 108.443
CPU system time (s): 0.24506
CPU usage (%): 766.668
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 227916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.443
system time used= 0.24506
maximum resident set size= 226460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40237
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5735
involuntary context switches= 1923


# summary of solver processes directly reported to runsolver:
#   pid: 21811
#   total CPU time (s): 108.688
#   total CPU user time (s): 108.443
#   total CPU system time (s): 0.24506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.126129 second user time and 0.20461 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 18:21:23
IDJOB=4404528
IDBENCH=123101
IDSOLVER=2865
FILE ID=node125/4404528-1568996526
RUNJOBID= node125-1568996102-21385
PBS_JOBID= 21704736
Free space on /tmp= 4228 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16e.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-4404528-1568996526/watcher-4404528-1568996526 -o /tmp/evaluation-result-4404528-1568996526/solver-4404528-1568996526 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568996102-21385 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 890415104 HOME/instance-4404528-1568996526.xml

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

MD5SUM BENCH= 9478703244e8f640224ac5c9e01083b8
RANDOM SEED=890415104

node125.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.29
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.29
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.29
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.29
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:        16837832 kB
MemAvailable:   31824556 kB
Buffers:           92136 kB
Cached:         14801748 kB
SwapCached:        30080 kB
Active:          7381380 kB
Inactive:        7543876 kB
Active(anon):       2740 kB
Inactive(anon):    75476 kB
Active(file):    7378640 kB
Inactive(file):  7468400 kB
Unevictable:      109344 kB
Mlocked:          109344 kB
SwapTotal:      67108860 kB
SwapFree:       66974568 kB
Dirty:             26192 kB
Writeback:             0 kB
AnonPages:        112300 kB
Mapped:            51756 kB
Shmem:             38220 kB
Slab:             597572 kB
SReclaimable:     568144 kB
SUnreclaim:        29428 kB
KernelStack:        3344 kB
PageTables:         5124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4204 MiB
End job on node125 at 2019-09-20 18:21:37