Trace number 4285403

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-08-22SAT 376.186 49.865002

General information on the benchmark

NameRandom/Random-D-t020/
rand-2-40-11-414-020-23.xml
MD5SUM1a4e26af447c68eb67ea8607a589b7af
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.03478
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":40}]
Minimum variable degree15
Maximum variable degree30
Distribution of variable degrees[{"degree":15,"count":1},{"degree":16,"count":5},{"degree":17,"count":2},{"degree":18,"count":1},{"degree":19,"count":6},{"degree":20,"count":4},{"degree":21,"count":5},{"degree":22,"count":6},{"degree":23,"count":3},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":26,"count":1},{"degree":27,"count":1},{"degree":30,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":414}]
Number of extensional constraints414
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":414}]
Optimization problemNO
Type of objective

Solver Data

0.28/0.37	c version: 2017-08-22
0.28/0.37	c seed: 233789270
0.28/0.37	c timeout: 20160
0.28/0.37	c memlimit: 22000
0.28/0.37	c nbcore: 8
0.28/0.40	c Parsing instance...
1.18/0.79	c Parsing done, starting search...
376.06/49.84	s SATISFIABLE
376.06/49.84	v <instantiation>
376.06/49.84	v 	<list>
376.06/49.84	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
376.06/49.84	v 	</list>
376.06/49.84	v 	<values>
376.06/49.84	v 		5 8 6 7 2 5 9 5 7 7 10 0 9 8 2 3 1 3 0 7 5 2 6 0 1 4 6 5 7 2 9 2 4 9 5 8 3 2 10 0 
376.06/49.84	v 	</values>
376.06/49.84	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285403-1503419761/watcher-4285403-1503419761 -o /tmp/evaluation-result-4285403-1503419761/solver-4285403-1503419761 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node124-1503398584-12989 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 233789270 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285403-1503419761.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=15707, runsolver pid=15704
Current StackSize limit: 8192 KiB


[startup+0.100153 s]*
/proc/loadavg: 5.68 2.64 2.15 2/187 15720
/proc/meminfo: memFree=31197060/32770624 swapFree=67108860/67108860
[pid=15707] ppid=15704 vsize=25527784 memory=19136 CPUtime=0.03 cores=0-7
/proc/15707/stat : 15707 (java) S 15704 15707 12932 0 -1 1077944320 4146 0 0 0 2 1 0 0 20 0 13 0 130316672 26140450816 4784 18446744073709551615 4194304 4196468 140729871260240 140729871242784 139621787545335 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
/proc/15707/statm: 6381946 4784 2111 1 0 6371443 0
[pid=15707/tid=15709] ppid=15704 vsize=25527784 memory=0 CPUtime=0.03 cores=0-7
/proc/15707/task/15709/stat : 15709 (java) R 15704 15707 12932 0 -1 4202560 2809 0 0 0 2 1 0 0 20 0 13 0 130316679 26140450816 4792 18446744073709551615 4194304 4196468 140729871260240 139621791783280 139621787571325 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15710] ppid=15704 vsize=25527784 memory=140214693574272 CPUtime=0 cores=0-7
/proc/15707/task/15710/stat : 15710 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 130316680 26140450816 4792 18446744073709551615 4194304 4196468 140729871260240 139621744511760 139621787555541 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15711] ppid=15704 vsize=25527784 memory=140214693574272 CPUtime=0 cores=0-7
/proc/15707/task/15711/stat : 15711 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 130316680 26140450816 4792 18446744073709551615 4194304 4196468 140729871260240 139621743459216 139621787555541 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15712] ppid=15704 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15712/stat : 15712 (java) S 15704 15707 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 130316680 26140450816 4792 18446744073709551615 4194304 4196468 140729871260240 139621742406672 139621787555541 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15713] ppid=15704 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15713/stat : 15713 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 130316680 26140450816 4792 18446744073709551615 4194304 4196468 140729871260240 139621741354128 139621787555541 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15714] ppid=15704 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15714/stat : 15714 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 130316680 26140450816 4792 18446744073709551615 4194304 4196468 140729871260240 139621740300560 139621787555541 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15715] ppid=15704 vsize=25527784 memory=-1 CPUtime=0 cores=0-7
/proc/15707/task/15715/stat : 15715 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 130316680 26140450816 4792 18446744073709551615 4194304 4196468 140729871260240 139621739248016 139621787555541 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15716] ppid=15704 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15716/stat : 15716 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 130316680 26140450816 4792 18446744073709551615 4194304 4196468 140729871260240 139621738195472 139621787555541 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15717] ppid=15704 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15717/stat : 15717 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 130316680 26140450816 4792 18446744073709551615 4194304 4196468 140729871260240 139621342509712 139621787555541 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15718] ppid=15704 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15718/stat : 15718 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 130316681 26140450816 4792 18446744073709551615 4194304 4196468 140729871260240 139620985547248 139621787556482 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15719] ppid=15704 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15719/stat : 15719 (java) S 15704 15707 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 130316682 26140450816 4792 18446744073709551615 4194304 4196468 140729871260240 139620984493472 139621787555541 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15720] ppid=15704 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15720/stat : 15720 (java) S 15704 15707 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 130316682 26140450816 4792 18446744073709551615 4194304 4196468 140729871260240 139620983440944 139621787555541 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 25527784 KiB
Current children cumulated memory: 19136 KiB

[startup+0.209573 s]*
/proc/loadavg: 5.68 2.64 2.15 4/194 15727
/proc/meminfo: memFree=31191288/32770624 swapFree=67108860/67108860
[pid=15707] ppid=15704 vsize=25997632 memory=32776 CPUtime=0.11 cores=0-7
/proc/15707/stat : 15707 (java) S 15704 15707 12932 0 -1 1077944320 9215 0 0 0 9 2 0 0 20 0 20 0 130316672 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 140729871242784 139621787545335 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
/proc/15707/statm: 6499408 8194 3385 1 0 6488186 0
[pid=15707/tid=15709] ppid=15704 vsize=25997632 memory=0 CPUtime=0.09 cores=0-7
/proc/15707/task/15709/stat : 15709 (java) R 15704 15707 12932 0 -1 4202560 7154 0 0 0 7 2 0 0 20 0 20 0 130316679 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139621791762016 139621780225053 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15710] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15710/stat : 15710 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316680 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139621744511760 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15711] ppid=15704 vsize=25997632 memory=140214693574272 CPUtime=0 cores=0-7
/proc/15707/task/15711/stat : 15711 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316680 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139621743459216 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15712] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15712/stat : 15712 (java) S 15704 15707 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130316680 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139621742406672 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15713] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15713/stat : 15713 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316680 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139621741354128 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15714] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15714/stat : 15714 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316680 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139621740300560 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15715] ppid=15704 vsize=25997632 memory=-1 CPUtime=0 cores=0-7
/proc/15707/task/15715/stat : 15715 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316680 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139621739248016 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15716] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15716/stat : 15716 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316680 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139621738195472 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15717] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15717/stat : 15717 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316680 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139621342509712 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15718] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15718/stat : 15718 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316681 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139620985547248 139621787556482 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15719] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15719/stat : 15719 (java) S 15704 15707 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 130316682 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139620984493472 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15720] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15720/stat : 15720 (java) S 15704 15707 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 130316682 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139620983440880 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15721] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15721/stat : 15721 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316684 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139620982389456 139621787563931 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15722] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15722/stat : 15722 (java) S 15704 15707 12932 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 130316684 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139620981336048 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15723] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15723/stat : 15723 (java) S 15704 15707 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130316684 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139620980283504 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15724] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15724/stat : 15724 (java) S 15704 15707 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130316684 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139620979230960 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15725] ppid=15704 vsize=25997632 memory=0 CPUtime=0.01 cores=0-7
/proc/15707/task/15725/stat : 15725 (java) S 15704 15707 12932 0 -1 1077944384 378 0 0 0 1 0 0 0 20 0 20 0 130316684 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139620978178416 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15726] ppid=15704 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15726/stat : 15726 (java) S 15704 15707 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130316684 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139620977126112 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15727] ppid=15704 vsize=25997632 memory=-1 CPUtime=0 cores=0-7
/proc/15707/task/15727/stat : 15727 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316689 26621575168 8194 18446744073709551615 4194304 4196468 140729871260240 139620976073648 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 25997632 KiB
Current children cumulated memory: 32776 KiB

[startup+0.31036 s]*
/proc/loadavg: 5.68 2.64 2.15 2/194 15727
/proc/meminfo: memFree=31182860/32770624 swapFree=67108860/67108860
[pid=15707] ppid=15704 vsize=25996608 memory=38540 CPUtime=0.28 cores=0-7
/proc/15707/stat : 15707 (java) S 15704 15707 12932 0 -1 1077944320 10928 0 0 0 25 3 0 0 20 0 20 0 130316672 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 140729871242784 139621787545335 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
/proc/15707/statm: 6499152 9635 3573 1 0 6487930 0
[pid=15707/tid=15709] ppid=15704 vsize=25996608 memory=-8774313645642428999 CPUtime=0.19 cores=0-7
/proc/15707/task/15709/stat : 15709 (java) R 15704 15707 12932 0 -1 4202560 8547 0 0 0 16 3 0 0 20 0 20 0 130316679 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 139621791767696 139621787567261 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15710] ppid=15704 vsize=25996608 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/15707/task/15710/stat : 15710 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316680 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 139621744511760 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15711] ppid=15704 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15711/stat : 15711 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316680 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 139621743459216 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15712] ppid=15704 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15712/stat : 15712 (java) S 15704 15707 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130316680 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 139621742406672 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15713] ppid=15704 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15713/stat : 15713 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316680 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 139621741354128 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15714] ppid=15704 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15714/stat : 15714 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316680 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 139621740300560 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15715] ppid=15704 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15715/stat : 15715 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316680 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 139621739248016 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15716] ppid=15704 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15716/stat : 15716 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316680 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 139621738195472 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15717] ppid=15704 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15717/stat : 15717 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316680 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 139621342509712 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15718] ppid=15704 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15718/stat : 15718 (java) S 15704 15707 12932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 130316681 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 139620985547248 139621787556482 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15719] ppid=15704 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15719/stat : 15719 (java) S 15704 15707 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 130316682 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 139620984493472 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15720] ppid=15704 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15720/stat : 15720 (java) S 15704 15707 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 130316682 26620526592 9635 18446744073709551615 4194304 4196468 140729871260240 139620983440880 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15721] ppid=15704 vsize=25996608 memory=140214693574271 CPUtime=0 cores=0-7
/proc/15707/task/15721/stat : 15721 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316684 26620526592 9701 18446744073709551615 4194304 4196468 140729871260240 139620982389456 139621787563931 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15722] ppid=15704 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15707/task/15722/stat : 15722 (java) S 15704 15707 12932 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 130316684 26620526592 9701 18446744073709551615 4194304 4196468 140729871260240 139620981336048 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15723] ppid=15704 vsize=25996608 memory=0 CPUtime=0.01 cores=0-7
/proc/15707/task/15723/stat : 15723 (java) R 15704 15707 12932 0 -1 4202560 278 0 0 0 1 0 0 0 20 0 20 0 130316684 26620526592 9701 18446744073709551615 4194304 4196468 140729871260240 139620980283504 139621769089058 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15724] ppid=15704 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15724/stat : 15724 (java) S 15704 15707 12932 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 130316684 26620526592 9701 18446744073709551615 4194304 4196468 140729871260240 139620979230960 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15725] ppid=15704 vsize=25996608 memory=0 CPUtime=0.05 cores=0-7
/proc/15707/task/15725/stat : 15725 (java) S 15704 15707 12932 0 -1 1077944384 409 0 0 0 5 0 0 0 20 0 20 0 130316684 26620526592 9701 18446744073709551615 4194304 4196468 140729871260240 139620978178416 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15726] ppid=15704 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15707/task/15726/stat : 15726 (java) S 15704 15707 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130316684 26620526592 9701 18446744073709551615 4194304 4196468 140729871260240 139620977126112 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15727] ppid=15704 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15707/task/15727/stat : 15727 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316689 26620526592 9701 18446744073709551615 4194304 4196468 140729871260240 139620976073648 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 38540 KiB

[startup+0.700886 s]
/proc/loadavg: 5.68 2.64 2.15 2/194 15727
/proc/meminfo: memFree=31167168/32770624 swapFree=67108860/67108860
[pid=15707] ppid=15704 vsize=25998676 memory=79340 CPUtime=1.18 cores=0-7
/proc/15707/stat : 15707 (java) S 15704 15707 12932 0 -1 1077944320 16543 0 0 0 112 6 0 0 20 0 20 0 130316672 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 140729871242784 139621787545335 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
/proc/15707/statm: 6499669 19835 3732 1 0 6488442 0
[pid=15707/tid=15709] ppid=15704 vsize=25998676 memory=2384 CPUtime=0.57 cores=0-7
/proc/15707/task/15709/stat : 15709 (java) R 15704 15707 12932 0 -1 4202560 10555 0 0 0 53 4 0 0 20 0 20 0 130316679 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139621791782528 139621420362452 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15710] ppid=15704 vsize=25998676 memory=1296 CPUtime=0 cores=0-7
/proc/15707/task/15710/stat : 15710 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316680 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139621744511760 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15711] ppid=15704 vsize=25998676 memory=1008 CPUtime=0 cores=0-7
/proc/15707/task/15711/stat : 15711 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316680 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139621743459216 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15712] ppid=15704 vsize=25998676 memory=1232 CPUtime=0 cores=0-7
/proc/15707/task/15712/stat : 15712 (java) S 15704 15707 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130316680 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139621742406672 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15713] ppid=15704 vsize=25998676 memory=9064 CPUtime=0 cores=0-7
/proc/15707/task/15713/stat : 15713 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316680 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139621741354128 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15714] ppid=15704 vsize=25998676 memory=4616 CPUtime=0 cores=0-7
/proc/15707/task/15714/stat : 15714 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316680 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139621740300560 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15715] ppid=15704 vsize=25998676 memory=140218988541567 CPUtime=0 cores=0-7
/proc/15707/task/15715/stat : 15715 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316680 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139621739248016 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15716] ppid=15704 vsize=25998676 memory=-7233780906022716832 CPUtime=0 cores=0-7
/proc/15707/task/15716/stat : 15716 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316680 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139621738195472 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15717] ppid=15704 vsize=25998676 memory=6224372056898695021 CPUtime=0 cores=0-7
/proc/15707/task/15717/stat : 15717 (java) S 15704 15707 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130316680 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139621342509712 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15718] ppid=15704 vsize=25998676 memory=7739276948477931110 CPUtime=0 cores=0-7
/proc/15707/task/15718/stat : 15718 (java) S 15704 15707 12932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 130316681 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139620985547248 139621787556482 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15719] ppid=15704 vsize=25998676 memory=8996 CPUtime=0 cores=0-7
/proc/15707/task/15719/stat : 15719 (java) S 15704 15707 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 130316682 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139620984493472 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15720] ppid=15704 vsize=25998676 memory=1788 CPUtime=0 cores=0-7
/proc/15707/task/15720/stat : 15720 (java) S 15704 15707 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 130316682 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139620983440880 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15721] ppid=15704 vsize=25998676 memory=956 CPUtime=0 cores=0-7
/proc/15707/task/15721/stat : 15721 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130316684 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139620982389456 139621787563931 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15722] ppid=15704 vsize=25998676 memory=1236 CPUtime=0.11 cores=0-7
/proc/15707/task/15722/stat : 15722 (java) R 15704 15707 12932 0 -1 4202560 1258 0 0 0 11 0 0 0 20 0 20 0 130316684 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139620981317064 139621771031577 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15723] ppid=15704 vsize=25998676 memory=2244 CPUtime=0.11 cores=0-7
/proc/15707/task/15723/stat : 15723 (java) R 15704 15707 12932 0 -1 4202560 1026 0 0 0 11 0 0 0 20 0 20 0 130316684 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139620980268056 139621772474805 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15724] ppid=15704 vsize=25998676 memory=4284 CPUtime=0.1 cores=0-7
/proc/15707/task/15724/stat : 15724 (java) R 15704 15707 12932 0 -1 4202560 915 0 0 0 10 0 0 0 20 0 20 0 130316684 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139620979222288 139621772454615 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15725] ppid=15704 vsize=25998676 memory=928 CPUtime=0.24 cores=0-7
/proc/15707/task/15725/stat : 15725 (java) R 15704 15707 12932 0 -1 4202560 1403 0 0 0 24 0 0 0 20 0 20 0 130316684 26622644224 19835 18446744073709551615 4194304 4196468 140729871260240 139620978175352 139621766680806 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0

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

[pid=15707/tid=15710] ppid=15704 vsize=27207104 memory=223124 CPUtime=0.05 cores=0-7
/proc/15707/task/15710/stat : 15710 (java) S 15704 15707 12932 0 -1 1077944384 1070 0 0 0 4 1 0 0 20 0 38 0 130316680 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139621744511760 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15711] ppid=15704 vsize=27207104 memory=184724 CPUtime=0.06 cores=0-7
/proc/15707/task/15711/stat : 15711 (java) S 15704 15707 12932 0 -1 1077944384 1282 0 0 0 5 1 0 0 20 0 38 0 130316680 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139621743459216 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15712] ppid=15704 vsize=27207104 memory=280429153054848 CPUtime=0.05 cores=0-7
/proc/15707/task/15712/stat : 15712 (java) S 15704 15707 12932 0 -1 1077944384 297 0 0 0 4 1 0 0 20 0 38 0 130316680 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139621742406672 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15713] ppid=15704 vsize=27207104 memory=6656426216303648864 CPUtime=0.04 cores=0-7
/proc/15707/task/15713/stat : 15713 (java) S 15704 15707 12932 0 -1 1077944384 726 0 0 0 4 0 0 0 20 0 38 0 130316680 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139621741354128 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15714] ppid=15704 vsize=27207104 memory=6655300316396806240 CPUtime=0.06 cores=0-7
/proc/15707/task/15714/stat : 15714 (java) S 15704 15707 12932 0 -1 1077944384 617 0 0 0 5 1 0 0 20 0 38 0 130316680 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139621740300560 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15715] ppid=15704 vsize=27207104 memory=-3472574944341025154 CPUtime=0.05 cores=0-7
/proc/15707/task/15715/stat : 15715 (java) S 15704 15707 12932 0 -1 1077944384 1167 0 0 0 4 1 0 0 20 0 38 0 130316680 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139621739248016 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15716] ppid=15704 vsize=27207104 memory=6655300316396806240 CPUtime=0.05 cores=0-7
/proc/15707/task/15716/stat : 15716 (java) S 15704 15707 12932 0 -1 1077944384 1347 0 0 0 4 1 0 0 20 0 38 0 130316680 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139621738195472 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15717] ppid=15704 vsize=27207104 memory=184724 CPUtime=0.05 cores=0-7
/proc/15707/task/15717/stat : 15717 (java) S 15704 15707 12932 0 -1 1077944384 959 0 0 0 5 0 0 0 20 0 38 0 130316680 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139621342509712 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15718] ppid=15704 vsize=27207104 memory=186776 CPUtime=0.06 cores=0-7
/proc/15707/task/15718/stat : 15718 (java) S 15704 15707 12932 0 -1 1077944384 2359 0 0 0 5 1 0 0 20 0 38 0 130316681 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620985547248 139621787556482 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15719] ppid=15704 vsize=27207104 memory=71804336999156 CPUtime=0 cores=0-7
/proc/15707/task/15719/stat : 15719 (java) S 15704 15707 12932 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 38 0 130316682 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620984493536 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15720] ppid=15704 vsize=27207104 memory=71804336999156 CPUtime=0 cores=0-7
/proc/15707/task/15720/stat : 15720 (java) S 15704 15707 12932 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 38 0 130316682 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620983440896 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15721] ppid=15704 vsize=27207104 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/15707/task/15721/stat : 15721 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 130316684 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620982389456 139621787563931 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15722] ppid=15704 vsize=27207104 memory=71804336999156 CPUtime=1.2 cores=0-7
/proc/15707/task/15722/stat : 15722 (java) S 15704 15707 12932 0 -1 1077944384 6552 0 0 0 118 2 0 0 20 0 38 0 130316684 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620981336048 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15723] ppid=15704 vsize=27207104 memory=71804336999156 CPUtime=1.63 cores=0-7
/proc/15707/task/15723/stat : 15723 (java) S 15704 15707 12932 0 -1 1077944384 9103 0 0 0 160 3 0 0 20 0 38 0 130316684 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620980283504 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15724] ppid=15704 vsize=27207104 memory=187804 CPUtime=1.13 cores=0-7
/proc/15707/task/15724/stat : 15724 (java) S 15704 15707 12932 0 -1 1077944384 3998 0 0 0 112 1 0 0 20 0 38 0 130316684 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620979230960 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15725] ppid=15704 vsize=27207104 memory=7589240748751479104 CPUtime=0.91 cores=0-7
/proc/15707/task/15725/stat : 15725 (java) S 15704 15707 12932 0 -1 1077944384 19263 0 0 0 88 3 0 0 20 0 38 0 130316684 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620978178416 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15726] ppid=15704 vsize=27207104 memory=4208303562940324565 CPUtime=0 cores=0-7
/proc/15707/task/15726/stat : 15726 (java) S 15704 15707 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 130316684 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620977126112 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15727] ppid=15704 vsize=27207104 memory=-7595761213635136096 CPUtime=0.01 cores=0-7
/proc/15707/task/15727/stat : 15727 (java) S 15704 15707 12932 0 -1 1077944384 507 0 0 0 0 1 0 0 20 0 38 0 130316689 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620976073648 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15728] ppid=15704 vsize=27207104 memory=-7966001734536614954 CPUtime=0.03 cores=0-7
/proc/15707/task/15728/stat : 15728 (java) S 15704 15707 12932 0 -1 1077944384 470 0 0 0 3 0 0 0 20 0 38 0 130316974 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620965782736 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15729] ppid=15704 vsize=27207104 memory=-6876588461455809440 CPUtime=0.06 cores=0-7
/proc/15707/task/15729/stat : 15729 (java) S 15704 15707 12932 0 -1 1077944384 2163 0 0 0 1 5 0 0 20 0 38 0 130316986 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620964730384 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15730] ppid=15704 vsize=27207104 memory=-7966001734536614954 CPUtime=0.05 cores=0-7
/proc/15707/task/15730/stat : 15730 (java) S 15704 15707 12932 0 -1 1077944384 158 0 0 0 5 0 0 0 20 0 38 0 130316996 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620961579920 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15731] ppid=15704 vsize=27207104 memory=4120 CPUtime=7.2 cores=0-7
/proc/15707/task/15731/stat : 15731 (java) S 15704 15707 12932 0 -1 1077944384 161 0 0 0 720 0 0 0 20 0 38 0 130316997 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620960527376 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15732] ppid=15704 vsize=27207104 memory=69992 CPUtime=19.09 cores=0-7
/proc/15707/task/15732/stat : 15732 (java) S 15704 15707 12932 0 -1 1077944384 341 0 0 0 1909 0 0 0 20 0 38 0 130316997 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620959474832 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15733] ppid=15704 vsize=27207104 memory=2384 CPUtime=43.39 cores=0-7
/proc/15707/task/15733/stat : 15733 (java) R 15704 15707 12932 0 -1 4202560 1454 0 0 0 4339 0 0 0 20 0 38 0 130316997 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620958421376 139621426738401 0 4 1 16800974 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15734] ppid=15704 vsize=27207104 memory=1296 CPUtime=42.55 cores=0-7
/proc/15707/task/15734/stat : 15734 (java) R 15704 15707 12932 0 -1 4202560 929 0 0 0 4255 0 0 0 20 0 38 0 130316997 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620957368832 139621426742836 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15735] ppid=15704 vsize=27207104 memory=1728 CPUtime=37.37 cores=0-7
/proc/15707/task/15735/stat : 15735 (java) R 15704 15707 12932 0 -1 4202560 613 0 0 0 3737 0 0 0 20 0 38 0 130317002 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620954219136 139621424228999 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15736] ppid=15704 vsize=27207104 memory=5788 CPUtime=32.54 cores=0-7
/proc/15707/task/15736/stat : 15736 (java) R 15704 15707 12932 0 -1 4202560 599 0 0 0 3254 0 0 0 20 0 38 0 130317002 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620953160728 139621426740949 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15737] ppid=15704 vsize=27207104 memory=1996 CPUtime=43.43 cores=0-7
/proc/15707/task/15737/stat : 15737 (java) R 15704 15707 12932 0 -1 4202560 745 0 0 0 4343 0 0 0 20 0 38 0 130317002 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620952114048 139621426742805 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15738] ppid=15704 vsize=27207104 memory=796 CPUtime=3.91 cores=0-7
/proc/15707/task/15738/stat : 15738 (java) S 15704 15707 12932 0 -1 1077944384 244 0 0 0 391 0 0 0 20 0 38 0 130317002 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620951061392 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15739] ppid=15704 vsize=27207104 memory=10096 CPUtime=25.5 cores=0-7
/proc/15707/task/15739/stat : 15739 (java) R 15704 15707 12932 0 -1 4202560 1161 0 0 0 2550 0 0 0 20 0 38 0 130317002 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620950007936 139621426741291 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15740] ppid=15704 vsize=27207104 memory=1716 CPUtime=0 cores=0-7
/proc/15707/task/15740/stat : 15740 (java) S 15704 15707 12932 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 38 0 130317002 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620948956304 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15741] ppid=15704 vsize=27207104 memory=2244 CPUtime=27.36 cores=0-7
/proc/15707/task/15741/stat : 15741 (java) R 15704 15707 12932 0 -1 4202560 1192 0 0 0 2736 0 0 0 20 0 38 0 130317008 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620947896736 139621426741273 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15742] ppid=15704 vsize=27207104 memory=4284 CPUtime=0 cores=0-7
/proc/15707/task/15742/stat : 15742 (java) S 15704 15707 12932 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 38 0 130317008 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620946851216 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15743] ppid=15704 vsize=27207104 memory=928 CPUtime=32.66 cores=0-7
/proc/15707/task/15743/stat : 15743 (java) S 15704 15707 12932 0 -1 1077944384 850 0 0 0 3266 0 0 0 20 0 38 0 130317008 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620945798672 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15744] ppid=15704 vsize=27207104 memory=1580 CPUtime=7.13 cores=0-7
/proc/15707/task/15744/stat : 15744 (java) S 15704 15707 12932 0 -1 1077944384 220 0 0 0 713 0 0 0 20 0 38 0 130317008 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620944746128 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15745] ppid=15704 vsize=27207104 memory=2168 CPUtime=44.23 cores=0-7
/proc/15707/task/15745/stat : 15745 (java) R 15704 15707 12932 0 -1 4202560 1261 0 0 0 4423 0 0 0 20 0 38 0 130317008 27860074496 45412 18446744073709551615 4194304 4196468 140729871260240 139620943692672 139621426741015 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
Current children cumulated CPU time: 375.28 s
Current children cumulated vsize: 27207104 KiB
Current children cumulated memory: 181648 KiB

[startup+49.8048 s]
/proc/loadavg: 7.46 3.60 2.50 9/211 15746
/proc/meminfo: memFree=31038664/32770624 swapFree=67108860/67108860
[pid=15707] ppid=15704 vsize=27207104 memory=181748 CPUtime=376.06 cores=0-7
/proc/15707/stat : 15707 (java) S 15704 15707 12932 0 -1 1077944320 83559 0 0 0 37566 40 0 0 20 0 38 0 130316672 27860074496 45437 18446744073709551615 4194304 4196468 140729871260240 140729871242784 139621787545335 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
/proc/15707/statm: 6801776 45437 3818 1 0 6790028 0
[pid=15707/tid=15709] ppid=15704 vsize=27207104 memory=181648 CPUtime=3.14 cores=0-7
/proc/15707/task/15709/stat : 15709 (java) S 15704 15707 12932 0 -1 1077944384 17683 0 0 0 306 8 0 0 20 0 38 0 130316679 27860074496 45437 18446744073709551615 4194304 4196468 140729871260240 139621791783040 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15710] ppid=15704 vsize=27207104 memory=183700 CPUtime=0.05 cores=0-7
/proc/15707/task/15710/stat : 15710 (java) S 15704 15707 12932 0 -1 1077944384 1070 0 0 0 4 1 0 0 20 0 38 0 130316680 27860074496 45437 18446744073709551615 4194304 4196468 140729871260240 139621744511760 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15711] ppid=15704 vsize=27207104 memory=190880 CPUtime=0.06 cores=0-7
/proc/15707/task/15711/stat : 15711 (java) S 15704 15707 12932 0 -1 1077944384 1282 0 0 0 5 1 0 0 20 0 38 0 130316680 27860074496 45437 18446744073709551615 4194304 4196468 140729871260240 139621743459216 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15712] ppid=15704 vsize=27207104 memory=200072 CPUtime=0.05 cores=0-7
/proc/15707/task/15712/stat : 15712 (java) S 15704 15707 12932 0 -1 1077944384 297 0 0 0 4 1 0 0 20 0 38 0 130316680 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139621742406672 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15713] ppid=15704 vsize=27207104 memory=186776 CPUtime=0.04 cores=0-7
/proc/15707/task/15713/stat : 15713 (java) S 15704 15707 12932 0 -1 1077944384 726 0 0 0 4 0 0 0 20 0 38 0 130316680 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139621741354128 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15714] ppid=15704 vsize=27207104 memory=181648 CPUtime=0.06 cores=0-7
/proc/15707/task/15714/stat : 15714 (java) S 15704 15707 12932 0 -1 1077944384 617 0 0 0 5 1 0 0 20 0 38 0 130316680 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139621740300560 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15715] ppid=15704 vsize=27207104 memory=0 CPUtime=0.05 cores=0-7
/proc/15707/task/15715/stat : 15715 (java) S 15704 15707 12932 0 -1 1077944384 1167 0 0 0 4 1 0 0 20 0 38 0 130316680 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139621739248016 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15716] ppid=15704 vsize=27207104 memory=56 CPUtime=0.05 cores=0-7
/proc/15707/task/15716/stat : 15716 (java) S 15704 15707 12932 0 -1 1077944384 1347 0 0 0 4 1 0 0 20 0 38 0 130316680 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139621738195472 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15717] ppid=15704 vsize=27207104 memory=2112 CPUtime=0.05 cores=0-7
/proc/15707/task/15717/stat : 15717 (java) S 15704 15707 12932 0 -1 1077944384 959 0 0 0 5 0 0 0 20 0 38 0 130316680 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139621342509712 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15718] ppid=15704 vsize=27207104 memory=0 CPUtime=0.06 cores=0-7
/proc/15707/task/15718/stat : 15718 (java) S 15704 15707 12932 0 -1 1077944384 2359 0 0 0 5 1 0 0 20 0 38 0 130316681 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620985547248 139621787556482 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15719] ppid=15704 vsize=27207104 memory=223124 CPUtime=0 cores=0-7
/proc/15707/task/15719/stat : 15719 (java) S 15704 15707 12932 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 38 0 130316682 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620984493536 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15720] ppid=15704 vsize=27207104 memory=-6935123839545469842 CPUtime=0 cores=0-7
/proc/15707/task/15720/stat : 15720 (java) S 15704 15707 12932 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 38 0 130316682 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620983440896 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15721] ppid=15704 vsize=27207104 memory=1996 CPUtime=0 cores=0-7
/proc/15707/task/15721/stat : 15721 (java) S 15704 15707 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 130316684 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620982389456 139621787563931 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15722] ppid=15704 vsize=27207104 memory=796 CPUtime=1.2 cores=0-7
/proc/15707/task/15722/stat : 15722 (java) S 15704 15707 12932 0 -1 1077944384 6556 0 0 0 118 2 0 0 20 0 38 0 130316684 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620981336048 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15723] ppid=15704 vsize=27207104 memory=200072 CPUtime=1.63 cores=0-7
/proc/15707/task/15723/stat : 15723 (java) S 15704 15707 12932 0 -1 1077944384 9106 0 0 0 160 3 0 0 20 0 38 0 130316684 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620980283504 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15724] ppid=15704 vsize=27207104 memory=2384 CPUtime=1.13 cores=0-7
/proc/15707/task/15724/stat : 15724 (java) R 15704 15707 12932 0 -1 1077944384 4001 0 0 0 112 1 0 0 20 0 38 0 130316684 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620979230960 139621787556482 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15725] ppid=15704 vsize=27207104 memory=202124 CPUtime=0.92 cores=0-7
/proc/15707/task/15725/stat : 15725 (java) S 15704 15707 12932 0 -1 1077944384 19772 0 0 0 89 3 0 0 20 0 38 0 130316684 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620978178416 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15726] ppid=15704 vsize=27207104 memory=194984 CPUtime=0 cores=0-7
/proc/15707/task/15726/stat : 15726 (java) S 15704 15707 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 130316684 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620977126112 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15727] ppid=15704 vsize=27207104 memory=4120 CPUtime=0.01 cores=0-7
/proc/15707/task/15727/stat : 15727 (java) S 15704 15707 12932 0 -1 1077944384 521 0 0 0 0 1 0 0 20 0 38 0 130316689 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620976073648 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15728] ppid=15704 vsize=27207104 memory=69992 CPUtime=0.03 cores=0-7
/proc/15707/task/15728/stat : 15728 (java) R 15704 15707 12932 0 -1 1077944384 470 0 0 0 3 0 0 0 20 0 38 0 130316974 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620965782736 139621787555541 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15729] ppid=15704 vsize=27207104 memory=2384 CPUtime=0.06 cores=0-7
/proc/15707/task/15729/stat : 15729 (java) S 15704 15707 12932 0 -1 1077944384 2205 0 0 0 1 5 0 0 20 0 38 0 130316986 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620964730384 139621787556482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15730] ppid=15704 vsize=27207104 memory=1296 CPUtime=0.05 cores=0-7
/proc/15707/task/15730/stat : 15730 (java) S 15704 15707 12932 0 -1 1077944384 160 0 0 0 5 0 0 0 20 0 38 0 130316996 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620961579920 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15731] ppid=15704 vsize=27207104 memory=288230574492221466 CPUtime=7.2 cores=0-7
/proc/15707/task/15731/stat : 15731 (java) S 15704 15707 12932 0 -1 1077944384 161 0 0 0 720 0 0 0 20 0 38 0 130316997 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620960527376 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15732] ppid=15704 vsize=27207104 memory=288230621803970871 CPUtime=19.09 cores=0-7
/proc/15707/task/15732/stat : 15732 (java) S 15704 15707 12932 0 -1 1077944384 341 0 0 0 1909 0 0 0 20 0 38 0 130316997 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620959474832 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15733] ppid=15704 vsize=27207104 memory=13568184779278711 CPUtime=43.49 cores=0-7
/proc/15707/task/15733/stat : 15733 (java) R 15704 15707 12932 0 -1 4202560 1497 0 0 0 4349 0 0 0 20 0 38 0 130316997 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620958421376 139621427462392 0 4 1 16800974 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15734] ppid=15704 vsize=27207104 memory=1716 CPUtime=42.65 cores=0-7
/proc/15707/task/15734/stat : 15734 (java) R 15704 15707 12932 0 -1 4202560 1190 0 0 0 4264 1 0 0 20 0 38 0 130316997 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620957368832 139621771625822 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15735] ppid=15704 vsize=27207104 memory=1008 CPUtime=37.47 cores=0-7
/proc/15707/task/15735/stat : 15735 (java) R 15704 15707 12932 0 -1 4202560 642 0 0 0 3746 1 0 0 20 0 38 0 130317002 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620954219136 139621426741815 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15736] ppid=15704 vsize=27207104 memory=194984 CPUtime=32.64 cores=0-7
/proc/15707/task/15736/stat : 15736 (java) R 15704 15707 12932 0 -1 4202560 677 0 0 0 3264 0 0 0 20 0 38 0 130317002 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620953160728 139621769396682 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15737] ppid=15704 vsize=27207104 memory=0 CPUtime=43.52 cores=0-7
/proc/15707/task/15737/stat : 15737 (java) R 15704 15707 12932 0 -1 4202560 812 0 0 0 4352 0 0 0 20 0 38 0 130317002 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620952114048 139621426740949 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15738] ppid=15704 vsize=27207104 memory=0 CPUtime=3.91 cores=0-7
/proc/15707/task/15738/stat : 15738 (java) S 15704 15707 12932 0 -1 1077944384 244 0 0 0 391 0 0 0 20 0 38 0 130317002 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620951061392 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15739] ppid=15704 vsize=27207104 memory=204176 CPUtime=25.6 cores=0-7
/proc/15707/task/15739/stat : 15739 (java) R 15704 15707 12932 0 -1 4202560 1255 0 0 0 2560 0 0 0 20 0 38 0 130317002 27860074496 45440 18446744073709551615 4194304 4196468 140729871260240 139620950005112 139621426742055 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15740] ppid=15704 vsize=27207104 memory=177093834 CPUtime=0 cores=0-7
/proc/15707/task/15740/stat : 15740 (java) S 15704 15707 12932 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 38 0 130317002 27860074496 45443 18446744073709551615 4194304 4196468 140729871260240 139620948956304 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15741] ppid=15704 vsize=27207104 memory=720 CPUtime=27.46 cores=0-7
/proc/15707/task/15741/stat : 15741 (java) R 15704 15707 12932 0 -1 4202560 2635 0 0 0 2746 0 0 0 20 0 38 0 130317008 27860074496 45443 18446744073709551615 4194304 4196468 140729871260240 139620947882928 139621417714523 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15742] ppid=15704 vsize=27207104 memory=934 CPUtime=0 cores=0-7
/proc/15707/task/15742/stat : 15742 (java) S 15704 15707 12932 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 38 0 130317008 27860074496 45443 18446744073709551615 4194304 4196468 140729871260240 139620946851216 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15743] ppid=15704 vsize=27207104 memory=3195 CPUtime=32.66 cores=0-7
/proc/15707/task/15743/stat : 15743 (java) R 15704 15707 12932 0 -1 1077944384 850 0 0 0 3266 0 0 0 20 0 38 0 130317008 27860074496 45443 18446744073709551615 4194304 4196468 140729871260240 139620945798672 139621787555541 0 4 1 16800974 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15744] ppid=15704 vsize=27207104 memory=183700 CPUtime=7.13 cores=0-7
/proc/15707/task/15744/stat : 15744 (java) S 15704 15707 12932 0 -1 1077944384 220 0 0 0 713 0 0 0 20 0 38 0 130317008 27860074496 45443 18446744073709551615 4194304 4196468 140729871260240 139620944746128 139621787555541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
[pid=15707/tid=15745] ppid=15704 vsize=27207104 memory=2596 CPUtime=44.32 cores=0-7
/proc/15707/task/15745/stat : 15745 (java) R 15704 15707 12932 0 -1 4202560 1322 0 0 0 4432 0 0 0 20 0 38 0 130317008 27860074496 45443 18446744073709551615 4194304 4196468 140729871260240 139620943692672 139621426741430 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29687808 140729871262060 140729871262245 140729871262245 140729871265743 0
Current children cumulated CPU time: 376.06 s
Current children cumulated vsize: 27207104 KiB
Current children cumulated memory: 181748 KiB

Child status: 0
Real time (s): 49.865
CPU time (s): 376.186
CPU user time (s): 375.762
CPU system time (s): 0.423774
CPU usage (%): 754.408
Max. virtual memory (cumulated for all children) (KiB): 27207104
Max. memory (cumulated for all children) (KiB): 263336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 375.762
system time used= 0.423774
maximum resident set size= 263336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88170
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16903
involuntary context switches= 11437


# summary of solver processes directly reported to runsolver:
#   pid: 15707
#   total CPU time (s): 376.186
#   total CPU user time (s): 375.762
#   total CPU system time (s): 0.423774

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.461984 second user time and 0.660957 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-22 18:21:44
IDJOB=4285403
IDBENCH=121925
IDSOLVER=2681
FILE ID=node124/4285403-1503419761
RUNJOBID= node124-1503398584-12989
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Random/Random-D-t020/rand-2-40-11-414-020-23.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285403-1503419761/watcher-4285403-1503419761 -o /tmp/evaluation-result-4285403-1503419761/solver-4285403-1503419761 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node124-1503398584-12989 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 233789270 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285403-1503419761.xml

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

MD5SUM BENCH= 1a4e26af447c68eb67ea8607a589b7af
RANDOM SEED=233789270

node124.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.51
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.51
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.51
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.51
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:        31207492 kB
MemAvailable:   31958400 kB
Buffers:          310436 kB
Cached:           740612 kB
SwapCached:            0 kB
Active:           696928 kB
Inactive:         407468 kB
Active(anon):       5920 kB
Inactive(anon):    97324 kB
Active(file):     691008 kB
Inactive(file):   310144 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42612 kB
Writeback:             0 kB
AnonPages:         69656 kB
Mapped:            64312 kB
Shmem:             49896 kB
Slab:             158204 kB
SReclaimable:     131180 kB
SUnreclaim:        27024 kB
KernelStack:        3296 kB
PageTables:         4760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     321124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 61988 MiB
End job on node124 at 2017-08-22 18:22:34