Trace number 4275544

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 NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26UNSAT 2237.4099 289.901

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-14.xml
MD5SUM80005f43209ae7ce669f7000fbe1f4f3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40.999901
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints447
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree7
Maximum variable degree29
Distribution of variable degrees[{"degree":7,"count":1},{"degree":8,"count":4},{"degree":9,"count":1},{"degree":10,"count":7},{"degree":11,"count":2},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":2},{"degree":16,"count":3},{"degree":17,"count":1},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":24,"count":1},{"degree":25,"count":5},{"degree":26,"count":2},{"degree":27,"count":4},{"degree":28,"count":2},{"degree":29,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":447}]
Number of extensional constraints447
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":447}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.26	c seed: 304902716
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 11000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
1.69/0.77	c Parsing done, starting search...
2237.26/289.88	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275544-1502718849/watcher-4275544-1502718849 -o /tmp/evaluation-result-4275544-1502718849/solver-4275544-1502718849 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502717990-14045 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 304902716 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275544-1502718849.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=14062, runsolver pid=14059
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 7.22 6.88 6.60 2/198 14082
/proc/meminfo: memFree=31440260/32770624 swapFree=67108860/67108860
[pid=14062] ppid=14059 vsize=14325320 memory=34432 CPUtime=0.12 cores=0-7
/proc/14062/stat : 14062 (java) S 14059 14062 14018 0 -1 1077944320 8503 0 0 0 11 1 0 0 20 0 20 0 104972496 14669127680 8608 33554432000 4194304 4196468 140733592607600 140733592590144 139813800828663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
/proc/14062/statm: 3581330 8608 3411 1 0 3569050 0
[pid=14062/tid=14064] ppid=14059 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/14062/task/14064/stat : 14064 (java) R 14059 14062 14018 0 -1 4202560 6434 0 0 0 8 1 0 0 20 0 20 0 104972497 14669127680 8608 33554432000 4194304 4196468 140733592607600 139813805045360 139813784015489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14065] ppid=14059 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/14062/task/14065/stat : 14065 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 8608 33554432000 4194304 4196468 140733592607600 139813738428816 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14066] ppid=14059 vsize=14325320 memory=139996683110016 CPUtime=0 cores=0-7
/proc/14062/task/14066/stat : 14066 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 8608 33554432000 4194304 4196468 140733592607600 139813737376016 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14067] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14067/stat : 14067 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 8608 33554432000 4194304 4196468 140733592607600 139813736323728 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14068] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14068/stat : 14068 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 8608 33554432000 4194304 4196468 140733592607600 139813393537552 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14069] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14069/stat : 14069 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 8608 33554432000 4194304 4196468 140733592607600 139813392485264 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14070] ppid=14059 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/14062/task/14070/stat : 14070 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 8608 33554432000 4194304 4196468 140733592607600 139813391432464 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14071] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14071/stat : 14071 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 8608 33554432000 4194304 4196468 140733592607600 139813390380176 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14072] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14072/stat : 14072 (java) S 14059 14062 14018 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 8608 33554432000 4194304 4196468 140733592607600 139813389327376 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14073] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14073/stat : 14073 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972499 14669127680 8608 33554432000 4194304 4196468 140733592607600 139812898363504 139813800839810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14074] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14074/stat : 14074 (java) S 14059 14062 14018 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104972500 14669127680 8608 33554432000 4194304 4196468 140733592607600 139812897309472 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14075] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14075/stat : 14075 (java) S 14059 14062 14018 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104972500 14669127680 8608 33554432000 4194304 4196468 140733592607600 139812896257136 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14076] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14076/stat : 14076 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972502 14669127680 8608 33554432000 4194304 4196468 140733592607600 139812895205456 139813800847259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14077] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14077/stat : 14077 (java) S 14059 14062 14018 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 104972502 14669127680 8608 33554432000 4194304 4196468 140733592607600 139812894153328 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14078] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14078/stat : 14078 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972502 14669127680 8608 33554432000 4194304 4196468 140733592607600 139812893100528 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14079] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14079/stat : 14079 (java) S 14059 14062 14018 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104972502 14669127680 8608 33554432000 4194304 4196468 140733592607600 139812892048240 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14080] ppid=14059 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/14062/task/14080/stat : 14080 (java) R 14059 14062 14018 0 -1 4202560 382 0 0 0 1 0 0 0 20 0 20 0 104972502 14669127680 8608 33554432000 4194304 4196468 140733592607600 139812890995440 139813785009417 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14081] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14081/stat : 14081 (java) S 14059 14062 14018 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104972502 14669127680 8608 33554432000 4194304 4196468 140733592607600 139812889942368 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14082] ppid=14059 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/14062/task/14082/stat : 14082 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972503 14669127680 8608 33554432000 4194304 4196468 140733592607600 139812888889648 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34432 KiB

[startup+0.210477 s]*
/proc/loadavg: 7.22 6.88 6.60 2/198 14082
/proc/meminfo: memFree=31429528/32770624 swapFree=67108860/67108860
[pid=14062] ppid=14059 vsize=14325320 memory=43316 CPUtime=0.29 cores=0-7
/proc/14062/stat : 14062 (java) S 14059 14062 14018 0 -1 1077944320 9492 0 0 0 27 2 0 0 20 0 20 0 104972496 14669127680 10829 33554432000 4194304 4196468 140733592607600 140733592590144 139813800828663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
/proc/14062/statm: 3581330 10829 3599 1 0 3569050 0
[pid=14062/tid=14064] ppid=14059 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/14062/task/14064/stat : 14064 (java) R 14059 14062 14018 0 -1 4202560 7071 0 0 0 18 1 0 0 20 0 20 0 104972497 14669127680 10829 33554432000 4194304 4196468 140733592607600 139813805053744 139813784909150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14065] ppid=14059 vsize=14325320 memory=3352 CPUtime=0 cores=0-7
/proc/14062/task/14065/stat : 14065 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 10829 33554432000 4194304 4196468 140733592607600 139813738428816 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14066] ppid=14059 vsize=14325320 memory=288370372834821760 CPUtime=0 cores=0-7
/proc/14062/task/14066/stat : 14066 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 10829 33554432000 4194304 4196468 140733592607600 139813737376016 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14067] ppid=14059 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/14062/task/14067/stat : 14067 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 10829 33554432000 4194304 4196468 140733592607600 139813736323728 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14068] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14068/stat : 14068 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 10829 33554432000 4194304 4196468 140733592607600 139813393537552 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14069] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14069/stat : 14069 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 10829 33554432000 4194304 4196468 140733592607600 139813392485264 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14070] ppid=14059 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/14062/task/14070/stat : 14070 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 10829 33554432000 4194304 4196468 140733592607600 139813391432464 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14071] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14071/stat : 14071 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 10829 33554432000 4194304 4196468 140733592607600 139813390380176 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14072] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14072/stat : 14072 (java) S 14059 14062 14018 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104972498 14669127680 10829 33554432000 4194304 4196468 140733592607600 139813389327376 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14073] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14073/stat : 14073 (java) S 14059 14062 14018 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 104972499 14669127680 10829 33554432000 4194304 4196468 140733592607600 139812898363504 139813800839810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14074] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14074/stat : 14074 (java) S 14059 14062 14018 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104972500 14669127680 10829 33554432000 4194304 4196468 140733592607600 139812897309472 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14075] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14075/stat : 14075 (java) S 14059 14062 14018 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104972500 14669127680 10829 33554432000 4194304 4196468 140733592607600 139812896257136 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14076] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14076/stat : 14076 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972502 14669127680 10829 33554432000 4194304 4196468 140733592607600 139812895205456 139813800847259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14077] ppid=14059 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/14062/task/14077/stat : 14077 (java) S 14059 14062 14018 0 -1 1077944384 326 0 0 0 1 0 0 0 20 0 20 0 104972502 14669127680 10829 33554432000 4194304 4196468 140733592607600 139812894153328 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14078] ppid=14059 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/14062/task/14078/stat : 14078 (java) S 14059 14062 14018 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 20 0 104972502 14669127680 10829 33554432000 4194304 4196468 140733592607600 139812893100528 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14079] ppid=14059 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/14062/task/14079/stat : 14079 (java) S 14059 14062 14018 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 20 0 104972502 14669127680 10829 33554432000 4194304 4196468 140733592607600 139812892048240 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14080] ppid=14059 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/14062/task/14080/stat : 14080 (java) S 14059 14062 14018 0 -1 1077944384 405 0 0 0 5 0 0 0 20 0 20 0 104972502 14669127680 10829 33554432000 4194304 4196468 140733592607600 139812890995440 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14081] ppid=14059 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14081/stat : 14081 (java) S 14059 14062 14018 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104972502 14669127680 10829 33554432000 4194304 4196468 140733592607600 139812889942368 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14082] ppid=14059 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/14062/task/14082/stat : 14082 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972503 14669127680 10829 33554432000 4194304 4196468 140733592607600 139812888889648 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43316 KiB

[startup+0.310189 s]*
/proc/loadavg: 7.22 6.88 6.60 2/198 14082
/proc/meminfo: memFree=31422072/32770624 swapFree=67108860/67108860
[pid=14062] ppid=14059 vsize=14325340 memory=50980 CPUtime=0.48 cores=0-7
/proc/14062/stat : 14062 (java) S 14059 14062 14018 0 -1 1077944320 10547 0 0 0 45 3 0 0 20 0 20 0 104972496 14669148160 12745 33554432000 4194304 4196468 140733592607600 140733592590144 139813800828663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
/proc/14062/statm: 3581335 12745 3716 1 0 3569050 0
[pid=14062/tid=14064] ppid=14059 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/14062/task/14064/stat : 14064 (java) R 14059 14062 14018 0 -1 4202560 7633 0 0 0 27 2 0 0 20 0 20 0 104972497 14669148160 12745 33554432000 4194304 4196468 140733592607600 139813805059120 139813800850589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14065] ppid=14059 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14065/stat : 14065 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669148160 12745 33554432000 4194304 4196468 140733592607600 139813738428816 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14066] ppid=14059 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14066/stat : 14066 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669148160 12745 33554432000 4194304 4196468 140733592607600 139813737376016 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14067] ppid=14059 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14067/stat : 14067 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972498 14669148160 12745 33554432000 4194304 4196468 140733592607600 139813736323728 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14068] ppid=14059 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14068/stat : 14068 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669148160 12745 33554432000 4194304 4196468 140733592607600 139813393537552 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14069] ppid=14059 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/14062/task/14069/stat : 14069 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669148160 12745 33554432000 4194304 4196468 140733592607600 139813392485264 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14070] ppid=14059 vsize=14325340 memory=139996539483055 CPUtime=0 cores=0-7
/proc/14062/task/14070/stat : 14070 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14669148160 12745 33554432000 4194304 4196468 140733592607600 139813391432464 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14071] ppid=14059 vsize=14325340 memory=139996539485360 CPUtime=0 cores=0-7
/proc/14062/task/14071/stat : 14071 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972498 14669148160 12745 33554432000 4194304 4196468 140733592607600 139813390380176 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14072] ppid=14059 vsize=14325340 memory=139996539487664 CPUtime=0 cores=0-7
/proc/14062/task/14072/stat : 14072 (java) S 14059 14062 14018 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104972498 14669148160 12745 33554432000 4194304 4196468 140733592607600 139813389327376 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14073] ppid=14059 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14073/stat : 14073 (java) S 14059 14062 14018 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 104972499 14669148160 12745 33554432000 4194304 4196468 140733592607600 139812898363504 139813800839810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14074] ppid=14059 vsize=14325340 memory=279993078982288 CPUtime=0 cores=0-7
/proc/14062/task/14074/stat : 14074 (java) S 14059 14062 14018 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104972500 14669148160 12745 33554432000 4194304 4196468 140733592607600 139812897309472 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14075] ppid=14059 vsize=14325340 memory=279993078989200 CPUtime=0 cores=0-7
/proc/14062/task/14075/stat : 14075 (java) S 14059 14062 14018 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104972500 14669148160 12745 33554432000 4194304 4196468 140733592607600 139812896257136 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14076] ppid=14059 vsize=14325340 memory=279993078930480 CPUtime=0 cores=0-7
/proc/14062/task/14076/stat : 14076 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972502 14669148160 12745 33554432000 4194304 4196468 140733592607600 139812895205456 139813800847259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14077] ppid=14059 vsize=14325340 memory=279993079003024 CPUtime=0.02 cores=0-7
/proc/14062/task/14077/stat : 14077 (java) S 14059 14062 14018 0 -1 1077944384 486 0 0 0 2 0 0 0 20 0 20 0 104972502 14669148160 12745 33554432000 4194304 4196468 140733592607600 139812894153328 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14078] ppid=14059 vsize=14325340 memory=279993079009936 CPUtime=0.03 cores=0-7
/proc/14062/task/14078/stat : 14078 (java) S 14059 14062 14018 0 -1 1077944384 114 0 0 0 3 0 0 0 20 0 20 0 104972502 14669148160 12745 33554432000 4194304 4196468 140733592607600 139812893100528 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14079] ppid=14059 vsize=14325340 memory=279993079007632 CPUtime=0.03 cores=0-7
/proc/14062/task/14079/stat : 14079 (java) S 14059 14062 14018 0 -1 1077944384 421 0 0 0 3 0 0 0 20 0 20 0 104972502 14669148160 12745 33554432000 4194304 4196468 140733592607600 139812892048240 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14080] ppid=14059 vsize=14325340 memory=279993079024240 CPUtime=0.08 cores=0-7
/proc/14062/task/14080/stat : 14080 (java) S 14059 14062 14018 0 -1 1077944384 506 0 0 0 8 0 0 0 20 0 20 0 104972502 14669148160 12745 33554432000 4194304 4196468 140733592607600 139812890995440 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14081] ppid=14059 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14081/stat : 14081 (java) S 14059 14062 14018 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104972502 14669148160 12745 33554432000 4194304 4196468 140733592607600 139812889942368 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14082] ppid=14059 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/14062/task/14082/stat : 14082 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972503 14669148160 12745 33554432000 4194304 4196468 140733592607600 139812888889648 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50980 KiB

[startup+0.700949 s]
/proc/loadavg: 7.22 6.88 6.60 3/198 14082
/proc/meminfo: memFree=31407368/32770624 swapFree=67108860/67108860
[pid=14062] ppid=14059 vsize=14327388 memory=127412 CPUtime=1.69 cores=0-7
/proc/14062/stat : 14062 (java) S 14059 14062 14018 0 -1 1077944320 14748 0 0 0 164 5 0 0 20 0 20 0 104972496 14671245312 31853 33554432000 4194304 4196468 140733592607600 140733592590144 139813800828663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
/proc/14062/statm: 3581847 31853 3777 1 0 3569562 0
[pid=14062/tid=14064] ppid=14059 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/14062/task/14064/stat : 14064 (java) R 14059 14062 14018 0 -1 4202560 8285 0 0 0 65 2 0 0 20 0 20 0 104972497 14671245312 31853 33554432000 4194304 4196468 140733592607600 139813805065688 139813800850589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14065] ppid=14059 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14065/stat : 14065 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14671245312 31853 33554432000 4194304 4196468 140733592607600 139813738428816 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14066] ppid=14059 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14066/stat : 14066 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14671245312 31853 33554432000 4194304 4196468 140733592607600 139813737376016 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14067] ppid=14059 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/14062/task/14067/stat : 14067 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972498 14671245312 31853 33554432000 4194304 4196468 140733592607600 139813736323728 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14068] ppid=14059 vsize=14327388 memory=1712 CPUtime=0 cores=0-7
/proc/14062/task/14068/stat : 14068 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14671245312 31853 33554432000 4194304 4196468 140733592607600 139813393537552 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14069] ppid=14059 vsize=14327388 memory=4612 CPUtime=0 cores=0-7
/proc/14062/task/14069/stat : 14069 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14671245312 31853 33554432000 4194304 4196468 140733592607600 139813392485264 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14070] ppid=14059 vsize=14327388 memory=1004 CPUtime=0 cores=0-7
/proc/14062/task/14070/stat : 14070 (java) S 14059 14062 14018 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104972498 14671245312 31853 33554432000 4194304 4196468 140733592607600 139813391432464 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14071] ppid=14059 vsize=14327388 memory=1200 CPUtime=0 cores=0-7
/proc/14062/task/14071/stat : 14071 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104972498 14671245312 31853 33554432000 4194304 4196468 140733592607600 139813390380176 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14072] ppid=14059 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/14062/task/14072/stat : 14072 (java) S 14059 14062 14018 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104972498 14671245312 31853 33554432000 4194304 4196468 140733592607600 139813389327376 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14073] ppid=14059 vsize=14327388 memory=16728 CPUtime=0 cores=0-7
/proc/14062/task/14073/stat : 14073 (java) S 14059 14062 14018 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 104972499 14671245312 31853 33554432000 4194304 4196468 140733592607600 139812898363504 139813800839810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0

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

[startup+289.601 s]
/proc/loadavg: 8.78 7.93 7.10 2/215 14105
/proc/meminfo: memFree=31284864/32770624 swapFree=67108860/67108860
[pid=14062] ppid=14059 vsize=15402688 memory=191760 CPUtime=2237.06 cores=0-7
/proc/14062/stat : 14062 (java) S 14059 14062 14018 0 -1 1077944320 122563 0 0 0 223648 58 0 0 20 0 36 0 104972496 15772352512 47940 33554432000 4194304 4196468 140733592607600 140733592590144 139813800828663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
/proc/14062/statm: 3850672 47940 3841 1 0 3837866 0
[pid=14062/tid=14064] ppid=14059 vsize=15402688 memory=191760 CPUtime=7.38 cores=0-7
/proc/14062/task/14064/stat : 14064 (java) S 14059 14062 14018 0 -1 1077944384 13769 0 0 0 732 6 0 0 20 0 36 0 104972497 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813805066368 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14065] ppid=14059 vsize=15402688 memory=189632 CPUtime=0.19 cores=0-7
/proc/14062/task/14065/stat : 14065 (java) S 14059 14062 14018 0 -1 1077944384 1139 0 0 0 16 3 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813738428816 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14066] ppid=14059 vsize=15402688 memory=191760 CPUtime=0.19 cores=0-7
/proc/14062/task/14066/stat : 14066 (java) S 14059 14062 14018 0 -1 1077944384 1889 0 0 0 17 2 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813737376016 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14067] ppid=14059 vsize=15402688 memory=0 CPUtime=0.19 cores=0-7
/proc/14062/task/14067/stat : 14067 (java) S 14059 14062 14018 0 -1 1077944384 4834 0 0 0 17 2 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813736323728 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14068] ppid=14059 vsize=15402688 memory=4629771062077588875 CPUtime=0.18 cores=0-7
/proc/14062/task/14068/stat : 14068 (java) S 14059 14062 14018 0 -1 1077944384 2896 0 0 0 15 3 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813393537552 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14069] ppid=14059 vsize=15402688 memory=-8961168018402230209 CPUtime=0.17 cores=0-7
/proc/14062/task/14069/stat : 14069 (java) S 14059 14062 14018 0 -1 1077944384 1481 0 0 0 16 1 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813392485264 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14070] ppid=14059 vsize=15402688 memory=8514726395714825349 CPUtime=0.2 cores=0-7
/proc/14062/task/14070/stat : 14070 (java) S 14059 14062 14018 0 -1 1077944384 1931 0 0 0 17 3 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813391432464 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14071] ppid=14059 vsize=15402688 memory=6369868150210126928 CPUtime=0.19 cores=0-7
/proc/14062/task/14071/stat : 14071 (java) S 14059 14062 14018 0 -1 1077944384 2738 0 0 0 17 2 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813390380176 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14072] ppid=14059 vsize=15402688 memory=6369868150210126928 CPUtime=0.18 cores=0-7
/proc/14062/task/14072/stat : 14072 (java) S 14059 14062 14018 0 -1 1077944384 2222 0 0 0 16 2 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813389327376 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14073] ppid=14059 vsize=15402688 memory=0 CPUtime=0.27 cores=0-7
/proc/14062/task/14073/stat : 14073 (java) S 14059 14062 14018 0 -1 1077944384 5980 0 0 0 24 3 0 0 20 0 36 0 104972499 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812898363504 139813800839810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14074] ppid=14059 vsize=15402688 memory=3978139958953403848 CPUtime=0 cores=0-7
/proc/14062/task/14074/stat : 14074 (java) S 14059 14062 14018 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 36 0 104972500 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812897309536 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14075] ppid=14059 vsize=15402688 memory=576587670355023456 CPUtime=0 cores=0-7
/proc/14062/task/14075/stat : 14075 (java) S 14059 14062 14018 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 36 0 104972500 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812896257152 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14076] ppid=14059 vsize=15402688 memory=9108 CPUtime=0 cores=0-7
/proc/14062/task/14076/stat : 14076 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 104972502 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812895205456 139813800847259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14077] ppid=14059 vsize=15402688 memory=139996540538529 CPUtime=1.51 cores=0-7
/proc/14062/task/14077/stat : 14077 (java) S 14059 14062 14018 0 -1 1077944384 9061 0 0 0 148 3 0 0 20 0 36 0 104972502 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812894153328 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14078] ppid=14059 vsize=15402688 memory=739271074834312532 CPUtime=1.33 cores=0-7
/proc/14062/task/14078/stat : 14078 (java) S 14059 14062 14018 0 -1 1077944384 8109 0 0 0 132 1 0 0 20 0 36 0 104972502 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812893100528 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14079] ppid=14059 vsize=15402688 memory=7378697629480345777 CPUtime=1.9 cores=0-7
/proc/14062/task/14079/stat : 14079 (java) S 14059 14062 14018 0 -1 1077944384 11978 0 0 0 187 3 0 0 20 0 36 0 104972502 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812892048240 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14080] ppid=14059 vsize=15402688 memory=191760 CPUtime=0.97 cores=0-7
/proc/14062/task/14080/stat : 14080 (java) S 14059 14062 14018 0 -1 1077944384 26117 0 0 0 92 5 0 0 20 0 36 0 104972502 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812890995440 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14081] ppid=14059 vsize=15402688 memory=1292 CPUtime=0 cores=0-7
/proc/14062/task/14081/stat : 14081 (java) S 14059 14062 14018 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 104972502 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812889942368 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14082] ppid=14059 vsize=15402688 memory=2448 CPUtime=0.08 cores=0-7
/proc/14062/task/14082/stat : 14082 (java) S 14059 14062 14018 0 -1 1077944384 1537 0 0 0 1 7 0 0 20 0 36 0 104972503 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812888889648 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14083] ppid=14059 vsize=15402688 memory=1732 CPUtime=0.07 cores=0-7
/proc/14062/task/14083/stat : 14083 (java) S 14059 14062 14018 0 -1 1077944384 1025 0 0 0 5 2 0 0 20 0 36 0 104973214 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812878603088 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14084] ppid=14059 vsize=15402688 memory=1948 CPUtime=0.45 cores=0-7
/proc/14062/task/14084/stat : 14084 (java) S 14059 14062 14018 0 -1 1077944384 2169 0 0 0 11 34 0 0 20 0 36 0 104973226 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812877550512 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14085] ppid=14059 vsize=15402688 memory=800 CPUtime=107.57 cores=0-7
/proc/14062/task/14085/stat : 14085 (java) S 14059 14062 14018 0 -1 1077944384 2392 0 0 0 10756 1 0 0 20 0 36 0 104973236 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812874401296 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14086] ppid=14059 vsize=15402688 memory=12068 CPUtime=189.97 cores=0-7
/proc/14062/task/14086/stat : 14086 (java) S 14059 14062 14018 0 -1 1077944384 1500 0 0 0 18996 1 0 0 20 0 36 0 104973237 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812873348496 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14087] ppid=14059 vsize=15402688 memory=1948 CPUtime=211.54 cores=0-7
/proc/14062/task/14087/stat : 14087 (java) S 14059 14062 14018 0 -1 1077944384 1761 0 0 0 21154 0 0 0 20 0 36 0 104973238 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812872296208 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14088] ppid=14059 vsize=15402688 memory=800 CPUtime=165.42 cores=0-7
/proc/14062/task/14088/stat : 14088 (java) S 14059 14062 14018 0 -1 1077944384 921 0 0 0 16542 0 0 0 20 0 36 0 104973239 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812869146256 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14089] ppid=14059 vsize=15402688 memory=12068 CPUtime=75.73 cores=0-7
/proc/14062/task/14089/stat : 14089 (java) S 14059 14062 14018 0 -1 1077944384 1635 0 0 0 7572 1 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812868092944 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14090] ppid=14059 vsize=15402688 memory=1440 CPUtime=183.93 cores=0-7
/proc/14062/task/14090/stat : 14090 (java) S 14059 14062 14018 0 -1 1077944384 1800 0 0 0 18393 0 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812867040144 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14091] ppid=14059 vsize=15402688 memory=5792 CPUtime=149.49 cores=0-7
/proc/14062/task/14091/stat : 14091 (java) S 14059 14062 14018 0 -1 1077944384 1487 0 0 0 14949 0 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812865987856 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14092] ppid=14059 vsize=15402688 memory=1224 CPUtime=107.73 cores=0-7
/proc/14062/task/14092/stat : 14092 (java) R 14059 14062 14018 0 -1 4202560 1569 0 0 0 10773 0 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812864931552 139813426112466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14093] ppid=14059 vsize=15402688 memory=8564 CPUtime=71.7 cores=0-7
/proc/14062/task/14093/stat : 14093 (java) S 14059 14062 14018 0 -1 1077944384 143 0 0 0 7170 0 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812863882768 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14094] ppid=14059 vsize=15402688 memory=6791534058613427641 CPUtime=238.19 cores=0-7
/proc/14062/task/14094/stat : 14094 (java) S 14059 14062 14018 0 -1 1077944384 3126 0 0 0 23818 1 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812795311504 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14095] ppid=14059 vsize=15402688 memory=288230617509003574 CPUtime=206.32 cores=0-7
/proc/14062/task/14095/stat : 14095 (java) S 14059 14062 14018 0 -1 1077944384 1686 0 0 0 20632 0 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812794259216 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14096] ppid=14059 vsize=15402688 memory=15825482151102897 CPUtime=188.19 cores=0-7
/proc/14062/task/14096/stat : 14096 (java) S 14059 14062 14018 0 -1 1077944384 1365 0 0 0 18819 0 0 0 20 0 36 0 104973241 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812793206416 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14097] ppid=14059 vsize=15402688 memory=16236 CPUtime=195.61 cores=0-7
/proc/14062/task/14097/stat : 14097 (java) S 14059 14062 14018 0 -1 1077944384 2282 0 0 0 19560 1 0 0 20 0 36 0 104973241 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812792153104 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14105] ppid=14059 vsize=15402688 memory=1796 CPUtime=129.91 cores=0-7
/proc/14062/task/14105/stat : 14105 (java) S 14059 14062 14018 0 -1 1077944384 585 0 0 0 12991 0 0 0 20 0 36 0 104977494 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812788966288 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
Current children cumulated CPU time: 2237.06 s
Current children cumulated vsize: 15402688 KiB
Current children cumulated memory: 191760 KiB

[startup+289.801 s]
/proc/loadavg: 8.78 7.93 7.10 2/215 14105
/proc/meminfo: memFree=31284864/32770624 swapFree=67108860/67108860
[pid=14062] ppid=14059 vsize=15402688 memory=191760 CPUtime=2237.26 cores=0-7
/proc/14062/stat : 14062 (java) S 14059 14062 14018 0 -1 1077944320 122563 0 0 0 223668 58 0 0 20 0 36 0 104972496 15772352512 47940 33554432000 4194304 4196468 140733592607600 140733592590144 139813800828663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
/proc/14062/statm: 3850672 47940 3841 1 0 3837866 0
[pid=14062/tid=14064] ppid=14059 vsize=15402688 memory=191760 CPUtime=7.38 cores=0-7
/proc/14062/task/14064/stat : 14064 (java) S 14059 14062 14018 0 -1 1077944384 13769 0 0 0 732 6 0 0 20 0 36 0 104972497 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813805066368 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14065] ppid=14059 vsize=15402688 memory=219867 CPUtime=0.19 cores=0-7
/proc/14062/task/14065/stat : 14065 (java) S 14059 14062 14018 0 -1 1077944384 1139 0 0 0 16 3 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813738428816 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14066] ppid=14059 vsize=15402688 memory=6791534058613427641 CPUtime=0.19 cores=0-7
/proc/14062/task/14066/stat : 14066 (java) S 14059 14062 14018 0 -1 1077944384 1889 0 0 0 17 2 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813737376016 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14067] ppid=14059 vsize=15402688 memory=4008 CPUtime=0.19 cores=0-7
/proc/14062/task/14067/stat : 14067 (java) S 14059 14062 14018 0 -1 1077944384 4834 0 0 0 17 2 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813736323728 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14068] ppid=14059 vsize=15402688 memory=191760 CPUtime=0.18 cores=0-7
/proc/14062/task/14068/stat : 14068 (java) S 14059 14062 14018 0 -1 1077944384 2896 0 0 0 15 3 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813393537552 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14069] ppid=14059 vsize=15402688 memory=6791534058613427641 CPUtime=0.17 cores=0-7
/proc/14062/task/14069/stat : 14069 (java) S 14059 14062 14018 0 -1 1077944384 1481 0 0 0 16 1 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813392485264 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14070] ppid=14059 vsize=15402688 memory=4872558044660077418 CPUtime=0.2 cores=0-7
/proc/14062/task/14070/stat : 14070 (java) S 14059 14062 14018 0 -1 1077944384 1931 0 0 0 17 3 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813391432464 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14071] ppid=14059 vsize=15402688 memory=191760 CPUtime=0.19 cores=0-7
/proc/14062/task/14071/stat : 14071 (java) S 14059 14062 14018 0 -1 1077944384 2738 0 0 0 17 2 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813390380176 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14072] ppid=14059 vsize=15402688 memory=6791534058613427641 CPUtime=0.18 cores=0-7
/proc/14062/task/14072/stat : 14072 (java) S 14059 14062 14018 0 -1 1077944384 2222 0 0 0 16 2 0 0 20 0 36 0 104972498 15772352512 47940 33554432000 4194304 4196468 140733592607600 139813389327376 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14073] ppid=14059 vsize=15402688 memory=4872558044660077418 CPUtime=0.27 cores=0-7
/proc/14062/task/14073/stat : 14073 (java) S 14059 14062 14018 0 -1 1077944384 5980 0 0 0 24 3 0 0 20 0 36 0 104972499 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812898363504 139813800839810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14074] ppid=14059 vsize=15402688 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/14062/task/14074/stat : 14074 (java) S 14059 14062 14018 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 36 0 104972500 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812897309536 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14075] ppid=14059 vsize=15402688 memory=840 CPUtime=0 cores=0-7
/proc/14062/task/14075/stat : 14075 (java) S 14059 14062 14018 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 36 0 104972500 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812896257152 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14076] ppid=14059 vsize=15402688 memory=4104 CPUtime=0 cores=0-7
/proc/14062/task/14076/stat : 14076 (java) S 14059 14062 14018 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 104972502 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812895205456 139813800847259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14077] ppid=14059 vsize=15402688 memory=1692 CPUtime=1.51 cores=0-7
/proc/14062/task/14077/stat : 14077 (java) S 14059 14062 14018 0 -1 1077944384 9061 0 0 0 148 3 0 0 20 0 36 0 104972502 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812894153328 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14078] ppid=14059 vsize=15402688 memory=912 CPUtime=1.33 cores=0-7
/proc/14062/task/14078/stat : 14078 (java) S 14059 14062 14018 0 -1 1077944384 8109 0 0 0 132 1 0 0 20 0 36 0 104972502 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812893100528 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14079] ppid=14059 vsize=15402688 memory=3888 CPUtime=1.9 cores=0-7
/proc/14062/task/14079/stat : 14079 (java) S 14059 14062 14018 0 -1 1077944384 11978 0 0 0 187 3 0 0 20 0 36 0 104972502 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812892048240 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14080] ppid=14059 vsize=15402688 memory=1156 CPUtime=0.97 cores=0-7
/proc/14062/task/14080/stat : 14080 (java) S 14059 14062 14018 0 -1 1077944384 26117 0 0 0 92 5 0 0 20 0 36 0 104972502 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812890995440 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14081] ppid=14059 vsize=15402688 memory=4008 CPUtime=0 cores=0-7
/proc/14062/task/14081/stat : 14081 (java) S 14059 14062 14018 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 104972502 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812889942368 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14082] ppid=14059 vsize=15402688 memory=191760 CPUtime=0.08 cores=0-7
/proc/14062/task/14082/stat : 14082 (java) S 14059 14062 14018 0 -1 1077944384 1537 0 0 0 1 7 0 0 20 0 36 0 104972503 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812888889648 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14083] ppid=14059 vsize=15402688 memory=644 CPUtime=0.07 cores=0-7
/proc/14062/task/14083/stat : 14083 (java) S 14059 14062 14018 0 -1 1077944384 1025 0 0 0 5 2 0 0 20 0 36 0 104973214 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812878603088 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14084] ppid=14059 vsize=15402688 memory=960 CPUtime=0.45 cores=0-7
/proc/14062/task/14084/stat : 14084 (java) S 14059 14062 14018 0 -1 1077944384 2169 0 0 0 11 34 0 0 20 0 36 0 104973226 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812877550512 139813800839810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14085] ppid=14059 vsize=15402688 memory=4388 CPUtime=107.57 cores=0-7
/proc/14062/task/14085/stat : 14085 (java) S 14059 14062 14018 0 -1 1077944384 2392 0 0 0 10756 1 0 0 20 0 36 0 104973236 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812874401296 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14086] ppid=14059 vsize=15402688 memory=1236 CPUtime=189.97 cores=0-7
/proc/14062/task/14086/stat : 14086 (java) S 14059 14062 14018 0 -1 1077944384 1500 0 0 0 18996 1 0 0 20 0 36 0 104973237 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812873348496 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14087] ppid=14059 vsize=15402688 memory=932 CPUtime=211.54 cores=0-7
/proc/14062/task/14087/stat : 14087 (java) S 14059 14062 14018 0 -1 1077944384 1761 0 0 0 21154 0 0 0 20 0 36 0 104973238 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812872296208 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14088] ppid=14059 vsize=15402688 memory=1568 CPUtime=165.42 cores=0-7
/proc/14062/task/14088/stat : 14088 (java) S 14059 14062 14018 0 -1 1077944384 921 0 0 0 16542 0 0 0 20 0 36 0 104973239 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812869146256 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14089] ppid=14059 vsize=15402688 memory=2240 CPUtime=75.73 cores=0-7
/proc/14062/task/14089/stat : 14089 (java) S 14059 14062 14018 0 -1 1077944384 1635 0 0 0 7572 1 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812868092944 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14090] ppid=14059 vsize=15402688 memory=4124 CPUtime=183.93 cores=0-7
/proc/14062/task/14090/stat : 14090 (java) S 14059 14062 14018 0 -1 1077944384 1800 0 0 0 18393 0 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812867040144 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14091] ppid=14059 vsize=15402688 memory=2196 CPUtime=149.49 cores=0-7
/proc/14062/task/14091/stat : 14091 (java) S 14059 14062 14018 0 -1 1077944384 1487 0 0 0 14949 0 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812865987856 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14092] ppid=14059 vsize=15402688 memory=960 CPUtime=107.93 cores=0-7
/proc/14062/task/14092/stat : 14092 (java) R 14059 14062 14018 0 -1 4202560 1569 0 0 0 10793 0 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812864931440 139813426111306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14093] ppid=14059 vsize=15402688 memory=4388 CPUtime=71.7 cores=0-7
/proc/14062/task/14093/stat : 14093 (java) S 14059 14062 14018 0 -1 1077944384 143 0 0 0 7170 0 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812863882768 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14094] ppid=14059 vsize=15402688 memory=191760 CPUtime=238.19 cores=0-7
/proc/14062/task/14094/stat : 14094 (java) S 14059 14062 14018 0 -1 1077944384 3126 0 0 0 23818 1 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812795311504 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14095] ppid=14059 vsize=15402688 memory=932 CPUtime=206.32 cores=0-7
/proc/14062/task/14095/stat : 14095 (java) S 14059 14062 14018 0 -1 1077944384 1686 0 0 0 20632 0 0 0 20 0 36 0 104973240 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812794259216 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14096] ppid=14059 vsize=15402688 memory=1568 CPUtime=188.19 cores=0-7
/proc/14062/task/14096/stat : 14096 (java) S 14059 14062 14018 0 -1 1077944384 1365 0 0 0 18819 0 0 0 20 0 36 0 104973241 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812793206416 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14097] ppid=14059 vsize=15402688 memory=2240 CPUtime=195.61 cores=0-7
/proc/14062/task/14097/stat : 14097 (java) S 14059 14062 14018 0 -1 1077944384 2282 0 0 0 19560 1 0 0 20 0 36 0 104973241 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812792153104 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
[pid=14062/tid=14105] ppid=14059 vsize=15402688 memory=4124 CPUtime=129.91 cores=0-7
/proc/14062/task/14105/stat : 14105 (java) S 14059 14062 14018 0 -1 1077944384 585 0 0 0 12991 0 0 0 20 0 36 0 104977494 15772352512 47940 33554432000 4194304 4196468 140733592607600 139812788966288 139813800838869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35926016 140733592613986 140733592614171 140733592614171 140733592616911 0
Current children cumulated CPU time: 2237.26 s
Current children cumulated vsize: 15402688 KiB
Current children cumulated memory: 191760 KiB

Child status: 0
Real time (s): 289.901
CPU time (s): 2237.41
CPU user time (s): 2236.8
CPU system time (s): 0.6126
CPU usage (%): 771.786
Max. virtual memory (cumulated for all children) (KiB): 15402688
Max. memory (cumulated for all children) (KiB): 290580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2236.8
system time used= 0.6126
maximum resident set size= 290580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126954
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59053
involuntary context switches= 53186


# summary of solver processes directly reported to runsolver:
#   pid: 14062
#   total CPU time (s): 2237.41
#   total CPU user time (s): 2236.8
#   total CPU system time (s): 0.6126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.71559 second user time and 3.8032 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-14 15:39:50
IDJOB=4275544
IDBENCH=126128
IDSOLVER=2668
FILE ID=node113/4275544-1502718849
RUNJOBID= node113-1502717990-14045
PBS_JOBID= 20629034
Free space on /tmp= 61788 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-14.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275544-1502718849/watcher-4275544-1502718849 -o /tmp/evaluation-result-4275544-1502718849/solver-4275544-1502718849 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502717990-14045 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 304902716 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275544-1502718849.xml

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

MD5SUM BENCH= 80005f43209ae7ce669f7000fbe1f4f3
RANDOM SEED=304902716

node113.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.89
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.89
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.89
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.89
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:        31460132 kB
MemAvailable:   31973700 kB
Buffers:          171292 kB
Cached:           617984 kB
SwapCached:            0 kB
Active:           617392 kB
Inactive:         224720 kB
Active(anon):       3388 kB
Inactive(anon):    77668 kB
Active(file):     614004 kB
Inactive(file):   147052 kB
Unevictable:        6588 kB
Mlocked:            6588 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42800 kB
Writeback:             4 kB
AnonPages:         60000 kB
Mapped:            44416 kB
Shmem:             25224 kB
Slab:             163344 kB
SReclaimable:     136696 kB
SUnreclaim:        26648 kB
KernelStack:        3152 kB
PageTables:         4704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61748 MiB
End job on node113 at 2017-08-14 15:44:40