Trace number 4308841

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
OscaR - Parallel with EPS 2018-08-14? (TO) 20049.4 2520.74

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ10-3_c18.xml
MD5SUM2a9d5e672b2129585e8bdcc62e976dce
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark354
Best CPU time to get the best result obtained on this benchmark20054.6
Satisfiable
(Un)Satisfiability was proved
Number of variables2700
Number of constraints42620
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2700}]
Minimum variable degree20
Maximum variable degree272
Distribution of variable degrees[{"degree":20,"count":20},{"degree":21,"count":180},{"degree":30,"count":20},{"degree":31,"count":20},{"degree":32,"count":210},{"degree":42,"count":90},{"degree":52,"count":720},{"degree":59,"count":90},{"degree":76,"count":90},{"degree":92,"count":90},{"degree":108,"count":90},{"degree":124,"count":90},{"degree":140,"count":90},{"degree":156,"count":90},{"degree":172,"count":90},{"degree":188,"count":90},{"degree":204,"count":90},{"degree":220,"count":90},{"degree":236,"count":90},{"degree":252,"count":90},{"degree":266,"count":90},{"degree":267,"count":90},{"degree":272,"count":90}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":3330},{"arity":3,"count":16740},{"arity":4,"count":1590},{"arity":5,"count":1440},{"arity":6,"count":1440},{"arity":7,"count":1440},{"arity":8,"count":1440},{"arity":9,"count":1820},{"arity":10,"count":1620},{"arity":11,"count":1440},{"arity":12,"count":1440},{"arity":13,"count":1440},{"arity":14,"count":1440},{"arity":15,"count":1440},{"arity":16,"count":1440},{"arity":17,"count":1440},{"arity":18,"count":1530},{"arity":36,"count":150}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":42620}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.99/1.05	c seed: 989170951
0.99/1.05	c timeout: 20160
0.99/1.05	c memlimit: 22000
0.99/1.05	c nbcore: 8
0.99/1.05	c Parsing instance...
7.41/2.50	c Parsing done, starting search...
20043.82/2520.10	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308841-1534357042/watcher-4308841-1534357042 -o /tmp/evaluation-result-4308841-1534357042/solver-4308841-1534357042 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1534351989-27182 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 989170951 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308841-1534357042.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=27764, runsolver pid=27761
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 7.88 8.61 8.67 2/198 27784
/proc/meminfo: memFree=19339456/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=26103420 memory=30896 CPUtime=0.11 cores=0-7
/proc/27764/stat : 27764 (java) S 27761 27764 27155 0 -1 1077944320 7188 0 0 0 10 1 0 0 20 0 20 0 253267419 26729902080 7724 33554432000 4194304 4196468 140725109045536 140725109028080 139830627991287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
/proc/27764/statm: 6525855 7724 3118 1 0 6487932 0
[pid=27764/tid=27766] ppid=27761 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27764/task/27766/stat : 27766 (java) R 27761 27764 27155 0 -1 4202560 5285 0 0 0 8 1 0 0 20 0 20 0 253267419 26729902080 7790 33554432000 4194304 4196468 140725109045536 139830632186096 139830608266994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27767] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27767/stat : 27767 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 7790 33554432000 4194304 4196468 140725109045536 139830580611728 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27768] ppid=27761 vsize=26103420 memory=139832105506432 CPUtime=0 cores=0-7
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 7790 33554432000 4194304 4196468 140725109045536 139830185294352 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27769] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 7790 33554432000 4194304 4196468 140725109045536 139830184241552 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27770] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 7790 33554432000 4194304 4196468 140725109045536 139830183188752 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27771] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 7790 33554432000 4194304 4196468 140725109045536 139830182136976 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27772] ppid=27761 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 7790 33554432000 4194304 4196468 140725109045536 139830181084176 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27773] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 7790 33554432000 4194304 4196468 140725109045536 139830180031376 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27774] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 7790 33554432000 4194304 4196468 140725109045536 139830178978576 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27775] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27775/stat : 27775 (java) S 27761 27764 27155 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 253267422 26729902080 7790 33554432000 4194304 4196468 140725109045536 139829621741936 139830628002434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27776] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27776/stat : 27776 (java) S 27761 27764 27155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253267422 26729902080 7790 33554432000 4194304 4196468 140725109045536 139829620687904 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27777] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27777/stat : 27777 (java) S 27761 27764 27155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253267422 26729902080 7856 33554432000 4194304 4196468 140725109045536 139829619635056 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27778] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27778/stat : 27778 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 7856 33554432000 4194304 4196468 140725109045536 139829618583376 139830628009883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27779] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 27155 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 7856 33554432000 4194304 4196468 140725109045536 139829617531760 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27780] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27780/stat : 27780 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 7856 33554432000 4194304 4196468 140725109045536 139829616478960 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27781] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27781/stat : 27781 (java) S 27761 27764 27155 0 -1 1077944384 272 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 7856 33554432000 4194304 4196468 140725109045536 139829615426160 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27782] ppid=27761 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27764/task/27782/stat : 27782 (java) S 27761 27764 27155 0 -1 1077944384 246 0 0 0 1 0 0 0 20 0 20 0 253267425 26729902080 7856 33554432000 4194304 4196468 140725109045536 139829614373360 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27783] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27783/stat : 27783 (java) S 27761 27764 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 7856 33554432000 4194304 4196468 140725109045536 139829613320800 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27784] ppid=27761 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27764/task/27784/stat : 27784 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 7856 33554432000 4194304 4196468 140725109045536 139829612268080 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30896 KiB

[startup+0.210061 s]*
/proc/loadavg: 7.88 8.61 8.67 3/198 27784
/proc/meminfo: memFree=19325876/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=26103420 memory=43036 CPUtime=0.3 cores=0-7
/proc/27764/stat : 27764 (java) S 27761 27764 27155 0 -1 1077944320 10419 0 0 0 28 2 0 0 20 0 20 0 253267419 26729902080 10759 33554432000 4194304 4196468 140725109045536 140725109028080 139830627991287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
/proc/27764/statm: 6525855 10759 3338 1 0 6487932 0
[pid=27764/tid=27766] ppid=27761 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/27764/task/27766/stat : 27766 (java) R 27761 27764 27155 0 -1 4202560 8171 0 0 0 18 1 0 0 20 0 20 0 253267419 26729902080 10759 33554432000 4194304 4196468 140725109045536 139830632215968 139830612034917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27767] ppid=27761 vsize=26103420 memory=12881 CPUtime=0 cores=0-7
/proc/27764/task/27767/stat : 27767 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 10759 33554432000 4194304 4196468 140725109045536 139830580611728 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27768] ppid=27761 vsize=26103420 memory=288370208257218176 CPUtime=0 cores=0-7
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 10759 33554432000 4194304 4196468 140725109045536 139830185294352 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27769] ppid=27761 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 10759 33554432000 4194304 4196468 140725109045536 139830184241552 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27770] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 10759 33554432000 4194304 4196468 140725109045536 139830183188752 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27771] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 10759 33554432000 4194304 4196468 140725109045536 139830182136976 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27772] ppid=27761 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 10759 33554432000 4194304 4196468 140725109045536 139830181084176 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27773] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 10759 33554432000 4194304 4196468 140725109045536 139830180031376 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27774] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 10759 33554432000 4194304 4196468 140725109045536 139830178978576 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27775] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27775/stat : 27775 (java) S 27761 27764 27155 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 253267422 26729902080 10759 33554432000 4194304 4196468 140725109045536 139829621741936 139830628002434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27776] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27776/stat : 27776 (java) S 27761 27764 27155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253267422 26729902080 10759 33554432000 4194304 4196468 140725109045536 139829620687904 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27777] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27777/stat : 27777 (java) S 27761 27764 27155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253267422 26729902080 10759 33554432000 4194304 4196468 140725109045536 139829619635056 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27778] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27778/stat : 27778 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 10759 33554432000 4194304 4196468 140725109045536 139829618583376 139830628009883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27779] ppid=27761 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 27155 0 -1 1077944384 117 0 0 0 1 0 0 0 20 0 20 0 253267425 26729902080 10759 33554432000 4194304 4196468 140725109045536 139829617531760 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27780] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27780/stat : 27780 (java) S 27761 27764 27155 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 10759 33554432000 4194304 4196468 140725109045536 139829616478960 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27781] ppid=27761 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27764/task/27781/stat : 27781 (java) S 27761 27764 27155 0 -1 1077944384 416 0 0 0 1 0 0 0 20 0 20 0 253267425 26729902080 10759 33554432000 4194304 4196468 140725109045536 139829615426160 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27782] ppid=27761 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/27764/task/27782/stat : 27782 (java) R 27761 27764 27155 0 -1 4202560 318 0 0 0 6 0 0 0 20 0 20 0 253267425 26729902080 10759 33554432000 4194304 4196468 140725109045536 139829614373360 139830628012634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27783] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27783/stat : 27783 (java) S 27761 27764 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 10759 33554432000 4194304 4196468 140725109045536 139829613320800 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27784] ppid=27761 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27764/task/27784/stat : 27784 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 10759 33554432000 4194304 4196468 140725109045536 139829612268080 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43036 KiB

[startup+0.310315 s]*
/proc/loadavg: 7.88 8.61 8.67 3/198 27784
/proc/meminfo: memFree=19321516/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=26103420 memory=46804 CPUtime=0.43 cores=0-7
/proc/27764/stat : 27764 (java) S 27761 27764 27155 0 -1 1077944320 10859 0 0 0 41 2 0 0 20 0 20 0 253267419 26729902080 11701 33554432000 4194304 4196468 140725109045536 140725109028080 139830627991287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
/proc/27764/statm: 6525855 11701 3375 1 0 6487932 0
[pid=27764/tid=27766] ppid=27761 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27764/task/27766/stat : 27766 (java) R 27761 27764 27155 0 -1 4202560 8519 0 0 0 28 1 0 0 20 0 20 0 253267419 26729902080 11701 33554432000 4194304 4196468 140725109045536 139830632190720 139830609554847 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27767] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27767/stat : 27767 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 11701 33554432000 4194304 4196468 140725109045536 139830580611728 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27768] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 11701 33554432000 4194304 4196468 140725109045536 139830185294352 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27769] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 11701 33554432000 4194304 4196468 140725109045536 139830184241552 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27770] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 11701 33554432000 4194304 4196468 140725109045536 139830183188752 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27771] ppid=27761 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 11701 33554432000 4194304 4196468 140725109045536 139830182136976 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27772] ppid=27761 vsize=26103420 memory=139831988548527 CPUtime=0 cores=0-7
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 11701 33554432000 4194304 4196468 140725109045536 139830181084176 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27773] ppid=27761 vsize=26103420 memory=139831988550832 CPUtime=0 cores=0-7
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 11701 33554432000 4194304 4196468 140725109045536 139830180031376 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27774] ppid=27761 vsize=26103420 memory=139831988553136 CPUtime=0 cores=0-7
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26729902080 11701 33554432000 4194304 4196468 140725109045536 139830178978576 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27775] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27775/stat : 27775 (java) S 27761 27764 27155 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 253267422 26729902080 11701 33554432000 4194304 4196468 140725109045536 139829621741936 139830628002434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27776] ppid=27761 vsize=26103420 memory=279663977113232 CPUtime=0 cores=0-7
/proc/27764/task/27776/stat : 27776 (java) S 27761 27764 27155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253267422 26729902080 11701 33554432000 4194304 4196468 140725109045536 139829620687904 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27777] ppid=27761 vsize=26103420 memory=279663977120144 CPUtime=0 cores=0-7
/proc/27764/task/27777/stat : 27777 (java) S 27761 27764 27155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253267422 26729902080 11701 33554432000 4194304 4196468 140725109045536 139829619635056 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27778] ppid=27761 vsize=26103420 memory=279663977061424 CPUtime=0 cores=0-7
/proc/27764/task/27778/stat : 27778 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 11701 33554432000 4194304 4196468 140725109045536 139829618583376 139830628009883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27779] ppid=27761 vsize=26103420 memory=279663977133968 CPUtime=0.01 cores=0-7
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 27155 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 20 0 253267425 26729902080 11701 33554432000 4194304 4196468 140725109045536 139829617531760 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27780] ppid=27761 vsize=26103420 memory=279663977140880 CPUtime=0 cores=0-7
/proc/27764/task/27780/stat : 27780 (java) S 27761 27764 27155 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 11701 33554432000 4194304 4196468 140725109045536 139829616478960 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27781] ppid=27761 vsize=26103420 memory=279663977138576 CPUtime=0.02 cores=0-7
/proc/27764/task/27781/stat : 27781 (java) S 27761 27764 27155 0 -1 1077944384 481 0 0 0 2 0 0 0 20 0 20 0 253267425 26729902080 11701 33554432000 4194304 4196468 140725109045536 139829615426160 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27782] ppid=27761 vsize=26103420 memory=279663977155184 CPUtime=0.08 cores=0-7
/proc/27764/task/27782/stat : 27782 (java) S 27761 27764 27155 0 -1 1077944384 335 0 0 0 8 0 0 0 20 0 20 0 253267425 26729902080 11701 33554432000 4194304 4196468 140725109045536 139829614373360 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27783] ppid=27761 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27783/stat : 27783 (java) S 27761 27764 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 11701 33554432000 4194304 4196468 140725109045536 139829613320800 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27784] ppid=27761 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27764/task/27784/stat : 27784 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267425 26729902080 11701 33554432000 4194304 4196468 140725109045536 139829612268080 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46804 KiB

[startup+0.700896 s]
/proc/loadavg: 7.88 8.61 8.67 4/198 27784
/proc/meminfo: memFree=19295484/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=26105488 memory=85660 CPUtime=0.99 cores=0-7
/proc/27764/stat : 27764 (java) S 27761 27764 27155 0 -1 1077944320 17875 0 0 0 95 4 0 0 20 0 20 0 253267419 26732019712 21415 33554432000 4194304 4196468 140725109045536 140725109028080 139830627991287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
/proc/27764/statm: 6526372 21415 3496 1 0 6488444 0
[pid=27764/tid=27766] ppid=27761 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/27764/task/27766/stat : 27766 (java) R 27761 27764 27155 0 -1 4202560 15017 0 0 0 64 3 0 0 20 0 20 0 253267419 26732019712 21415 33554432000 4194304 4196468 140725109045536 139830632206400 139830628013213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27767] ppid=27761 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27767/stat : 27767 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26732019712 21415 33554432000 4194304 4196468 140725109045536 139830580611728 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27768] ppid=27761 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253267420 26732019712 21415 33554432000 4194304 4196468 140725109045536 139830185294352 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27769] ppid=27761 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26732019712 21415 33554432000 4194304 4196468 140725109045536 139830184241552 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27770] ppid=27761 vsize=26105488 memory=1160 CPUtime=0 cores=0-7
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26732019712 21415 33554432000 4194304 4196468 140725109045536 139830183188752 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27771] ppid=27761 vsize=26105488 memory=10860 CPUtime=0 cores=0-7
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253267420 26732019712 21415 33554432000 4194304 4196468 140725109045536 139830182136976 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27772] ppid=27761 vsize=26105488 memory=4616 CPUtime=0 cores=0-7
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 27155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253267420 26732019712 21415 33554432000 4194304 4196468 140725109045536 139830181084176 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27773] ppid=27761 vsize=26105488 memory=1428 CPUtime=0 cores=0-7
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26732019712 21415 33554432000 4194304 4196468 140725109045536 139830180031376 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27774] ppid=27761 vsize=26105488 memory=15880 CPUtime=0 cores=0-7
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 27155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253267420 26732019712 21415 33554432000 4194304 4196468 140725109045536 139830178978576 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27775] ppid=27761 vsize=26105488 memory=16228 CPUtime=0 cores=0-7
/proc/27764/task/27775/stat : 27775 (java) S 27761 27764 27155 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 253267422 26732019712 21415 33554432000 4194304 4196468 140725109045536 139829621741936 139830628002434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0

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

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

[startup+2520.31 s]*
/proc/loadavg: 8.75 8.79 8.77 10/213 27837
/proc/meminfo: memFree=15485176/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=27120376 memory=3878172 CPUtime=20046.6 cores=0-7
/proc/27764/stat : 27764 (java) S 27761 27764 27155 0 -1 1077944320 1840508 0 0 0 2002820 1836 0 0 20 0 37 0 253267419 27771265024 969543 33554432000 4194304 4196468 140725109045536 140725109028080 139830627991287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
/proc/27764/statm: 6780094 969543 3634 1 0 6741645 0
[pid=27764/tid=27766] ppid=27761 vsize=27120376 memory=1398720917958146503 CPUtime=7.51 cores=0-7
/proc/27764/task/27766/stat : 27766 (java) S 27761 27764 27155 0 -1 1077944384 21590 0 0 0 738 13 0 0 20 0 37 0 253267419 27771265024 969543 33554432000 4194304 4196468 140725109045536 139830632228752 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27767] ppid=27761 vsize=27120376 memory=1580 CPUtime=12.63 cores=0-7
/proc/27764/task/27767/stat : 27767 (java) S 27761 27764 27155 0 -1 1077944384 49524 0 0 0 1194 69 0 0 20 0 37 0 253267420 27771265024 969543 33554432000 4194304 4196468 140725109045536 139830580611728 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27768] ppid=27761 vsize=27120376 memory=3875932 CPUtime=12.76 cores=0-7
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 27155 0 -1 1077944384 64243 0 0 0 1205 71 0 0 20 0 37 0 253267420 27771265024 969543 33554432000 4194304 4196468 140725109045536 139830185294352 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27769] ppid=27761 vsize=27120376 memory=4124 CPUtime=12.76 cores=0-7
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 27155 0 -1 1077944384 57631 0 0 0 1205 71 0 0 20 0 37 0 253267420 27771265024 969543 33554432000 4194304 4196468 140725109045536 139830184241552 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27770] ppid=27761 vsize=27120376 memory=4126316290023845779 CPUtime=12.75 cores=0-7
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 27155 0 -1 1077944384 54781 0 0 0 1202 73 0 0 20 0 37 0 253267420 27771265024 969543 33554432000 4194304 4196468 140725109045536 139830183188752 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27771] ppid=27761 vsize=27120376 memory=4616 CPUtime=12.7 cores=0-7
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 27155 0 -1 1077944384 60084 0 0 0 1200 70 0 0 20 0 37 0 253267420 27771265024 969543 33554432000 4194304 4196468 140725109045536 139830182136976 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27772] ppid=27761 vsize=27120376 memory=1428 CPUtime=12.67 cores=0-7
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 27155 0 -1 1077944384 58212 0 0 0 1195 72 0 0 20 0 37 0 253267420 27771265024 969543 33554432000 4194304 4196468 140725109045536 139830181084176 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27773] ppid=27761 vsize=27120376 memory=15880 CPUtime=12.78 cores=0-7
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 27155 0 -1 1077944384 55957 0 0 0 1206 72 0 0 20 0 37 0 253267420 27771265024 969543 33554432000 4194304 4196468 140725109045536 139830180031376 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27774] ppid=27761 vsize=27120376 memory=16228 CPUtime=12.72 cores=0-7
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 27155 0 -1 1077944384 57764 0 0 0 1198 74 0 0 20 0 37 0 253267420 27771265024 969543 33554432000 4194304 4196468 140725109045536 139830178978576 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27775] ppid=27761 vsize=27120376 memory=38232 CPUtime=0.95 cores=0-7
/proc/27764/task/27775/stat : 27775 (java) S 27761 27764 27155 0 -1 1077944384 36644 0 0 0 88 7 0 0 20 0 37 0 253267422 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829621741936 139830628002434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27776] ppid=27761 vsize=27120376 memory=4048 CPUtime=0 cores=0-7
/proc/27764/task/27776/stat : 27776 (java) S 27761 27764 27155 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 37 0 253267422 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829620687968 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27777] ppid=27761 vsize=27120376 memory=1796 CPUtime=0 cores=0-7
/proc/27764/task/27777/stat : 27777 (java) S 27761 27764 27155 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 37 0 253267422 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829619635072 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27778] ppid=27761 vsize=27120376 memory=636 CPUtime=0 cores=0-7
/proc/27764/task/27778/stat : 27778 (java) S 27761 27764 27155 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 37 0 253267425 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829618583376 139830628009883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27779] ppid=27761 vsize=27120376 memory=960 CPUtime=2.98 cores=0-7
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 27155 0 -1 1077944384 15672 0 0 0 293 5 0 0 20 0 37 0 253267425 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829617531760 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27780] ppid=27761 vsize=27120376 memory=1232 CPUtime=2.62 cores=0-7
/proc/27764/task/27780/stat : 27780 (java) S 27761 27764 27155 0 -1 1077944384 7327 0 0 0 261 1 0 0 20 0 37 0 253267425 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829616478960 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27781] ppid=27761 vsize=27120376 memory=2460 CPUtime=2.63 cores=0-7
/proc/27764/task/27781/stat : 27781 (java) R 27761 27764 27155 0 -1 4202560 15278 0 0 0 260 3 0 0 20 0 37 0 253267425 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829615415000 139830608690858 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27782] ppid=27761 vsize=27120376 memory=932 CPUtime=1.17 cores=0-7
/proc/27764/task/27782/stat : 27782 (java) S 27761 27764 27155 0 -1 1077944384 16365 0 0 0 113 4 0 0 20 0 37 0 253267425 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829614373360 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27783] ppid=27761 vsize=27120376 memory=1580 CPUtime=0 cores=0-7
/proc/27764/task/27783/stat : 27783 (java) S 27761 27764 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 253267425 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829613320800 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27784] ppid=27761 vsize=27120376 memory=2240 CPUtime=1.24 cores=0-7
/proc/27764/task/27784/stat : 27784 (java) S 27761 27764 27155 0 -1 1077944384 3970 0 0 0 51 73 0 0 20 0 37 0 253267425 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829612268080 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27785] ppid=27761 vsize=27120376 memory=4124 CPUtime=0 cores=0-7
/proc/27764/task/27785/stat : 27785 (java) S 27761 27764 27155 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 37 0 253268159 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829600924288 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27786] ppid=27761 vsize=27120376 memory=2100 CPUtime=6.12 cores=0-7
/proc/27764/task/27786/stat : 27786 (java) S 27761 27764 27155 0 -1 1077944384 13296 0 0 0 232 380 0 0 20 0 37 0 253268176 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829597774512 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27787] ppid=27761 vsize=27120376 memory=7528 CPUtime=2484.88 cores=0-7
/proc/27764/task/27787/stat : 27787 (java) R 27761 27764 27155 0 -1 4202560 73702 0 0 0 248353 135 0 0 20 0 37 0 253268204 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829594617944 139830263116984 0 4 0 16800975 0 0 0 -1 3 0 0 20 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27788] ppid=27761 vsize=27120376 memory=840 CPUtime=0.29 cores=0-7
/proc/27764/task/27788/stat : 27788 (java) S 27761 27764 27155 0 -1 1077944384 228 0 0 0 29 0 0 0 20 0 37 0 253268205 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829593569248 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27789] ppid=27761 vsize=27120376 memory=1800 CPUtime=2491.36 cores=0-7
/proc/27764/task/27789/stat : 27789 (java) R 27761 27764 27155 0 -1 4202560 121385 0 0 0 248995 141 0 0 20 0 37 0 253268205 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829592514192 139830271778987 0 4 0 16800975 0 0 0 -1 6 0 0 25 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27790] ppid=27761 vsize=27120376 memory=920 CPUtime=2493.38 cores=0-7
/proc/27764/task/27790/stat : 27790 (java) R 27761 27764 27155 0 -1 4202560 135142 0 0 0 249200 138 0 0 20 0 37 0 253268212 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829589365160 139830270032992 0 4 0 16800975 0 0 0 -1 7 0 0 34 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27791] ppid=27761 vsize=27120376 memory=4236 CPUtime=2490.6 cores=0-7
/proc/27764/task/27791/stat : 27791 (java) R 27761 27764 27155 0 -1 4202560 151823 0 0 0 248917 143 0 0 20 0 37 0 253268212 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829588309240 139830270033188 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27792] ppid=27761 vsize=27120376 memory=1408 CPUtime=0.31 cores=0-7
/proc/27764/task/27792/stat : 27792 (java) S 27761 27764 27155 0 -1 1077944384 583 0 0 0 30 1 0 0 20 0 37 0 253268212 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829587263376 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27793] ppid=27761 vsize=27120376 memory=3840 CPUtime=2489.1 cores=0-7
/proc/27764/task/27793/stat : 27793 (java) R 27761 27764 27155 0 -1 4202560 147692 0 0 0 248778 132 0 0 20 0 37 0 253268212 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829586203640 139830263116979 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27794] ppid=27761 vsize=27120376 memory=3876392 CPUtime=2495.55 cores=0-7
/proc/27764/task/27794/stat : 27794 (java) R 27761 27764 27155 0 -1 4202560 189852 0 0 0 249393 162 0 0 20 0 37 0 253268212 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829585150840 139830263118589 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27795] ppid=27761 vsize=27120376 memory=4872558044660077418 CPUtime=0.01 cores=0-7
/proc/27764/task/27795/stat : 27795 (java) R 27761 27764 27155 0 -1 1077944384 511 0 0 0 1 0 0 0 20 0 37 0 253268212 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829584106000 139830628001493 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27796] ppid=27761 vsize=27120376 memory=3875932 CPUtime=2482.3 cores=0-7
/proc/27764/task/27796/stat : 27796 (java) R 27761 27764 27155 0 -1 4202560 280924 0 0 0 248057 173 0 0 20 0 37 0 253268212 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829583046392 139830263116984 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27797] ppid=27761 vsize=27120376 memory=13567093857585738 CPUtime=2491.53 cores=0-7
/proc/27764/task/27797/stat : 27797 (java) R 27761 27764 27155 0 -1 4202560 146824 0 0 0 249008 145 0 0 20 0 37 0 253268213 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829581993736 139830265874927 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27835] ppid=27761 vsize=27120376 memory=16228 CPUtime=0 cores=0-7
/proc/27764/task/27835/stat : 27835 (java) S 27761 27764 27155 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 37 0 253519423 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829578813936 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27837] ppid=27761 vsize=27120376 memory=38232 CPUtime=0 cores=0-7
/proc/27764/task/27837/stat : 27837 (java) S 27761 27764 27155 0 -1 1077944384 1784 0 0 0 0 0 0 0 20 0 37 0 253519429 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829576708064 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27838] ppid=27761 vsize=27120376 memory=4048 CPUtime=0 cores=0-7
/proc/27764/task/27838/stat : 27838 (java) R 27761 27764 27155 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 37 0 253519452 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829577763552 139830628001493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27839] ppid=27761 vsize=27120376 memory=1796 CPUtime=0 cores=0-7
/proc/27764/task/27839/stat : 27839 (java) R 27761 27764 27155 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 37 0 253519453 27771265024 969543 33554432000 4194304 4196468 140725109045536 139829593572224 139830620731137 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
Current children cumulated CPU time: 20046.6 s
Current children cumulated vsize: 27120376 KiB
Current children cumulated memory: 3878172 KiB

[startup+2520.7 s]
/proc/loadavg: 8.75 8.79 8.77 10/213 27837
/proc/meminfo: memFree=15485176/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=27917088 memory=3872712 CPUtime=20049.4 cores=0-7
/proc/27764/stat : 27764 (java) S 27761 27764 27155 0 -1 1077944320 1843246 0 0 0 2003101 1837 0 0 20 0 43 0 253267419 28587098112 968178 33554432000 4194304 4196468 140725109045536 140725109028080 139830627991287 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
/proc/27764/statm: 6979272 968178 3635 1 0 6940823 0
[pid=27764/tid=27766] ppid=27761 vsize=27917088 memory=920 CPUtime=7.51 cores=0-7
/proc/27764/task/27766/stat : 27766 (java) S 27761 27764 27155 0 -1 1077944384 21617 0 0 0 738 13 0 0 20 0 43 0 253267419 28587098112 968178 33554432000 4194304 4196468 140725109045536 139830632229968 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27767] ppid=27761 vsize=27917088 memory=4236 CPUtime=12.63 cores=0-7
/proc/27764/task/27767/stat : 27767 (java) S 27761 27764 27155 0 -1 1077944384 49524 0 0 0 1194 69 0 0 20 0 43 0 253267420 28587098112 968178 33554432000 4194304 4196468 140725109045536 139830580611728 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27768] ppid=27761 vsize=27917088 memory=4872558044660077418 CPUtime=12.76 cores=0-7
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 27155 0 -1 1077944384 64243 0 0 0 1205 71 0 0 20 0 43 0 253267420 28587098112 968178 33554432000 4194304 4196468 140725109045536 139830185294352 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27769] ppid=27761 vsize=27917088 memory=10860 CPUtime=12.76 cores=0-7
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 27155 0 -1 1077944384 57631 0 0 0 1205 71 0 0 20 0 43 0 253267420 28587098112 968178 33554432000 4194304 4196468 140725109045536 139830184241552 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27770] ppid=27761 vsize=27917088 memory=0 CPUtime=12.75 cores=0-7
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 27155 0 -1 1077944384 54781 0 0 0 1202 73 0 0 20 0 43 0 253267420 28587098112 968178 33554432000 4194304 4196468 140725109045536 139830183188752 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27771] ppid=27761 vsize=27917088 memory=7309171102688765800 CPUtime=12.7 cores=0-7
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 27155 0 -1 1077944384 60084 0 0 0 1200 70 0 0 20 0 43 0 253267420 28587098112 968178 33554432000 4194304 4196468 140725109045536 139830182136976 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27772] ppid=27761 vsize=27917088 memory=7309171102688765800 CPUtime=12.67 cores=0-7
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 27155 0 -1 1077944384 58212 0 0 0 1195 72 0 0 20 0 43 0 253267420 28587098112 968178 33554432000 4194304 4196468 140725109045536 139830181084176 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27773] ppid=27761 vsize=27917088 memory=7020097319179872099 CPUtime=12.78 cores=0-7
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 27155 0 -1 1077944384 55957 0 0 0 1206 72 0 0 20 0 43 0 253267420 28587098112 968178 33554432000 4194304 4196468 140725109045536 139830180031376 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27774] ppid=27761 vsize=27917088 memory=7309171102688765800 CPUtime=12.72 cores=0-7
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 27155 0 -1 1077944384 57764 0 0 0 1198 74 0 0 20 0 43 0 253267420 28587098112 968178 33554432000 4194304 4196468 140725109045536 139830178978576 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27775] ppid=27761 vsize=27917088 memory=1408 CPUtime=0.95 cores=0-7
/proc/27764/task/27775/stat : 27775 (java) R 27761 27764 27155 0 -1 1077944384 36652 0 0 0 88 7 0 0 20 0 43 0 253267422 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829621741936 139830628002434 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27776] ppid=27761 vsize=27917088 memory=3840 CPUtime=0 cores=0-7
/proc/27764/task/27776/stat : 27776 (java) S 27761 27764 27155 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 43 0 253267422 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829620687968 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27777] ppid=27761 vsize=27917088 memory=3876392 CPUtime=0 cores=0-7
/proc/27764/task/27777/stat : 27777 (java) S 27761 27764 27155 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 43 0 253267422 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829619635072 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27779] ppid=27761 vsize=27917088 memory=1398720917958146503 CPUtime=3 cores=0-7
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 27155 0 -1 1077944384 15768 0 0 0 295 5 0 0 20 0 43 0 253267425 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829617531760 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27780] ppid=27761 vsize=27917088 memory=4126316290023845779 CPUtime=2.64 cores=0-7
/proc/27764/task/27780/stat : 27780 (java) S 27761 27764 27155 0 -1 1077944384 7611 0 0 0 263 1 0 0 20 0 43 0 253267425 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829616478960 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27781] ppid=27761 vsize=27917088 memory=1952 CPUtime=2.7 cores=0-7
/proc/27764/task/27781/stat : 27781 (java) S 27761 27764 27155 0 -1 1077944384 15851 0 0 0 267 3 0 0 20 0 43 0 253267425 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829615426160 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27782] ppid=27761 vsize=27917088 memory=1160 CPUtime=1.2 cores=0-7
/proc/27764/task/27782/stat : 27782 (java) S 27761 27764 27155 0 -1 1077944384 17259 0 0 0 115 5 0 0 20 0 43 0 253267425 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829614373360 139830628002434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27783] ppid=27761 vsize=27917088 memory=10860 CPUtime=0 cores=0-7
/proc/27764/task/27783/stat : 27783 (java) S 27761 27764 27155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 43 0 253267425 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829613320800 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27785] ppid=27761 vsize=27917088 memory=1428 CPUtime=0 cores=0-7
/proc/27764/task/27785/stat : 27785 (java) S 27761 27764 27155 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 43 0 253268159 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829600924288 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27787] ppid=27761 vsize=27917088 memory=16228 CPUtime=2485.22 cores=0-7
/proc/27764/task/27787/stat : 27787 (java) R 27761 27764 27155 0 -1 4202560 73702 0 0 0 248387 135 0 0 20 0 43 0 253268204 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829594617944 139830270033188 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27788] ppid=27761 vsize=27917088 memory=38232 CPUtime=0.29 cores=0-7
/proc/27764/task/27788/stat : 27788 (java) S 27761 27764 27155 0 -1 1077944384 307 0 0 0 29 0 0 0 20 0 43 0 253268205 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829593572784 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27789] ppid=27761 vsize=27917088 memory=4126316290023845779 CPUtime=2491.71 cores=0-7
/proc/27764/task/27789/stat : 27789 (java) R 27761 27764 27155 0 -1 4202560 121385 0 0 0 249030 141 0 0 20 0 43 0 253268205 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829592511912 139830263117548 0 4 0 16800975 0 0 0 -1 6 0 0 25 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27790] ppid=27761 vsize=27917088 memory=840 CPUtime=2493.72 cores=0-7
/proc/27764/task/27790/stat : 27790 (java) R 27761 27764 27155 0 -1 4202560 135142 0 0 0 249234 138 0 0 20 0 43 0 253268212 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829589362520 139830270033188 0 4 0 16800975 0 0 0 -1 7 0 0 34 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27791] ppid=27761 vsize=27917088 memory=1228 CPUtime=2490.91 cores=0-7
/proc/27764/task/27791/stat : 27791 (java) R 27761 27764 27155 0 -1 4202560 151824 0 0 0 248948 143 0 0 20 0 43 0 253268212 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829588309592 139830263117548 0 4 0 16800975 0 0 0 -1 3 0 0 21 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27792] ppid=27761 vsize=27917088 memory=1952 CPUtime=0.31 cores=0-7
/proc/27764/task/27792/stat : 27792 (java) S 27761 27764 27155 0 -1 1077944384 586 0 0 0 30 1 0 0 20 0 43 0 253268212 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829587264432 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27793] ppid=27761 vsize=27917088 memory=1160 CPUtime=2489.45 cores=0-7
/proc/27764/task/27793/stat : 27793 (java) R 27761 27764 27155 0 -1 4202560 147692 0 0 0 248813 132 0 0 20 0 43 0 253268212 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829586203992 139830262544899 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27794] ppid=27761 vsize=27917088 memory=10860 CPUtime=2495.83 cores=0-7
/proc/27764/task/27794/stat : 27794 (java) R 27761 27764 27155 0 -1 4202560 189852 0 0 0 249421 162 0 0 20 0 43 0 253268212 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829585150840 139830265545029 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27795] ppid=27761 vsize=27917088 memory=4616 CPUtime=0.02 cores=0-7
/proc/27764/task/27795/stat : 27795 (java) S 27761 27764 27155 0 -1 1077944384 612 0 0 0 2 0 0 0 20 0 43 0 253268212 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829584107056 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27796] ppid=27761 vsize=27917088 memory=1428 CPUtime=2482.58 cores=0-7
/proc/27764/task/27796/stat : 27796 (java) R 27761 27764 27155 0 -1 4194368 280924 0 0 0 248085 173 0 0 20 0 43 0 253268212 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829583046480 139830267851264 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27797] ppid=27761 vsize=27917088 memory=15880 CPUtime=2491.89 cores=0-7
/proc/27764/task/27797/stat : 27797 (java) S 27761 27764 27155 0 -1 1077944384 146824 0 0 0 249044 145 0 0 20 0 43 0 253268213 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829581993328 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27835] ppid=27761 vsize=27917088 memory=16228 CPUtime=0 cores=0-7
/proc/27764/task/27835/stat : 27835 (java) S 27761 27764 27155 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 43 0 253519423 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829578813936 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27838] ppid=27761 vsize=27917088 memory=4048 CPUtime=0.01 cores=0-7
/proc/27764/task/27838/stat : 27838 (java) S 27761 27764 27155 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 43 0 253519452 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829577761712 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
[pid=27764/tid=27839] ppid=27761 vsize=27917088 memory=1796 CPUtime=0 cores=0-7
/proc/27764/task/27839/stat : 27839 (java) S 27761 27764 27155 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 43 0 253519453 28587098112 968178 33554432000 4194304 4196468 140725109045536 139829575656240 139830628001493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14811136 140725109048398 140725109048581 140725109048581 140725109051343 0
Current children cumulated CPU time: 20049.4 s
Current children cumulated vsize: 27917088 KiB
Current children cumulated memory: 3872712 KiB

Child status: 143
Real time (s): 2520.74
CPU time (s): 20049.4
CPU user time (s): 20031
CPU system time (s): 18.4107
CPU usage (%): 795.38
Max. virtual memory (cumulated for all children) (KiB): 27917088
Max. memory (cumulated for all children) (KiB): 3878192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20031
system time used= 18.4107
maximum resident set size= 3878320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1843273
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 308482
involuntary context switches= 419696


# summary of solver processes directly reported to runsolver:
#   pid: 27764
#   total CPU time (s): 20049.4
#   total CPU user time (s): 20031
#   total CPU system time (s): 18.4107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.0481 second user time and 31.8793 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-15 20:17:22
IDJOB=4308841
IDBENCH=141111
IDSOLVER=2793
FILE ID=node139/4308841-1534357042
RUNJOBID= node139-1534351989-27182
PBS_JOBID= 21038248
Free space on /tmp= 39468 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ10-3_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308841-1534357042/watcher-4308841-1534357042 -o /tmp/evaluation-result-4308841-1534357042/solver-4308841-1534357042 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1534351989-27182 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 989170951 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308841-1534357042.xml

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

MD5SUM BENCH= 2a9d5e672b2129585e8bdcc62e976dce
RANDOM SEED=989170951

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
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:        19356160 kB
MemAvailable:   31897160 kB
Buffers:          275276 kB
Cached:         12379280 kB
SwapCached:            0 kB
Active:          6102416 kB
Inactive:        6605636 kB
Active(anon):       6788 kB
Inactive(anon):   106800 kB
Active(file):    6095628 kB
Inactive(file):  6498836 kB
Unevictable:        7192 kB
Mlocked:            7192 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38872 kB
Writeback:             0 kB
AnonPages:         72120 kB
Mapped:            65308 kB
Shmem:             57996 kB
Slab:             402996 kB
SReclaimable:     374996 kB
SUnreclaim:        28000 kB
KernelStack:        3520 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 39432 MiB
End job on node139 at 2018-08-15 20:59:23