Trace number 4284889

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22? 3152.9099 439.953

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-sko100a.xml
MD5SUM1913240080a58bfaef30e5e1db7876b5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark79853
Best CPU time to get the best result obtained on this benchmark2519.98
Satisfiable
(Un)Satisfiability was proved
Number of variables10100
Number of constraints4951
Number of domains2
Minimum domain size8
Maximum domain size100
Distribution of domain sizes[{"size":8,"count":4950},{"size":100,"count":100}]
Minimum variable degree0
Maximum variable degree100
Distribution of variable degrees[{"degree":0,"count":5050},{"degree":2,"count":4950},{"degree":100,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":4950},{"arity":100,"count":1}]
Number of extensional constraints4950
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4950},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.36/0.42	c version: 2017-08-22
0.36/0.42	c seed: 662865925
0.36/0.42	c timeout: 20160
0.36/0.42	c memlimit: 22000
0.36/0.42	c nbcore: 8
0.36/0.45	c Parsing instance...
1.01/1.22	c Parsing done, starting search...
999.20/155.08	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#747517466]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
999.54/155.12	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
999.54/155.12	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
999.54/155.12	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
999.54/155.12	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
999.54/155.12	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
999.54/155.12	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
999.54/155.12	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
999.54/155.12	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
999.54/155.12	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
999.54/155.12	c java.lang.Thread.run(Thread.java:748)
999.54/155.12	s UNKNOWN
3152.64/439.81	Dead letter! Forcing shutdown...

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284889-1503423481/watcher-4284889-1503423481 -o /tmp/evaluation-result-4284889-1503423481/solver-4284889-1503423481 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1503398602-29012 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 662865925 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4284889-1503423481.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
Current StackSize limit: 8192 KiB

solver pid=31964, runsolver pid=31961

[startup+0.100148 s]*
/proc/loadavg: 7.91 8.63 8.50 1/173 31965
/proc/meminfo: memFree=30987668/32770624 swapFree=67108860/67108860
[pid=31964] ppid=31961 vsize=33976 memory=456 CPUtime=0 cores=0-7
/proc/31964/stat : 31964 (runsolver) D 31961 31964 28956 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 144540926 34791424 114 18446744073709551615 4194304 4346622 140720704393264 140720704389896 139813777199831 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 24981504 140720704401469 140720704401952 140720704401952 140720704405450 0
/proc/31964/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.208797 s]*
/proc/loadavg: 7.91 8.63 8.50 1/191 31983
/proc/meminfo: memFree=30976968/32770624 swapFree=67108860/67108860
[pid=31964] ppid=31961 vsize=25927168 memory=21432 CPUtime=0.05 cores=0-7
/proc/31964/stat : 31964 (java) S 31961 31964 28956 0 -1 1077944320 4830 0 0 0 4 1 0 0 20 0 19 0 144540926 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140725273478400 140246352006903 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
/proc/31964/statm: 6481792 5358 2576 1 0 6471289 0
[pid=31964/tid=31966] ppid=31961 vsize=25927168 memory=4026532046 CPUtime=0.04 cores=0-7
/proc/31964/task/31966/stat : 31966 (java) D 31961 31964 28956 0 -1 4202560 2914 0 0 0 4 0 0 0 20 0 19 0 144540938 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140246356244384 140246352028925 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31967] ppid=31961 vsize=25927168 memory=14042 CPUtime=0 cores=0-7
/proc/31964/task/31967/stat : 31967 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 144540939 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245914114704 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31968] ppid=31961 vsize=25927168 memory=3977719030423705248 CPUtime=0 cores=0-7
/proc/31964/task/31968/stat : 31968 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 144540939 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245913061904 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31969] ppid=31961 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/31964/task/31969/stat : 31969 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 144540939 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245912009104 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31970] ppid=31961 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31970/stat : 31970 (java) S 31961 31964 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 144540939 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245910956304 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31971] ppid=31961 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31971/stat : 31971 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 144540939 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245909904528 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31972] ppid=31961 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/31964/task/31972/stat : 31972 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 144540939 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245908851728 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31973] ppid=31961 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31973/stat : 31973 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 144540939 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245907798928 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31974] ppid=31961 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31974/stat : 31974 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 144540939 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245906746128 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31975] ppid=31961 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31975/stat : 31975 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 144540941 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245483960688 140246352018050 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31976] ppid=31961 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31976/stat : 31976 (java) S 31961 31964 28956 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 144540941 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245482906656 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31977] ppid=31961 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31977/stat : 31977 (java) S 31961 31964 28956 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 144540941 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245481853808 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31978] ppid=31961 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31978/stat : 31978 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 144540944 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245480802128 140246352025499 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31979] ppid=31961 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31979/stat : 31979 (java) S 31961 31964 28956 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 19 0 144540944 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245479750512 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31980] ppid=31961 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31980/stat : 31980 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 144540944 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245478697712 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31981] ppid=31961 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31981/stat : 31981 (java) S 31961 31964 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 144540944 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245477644912 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31982] ppid=31961 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/31964/task/31982/stat : 31982 (java) S 31961 31964 28956 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 19 0 144540944 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245476592112 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31983] ppid=31961 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31983/stat : 31983 (java) S 31961 31964 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 144540944 26549420032 5358 18446744073709551615 4194304 4196468 140725273495856 140245475539552 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 25927168 KiB
Current children cumulated memory: 21432 KiB

[startup+0.31291 s]*
/proc/loadavg: 7.91 8.63 8.50 2/192 31984
/proc/meminfo: memFree=30964552/32770624 swapFree=67108860/67108860
[pid=31964] ppid=31961 vsize=25996608 memory=34912 CPUtime=0.21 cores=0-7
/proc/31964/stat : 31964 (java) S 31961 31964 28956 0 -1 1077944320 9934 0 0 0 18 3 0 0 20 0 20 0 144540926 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140725273478400 140246352006903 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
/proc/31964/statm: 6499152 8728 3518 1 0 6487930 0
[pid=31964/tid=31966] ppid=31961 vsize=25996608 memory=-8774313645642428999 CPUtime=0.14 cores=0-7
/proc/31964/task/31966/stat : 31966 (java) R 31961 31964 28956 0 -1 4202560 7629 0 0 0 12 2 0 0 20 0 20 0 144540938 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140246356196528 140246352028829 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31967] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31967/stat : 31967 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144540939 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245914114704 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31968] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31968/stat : 31968 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144540939 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245913061904 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31969] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31969/stat : 31969 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144540939 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245912009104 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31970] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31970/stat : 31970 (java) S 31961 31964 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144540939 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245910956304 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31971] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31971/stat : 31971 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144540939 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245909904528 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31972] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31972/stat : 31972 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144540939 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245908851728 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31973] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31973/stat : 31973 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144540939 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245907798928 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31974] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31974/stat : 31974 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144540939 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245906746128 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31975] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31975/stat : 31975 (java) S 31961 31964 28956 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144540941 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245483960688 140246352018050 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31976] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31976/stat : 31976 (java) S 31961 31964 28956 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144540941 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245482906656 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31977] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31977/stat : 31977 (java) S 31961 31964 28956 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144540941 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245481853808 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31978] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31978/stat : 31978 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144540944 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245480802128 140246352025499 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31979] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31979/stat : 31979 (java) S 31961 31964 28956 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 20 0 144540944 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245479750512 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31980] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31980/stat : 31980 (java) S 31961 31964 28956 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 20 0 144540944 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245478697712 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31981] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31981/stat : 31981 (java) S 31961 31964 28956 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 144540944 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245477644912 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31982] ppid=31961 vsize=25996608 memory=0 CPUtime=0.03 cores=0-7
/proc/31964/task/31982/stat : 31982 (java) S 31961 31964 28956 0 -1 1077944384 391 0 0 0 3 0 0 0 20 0 20 0 144540944 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245476592112 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31983] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31983/stat : 31983 (java) S 31961 31964 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144540944 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245475539552 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31984] ppid=31961 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/31964/task/31984/stat : 31984 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144540949 26620526592 8728 18446744073709551615 4194304 4196468 140725273495856 140245474486832 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 34912 KiB

[startup+0.700966 s]
/proc/loadavg: 7.91 8.63 8.50 4/192 31984
/proc/meminfo: memFree=30929100/32770624 swapFree=67108860/67108860
[pid=31964] ppid=31961 vsize=25998676 memory=72896 CPUtime=1.01 cores=0-7
/proc/31964/stat : 31964 (java) S 31961 31964 28956 0 -1 1077944320 14485 0 0 0 96 5 0 0 20 0 20 0 144540926 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140725273478400 140246352006903 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
/proc/31964/statm: 6499669 18224 3725 1 0 6488442 0
[pid=31964/tid=31966] ppid=31961 vsize=25998676 memory=2001 CPUtime=0.52 cores=0-7
/proc/31964/task/31966/stat : 31966 (java) R 31961 31964 28956 0 -1 4202560 10440 0 0 0 48 4 0 0 20 0 20 0 144540938 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140246356240800 140246336087390 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31967] ppid=31961 vsize=25998676 memory=1166 CPUtime=0 cores=0-7
/proc/31964/task/31967/stat : 31967 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144540939 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245914114704 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31968] ppid=31961 vsize=25998676 memory=1788 CPUtime=0 cores=0-7
/proc/31964/task/31968/stat : 31968 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144540939 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245913061904 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31969] ppid=31961 vsize=25998676 memory=640 CPUtime=0 cores=0-7
/proc/31964/task/31969/stat : 31969 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144540939 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245912009104 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31970] ppid=31961 vsize=25998676 memory=960 CPUtime=0 cores=0-7
/proc/31964/task/31970/stat : 31970 (java) S 31961 31964 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144540939 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245910956304 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31971] ppid=31961 vsize=25998676 memory=1232 CPUtime=0 cores=0-7
/proc/31964/task/31971/stat : 31971 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144540939 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245909904528 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31972] ppid=31961 vsize=25998676 memory=2248 CPUtime=0 cores=0-7
/proc/31964/task/31972/stat : 31972 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144540939 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245908851728 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31973] ppid=31961 vsize=25998676 memory=4300 CPUtime=0 cores=0-7
/proc/31964/task/31973/stat : 31973 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144540939 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245907798928 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31974] ppid=31961 vsize=25998676 memory=932 CPUtime=0 cores=0-7
/proc/31964/task/31974/stat : 31974 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144540939 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245906746128 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31975] ppid=31961 vsize=25998676 memory=1624 CPUtime=0 cores=0-7
/proc/31964/task/31975/stat : 31975 (java) S 31961 31964 28956 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144540941 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245483960688 140246352018050 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31976] ppid=31961 vsize=25998676 memory=2160 CPUtime=0 cores=0-7
/proc/31964/task/31976/stat : 31976 (java) S 31961 31964 28956 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144540941 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245482906656 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31977] ppid=31961 vsize=25998676 memory=844 CPUtime=0 cores=0-7
/proc/31964/task/31977/stat : 31977 (java) S 31961 31964 28956 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144540941 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245481853808 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31978] ppid=31961 vsize=25998676 memory=16448 CPUtime=0 cores=0-7
/proc/31964/task/31978/stat : 31978 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144540944 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245480802128 140246352025499 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31979] ppid=31961 vsize=25998676 memory=4428 CPUtime=0.11 cores=0-7
/proc/31964/task/31979/stat : 31979 (java) R 31961 31964 28956 0 -1 4202560 882 0 0 0 11 0 0 0 20 0 20 0 144540944 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245479739216 140246331224139 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31980] ppid=31961 vsize=25998676 memory=4068 CPUtime=0.1 cores=0-7
/proc/31964/task/31980/stat : 31980 (java) R 31961 31964 28956 0 -1 4202560 798 0 0 0 10 0 0 0 20 0 20 0 144540944 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245478687424 140246336916002 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31981] ppid=31961 vsize=25998676 memory=1152 CPUtime=0.08 cores=0-7
/proc/31964/task/31981/stat : 31981 (java) R 31961 31964 28956 0 -1 4202560 256 0 0 0 8 0 0 0 20 0 20 0 144540944 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245477636536 140246333200749 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31982] ppid=31961 vsize=25998676 memory=4028 CPUtime=0.17 cores=0-7
/proc/31964/task/31982/stat : 31982 (java) S 31961 31964 28956 0 -1 1077944384 719 0 0 0 17 0 0 0 20 0 20 0 144540944 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245476592112 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31983] ppid=31961 vsize=25998676 memory=2241 CPUtime=0 cores=0-7
/proc/31964/task/31983/stat : 31983 (java) S 31961 31964 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144540944 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245475539552 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31984] ppid=31961 vsize=25998676 memory=2244 CPUtime=0 cores=0-7
/proc/31964/task/31984/stat : 31984 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144540949 26622644224 18224 18446744073709551615 4194304 4196468 140725273495856 140245474486832 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 25998676 KiB
Current children cumulated memory: 72896 KiB

[startup+1.5012 s]*
/proc/loadavg: 7.91 8.63 8.50 5/192 31984
/proc/meminfo: memFree=30789420/32770624 swapFree=67108860/67108860
[pid=31964] ppid=31961 vsize=26002772 memory=213488 CPUtime=4.04 cores=0-7
/proc/31964/stat : 31964 (java) S 31961 31964 28956 0 -1 1077944320 26835 0 0 0 391 13 0 0 20 0 20 0 144540926 26626838528 53372 18446744073709551615 4194304 4196468 140725273495856 140725273478400 140246352006903 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
/proc/31964/statm: 6500693 53372 3788 1 0 6489466 0
[pid=31964/tid=31966] ppid=31961 vsize=26002772 memory=-7384994778349281184 CPUtime=1.3 cores=0-7
/proc/31964/task/31966/stat : 31966 (java) R 31961 31964 28956 0 -1 4202560 13245 0 0 0 124 6 0 0 20 0 20 0 144540938 26626838528 53372 18446744073709551615 4194304 4196468 140725273495856 140246356229920 140246352018838 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31967] ppid=31961 vsize=26002772 memory=-3775572685057999774 CPUtime=0 cores=0-7
/proc/31964/task/31967/stat : 31967 (java) S 31961 31964 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144540939 26626838528 53372 18446744073709551615 4194304 4196468 140725273495856 140245914114704 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31968] ppid=31961 vsize=26002772 memory=139813780149888 CPUtime=0 cores=0-7
/proc/31964/task/31968/stat : 31968 (java) S 31961 31964 28956 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 144540939 26626838528 53372 18446744073709551615 4194304 4196468 140725273495856 140245913061904 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31969] ppid=31961 vsize=26002772 memory=-1 CPUtime=0 cores=0-7
/proc/31964/task/31969/stat : 31969 (java) S 31961 31964 28956 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 144540939 26626838528 53372 18446744073709551615 4194304 4196468 140725273495856 140245912009104 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31970] ppid=31961 vsize=26002772 memory=4026532046 CPUtime=0 cores=0-7
/proc/31964/task/31970/stat : 31970 (java) S 31961 31964 28956 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 144540939 26626838528 53372 18446744073709551615 4194304 4196468 140725273495856 140245910956304 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31971] ppid=31961 vsize=26002772 memory=14022 CPUtime=0 cores=0-7
/proc/31964/task/31971/stat : 31971 (java) S 31961 31964 28956 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 144540939 26626838528 53372 18446744073709551615 4194304 4196468 140725273495856 140245909904528 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0

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

/proc/31964/task/31995/stat : 31995 (java) S 31961 31964 28956 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245450527392 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31996] ppid=31961 vsize=26805636 memory=1624 CPUtime=11.56 cores=0-7
/proc/31964/task/31996/stat : 31996 (java) S 31961 31964 28956 0 -1 1077944384 4326 0 0 0 1130 26 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245449471168 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31997] ppid=31961 vsize=26805636 memory=23308640 CPUtime=0 cores=0-7
/proc/31964/task/31997/stat : 31997 (java) S 31961 31964 28956 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245448422816 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
Current children cumulated CPU time: 3139.28 s
Current children cumulated vsize: 26805636 KiB
Current children cumulated memory: 23308640 KiB

[startup+438.901 s]
/proc/loadavg: 7.57 7.68 8.02 9/207 32019
/proc/meminfo: memFree=7646884/32770624 swapFree=67108860/67108860
[pid=31964] ppid=31961 vsize=26805636 memory=23308640 CPUtime=3151.68 cores=0-7
/proc/31964/stat : 31964 (java) S 31961 31964 28956 0 -1 1077944320 3864657 0 0 0 309814 5354 0 0 20 0 32 0 144540926 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140725273478400 140246352006903 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
/proc/31964/statm: 6701409 5827160 3843 1 0 6690182 0
[pid=31964/tid=31966] ppid=31961 vsize=26805636 memory=4028 CPUtime=24.77 cores=0-7
/proc/31964/task/31966/stat : 31966 (java) S 31961 31964 28956 0 -1 1077944384 22711 0 0 0 2455 22 0 0 20 0 32 0 144540938 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140246356249776 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31967] ppid=31961 vsize=26805636 memory=-8774313645642428999 CPUtime=375.55 cores=0-7
/proc/31964/task/31967/stat : 31967 (java) S 31961 31964 28956 0 -1 1077944384 336171 0 0 0 36931 624 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245914114704 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31968] ppid=31961 vsize=26805636 memory=3936 CPUtime=377.3 cores=0-7
/proc/31964/task/31968/stat : 31968 (java) S 31961 31964 28956 0 -1 1077944384 418835 0 0 0 37078 652 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245913061904 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31969] ppid=31961 vsize=26805636 memory=23308600 CPUtime=377.93 cores=0-7
/proc/31964/task/31969/stat : 31969 (java) S 31961 31964 28956 0 -1 1077944384 374714 0 0 0 37162 631 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245912009104 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31970] ppid=31961 vsize=26805636 memory=4116 CPUtime=375.01 cores=0-7
/proc/31964/task/31970/stat : 31970 (java) S 31961 31964 28956 0 -1 1077944384 384838 0 0 0 36849 652 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245910956304 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31971] ppid=31961 vsize=26805636 memory=23308640 CPUtime=375.19 cores=0-7
/proc/31964/task/31971/stat : 31971 (java) S 31961 31964 28956 0 -1 1077944384 402734 0 0 0 36892 627 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245909904528 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31972] ppid=31961 vsize=26805636 memory=1232 CPUtime=376.58 cores=0-7
/proc/31964/task/31972/stat : 31972 (java) S 31961 31964 28956 0 -1 1077944384 347263 0 0 0 37025 633 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245908851728 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31973] ppid=31961 vsize=26805636 memory=2248 CPUtime=376.35 cores=0-7
/proc/31964/task/31973/stat : 31973 (java) S 31961 31964 28956 0 -1 1077944384 604893 0 0 0 36991 644 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245907798928 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31974] ppid=31961 vsize=26805636 memory=4300 CPUtime=375.63 cores=0-7
/proc/31964/task/31974/stat : 31974 (java) S 31961 31964 28956 0 -1 1077944384 404070 0 0 0 36922 641 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245906746128 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31975] ppid=31961 vsize=26805636 memory=932 CPUtime=18.23 cores=0-7
/proc/31964/task/31975/stat : 31975 (java) R 31961 31964 28956 0 -1 4202560 479078 0 0 0 1763 60 0 0 20 0 32 0 144540941 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245483959232 140246337003304 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31976] ppid=31961 vsize=26805636 memory=139818075117183 CPUtime=0 cores=0-7
/proc/31964/task/31976/stat : 31976 (java) S 31961 31964 28956 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 32 0 144540941 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245482906720 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31977] ppid=31961 vsize=26805636 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/31964/task/31977/stat : 31977 (java) S 31961 31964 28956 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 32 0 144540941 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245481853824 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31978] ppid=31961 vsize=26805636 memory=7306062783016687469 CPUtime=0 cores=0-7
/proc/31964/task/31978/stat : 31978 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 144540944 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245480802128 140246352025499 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31979] ppid=31961 vsize=26805636 memory=6441370576508249454 CPUtime=2.08 cores=0-7
/proc/31964/task/31979/stat : 31979 (java) S 31961 31964 28956 0 -1 1077944384 13016 0 0 0 205 3 0 0 20 0 32 0 144540944 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245479750512 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31980] ppid=31961 vsize=26805636 memory=7230921007607278949 CPUtime=1.7 cores=0-7
/proc/31964/task/31980/stat : 31980 (java) S 31961 31964 28956 0 -1 1077944384 8378 0 0 0 169 1 0 0 20 0 32 0 144540944 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245478697712 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31981] ppid=31961 vsize=26805636 memory=1204 CPUtime=1.74 cores=0-7
/proc/31964/task/31981/stat : 31981 (java) S 31961 31964 28956 0 -1 1077944384 9676 0 0 0 172 2 0 0 20 0 32 0 144540944 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245477644912 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31982] ppid=31961 vsize=26805636 memory=1000 CPUtime=1.08 cores=0-7
/proc/31964/task/31982/stat : 31982 (java) S 31961 31964 28956 0 -1 1077944384 12669 0 0 0 106 2 0 0 20 0 32 0 144540944 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245476591872 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31983] ppid=31961 vsize=26805636 memory=796 CPUtime=0 cores=0-7
/proc/31964/task/31983/stat : 31983 (java) S 31961 31964 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 144540944 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245475539552 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31984] ppid=31961 vsize=26805636 memory=11200 CPUtime=0.16 cores=0-7
/proc/31964/task/31984/stat : 31984 (java) S 31961 31964 28956 0 -1 1077944384 958 0 0 0 10 6 0 0 20 0 32 0 144540949 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245474486832 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31986] ppid=31961 vsize=26805636 memory=15880 CPUtime=0 cores=0-7
/proc/31964/task/31986/stat : 31986 (java) S 31961 31964 28956 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 32 0 144544398 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245464195712 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31987] ppid=31961 vsize=26805636 memory=4048 CPUtime=0.11 cores=0-7
/proc/31964/task/31987/stat : 31987 (java) S 31961 31964 28956 0 -1 1077944384 3990 0 0 0 5 6 0 0 20 0 32 0 144544410 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245461045504 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31988] ppid=31961 vsize=26805636 memory=43956 CPUtime=11.57 cores=0-7
/proc/31964/task/31988/stat : 31988 (java) S 31961 31964 28956 0 -1 1077944384 5990 0 0 0 1137 20 0 0 20 0 32 0 144544419 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245457893984 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31989] ppid=31961 vsize=26805636 memory=1788 CPUtime=11.42 cores=0-7
/proc/31964/task/31989/stat : 31989 (java) S 31961 31964 28956 0 -1 1077944384 4903 0 0 0 1130 12 0 0 20 0 32 0 144544420 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245456838016 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31990] ppid=31961 vsize=26805636 memory=640 CPUtime=11.49 cores=0-7
/proc/31964/task/31990/stat : 31990 (java) S 31961 31964 28956 0 -1 1077944384 4749 0 0 0 1131 18 0 0 20 0 32 0 144544420 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245455788432 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31991] ppid=31961 vsize=26805636 memory=960 CPUtime=11.52 cores=0-7
/proc/31964/task/31991/stat : 31991 (java) S 31961 31964 28956 0 -1 1077944384 5126 0 0 0 1124 28 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245454733360 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31992] ppid=31961 vsize=26805636 memory=1232 CPUtime=11.53 cores=0-7
/proc/31964/task/31992/stat : 31992 (java) S 31961 31964 28956 0 -1 1077944384 5007 0 0 0 1137 16 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245453681344 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31993] ppid=31961 vsize=26805636 memory=2248 CPUtime=11.43 cores=0-7
/proc/31964/task/31993/stat : 31993 (java) S 31961 31964 28956 0 -1 1077944384 4393 0 0 0 1130 13 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245452627152 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31994] ppid=31961 vsize=26805636 memory=4300 CPUtime=11.49 cores=0-7
/proc/31964/task/31994/stat : 31994 (java) S 31961 31964 28956 0 -1 1077944384 4606 0 0 0 1138 11 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245451574192 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31995] ppid=31961 vsize=26805636 memory=932 CPUtime=0 cores=0-7
/proc/31964/task/31995/stat : 31995 (java) S 31961 31964 28956 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245450527392 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31996] ppid=31961 vsize=26805636 memory=1624 CPUtime=11.56 cores=0-7
/proc/31964/task/31996/stat : 31996 (java) S 31961 31964 28956 0 -1 1077944384 4326 0 0 0 1130 26 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245449471168 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31997] ppid=31961 vsize=26805636 memory=1708 CPUtime=0 cores=0-7
/proc/31964/task/31997/stat : 31997 (java) S 31961 31964 28956 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245448422816 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
Current children cumulated CPU time: 3151.68 s
Current children cumulated vsize: 26805636 KiB
Current children cumulated memory: 23308640 KiB

[startup+439.701 s]
/proc/loadavg: 7.57 7.68 8.02 2/207 32019
/proc/meminfo: memFree=7647008/32770624 swapFree=67108860/67108860
[pid=31964] ppid=31961 vsize=26805636 memory=23308640 CPUtime=3152.48 cores=0-7
/proc/31964/stat : 31964 (java) S 31961 31964 28956 0 -1 1077944320 3865487 0 0 0 309894 5354 0 0 20 0 32 0 144540926 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140725273478400 140246352006903 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
/proc/31964/statm: 6701409 5827160 3843 1 0 6690182 0
[pid=31964/tid=31966] ppid=31961 vsize=26805636 memory=77136 CPUtime=24.77 cores=0-7
/proc/31964/task/31966/stat : 31966 (java) S 31961 31964 28956 0 -1 1077944384 22711 0 0 0 2455 22 0 0 20 0 32 0 144540938 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140246356249776 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31967] ppid=31961 vsize=26805636 memory=4028 CPUtime=375.55 cores=0-7
/proc/31964/task/31967/stat : 31967 (java) S 31961 31964 28956 0 -1 1077944384 336171 0 0 0 36931 624 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245914114704 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31968] ppid=31961 vsize=26805636 memory=279627336729856 CPUtime=377.3 cores=0-7
/proc/31964/task/31968/stat : 31968 (java) S 31961 31964 28956 0 -1 1077944384 418835 0 0 0 37078 652 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245913061904 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31969] ppid=31961 vsize=26805636 memory=1232 CPUtime=377.93 cores=0-7
/proc/31964/task/31969/stat : 31969 (java) S 31961 31964 28956 0 -1 1077944384 374714 0 0 0 37162 631 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245912009104 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31970] ppid=31961 vsize=26805636 memory=23308640 CPUtime=375.01 cores=0-7
/proc/31964/task/31970/stat : 31970 (java) S 31961 31964 28956 0 -1 1077944384 384838 0 0 0 36849 652 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245910956304 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31971] ppid=31961 vsize=26805636 memory=-8774313645642428999 CPUtime=375.19 cores=0-7
/proc/31964/task/31971/stat : 31971 (java) S 31961 31964 28956 0 -1 1077944384 402734 0 0 0 36892 627 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245909904528 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31972] ppid=31961 vsize=26805636 memory=1228 CPUtime=376.58 cores=0-7
/proc/31964/task/31972/stat : 31972 (java) S 31961 31964 28956 0 -1 1077944384 347263 0 0 0 37025 633 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245908851728 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31973] ppid=31961 vsize=26805636 memory=12216 CPUtime=376.35 cores=0-7
/proc/31964/task/31973/stat : 31973 (java) S 31961 31964 28956 0 -1 1077944384 604893 0 0 0 36991 644 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245907798928 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31974] ppid=31961 vsize=26805636 memory=1992 CPUtime=375.63 cores=0-7
/proc/31964/task/31974/stat : 31974 (java) S 31961 31964 28956 0 -1 1077944384 404070 0 0 0 36922 641 0 0 20 0 32 0 144540939 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245906746128 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31975] ppid=31961 vsize=26805636 memory=1444 CPUtime=19.03 cores=0-7
/proc/31964/task/31975/stat : 31975 (java) R 31961 31964 28956 0 -1 4202560 479908 0 0 0 1843 60 0 0 20 0 32 0 144540941 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245483959120 140246330377083 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31976] ppid=31961 vsize=26805636 memory=1228 CPUtime=0 cores=0-7
/proc/31964/task/31976/stat : 31976 (java) S 31961 31964 28956 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 32 0 144540941 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245482906720 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31977] ppid=31961 vsize=26805636 memory=23308592 CPUtime=0 cores=0-7
/proc/31964/task/31977/stat : 31977 (java) S 31961 31964 28956 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 32 0 144540941 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245481853824 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31978] ppid=31961 vsize=26805636 memory=23308592 CPUtime=0 cores=0-7
/proc/31964/task/31978/stat : 31978 (java) S 31961 31964 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 144540944 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245480802128 140246352025499 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31979] ppid=31961 vsize=26805636 memory=1204 CPUtime=2.08 cores=0-7
/proc/31964/task/31979/stat : 31979 (java) S 31961 31964 28956 0 -1 1077944384 13016 0 0 0 205 3 0 0 20 0 32 0 144540944 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245479750512 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31980] ppid=31961 vsize=26805636 memory=1000 CPUtime=1.7 cores=0-7
/proc/31964/task/31980/stat : 31980 (java) S 31961 31964 28956 0 -1 1077944384 8378 0 0 0 169 1 0 0 20 0 32 0 144540944 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245478697712 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31981] ppid=31961 vsize=26805636 memory=-8774313645642428999 CPUtime=1.74 cores=0-7
/proc/31964/task/31981/stat : 31981 (java) S 31961 31964 28956 0 -1 1077944384 9676 0 0 0 172 2 0 0 20 0 32 0 144540944 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245477644912 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31982] ppid=31961 vsize=26805636 memory=640 CPUtime=1.08 cores=0-7
/proc/31964/task/31982/stat : 31982 (java) S 31961 31964 28956 0 -1 1077944384 12669 0 0 0 106 2 0 0 20 0 32 0 144540944 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245476591872 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31983] ppid=31961 vsize=26805636 memory=960 CPUtime=0 cores=0-7
/proc/31964/task/31983/stat : 31983 (java) S 31961 31964 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 144540944 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245475539552 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31984] ppid=31961 vsize=26805636 memory=1232 CPUtime=0.16 cores=0-7
/proc/31964/task/31984/stat : 31984 (java) S 31961 31964 28956 0 -1 1077944384 958 0 0 0 10 6 0 0 20 0 32 0 144540949 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245474486832 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31986] ppid=31961 vsize=26805636 memory=2248 CPUtime=0 cores=0-7
/proc/31964/task/31986/stat : 31986 (java) S 31961 31964 28956 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 32 0 144544398 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245464195712 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31987] ppid=31961 vsize=26805636 memory=4300 CPUtime=0.11 cores=0-7
/proc/31964/task/31987/stat : 31987 (java) S 31961 31964 28956 0 -1 1077944384 3990 0 0 0 5 6 0 0 20 0 32 0 144544410 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245461045504 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31988] ppid=31961 vsize=26805636 memory=932 CPUtime=11.57 cores=0-7
/proc/31964/task/31988/stat : 31988 (java) S 31961 31964 28956 0 -1 1077944384 5990 0 0 0 1137 20 0 0 20 0 32 0 144544419 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245457893984 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31989] ppid=31961 vsize=26805636 memory=1624 CPUtime=11.42 cores=0-7
/proc/31964/task/31989/stat : 31989 (java) S 31961 31964 28956 0 -1 1077944384 4903 0 0 0 1130 12 0 0 20 0 32 0 144544420 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245456838016 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31990] ppid=31961 vsize=26805636 memory=2160 CPUtime=11.49 cores=0-7
/proc/31964/task/31990/stat : 31990 (java) S 31961 31964 28956 0 -1 1077944384 4749 0 0 0 1131 18 0 0 20 0 32 0 144544420 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245455788432 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31991] ppid=31961 vsize=26805636 memory=844 CPUtime=11.52 cores=0-7
/proc/31964/task/31991/stat : 31991 (java) S 31961 31964 28956 0 -1 1077944384 5126 0 0 0 1124 28 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245454733360 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31992] ppid=31961 vsize=26805636 memory=16448 CPUtime=11.53 cores=0-7
/proc/31964/task/31992/stat : 31992 (java) S 31961 31964 28956 0 -1 1077944384 5007 0 0 0 1137 16 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245453681344 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31993] ppid=31961 vsize=26805636 memory=4428 CPUtime=11.43 cores=0-7
/proc/31964/task/31993/stat : 31993 (java) S 31961 31964 28956 0 -1 1077944384 4393 0 0 0 1130 13 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245452627152 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31994] ppid=31961 vsize=26805636 memory=4068 CPUtime=11.49 cores=0-7
/proc/31964/task/31994/stat : 31994 (java) S 31961 31964 28956 0 -1 1077944384 4606 0 0 0 1138 11 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245451574192 140246352018050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31995] ppid=31961 vsize=26805636 memory=1152 CPUtime=0 cores=0-7
/proc/31964/task/31995/stat : 31995 (java) S 31961 31964 28956 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245450527392 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31996] ppid=31961 vsize=26805636 memory=77136 CPUtime=11.56 cores=0-7
/proc/31964/task/31996/stat : 31996 (java) S 31961 31964 28956 0 -1 1077944384 4326 0 0 0 1130 26 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245449471168 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
[pid=31964/tid=31997] ppid=31961 vsize=26805636 memory=1296 CPUtime=0 cores=0-7
/proc/31964/task/31997/stat : 31997 (java) S 31961 31964 28956 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 144544423 27448971264 5827160 18446744073709551615 4194304 4196468 140725273495856 140245448422816 140246352017109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38424576 140725273502060 140725273502245 140725273502245 140725273505743 0
Current children cumulated CPU time: 3152.48 s
Current children cumulated vsize: 26805636 KiB
Current children cumulated memory: 23308640 KiB

[startup+439.926 s]*
/proc/loadavg: 7.04 7.57 7.98 3/177 32022
/proc/meminfo: memFree=27248028/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 439.953
CPU time (s): 3152.91
CPU user time (s): 3099.23
CPU system time (s): 53.6732
CPU usage (%): 716.647
Max. virtual memory (cumulated for all children) (KiB): 26806660
Max. memory (cumulated for all children) (KiB): 23308724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3099.23
system time used= 53.6732
maximum resident set size= 23309540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3866238
page faults= 0
swaps= 0
block input operations= 0
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69186
involuntary context switches= 207082


# summary of solver processes directly reported to runsolver:
#   pid: 31964
#   total CPU time (s): 3152.91
#   total CPU user time (s): 3099.23
#   total CPU system time (s): 53.6732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.60433 second user time and 5.29163 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-22 19:23:47
IDJOB=4284889
IDBENCH=123153
IDSOLVER=2681
FILE ID=node127/4284889-1503423481
RUNJOBID= node127-1503398602-29012
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-sko100a.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-4284889-1503423481/watcher-4284889-1503423481 -o /tmp/evaluation-result-4284889-1503423481/solver-4284889-1503423481 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1503398602-29012 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 662865925 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4284889-1503423481.xml

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

MD5SUM BENCH= 1913240080a58bfaef30e5e1db7876b5
RANDOM SEED=662865925

node127.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.92
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.92
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.92
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.92
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:        30988072 kB
MemAvailable:   31954072 kB
Buffers:          317948 kB
Cached:           958664 kB
SwapCached:            0 kB
Active:           923828 kB
Inactive:         408692 kB
Active(anon):       6608 kB
Inactive(anon):   107320 kB
Active(file):     917220 kB
Inactive(file):   301372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42784 kB
Writeback:             4 kB
AnonPages:         55392 kB
Mapped:            68428 kB
Shmem:             58020 kB
Slab:             152804 kB
SReclaimable:     126484 kB
SUnreclaim:        26320 kB
KernelStack:        3088 kB
PageTables:         4548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61988 MiB
End job on node127 at 2017-08-22 19:31:08