Trace number 4394558

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 parallelOPT54 22.5098 3.84063

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-0.xml
MD5SUM74d82578b46c9040964d6b10ded07847
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark6.10992
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size3
Maximum domain size21
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":10},{"size":6,"count":3},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
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-4394558-1568430766.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394558-1568430766.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
4.07/1.30	c solve instance...
4.73/1.48	o -1000 
6.22/1.70	o 14 
7.72/1.87	o 40 
7.72/1.89	o 43 
8.49/1.95	o 46 
14.04/2.66	o 50 
15.53/2.87	o 51 
15.91/2.95	o 54 
22.39/3.81	s OPTIMUM FOUND
22.39/3.81	v <instantiation>
22.39/3.81	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] s[18] s[19] 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] p[18] p[19] 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] g[18] g[19] </list>
22.39/3.81	v 	<values>1 2 7 -1 -1 0 11 6 -1 -1 5 12 13 14 19 10 15 16 17 18 0 1 2 -1 -1 15 4 3 -1 -1 14 5 6 7 8 13 12 11 10 9 4 8 0 0 0 7 2 7 0 0 1 5 -1 -5 5 6 3 -1 6 7 </values>
22.39/3.81	v </instantiation>

Verifier Data

OK	54

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394558-1568430766/watcher-4394558-1568430766 -o /tmp/evaluation-result-4394558-1568430766/solver-4394558-1568430766 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568427975-11878 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 755742344 HOME/instance-4394558-1568430766.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=12666, runsolver pid=12663
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 6.19 7.33 7.40 2/212 12687
/proc/meminfo: memFree=25820592/32770624 swapFree=67002152/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 11851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419325286 115843072 364 33554432000 4194304 5098028 140729434495488 140729434493592 140699414663804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28884992 140729434502006 140729434502249 140729434502249 140729434505162 0
/proc/12666/statm: 28282 364 305 221 0 87 0
[pid=12668] ppid=12666 vsize=28227388 memory=30352 CPUtime=0.12 cores=0-7
/proc/12668/stat : 12668 (java) S 12666 12666 11851 0 -1 1077944320 5490 0 0 0 11 1 0 0 20 0 20 0 419325286 28904845312 7588 33554432000 4194304 4196468 140737483254128 140737483236672 140192187883255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
/proc/12668/statm: 7056847 7588 3154 1 0 7019032 0
[pid=12668/tid=12669] ppid=12666 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/12668/task/12669/stat : 12669 (java) R 12666 12666 11851 0 -1 4202560 3383 0 0 0 8 1 0 0 20 0 20 0 419325286 28904845312 7588 33554432000 4194304 4196468 140737483254128 140192192116528 140191775985716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12670] ppid=12666 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 7588 33554432000 4194304 4196468 140737483254128 140192107735696 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12671] ppid=12666 vsize=28227388 memory=140375132624512 CPUtime=0 cores=0-7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 7588 33554432000 4194304 4196468 140737483254128 140192106682896 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12672] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 7588 33554432000 4194304 4196468 140737483254128 140192105630096 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12673] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12673/stat : 12673 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 7588 33554432000 4194304 4196468 140737483254128 140192104577296 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12674] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12674/stat : 12674 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 7588 33554432000 4194304 4196468 140737483254128 140192103525520 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12675] ppid=12666 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12668/task/12675/stat : 12675 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 7588 33554432000 4194304 4196468 140737483254128 140192102472720 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12676] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12676/stat : 12676 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 7588 33554432000 4194304 4196468 140737483254128 140192101419920 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12677] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12677/stat : 12677 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 7588 33554432000 4194304 4196468 140737483254128 140192100367120 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12678] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12678/stat : 12678 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325289 28904845312 7588 33554432000 4194304 4196468 140737483254128 140190651914608 140192187894402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12679] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12679/stat : 12679 (java) S 12666 12666 11851 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419325289 28904845312 7588 33554432000 4194304 4196468 140737483254128 140190650860576 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12680] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12680/stat : 12680 (java) S 12666 12666 11851 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419325289 28904845312 7588 33554432000 4194304 4196468 140737483254128 140190649807728 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12681] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12681/stat : 12681 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325292 28904845312 7588 33554432000 4194304 4196468 140737483254128 140190648756048 140192187901851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12682] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12682/stat : 12682 (java) S 12666 12666 11851 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 20 0 419325292 28904845312 7588 33554432000 4194304 4196468 140737483254128 140190647704432 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12683] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12683/stat : 12683 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419325292 28904845312 7588 33554432000 4194304 4196468 140737483254128 140190646651632 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12684] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12684/stat : 12684 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325292 28904845312 7588 33554432000 4194304 4196468 140737483254128 140190645598832 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12685] ppid=12666 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/12668/task/12685/stat : 12685 (java) S 12666 12666 11851 0 -1 1077944384 375 0 0 0 2 0 0 0 20 0 20 0 419325292 28904845312 7588 33554432000 4194304 4196468 140737483254128 140190644546032 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12686] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12686/stat : 12686 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419325292 28904845312 7588 33554432000 4194304 4196468 140737483254128 140190643493472 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12687] ppid=12666 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12668/task/12687/stat : 12687 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325292 28904845312 7588 33554432000 4194304 4196468 140737483254128 140190642440752 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31808 KiB

[startup+0.210636 s]*
/proc/loadavg: 6.19 7.33 7.40 3/212 12687
/proc/meminfo: memFree=25808256/32770624 swapFree=67002152/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 11851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419325286 115843072 364 33554432000 4194304 5098028 140729434495488 140729434493592 140699414663804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28884992 140729434502006 140729434502249 140729434502249 140729434505162 0
/proc/12666/statm: 28282 364 305 221 0 87 0
[pid=12668] ppid=12666 vsize=28227388 memory=41288 CPUtime=0.34 cores=0-7
/proc/12668/stat : 12668 (java) S 12666 12666 11851 0 -1 1077944320 9066 0 0 0 31 3 0 0 20 0 20 0 419325286 28904845312 10322 33554432000 4194304 4196468 140737483254128 140737483236672 140192187883255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
/proc/12668/statm: 7056847 10322 3304 1 0 7019032 0
[pid=12668/tid=12669] ppid=12666 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/12668/task/12669/stat : 12669 (java) R 12666 12666 11851 0 -1 4202560 6194 0 0 0 18 2 0 0 20 0 20 0 419325286 28904845312 10322 33554432000 4194304 4196468 140737483254128 140192192122928 140192187895190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12670] ppid=12666 vsize=28227388 memory=330 CPUtime=0 cores=0-7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 10322 33554432000 4194304 4196468 140737483254128 140192107735696 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12671] ppid=12666 vsize=28227388 memory=288370751284336256 CPUtime=0 cores=0-7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 10322 33554432000 4194304 4196468 140737483254128 140192106682896 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12672] ppid=12666 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 10322 33554432000 4194304 4196468 140737483254128 140192105630096 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12673] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12673/stat : 12673 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 10322 33554432000 4194304 4196468 140737483254128 140192104577296 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12674] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12674/stat : 12674 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 10322 33554432000 4194304 4196468 140737483254128 140192103525520 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12675] ppid=12666 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12668/task/12675/stat : 12675 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 10322 33554432000 4194304 4196468 140737483254128 140192102472720 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12676] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12676/stat : 12676 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 10322 33554432000 4194304 4196468 140737483254128 140192101419920 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12677] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12677/stat : 12677 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28904845312 10322 33554432000 4194304 4196468 140737483254128 140192100367120 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12678] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12678/stat : 12678 (java) S 12666 12666 11851 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419325289 28904845312 10322 33554432000 4194304 4196468 140737483254128 140190651914608 140192187894402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12679] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12679/stat : 12679 (java) S 12666 12666 11851 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419325289 28904845312 10322 33554432000 4194304 4196468 140737483254128 140190650860576 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12680] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12680/stat : 12680 (java) S 12666 12666 11851 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419325289 28904845312 10322 33554432000 4194304 4196468 140737483254128 140190649807728 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12681] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12681/stat : 12681 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325292 28904845312 10322 33554432000 4194304 4196468 140737483254128 140190648756048 140192187901851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12682] ppid=12666 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/12668/task/12682/stat : 12682 (java) S 12666 12666 11851 0 -1 1077944384 515 0 0 0 1 0 0 0 20 0 20 0 419325292 28904845312 10322 33554432000 4194304 4196468 140737483254128 140190647704432 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12683] ppid=12666 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/12668/task/12683/stat : 12683 (java) S 12666 12666 11851 0 -1 1077944384 85 0 0 0 1 0 0 0 20 0 20 0 419325292 28904845312 10322 33554432000 4194304 4196468 140737483254128 140190646651632 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12684] ppid=12666 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/12668/task/12684/stat : 12684 (java) S 12666 12666 11851 0 -1 1077944384 193 0 0 0 1 0 0 0 20 0 20 0 419325292 28904845312 10322 33554432000 4194304 4196468 140737483254128 140190645598832 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12685] ppid=12666 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/12668/task/12685/stat : 12685 (java) R 12666 12666 11851 0 -1 4202560 762 0 0 0 8 0 0 0 20 0 20 0 419325292 28904845312 10322 33554432000 4194304 4196468 140737483254128 140190644546032 140192166841634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12686] ppid=12666 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12686/stat : 12686 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419325292 28904845312 10322 33554432000 4194304 4196468 140737483254128 140190643493472 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12687] ppid=12666 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12668/task/12687/stat : 12687 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325292 28904845312 10322 33554432000 4194304 4196468 140737483254128 140190642440752 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42744 KiB

[startup+0.311316 s]*
/proc/loadavg: 6.19 7.33 7.40 3/212 12687
/proc/meminfo: memFree=25801244/32770624 swapFree=67002152/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 11851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419325286 115843072 364 33554432000 4194304 5098028 140729434495488 140729434493592 140699414663804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28884992 140729434502006 140729434502249 140729434502249 140729434505162 0
/proc/12666/statm: 28282 364 305 221 0 87 0
[pid=12668] ppid=12666 vsize=28231644 memory=50444 CPUtime=0.53 cores=0-7
/proc/12668/stat : 12668 (java) S 12666 12666 11851 0 -1 1077944320 10447 0 0 0 49 4 0 0 20 0 20 0 419325286 28909203456 12611 33554432000 4194304 4196468 140737483254128 140737483236672 140192187883255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
/proc/12668/statm: 7057911 12611 3363 1 0 7019032 0
[pid=12668/tid=12669] ppid=12666 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/12668/task/12669/stat : 12669 (java) R 12666 12666 11851 0 -1 4202560 7339 0 0 0 27 3 0 0 20 0 20 0 419325286 28909203456 12611 33554432000 4194304 4196468 140737483254128 140192192114368 140192171963742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12670] ppid=12666 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28909203456 12611 33554432000 4194304 4196468 140737483254128 140192107735696 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12671] ppid=12666 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28909203456 12611 33554432000 4194304 4196468 140737483254128 140192106682896 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12672] ppid=12666 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325287 28909203456 12611 33554432000 4194304 4196468 140737483254128 140192105630096 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12673] ppid=12666 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12673/stat : 12673 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419325287 28909203456 12611 33554432000 4194304 4196468 140737483254128 140192104577296 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12674] ppid=12666 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/12668/task/12674/stat : 12674 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419325287 28909203456 12611 33554432000 4194304 4196468 140737483254128 140192103525520 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12675] ppid=12666 vsize=28231644 memory=140375033476015 CPUtime=0 cores=0-7
/proc/12668/task/12675/stat : 12675 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325287 28909203456 12611 33554432000 4194304 4196468 140737483254128 140192102472720 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12676] ppid=12666 vsize=28231644 memory=140375033478320 CPUtime=0 cores=0-7
/proc/12668/task/12676/stat : 12676 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28909203456 12611 33554432000 4194304 4196468 140737483254128 140192101419920 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12677] ppid=12666 vsize=28231644 memory=140375033480624 CPUtime=0 cores=0-7
/proc/12668/task/12677/stat : 12677 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28909203456 12611 33554432000 4194304 4196468 140737483254128 140192100367120 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12678] ppid=12666 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12678/stat : 12678 (java) S 12666 12666 11851 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419325289 28909203456 12611 33554432000 4194304 4196468 140737483254128 140190651914608 140192187894402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12679] ppid=12666 vsize=28231644 memory=280750066968208 CPUtime=0 cores=0-7
/proc/12668/task/12679/stat : 12679 (java) S 12666 12666 11851 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419325289 28909203456 12611 33554432000 4194304 4196468 140737483254128 140190650860576 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12680] ppid=12666 vsize=28231644 memory=280750066975120 CPUtime=0 cores=0-7
/proc/12668/task/12680/stat : 12680 (java) S 12666 12666 11851 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419325289 28909203456 12611 33554432000 4194304 4196468 140737483254128 140190649807728 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12681] ppid=12666 vsize=28231644 memory=280750066916400 CPUtime=0 cores=0-7
/proc/12668/task/12681/stat : 12681 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325292 28909203456 12611 33554432000 4194304 4196468 140737483254128 140190648756048 140192187901851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12682] ppid=12666 vsize=28231644 memory=280750066988944 CPUtime=0.02 cores=0-7
/proc/12668/task/12682/stat : 12682 (java) S 12666 12666 11851 0 -1 1077944384 530 0 0 0 2 0 0 0 20 0 20 0 419325292 28909203456 12611 33554432000 4194304 4196468 140737483254128 140190647704432 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12683] ppid=12666 vsize=28231644 memory=280750066995856 CPUtime=0.04 cores=0-7
/proc/12668/task/12683/stat : 12683 (java) R 12666 12666 11851 0 -1 4202560 198 0 0 0 4 0 0 0 20 0 20 0 419325292 28909203456 12611 33554432000 4194304 4196468 140737483254128 140190646642016 140192169427359 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12684] ppid=12666 vsize=28231644 memory=280750066993552 CPUtime=0.02 cores=0-7
/proc/12668/task/12684/stat : 12684 (java) S 12666 12666 11851 0 -1 1077944384 200 0 0 0 2 0 0 0 20 0 20 0 419325292 28909203456 12611 33554432000 4194304 4196468 140737483254128 140190645598832 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12685] ppid=12666 vsize=28231644 memory=280750067009712 CPUtime=0.12 cores=0-7
/proc/12668/task/12685/stat : 12685 (java) S 12666 12666 11851 0 -1 1077944384 867 0 0 0 12 0 0 0 20 0 20 0 419325292 28909203456 12611 33554432000 4194304 4196468 140737483254128 140190644546032 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12686] ppid=12666 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12686/stat : 12686 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419325292 28909203456 12611 33554432000 4194304 4196468 140737483254128 140190643493472 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12687] ppid=12666 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/12668/task/12687/stat : 12687 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325292 28909203456 12611 33554432000 4194304 4196468 140737483254128 140190642440752 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51900 KiB

[startup+0.700989 s]
/proc/loadavg: 6.19 7.33 7.40 5/212 12687
/proc/meminfo: memFree=25769388/32770624 swapFree=67002152/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 11851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419325286 115843072 364 33554432000 4194304 5098028 140729434495488 140729434493592 140699414663804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28884992 140729434502006 140729434502249 140729434502249 140729434505162 0
/proc/12666/statm: 28282 364 305 221 0 87 0
[pid=12668] ppid=12666 vsize=28233768 memory=100636 CPUtime=1.99 cores=0-7
/proc/12668/stat : 12668 (java) S 12666 12666 11851 0 -1 1077944320 15829 0 0 0 193 6 0 0 20 0 20 0 419325286 28911378432 25159 33554432000 4194304 4196468 140737483254128 140737483236672 140192187883255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
/proc/12668/statm: 7058442 25159 3449 1 0 7019544 0
[pid=12668/tid=12669] ppid=12666 vsize=28233768 memory=280750067367600 CPUtime=0.67 cores=0-7
/proc/12668/task/12669/stat : 12669 (java) R 12666 12666 11851 0 -1 4202560 8709 0 0 0 63 4 0 0 20 0 20 0 419325286 28911378432 25159 33554432000 4194304 4196468 140737483254128 140192192119040 140191780107369 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12670] ppid=12666 vsize=28233768 memory=140375033684848 CPUtime=0 cores=0-7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28911378432 25159 33554432000 4194304 4196468 140737483254128 140192107735696 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12671] ppid=12666 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 11851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419325287 28911378432 25159 33554432000 4194304 4196468 140737483254128 140192106682896 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12672] ppid=12666 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419325287 28911378432 25159 33554432000 4194304 4196468 140737483254128 140192105630096 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0

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

[pid=12668/tid=12685] ppid=12666 vsize=28768328 memory=0 CPUtime=1.09 cores=0-7
/proc/12668/task/12685/stat : 12685 (java) R 12666 12666 11851 0 -1 1077944384 3737 0 0 0 108 1 0 0 20 0 28 0 419325292 29458767872 89362 33554432000 4194304 4196468 140737483254128 140190644546032 140192187894402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12686] ppid=12666 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12686/stat : 12686 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419325292 29458767872 89362 33554432000 4194304 4196468 140737483254128 140190643493472 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12687] ppid=12666 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12687/stat : 12687 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419325292 29458767872 89362 33554432000 4194304 4196468 140737483254128 140190642440752 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12752] ppid=12666 vsize=28768328 memory=0 CPUtime=0.17 cores=0-7
/proc/12668/task/12752/stat : 12752 (java) R 12666 12666 11851 0 -1 4202560 18 0 0 0 17 0 0 0 20 0 28 0 419325582 29458767872 89362 33554432000 4194304 4196468 140737483254128 140190631132184 140191783772890 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12753] ppid=12666 vsize=28768328 memory=0 CPUtime=0.17 cores=0-7
/proc/12668/task/12753/stat : 12753 (java) R 12666 12666 11851 0 -1 4202560 18 0 0 0 17 0 0 0 20 0 28 0 419325582 29458767872 89362 33554432000 4194304 4196468 140737483254128 140190625869944 140191783421479 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12754] ppid=12666 vsize=28768328 memory=0 CPUtime=0.1 cores=0-7
/proc/12668/task/12754/stat : 12754 (java) R 12666 12666 11851 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 28 0 419325582 29458767872 89362 33554432000 4194304 4196468 140737483254128 140190629030136 140191784951079 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12755] ppid=12666 vsize=28768328 memory=288230574492221466 CPUtime=0.23 cores=0-7
/proc/12668/task/12755/stat : 12755 (java) R 12666 12666 11851 0 -1 4202560 18 0 0 0 23 0 0 0 20 0 28 0 419325582 29458767872 89362 33554432000 4194304 4196468 140737483254128 140190627982792 140191783421515 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12756] ppid=12666 vsize=28768328 memory=288230621803970871 CPUtime=0.22 cores=0-7
/proc/12668/task/12756/stat : 12756 (java) R 12666 12666 11851 0 -1 4202560 18 0 0 0 22 0 0 0 20 0 28 0 419325582 29458767872 89362 33554432000 4194304 4196468 140737483254128 140190630080552 140191783421429 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12757] ppid=12666 vsize=28768328 memory=14410410686155187 CPUtime=0.17 cores=0-7
/proc/12668/task/12757/stat : 12757 (java) R 12666 12666 11851 0 -1 4202560 18 0 0 0 17 0 0 0 20 0 28 0 419325582 29458767872 89362 33554432000 4194304 4196468 140737483254128 140190626922504 140191786631231 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12758] ppid=12666 vsize=28768328 memory=0 CPUtime=0.23 cores=0-7
/proc/12668/task/12758/stat : 12758 (java) R 12666 12666 11851 0 -1 4202560 18 0 0 0 23 0 0 0 20 0 28 0 419325582 29458767872 89362 33554432000 4194304 4196468 140737483254128 140190624816656 140191783421406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12759] ppid=12666 vsize=28768328 memory=0 CPUtime=0.17 cores=0-7
/proc/12668/task/12759/stat : 12759 (java) R 12666 12666 11851 0 -1 4202560 18 0 0 0 17 0 0 0 20 0 28 0 419325582 29458767872 89362 33554432000 4194304 4196468 140737483254128 140190623771592 140191783756908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
Current children cumulated CPU time: 18.27 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 358904 KiB

[startup+3.60661 s]
/proc/loadavg: 6.10 7.29 7.39 12/220 12759
/proc/meminfo: memFree=25502888/32770624 swapFree=67002152/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 11851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419325286 115843072 364 33554432000 4194304 5098028 140729434495488 140729434493592 140699414663804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28884992 140729434502006 140729434502249 140729434502249 140729434505162 0
/proc/12666/statm: 28282 364 305 221 0 87 0
[pid=12668] ppid=12666 vsize=28768328 memory=398852 CPUtime=21.43 cores=0-7
/proc/12668/stat : 12668 (java) S 12666 12666 11851 0 -1 1077944320 30702 0 0 0 2108 35 0 0 20 0 28 0 419325286 29458767872 99713 33554432000 4194304 4196468 140737483254128 140737483236672 140192187883255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
/proc/12668/statm: 7192082 99713 3528 1 0 7153184 0
[pid=12668/tid=12669] ppid=12666 vsize=28768328 memory=6944656592455359580 CPUtime=1.25 cores=0-7
/proc/12668/task/12669/stat : 12669 (java) S 12666 12666 11851 0 -1 1077944384 9072 0 0 0 120 5 0 0 20 0 28 0 419325286 29458767872 99713 33554432000 4194304 4196468 140737483254128 140192192124032 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12670] ppid=12666 vsize=28768328 memory=6943526294502006880 CPUtime=0.03 cores=0-7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 11851 0 -1 1077944384 90 0 0 0 1 2 0 0 20 0 28 0 419325287 29458767872 99713 33554432000 4194304 4196468 140737483254128 140192107735696 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12671] ppid=12666 vsize=28768328 memory=6944656592455359580 CPUtime=0.04 cores=0-7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 11851 0 -1 1077944384 165 0 0 0 2 2 0 0 20 0 28 0 419325287 29458767872 99713 33554432000 4194304 4196468 140737483254128 140192106682896 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12672] ppid=12666 vsize=28768328 memory=3 CPUtime=0.02 cores=0-7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 11851 0 -1 1077944384 257 0 0 0 1 1 0 0 20 0 28 0 419325287 29458767872 99713 33554432000 4194304 4196468 140737483254128 140192105630096 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12673] ppid=12666 vsize=28768328 memory=280750067411204 CPUtime=0.02 cores=0-7
/proc/12668/task/12673/stat : 12673 (java) S 12666 12666 11851 0 -1 1077944384 126 0 0 0 1 1 0 0 20 0 28 0 419325287 29458767872 99713 33554432000 4194304 4196468 140737483254128 140192104577296 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12674] ppid=12666 vsize=28768328 memory=6791534058613427641 CPUtime=0.03 cores=0-7
/proc/12668/task/12674/stat : 12674 (java) S 12666 12666 11851 0 -1 1077944384 81 0 0 0 2 1 0 0 20 0 28 0 419325287 29458767872 99713 33554432000 4194304 4196468 140737483254128 140192103525520 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12675] ppid=12666 vsize=28768328 memory=0 CPUtime=0.04 cores=0-7
/proc/12668/task/12675/stat : 12675 (java) S 12666 12666 11851 0 -1 1077944384 137 0 0 0 2 2 0 0 20 0 28 0 419325287 29458767872 99713 33554432000 4194304 4196468 140737483254128 140192102472720 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12676] ppid=12666 vsize=28768328 memory=0 CPUtime=0.03 cores=0-7
/proc/12668/task/12676/stat : 12676 (java) S 12666 12666 11851 0 -1 1077944384 76 0 0 0 2 1 0 0 20 0 28 0 419325287 29458767872 99713 33554432000 4194304 4196468 140737483254128 140192101419920 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12677] ppid=12666 vsize=28768328 memory=0 CPUtime=0.04 cores=0-7
/proc/12668/task/12677/stat : 12677 (java) S 12666 12666 11851 0 -1 1077944384 83 0 0 0 2 2 0 0 20 0 28 0 419325287 29458767872 99713 33554432000 4194304 4196468 140737483254128 140192100367120 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12678] ppid=12666 vsize=28768328 memory=140375033904976 CPUtime=0.01 cores=0-7
/proc/12668/task/12678/stat : 12678 (java) S 12666 12666 11851 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 28 0 419325289 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190651914608 140192187894402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12679] ppid=12666 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12679/stat : 12679 (java) S 12666 12666 11851 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 419325289 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190650860640 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12680] ppid=12666 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12680/stat : 12680 (java) S 12666 12666 11851 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 419325289 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190649807744 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12681] ppid=12666 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12681/stat : 12681 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419325292 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190648756048 140192187901851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12682] ppid=12666 vsize=28768328 memory=0 CPUtime=1.99 cores=0-7
/proc/12668/task/12682/stat : 12682 (java) R 12666 12666 11851 0 -1 1077944384 4090 0 0 0 197 2 0 0 20 0 28 0 419325292 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190647704432 140192187894402 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12683] ppid=12666 vsize=28768328 memory=0 CPUtime=2.24 cores=0-7
/proc/12668/task/12683/stat : 12683 (java) R 12666 12666 11851 0 -1 4202560 3743 0 0 0 222 2 0 0 20 0 28 0 419325292 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190646651632 140192167099222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12684] ppid=12666 vsize=28768328 memory=0 CPUtime=2.08 cores=0-7
/proc/12668/task/12684/stat : 12684 (java) R 12666 12666 11851 0 -1 4202560 4421 0 0 0 207 1 0 0 20 0 28 0 419325292 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190645598832 140192171785131 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12685] ppid=12666 vsize=28768328 memory=1292 CPUtime=1.12 cores=0-7
/proc/12668/task/12685/stat : 12685 (java) S 12666 12666 11851 0 -1 1077944384 4273 0 0 0 111 1 0 0 20 0 28 0 419325292 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190644546032 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12686] ppid=12666 vsize=28768328 memory=10592 CPUtime=0 cores=0-7
/proc/12668/task/12686/stat : 12686 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419325292 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190643493472 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12687] ppid=12666 vsize=28768328 memory=1720 CPUtime=0 cores=0-7
/proc/12668/task/12687/stat : 12687 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419325292 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190642440752 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12752] ppid=12666 vsize=28768328 memory=5940 CPUtime=0.51 cores=0-7
/proc/12668/task/12752/stat : 12752 (java) R 12666 12666 11851 0 -1 4202560 70 0 0 0 51 0 0 0 20 0 28 0 419325582 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190631132504 140191783421401 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12753] ppid=12666 vsize=28768328 memory=636 CPUtime=0.47 cores=0-7
/proc/12668/task/12753/stat : 12753 (java) R 12666 12666 11851 0 -1 4202560 89 0 0 0 47 0 0 0 20 0 28 0 419325582 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190625870040 140191783421493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12754] ppid=12666 vsize=28768328 memory=2832 CPUtime=0.34 cores=0-7
/proc/12668/task/12754/stat : 12754 (java) R 12666 12666 11851 0 -1 4202560 184 0 0 0 34 0 0 0 20 0 28 0 419325582 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190629028984 140191786836879 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12755] ppid=12666 vsize=28768328 memory=1056 CPUtime=0.57 cores=0-7
/proc/12668/task/12755/stat : 12755 (java) R 12666 12666 11851 0 -1 4202560 222 0 0 0 57 0 0 0 20 0 28 0 419325582 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190627975656 140191783421366 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12756] ppid=12666 vsize=28768328 memory=1568 CPUtime=0.47 cores=0-7
/proc/12668/task/12756/stat : 12756 (java) R 12666 12666 11851 0 -1 4202560 97 0 0 0 47 0 0 0 20 0 28 0 419325582 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190630082872 140191783757128 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12757] ppid=12666 vsize=28768328 memory=1040 CPUtime=0.5 cores=0-7
/proc/12668/task/12757/stat : 12757 (java) R 12666 12666 11851 0 -1 4202560 83 0 0 0 50 0 0 0 20 0 28 0 419325582 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190626922120 140191786631043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12758] ppid=12666 vsize=28768328 memory=14004 CPUtime=0.53 cores=0-7
/proc/12668/task/12758/stat : 12758 (java) R 12666 12666 11851 0 -1 4202560 117 0 0 0 53 0 0 0 20 0 28 0 419325582 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190624817368 140191783421429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12759] ppid=12666 vsize=28768328 memory=12040 CPUtime=0.45 cores=0-7
/proc/12668/task/12759/stat : 12759 (java) R 12666 12666 11851 0 -1 4202560 77 0 0 0 45 0 0 0 20 0 28 0 419325582 29458767872 99713 33554432000 4194304 4196468 140737483254128 140190623764472 140191783421401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
Current children cumulated CPU time: 21.43 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 400308 KiB

[startup+3.80111 s]
/proc/loadavg: 6.10 7.29 7.39 12/220 12759
/proc/meminfo: memFree=25502888/32770624 swapFree=67002152/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 11851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419325286 115843072 364 33554432000 4194304 5098028 140729434495488 140729434493592 140699414663804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28884992 140729434502006 140729434502249 140729434502249 140729434505162 0
/proc/12666/statm: 28282 364 305 221 0 87 0
[pid=12668] ppid=12666 vsize=28768328 memory=400288 CPUtime=22.39 cores=0-7
/proc/12668/stat : 12668 (java) S 12666 12666 11851 0 -1 1077944320 31442 0 0 0 2204 35 0 0 20 0 28 0 419325286 29458767872 100072 33554432000 4194304 4196468 140737483254128 140737483236672 140192187883255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
/proc/12668/statm: 7192082 100072 3528 1 0 7153184 0
[pid=12668/tid=12669] ppid=12666 vsize=28768328 memory=6791534058613427641 CPUtime=1.25 cores=0-7
/proc/12668/task/12669/stat : 12669 (java) S 12666 12666 11851 0 -1 1077944384 9072 0 0 0 120 5 0 0 20 0 28 0 419325286 29458767872 100072 33554432000 4194304 4196468 140737483254128 140192192124032 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12670] ppid=12666 vsize=28768328 memory=0 CPUtime=0.03 cores=0-7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 11851 0 -1 1077944384 90 0 0 0 1 2 0 0 20 0 28 0 419325287 29458767872 100072 33554432000 4194304 4196468 140737483254128 140192107735696 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12671] ppid=12666 vsize=28768328 memory=0 CPUtime=0.04 cores=0-7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 11851 0 -1 1077944384 165 0 0 0 2 2 0 0 20 0 28 0 419325287 29458767872 100072 33554432000 4194304 4196468 140737483254128 140192106682896 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12672] ppid=12666 vsize=28768328 memory=0 CPUtime=0.02 cores=0-7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 11851 0 -1 1077944384 257 0 0 0 1 1 0 0 20 0 28 0 419325287 29458767872 100072 33554432000 4194304 4196468 140737483254128 140192105630096 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12673] ppid=12666 vsize=28768328 memory=0 CPUtime=0.02 cores=0-7
/proc/12668/task/12673/stat : 12673 (java) S 12666 12666 11851 0 -1 1077944384 126 0 0 0 1 1 0 0 20 0 28 0 419325287 29458767872 100072 33554432000 4194304 4196468 140737483254128 140192104577296 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12674] ppid=12666 vsize=28768328 memory=0 CPUtime=0.03 cores=0-7
/proc/12668/task/12674/stat : 12674 (java) S 12666 12666 11851 0 -1 1077944384 81 0 0 0 2 1 0 0 20 0 28 0 419325287 29458767872 100072 33554432000 4194304 4196468 140737483254128 140192103525520 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12675] ppid=12666 vsize=28768328 memory=0 CPUtime=0.04 cores=0-7
/proc/12668/task/12675/stat : 12675 (java) S 12666 12666 11851 0 -1 1077944384 137 0 0 0 2 2 0 0 20 0 28 0 419325287 29458767872 100072 33554432000 4194304 4196468 140737483254128 140192102472720 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12676] ppid=12666 vsize=28768328 memory=13633 CPUtime=0.03 cores=0-7
/proc/12668/task/12676/stat : 12676 (java) S 12666 12666 11851 0 -1 1077944384 76 0 0 0 2 1 0 0 20 0 28 0 419325287 29458767872 100072 33554432000 4194304 4196468 140737483254128 140192101419920 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12677] ppid=12666 vsize=28768328 memory=1209 CPUtime=0.04 cores=0-7
/proc/12668/task/12677/stat : 12677 (java) S 12666 12666 11851 0 -1 1077944384 83 0 0 0 2 2 0 0 20 0 28 0 419325287 29458767872 100072 33554432000 4194304 4196468 140737483254128 140192100367120 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12678] ppid=12666 vsize=28768328 memory=0 CPUtime=0.01 cores=0-7
/proc/12668/task/12678/stat : 12678 (java) S 12666 12666 11851 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 28 0 419325289 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190651914608 140192187894402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12679] ppid=12666 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12679/stat : 12679 (java) S 12666 12666 11851 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 419325289 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190650860640 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12680] ppid=12666 vsize=28768328 memory=85036048 CPUtime=0 cores=0-7
/proc/12668/task/12680/stat : 12680 (java) S 12666 12666 11851 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 419325289 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190649807744 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12681] ppid=12666 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12668/task/12681/stat : 12681 (java) S 12666 12666 11851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419325292 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190648756048 140192187901851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12682] ppid=12666 vsize=28768328 memory=4 CPUtime=2.13 cores=0-7
/proc/12668/task/12682/stat : 12682 (java) R 12666 12666 11851 0 -1 4202560 4740 0 0 0 211 2 0 0 20 0 28 0 419325292 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190647692304 140192169427883 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12683] ppid=12666 vsize=28768328 memory=0 CPUtime=2.34 cores=0-7
/proc/12668/task/12683/stat : 12683 (java) S 12666 12666 11851 0 -1 1077944384 3773 0 0 0 232 2 0 0 20 0 28 0 419325292 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190646651632 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12684] ppid=12666 vsize=28768328 memory=1933853 CPUtime=2.15 cores=0-7
/proc/12668/task/12684/stat : 12684 (java) R 12666 12666 11851 0 -1 4202560 4437 0 0 0 214 1 0 0 20 0 28 0 419325292 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190645598832 140192165478001 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12685] ppid=12666 vsize=28768328 memory=0 CPUtime=1.13 cores=0-7
/proc/12668/task/12685/stat : 12685 (java) S 12666 12666 11851 0 -1 1077944384 4296 0 0 0 112 1 0 0 20 0 28 0 419325292 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190644546032 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12686] ppid=12666 vsize=28768328 memory=140379427591807 CPUtime=0 cores=0-7
/proc/12668/task/12686/stat : 12686 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419325292 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190643493472 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12687] ppid=12666 vsize=28768328 memory=7524854834431644377 CPUtime=0 cores=0-7
/proc/12668/task/12687/stat : 12687 (java) S 12666 12666 11851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419325292 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190642440752 140192187894402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12752] ppid=12666 vsize=28768328 memory=2868665472214376 CPUtime=0.57 cores=0-7
/proc/12668/task/12752/stat : 12752 (java) S 12666 12666 11851 0 -1 1077944384 71 0 0 0 57 0 0 0 20 0 28 0 419325582 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190631136688 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12753] ppid=12666 vsize=28768328 memory=2867565960586600 CPUtime=0.55 cores=0-7
/proc/12668/task/12753/stat : 12753 (java) S 12666 12666 11851 0 -1 1077944384 104 0 0 0 55 0 0 0 20 0 28 0 419325582 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190625874640 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12754] ppid=12666 vsize=28768328 memory=171051322 CPUtime=0.42 cores=0-7
/proc/12668/task/12754/stat : 12754 (java) S 12666 12666 11851 0 -1 1077944384 185 0 0 0 42 0 0 0 20 0 28 0 419325582 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190629033552 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12755] ppid=12666 vsize=28768328 memory=-9174445032661854264 CPUtime=0.61 cores=0-7
/proc/12668/task/12755/stat : 12755 (java) S 12666 12666 11851 0 -1 1077944384 222 0 0 0 61 0 0 0 20 0 28 0 419325582 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190627980752 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12756] ppid=12666 vsize=28768328 memory=667913 CPUtime=0.54 cores=0-7
/proc/12668/task/12756/stat : 12756 (java) S 12666 12666 11851 0 -1 1077944384 97 0 0 0 54 0 0 0 20 0 28 0 419325582 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190630085968 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12757] ppid=12666 vsize=28768328 memory=-7880843606118635149 CPUtime=0.69 cores=0-7
/proc/12668/task/12757/stat : 12757 (java) R 12666 12666 11851 0 -1 4202560 84 0 0 0 69 0 0 0 20 0 28 0 419325582 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190626922408 140191786631111 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12758] ppid=12666 vsize=28768328 memory=6944652177228980320 CPUtime=0.58 cores=0-7
/proc/12668/task/12758/stat : 12758 (java) S 12666 12666 11851 0 -1 1077944384 120 0 0 0 58 0 0 0 20 0 28 0 419325582 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190624822352 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
[pid=12668/tid=12759] ppid=12666 vsize=28768328 memory=6943526294502006880 CPUtime=0.54 cores=0-7
/proc/12668/task/12759/stat : 12759 (java) S 12666 12666 11851 0 -1 1077944384 77 0 0 0 54 0 0 0 20 0 28 0 419325582 29458767872 100072 33554432000 4194304 4196468 140737483254128 140190623769552 140192187893461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31948800 140737483260906 140737483261078 140737483261078 140737483263951 0
Current children cumulated CPU time: 22.39 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 401744 KiB

Child status: 0
Real time (s): 3.84063
CPU time (s): 22.5098
CPU user time (s): 22.1399
CPU system time (s): 0.369924
CPU usage (%): 586.096
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 401744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.1399
system time used= 0.369924
maximum resident set size= 400940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32132
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= 4473
involuntary context switches= 649


# summary of solver processes directly reported to runsolver:
#   pid: 12666
#   total CPU time (s): 22.5098
#   total CPU user time (s): 22.1399
#   total CPU system time (s): 0.369924

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047809 second user time and 0.088684 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-14 05:12:02
IDJOB=4394558
IDBENCH=128043
IDSOLVER=2843
FILE ID=node136/4394558-1568430766
RUNJOBID= node136-1568427975-11878
PBS_JOBID= 21702302
Free space on /tmp= 61168 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-0.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-4394558-1568430766/watcher-4394558-1568430766 -o /tmp/evaluation-result-4394558-1568430766/solver-4394558-1568430766 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568427975-11878 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 755742344 HOME/instance-4394558-1568430766.xml

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

MD5SUM BENCH= 74d82578b46c9040964d6b10ded07847
RANDOM SEED=755742344

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25838932 kB
MemAvailable:   31889084 kB
Buffers:           81184 kB
Cached:          6245600 kB
SwapCached:         3116 kB
Active:          2036012 kB
Inactive:        4297228 kB
Active(anon):       5000 kB
Inactive(anon):    42132 kB
Active(file):    2031012 kB
Inactive(file):  4255096 kB
Unevictable:      107800 kB
Mlocked:          107800 kB
SwapTotal:      67108860 kB
SwapFree:       67002152 kB
Dirty:             26748 kB
Writeback:             4 kB
AnonPages:        113060 kB
Mapped:            43776 kB
Shmem:             31936 kB
Slab:             189444 kB
SReclaimable:     159760 kB
SUnreclaim:        29684 kB
KernelStack:        3424 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498220 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61140 MiB
End job on node136 at 2019-09-14 05:12:06