Trace number 4391991

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
Concrete 3.10OPT10 9.08234 3.82349

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-david.xml
MD5SUM8881d200d983e9a0f6a660f33978a65e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark8.31459
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of constraints406
Number of domains1
Minimum domain size87
Maximum domain size87
Distribution of domain sizes[{"size":87,"count":87}]
Minimum variable degree2
Maximum variable degree83
Distribution of variable degrees[{"degree":2,"count":10},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":5},{"degree":6,"count":6},{"degree":7,"count":10},{"degree":8,"count":4},{"degree":9,"count":5},{"degree":10,"count":9},{"degree":11,"count":1},{"degree":12,"count":4},{"degree":13,"count":2},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":2},{"degree":19,"count":1},{"degree":20,"count":1},{"degree":22,"count":1},{"degree":29,"count":1},{"degree":31,"count":1},{"degree":32,"count":1},{"degree":36,"count":1},{"degree":83,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
6.86/3.46	o 86
6.86/3.81	o 85
6.86/3.81	o 84
6.86/3.81	o 83
6.86/3.81	o 82
6.86/3.81	o 81
6.86/3.81	o 80
6.86/3.81	o 79
6.86/3.81	o 10
6.86/3.81	v <instantiation
6.86/3.81	v         cost = '10'>
6.86/3.81	v       <list>
6.86/3.81	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86]
6.86/3.81	v       </list>
6.86/3.81	v       <values>
6.86/3.81	v         2 2 2 4 10 2 5 0 2 0 10 2 5 3 3 3 10 0 0 0 10 0 10 2 0 0 3 0 0 2 2 9 9 6 4 0 4 0 0 4 0 4 6 10 5 7 0 0 2 9 9 4 8 3 10 0 3 7 3 1 0 0 2 0 0 5 6 10 8 0 10 5 2 8 0 0 10 0 6 3 7 0 1 6 2 0 3
6.86/3.81	v       </values>
6.86/3.81	v     </instantiation>
6.86/3.81	s OPTIMUM FOUND

Verifier Data

OK	10

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391991-1568308334/watcher-4391991-1568308334 -o /tmp/evaluation-result-4391991-1568308334/solver-4391991-1568308334 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5610 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1007595253 HOME/instance-4391991-1568308334.xml 

running on 4 cores: 1,3,5,7

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

solver pid=7185, runsolver pid=7182

[startup+0.10012 s]*
/proc/loadavg: 1.59 1.50 1.43 4/220 7242
/proc/meminfo: memFree=31411240/32770624 swapFree=66999732/67108860
[pid=7185] ppid=7182 vsize=9972712 memory=17228 CPUtime=0.1 cores=1,3,5,7
/proc/7185/stat : 7185 (java) S 7182 7185 5578 0 -1 1077944320 4558 13134 0 0 1 1 5 3 20 0 6 0 406747464 10212057088 4307 33554432000 4194304 4196468 140732687099872 140732687082416 140568175714039 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
/proc/7185/statm: 2493178 4307 1935 1 0 2481616 0
[pid=7185/tid=7238] ppid=7182 vsize=9988792 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/7185/task/7238/stat : 7238 (java) R 7182 7185 5578 0 -1 4202560 2418 13134 0 0 1 0 5 3 20 0 6 0 406747473 10228523008 4884 33554432000 4194304 4196468 140732687099872 140568147550800 140568159473872 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7239] ppid=7182 vsize=9988792 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7239/stat : 7239 (java) S 7182 7185 5578 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 6 0 406747474 10228523008 4884 33554432000 4194304 4196468 140732687099872 140568179956752 140568175724245 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7240] ppid=7182 vsize=9988792 memory=140601491527296 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7240/stat : 7240 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 406747474 10228523008 4884 33554432000 4194304 4196468 140732687099872 140568107437200 140568175724245 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7241] ppid=7182 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7241/stat : 7241 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 406747474 10228523008 4884 33554432000 4194304 4196468 140732687099872 140567747603216 140568175724245 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7242] ppid=7182 vsize=9988792 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7242/stat : 7242 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 406747474 10228523008 4884 33554432000 4194304 4196468 140732687099872 140567746550672 140568175724245 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17228 KiB

[startup+0.21235 s]*
/proc/loadavg: 1.59 1.50 1.43 5/229 7251
/proc/meminfo: memFree=31386636/32770624 swapFree=66999732/67108860
[pid=7185] ppid=7182 vsize=10818940 memory=42744 CPUtime=0.27 cores=1,3,5,7
/proc/7185/stat : 7185 (java) S 7182 7185 5578 0 -1 1077944320 6969 13134 0 0 17 2 5 3 20 0 15 0 406747464 11078594560 10686 33554432000 4194304 4196468 140732687099872 140732687082416 140568175714039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
/proc/7185/statm: 2704735 10686 2986 1 0 2667149 0
[pid=7185/tid=7238] ppid=7182 vsize=10818940 memory=5450916389569530688 CPUtime=0.2 cores=1,3,5,7
/proc/7185/task/7238/stat : 7238 (java) R 7182 7185 5578 0 -1 4202560 3465 13134 0 0 11 1 5 3 20 0 15 0 406747473 11078594560 10686 33554432000 4194304 4196468 140732687099872 140568147546848 140568168813886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7239] ppid=7182 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7239/stat : 7239 (java) S 7182 7185 5578 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 406747474 11078594560 10686 33554432000 4194304 4196468 140732687099872 140568179956752 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7240] ppid=7182 vsize=10818940 memory=140601491527296 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7240/stat : 7240 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747474 11078594560 10686 33554432000 4194304 4196468 140732687099872 140568107437200 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7241] ppid=7182 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7241/stat : 7241 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747474 11078594560 10686 33554432000 4194304 4196468 140732687099872 140567747603216 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7242] ppid=7182 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7242/stat : 7242 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747474 11078594560 10686 33554432000 4194304 4196468 140732687099872 140567746550672 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7243] ppid=7182 vsize=10818940 memory=140601491527296 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7243/stat : 7243 (java) S 7182 7185 5578 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 406747475 11078594560 10686 33554432000 4194304 4196468 140732687099872 140567634761968 140568175725186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7244] ppid=7182 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7244/stat : 7244 (java) S 7182 7185 5578 0 -1 1077944384 33 13134 0 0 0 0 5 3 20 0 15 0 406747476 11078594560 10686 33554432000 4194304 4196468 140732687099872 140567633708192 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7245] ppid=7182 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7245/stat : 7245 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747476 11078594560 10686 33554432000 4194304 4196468 140732687099872 140567501595376 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7246] ppid=7182 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7246/stat : 7246 (java) S 7182 7185 5578 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 406747479 11078594560 10686 33554432000 4194304 4196468 140732687099872 140566897616848 140568175732635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7247] ppid=7182 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7185/task/7247/stat : 7247 (java) S 7182 7185 5578 0 -1 1077944384 559 13134 0 0 1 0 5 3 20 0 15 0 406747479 11078594560 10686 33554432000 4194304 4196468 140732687099872 140567600151280 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7248] ppid=7182 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/7185/task/7248/stat : 7248 (java) S 7182 7185 5578 0 -1 1077944384 66 13134 0 0 1 0 5 3 20 0 15 0 406747479 11078594560 10686 33554432000 4194304 4196468 140732687099872 140567599098736 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7249] ppid=7182 vsize=10818940 memory=140601491527296 CPUtime=0.11 cores=1,3,5,7
/proc/7185/task/7249/stat : 7249 (java) R 7182 7185 5578 0 -1 4202560 645 13134 0 0 3 0 5 3 20 0 15 0 406747479 11078594560 10686 33554432000 4194304 4196468 140732687099872 140567598045680 140568154731135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7250] ppid=7182 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7250/stat : 7250 (java) S 7182 7185 5578 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 406747479 11078594560 10686 33554432000 4194304 4196468 140732687099872 140566427855712 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7251] ppid=7182 vsize=10818940 memory=140601491527296 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7251/stat : 7251 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747479 11078594560 10686 33554432000 4194304 4196468 140732687099872 140567596993072 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42744 KiB

[startup+0.310426 s]*
/proc/loadavg: 1.59 1.50 1.43 5/229 7251
/proc/meminfo: memFree=31373768/32770624 swapFree=66999732/67108860
[pid=7185] ppid=7182 vsize=10820096 memory=54344 CPUtime=0.4 cores=1,3,5,7
/proc/7185/stat : 7185 (java) S 7182 7185 5578 0 -1 1077944320 10710 13134 0 0 29 3 5 3 20 0 15 0 406747464 11079778304 13586 33554432000 4194304 4196468 140732687099872 140732687082416 140568175714039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
/proc/7185/statm: 2705024 13586 3300 1 0 2667149 0
[pid=7185/tid=7238] ppid=7182 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/7185/task/7238/stat : 7238 (java) R 7182 7185 5578 0 -1 4202560 7165 13134 0 0 19 2 5 3 20 0 15 0 406747473 11079778304 13586 33554432000 4194304 4196468 140732687099872 140568147532144 140567779625228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7239] ppid=7182 vsize=10820096 memory=7374478803452455781 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7239/stat : 7239 (java) S 7182 7185 5578 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 406747474 11079778304 13586 33554432000 4194304 4196468 140732687099872 140568179956752 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7240] ppid=7182 vsize=10820244 memory=5788339726952981056 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7240/stat : 7240 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747474 11079929856 13586 33554432000 4194304 4196468 140732687099872 140568107437200 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7241] ppid=7182 vsize=10820244 memory=7019607689398994887 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7241/stat : 7241 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747474 11079929856 13586 33554432000 4194304 4196468 140732687099872 140567747603216 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7242] ppid=7182 vsize=10820244 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7242/stat : 7242 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747474 11079929856 13586 33554432000 4194304 4196468 140732687099872 140567746550672 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7243] ppid=7182 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7243/stat : 7243 (java) S 7182 7185 5578 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 406747475 11079929856 13586 33554432000 4194304 4196468 140732687099872 140567634761968 140568175725186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7244] ppid=7182 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7244/stat : 7244 (java) S 7182 7185 5578 0 -1 1077944384 33 13134 0 0 0 0 5 3 20 0 15 0 406747476 11079929856 13586 33554432000 4194304 4196468 140732687099872 140567633708192 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7245] ppid=7182 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7245/stat : 7245 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747476 11079929856 13586 33554432000 4194304 4196468 140732687099872 140567501595376 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7246] ppid=7182 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7246/stat : 7246 (java) S 7182 7185 5578 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 406747479 11079929856 13586 33554432000 4194304 4196468 140732687099872 140566897616848 140568175732635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7247] ppid=7182 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7185/task/7247/stat : 7247 (java) S 7182 7185 5578 0 -1 1077944384 562 13134 0 0 1 0 5 3 20 0 15 0 406747479 11079929856 13586 33554432000 4194304 4196468 140732687099872 140567600151280 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7248] ppid=7182 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7185/task/7248/stat : 7248 (java) S 7182 7185 5578 0 -1 1077944384 66 13134 0 0 1 0 5 3 20 0 15 0 406747479 11079929856 13586 33554432000 4194304 4196468 140732687099872 140567599098736 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7249] ppid=7182 vsize=10820244 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/7185/task/7249/stat : 7249 (java) S 7182 7185 5578 0 -1 1077944384 669 13134 0 0 5 0 5 3 20 0 15 0 406747479 11079929856 13586 33554432000 4194304 4196468 140732687099872 140567598045680 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7250] ppid=7182 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7250/stat : 7250 (java) S 7182 7185 5578 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 406747479 11079929856 13586 33554432000 4194304 4196468 140732687099872 140566427855712 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7251] ppid=7182 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7251/stat : 7251 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747479 11079929856 13586 33554432000 4194304 4196468 140732687099872 140567596993072 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54344 KiB

[startup+0.701096 s]
/proc/loadavg: 1.59 1.50 1.43 8/229 7251
/proc/meminfo: memFree=31352840/32770624 swapFree=66999732/67108860
[pid=7185] ppid=7182 vsize=10824340 memory=84452 CPUtime=1.15 cores=1,3,5,7
/proc/7185/stat : 7185 (java) S 7182 7185 5578 0 -1 1077944320 14828 13134 0 0 101 6 5 3 20 0 15 0 406747464 11084124160 21113 33554432000 4194304 4196468 140732687099872 140732687082416 140568175714039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
/proc/7185/statm: 2706085 21113 3503 1 0 2668173 0
[pid=7185/tid=7238] ppid=7182 vsize=10824340 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/7185/task/7238/stat : 7238 (java) R 7182 7185 5578 0 -1 4202560 10518 13134 0 0 55 4 5 3 20 0 15 0 406747473 11084124160 21113 33554432000 4194304 4196468 140732687099872 140568147541232 140568159794526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7239] ppid=7182 vsize=10824340 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7239/stat : 7239 (java) S 7182 7185 5578 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 406747474 11084124160 21113 33554432000 4194304 4196468 140732687099872 140568179956752 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7240] ppid=7182 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7240/stat : 7240 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747474 11084124160 21113 33554432000 4194304 4196468 140732687099872 140568107437200 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7241] ppid=7182 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7241/stat : 7241 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747474 11084124160 21113 33554432000 4194304 4196468 140732687099872 140567747603216 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7242] ppid=7182 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7242/stat : 7242 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747474 11084124160 21113 33554432000 4194304 4196468 140732687099872 140567746550672 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7243] ppid=7182 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7243/stat : 7243 (java) S 7182 7185 5578 0 -1 1077944384 5 13134 0 0 0 0 5 3 20 0 15 0 406747475 11084124160 21113 33554432000 4194304 4196468 140732687099872 140567634761968 140568175725186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7244] ppid=7182 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7244/stat : 7244 (java) S 7182 7185 5578 0 -1 1077944384 33 13134 0 0 0 0 5 3 20 0 15 0 406747476 11084124160 21113 33554432000 4194304 4196468 140732687099872 140567633708192 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7245] ppid=7182 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7245/stat : 7245 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747476 11084124160 21113 33554432000 4194304 4196468 140732687099872 140567501595376 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7246] ppid=7182 vsize=10825364 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7246/stat : 7246 (java) S 7182 7185 5578 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 406747479 11085172736 21113 33554432000 4194304 4196468 140732687099872 140566897616848 140568175732635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7247] ppid=7182 vsize=10825364 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/7185/task/7247/stat : 7247 (java) S 7182 7185 5578 0 -1 1077944384 945 13134 0 0 14 0 5 3 20 0 15 0 406747479 11085172736 21113 33554432000 4194304 4196468 140732687099872 140567600151280 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7248] ppid=7182 vsize=10825364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/7185/task/7248/stat : 7248 (java) S 7182 7185 5578 0 -1 1077944384 288 13134 0 0 13 0 5 3 20 0 15 0 406747479 11085172736 21113 33554432000 4194304 4196468 140732687099872 140567599098736 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7249] ppid=7182 vsize=10825364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/7185/task/7249/stat : 7249 (java) S 7182 7185 5578 0 -1 1077944384 824 13134 0 0 17 0 5 3 20 0 15 0 406747479 11085172736 21178 33554432000 4194304 4196468 140732687099872 140567598045680 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7250] ppid=7182 vsize=10825364 memory=140601391613936 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7250/stat : 7250 (java) S 7182 7185 5578 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 406747479 11085172736 21152 33554432000 4194304 4196468 140732687099872 140566427855712 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7251] ppid=7182 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7251/stat : 7251 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747479 11084124160 21152 33554432000 4194304 4196468 140732687099872 140567596993072 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84452 KiB

[startup+1.50066 s]
/proc/loadavg: 1.59 1.50 1.43 6/229 7251
/proc/meminfo: memFree=31300852/32770624 swapFree=66999732/67108860
[pid=7185] ppid=7182 vsize=10834656 memory=171676 CPUtime=2.48 cores=1,3,5,7
/proc/7185/stat : 7185 (java) S 7182 7185 5578 0 -1 1077944320 21885 13134 0 0 229 11 5 3 20 0 15 0 406747464 11094687744 42919 33554432000 4194304 4196468 140732687099872 140732687082416 140568175714039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
/proc/7185/statm: 2708664 42919 3574 1 0 2670733 0
[pid=7185/tid=7238] ppid=7182 vsize=10834656 memory=18 CPUtime=1.44 cores=1,3,5,7
/proc/7185/task/7238/stat : 7238 (java) R 7182 7185 5578 0 -1 4202560 15621 13134 0 0 130 6 5 3 20 0 15 0 406747473 11094687744 42919 33554432000 4194304 4196468 140732687099872 140568147507456 140568159794526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7239] ppid=7182 vsize=10834656 memory=29 CPUtime=0.09 cores=1,3,5,7
/proc/7185/task/7239/stat : 7239 (java) S 7182 7185 5578 0 -1 1077944384 56 13134 0 0 1 0 5 3 20 0 15 0 406747474 11094687744 42919 33554432000 4194304 4196468 140732687099872 140568179956752 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7240] ppid=7182 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7185/task/7240/stat : 7240 (java) S 7182 7185 5578 0 -1 1077944384 338 13134 0 0 1 0 5 3 20 0 15 0 406747474 11094687744 42919 33554432000 4194304 4196468 140732687099872 140568107437200 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7241] ppid=7182 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7241/stat : 7241 (java) S 7182 7185 5578 0 -1 1077944384 76 13134 0 0 0 0 5 3 20 0 15 0 406747474 11094687744 42919 33554432000 4194304 4196468 140732687099872 140567747603216 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7242] ppid=7182 vsize=10834656 memory=98092 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7242/stat : 7242 (java) S 7182 7185 5578 0 -1 1077944384 8 13134 0 0 0 0 5 3 20 0 15 0 406747474 11094687744 42919 33554432000 4194304 4196468 140732687099872 140567746550672 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7243] ppid=7182 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7185/task/7243/stat : 7243 (java) S 7182 7185 5578 0 -1 1077944384 394 13134 0 0 1 0 5 3 20 0 15 0 406747475 11094687744 42919 33554432000 4194304 4196468 140732687099872 140567634761968 140568175725186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7244] ppid=7182 vsize=10834656 memory=7014751519717741926 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7244/stat : 7244 (java) S 7182 7185 5578 0 -1 1077944384 36 13134 0 0 0 0 5 3 20 0 15 0 406747476 11094687744 42919 33554432000 4194304 4196468 140732687099872 140567633708256 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7245] ppid=7182 vsize=10834656 memory=7302981951737521753 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7245/stat : 7245 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747476 11094687744 42919 33554432000 4194304 4196468 140732687099872 140567501595392 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7246] ppid=7182 vsize=10834656 memory=7956560276325232746 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7246/stat : 7246 (java) S 7182 7185 5578 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 406747479 11094687744 42919 33554432000 4194304 4196468 140732687099872 140566897616848 140568175732635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7247] ppid=7182 vsize=10834656 memory=5571041044932679781 CPUtime=0.34 cores=1,3,5,7
/proc/7185/task/7247/stat : 7247 (java) S 7182 7185 5578 0 -1 1077944384 1216 13134 0 0 26 0 5 3 20 0 15 0 406747479 11094687744 42919 33554432000 4194304 4196468 140732687099872 140567600151280 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7248] ppid=7182 vsize=10834656 memory=6946072729324381550 CPUtime=0.3 cores=1,3,5,7
/proc/7185/task/7248/stat : 7248 (java) S 7182 7185 5578 0 -1 1077944384 397 13134 0 0 22 0 5 3 20 0 15 0 406747479 11094687744 42919 33554432000 4194304 4196468 140732687099872 140567599098736 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7249] ppid=7182 vsize=10834656 memory=7014751519717741926 CPUtime=0.5 cores=1,3,5,7
/proc/7185/task/7249/stat : 7249 (java) S 7182 7185 5578 0 -1 1077944384 1532 13134 0 0 42 0 5 3 20 0 15 0 406747479 11094687744 42919 33554432000 4194304 4196468 140732687099872 140567598045680 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7250] ppid=7182 vsize=10834656 memory=7014751519717741926 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7250/stat : 7250 (java) S 7182 7185 5578 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 406747479 11094687744 42919 33554432000 4194304 4196468 140732687099872 140566427855712 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7251] ppid=7182 vsize=10834656 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7251/stat : 7251 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747479 11094687744 42919 33554432000 4194304 4196468 140732687099872 140567596993072 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 171676 KiB

[startup+3.1106 s]
/proc/loadavg: 1.59 1.50 1.43 8/229 7251
/proc/meminfo: memFree=30852708/32770624 swapFree=66999732/67108860
[pid=7185] ppid=7182 vsize=10844916 memory=253116 CPUtime=6.86 cores=1,3,5,7
/proc/7185/stat : 7185 (java) S 7182 7185 5578 0 -1 1077944320 42434 13134 0 0 660 18 5 3 20 0 15 0 406747464 11105193984 63279 33554432000 4194304 4196468 140732687099872 140732687082416 140568175714039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
/proc/7185/statm: 2711229 63279 3611 1 0 2673293 0
[pid=7185/tid=7238] ppid=7182 vsize=10844916 memory=7306916055891837008 CPUtime=2.99 cores=1,3,5,7
/proc/7185/task/7238/stat : 7238 (java) R 7182 7185 5578 0 -1 4202560 22919 13134 0 0 283 8 5 3 20 0 15 0 406747473 11105193984 63279 33554432000 4194304 4196468 140732687099872 140568147545240 140567788905076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7239] ppid=7182 vsize=10844916 memory=221248 CPUtime=0.11 cores=1,3,5,7
/proc/7185/task/7239/stat : 7239 (java) S 7182 7185 5578 0 -1 1077944384 71 13134 0 0 3 0 5 3 20 0 15 0 406747474 11105193984 63279 33554432000 4194304 4196468 140732687099872 140568179956752 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7240] ppid=7182 vsize=10844916 memory=55 CPUtime=0.11 cores=1,3,5,7
/proc/7185/task/7240/stat : 7240 (java) S 7182 7185 5578 0 -1 1077944384 462 13134 0 0 3 0 5 3 20 0 15 0 406747474 11105193984 63279 33554432000 4194304 4196468 140732687099872 140568107437200 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7241] ppid=7182 vsize=10844916 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/7185/task/7241/stat : 7241 (java) S 7182 7185 5578 0 -1 1077944384 251 13134 0 0 2 0 5 3 20 0 15 0 406747474 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567747603216 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7242] ppid=7182 vsize=10844916 memory=18 CPUtime=0.1 cores=1,3,5,7
/proc/7185/task/7242/stat : 7242 (java) S 7182 7185 5578 0 -1 1077944384 35 13134 0 0 2 0 5 3 20 0 15 0 406747474 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567746550672 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7243] ppid=7182 vsize=10844916 memory=29 CPUtime=0.11 cores=1,3,5,7
/proc/7185/task/7243/stat : 7243 (java) S 7182 7185 5578 0 -1 1077944384 2805 13134 0 0 3 0 5 3 20 0 15 0 406747475 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567634761968 140568175725186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7244] ppid=7182 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7244/stat : 7244 (java) S 7182 7185 5578 0 -1 1077944384 40 13134 0 0 0 0 5 3 20 0 15 0 406747476 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567633708256 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7245] ppid=7182 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7245/stat : 7245 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747476 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567501595392 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7246] ppid=7182 vsize=10844916 memory=235 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7246/stat : 7246 (java) S 7182 7185 5578 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 406747479 11105193984 63279 33554432000 4194304 4196468 140732687099872 140566897616848 140568175732635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7247] ppid=7182 vsize=10844916 memory=288230574492221466 CPUtime=1.4 cores=1,3,5,7
/proc/7185/task/7247/stat : 7247 (java) R 7182 7185 5578 0 -1 4202560 5526 13134 0 0 130 2 5 3 20 0 15 0 406747479 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567600137464 140568155407139 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7248] ppid=7182 vsize=10844916 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/7185/task/7248/stat : 7248 (java) R 7182 7185 5578 0 -1 4202560 2389 13134 0 0 109 1 5 3 20 0 15 0 406747479 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567599081808 140568155877774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7249] ppid=7182 vsize=10844916 memory=0 CPUtime=1.3 cores=1,3,5,7
/proc/7185/task/7249/stat : 7249 (java) S 7182 7185 5578 0 -1 1077944384 5715 13134 0 0 120 2 5 3 20 0 15 0 406747479 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567598045680 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7250] ppid=7182 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7250/stat : 7250 (java) S 7182 7185 5578 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 406747479 11105193984 63279 33554432000 4194304 4196468 140732687099872 140566427855712 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7251] ppid=7182 vsize=10844916 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7251/stat : 7251 (java) S 7182 7185 5578 0 -1 1077944384 11 13134 0 0 0 0 5 3 20 0 15 0 406747479 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567596993072 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
Current children cumulated CPU time: 6.86 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 253116 KiB

[startup+3.82345 s]
# the end of solver process 7185 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.84011 s, system=0.242228 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.1106 s]
/proc/loadavg: 1.59 1.50 1.43 8/229 7251
/proc/meminfo: memFree=30852708/32770624 swapFree=66999732/67108860
[pid=7185] ppid=7182 vsize=10844916 memory=253116 CPUtime=6.86 cores=1,3,5,7
/proc/7185/stat : 7185 (java) S 7182 7185 5578 0 -1 1077944320 42434 13134 0 0 660 18 5 3 20 0 15 0 406747464 11105193984 63279 33554432000 4194304 4196468 140732687099872 140732687082416 140568175714039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
/proc/7185/statm: 2711229 63279 3611 1 0 2673293 0
[pid=7185/tid=7238] ppid=7182 vsize=10844916 memory=7306916055891837008 CPUtime=2.99 cores=1,3,5,7
/proc/7185/task/7238/stat : 7238 (java) R 7182 7185 5578 0 -1 4202560 22919 13134 0 0 283 8 5 3 20 0 15 0 406747473 11105193984 63279 33554432000 4194304 4196468 140732687099872 140568147545240 140567788905076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7239] ppid=7182 vsize=10844916 memory=221248 CPUtime=0.11 cores=1,3,5,7
/proc/7185/task/7239/stat : 7239 (java) S 7182 7185 5578 0 -1 1077944384 71 13134 0 0 3 0 5 3 20 0 15 0 406747474 11105193984 63279 33554432000 4194304 4196468 140732687099872 140568179956752 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7240] ppid=7182 vsize=10844916 memory=55 CPUtime=0.11 cores=1,3,5,7
/proc/7185/task/7240/stat : 7240 (java) S 7182 7185 5578 0 -1 1077944384 462 13134 0 0 3 0 5 3 20 0 15 0 406747474 11105193984 63279 33554432000 4194304 4196468 140732687099872 140568107437200 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7241] ppid=7182 vsize=10844916 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/7185/task/7241/stat : 7241 (java) S 7182 7185 5578 0 -1 1077944384 251 13134 0 0 2 0 5 3 20 0 15 0 406747474 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567747603216 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7242] ppid=7182 vsize=10844916 memory=18 CPUtime=0.1 cores=1,3,5,7
/proc/7185/task/7242/stat : 7242 (java) S 7182 7185 5578 0 -1 1077944384 35 13134 0 0 2 0 5 3 20 0 15 0 406747474 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567746550672 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7243] ppid=7182 vsize=10844916 memory=29 CPUtime=0.11 cores=1,3,5,7
/proc/7185/task/7243/stat : 7243 (java) S 7182 7185 5578 0 -1 1077944384 2805 13134 0 0 3 0 5 3 20 0 15 0 406747475 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567634761968 140568175725186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7244] ppid=7182 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7244/stat : 7244 (java) S 7182 7185 5578 0 -1 1077944384 40 13134 0 0 0 0 5 3 20 0 15 0 406747476 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567633708256 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7245] ppid=7182 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7245/stat : 7245 (java) S 7182 7185 5578 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 406747476 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567501595392 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7246] ppid=7182 vsize=10844916 memory=235 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7246/stat : 7246 (java) S 7182 7185 5578 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 406747479 11105193984 63279 33554432000 4194304 4196468 140732687099872 140566897616848 140568175732635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7247] ppid=7182 vsize=10844916 memory=288230574492221466 CPUtime=1.4 cores=1,3,5,7
/proc/7185/task/7247/stat : 7247 (java) R 7182 7185 5578 0 -1 4202560 5526 13134 0 0 130 2 5 3 20 0 15 0 406747479 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567600137464 140568155407139 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7248] ppid=7182 vsize=10844916 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/7185/task/7248/stat : 7248 (java) R 7182 7185 5578 0 -1 4202560 2389 13134 0 0 109 1 5 3 20 0 15 0 406747479 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567599081808 140568155877774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7249] ppid=7182 vsize=10844916 memory=0 CPUtime=1.3 cores=1,3,5,7
/proc/7185/task/7249/stat : 7249 (java) S 7182 7185 5578 0 -1 1077944384 5715 13134 0 0 120 2 5 3 20 0 15 0 406747479 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567598045680 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7250] ppid=7182 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7250/stat : 7250 (java) S 7182 7185 5578 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 406747479 11105193984 63279 33554432000 4194304 4196468 140732687099872 140566427855712 140568175724245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
[pid=7185/tid=7251] ppid=7182 vsize=10844916 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/7185/task/7251/stat : 7251 (java) S 7182 7185 5578 0 -1 1077944384 11 13134 0 0 0 0 5 3 20 0 15 0 406747479 11105193984 63279 33554432000 4194304 4196468 140732687099872 140567596993072 140568175725186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6524928 140732687104757 140732687107269 140732687107269 140732687110095 0
Current children cumulated CPU time: 6.86 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 253116 KiB

Child status: 0
Real time (s): 3.82349
CPU time (s): 9.08234
CPU user time (s): 8.84011
CPU system time (s): 0.242228
CPU usage (%): 237.54
Max. virtual memory (cumulated for all children) (KiB): 10844916
Max. memory (cumulated for all children) (KiB): 253116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.84011
system time used= 0.242228
maximum resident set size= 288928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63940
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5727
involuntary context switches= 38


# summary of solver processes directly reported to runsolver:
#   pid: 7185
#   total CPU time (s): 9.08234
#   total CPU user time (s): 8.84011
#   total CPU system time (s): 0.242228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047631 second user time and 0.069858 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-12 19:11:34
IDJOB=4391991
IDBENCH=120637
IDSOLVER=2837
FILE ID=node146/4391991-1568308334
RUNJOBID= node146-1568301260-5610
PBS_JOBID= 21701109
Free space on /tmp= 56664 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-david.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391991-1568308334/watcher-4391991-1568308334 -o /tmp/evaluation-result-4391991-1568308334/solver-4391991-1568308334 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5610 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1007595253 HOME/instance-4391991-1568308334.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8881d200d983e9a0f6a660f33978a65e
RANDOM SEED=1007595253

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31421232 kB
MemAvailable:   31682868 kB
Buffers:          115412 kB
Cached:           427868 kB
SwapCached:         5324 kB
Active:           528404 kB
Inactive:         240512 kB
Active(anon):     243292 kB
Inactive(anon):    20832 kB
Active(file):     285112 kB
Inactive(file):   219680 kB
Unevictable:      111008 kB
Mlocked:          111008 kB
SwapTotal:      67108860 kB
SwapFree:       66999732 kB
Dirty:             70504 kB
Writeback:             0 kB
AnonPages:        216700 kB
Mapped:            53312 kB
Shmem:             29092 kB
Slab:             174284 kB
SReclaimable:     145356 kB
SUnreclaim:        28928 kB
KernelStack:        3776 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1425968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56628 MiB
End job on node146 at 2019-09-12 19:11:38