Trace number 4275360

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26? (TO) 19438.1 2522.1001

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-45.xml
MD5SUMf20f2034744f8df857f4af789a6cf941
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark31.6138
Satisfiable
(Un)Satisfiability was proved
Number of variables2025
Number of constraints44594
Number of domains1
Minimum domain size45
Maximum domain size45
Distribution of domain sizes[{"size":45,"count":2025}]
Minimum variable degree44
Maximum variable degree45
Distribution of variable degrees[{"degree":44,"count":1937},{"degree":45,"count":88}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":44594}]
Number of extensional constraints0
Number of intensional constraints44594
Distribution of constraint types[{"type":"intension","count":44594}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 2023774813
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
43.86/13.95	c Parsing done, starting search...
1175.86/180.08	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#-266825828]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
1175.86/180.08	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
1175.86/180.08	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
1175.86/180.08	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
1175.86/180.08	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
1175.86/180.08	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
1175.86/180.08	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
1175.86/180.08	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
1175.86/180.08	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
1175.86/180.08	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
1175.86/180.08	c java.lang.Thread.run(Thread.java:748)
1175.86/180.08	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12915 MiB free)
  memory of node 1: 16384 MiB (14920 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275360-1502734656/watcher-4275360-1502734656 -o /tmp/evaluation-result-4275360-1502734656/solver-4275360-1502734656 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502721839-26554 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2023774813 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275360-1502734656.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=27973, runsolver pid=27970
Current StackSize limit: 8192 KiB


[startup+0.10013 s]*
/proc/loadavg: 1.31 1.11 1.98 2/198 27993
/proc/meminfo: memFree=28484616/32770624 swapFree=67108860/67108860
[pid=27973] ppid=27970 vsize=14325320 memory=34032 CPUtime=0.12 cores=0-7
/proc/27973/stat : 27973 (java) S 27970 27973 26527 0 -1 1077944320 8420 0 0 0 10 2 0 0 20 0 20 0 106553503 14669127680 8508 33554432000 4194304 4196468 140722118510272 140722118492816 140666942140151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
/proc/27973/statm: 3581330 8508 3411 1 0 3569050 0
[pid=27973/tid=27975] ppid=27970 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27973/task/27975/stat : 27975 (java) R 27970 27973 26527 0 -1 4202560 6362 0 0 0 7 2 0 0 20 0 20 0 106553503 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666946337296 140666926220638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27976] ppid=27970 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/27973/task/27976/stat : 27976 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666894760464 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27977] ppid=27970 vsize=14325320 memory=140346772776576 CPUtime=0 cores=0-7
/proc/27973/task/27977/stat : 27977 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666893707920 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27978] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27978/stat : 27978 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666892654864 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27979] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27979/stat : 27979 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666891602320 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27980] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27980/stat : 27980 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666533506064 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27981] ppid=27970 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27973/task/27981/stat : 27981 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666532453520 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27982] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27982/stat : 27982 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666531400464 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27983] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27983/stat : 27983 (java) S 27970 27973 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666530347920 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27984] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27984/stat : 27984 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553505 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666131626224 140666942151298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27985] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27985/stat : 27985 (java) S 27970 27973 26527 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106553506 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666130572448 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27986] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27986/stat : 27986 (java) S 27970 27973 26527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106553506 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666129519344 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27987] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27987/stat : 27987 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553508 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666128467920 140666942158747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27988] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27988/stat : 27988 (java) S 27970 27973 26527 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 106553508 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666127416048 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27989] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27989/stat : 27989 (java) S 27970 27973 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106553508 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666126363504 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27990] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27990/stat : 27990 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553508 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666125310448 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27991] ppid=27970 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27973/task/27991/stat : 27991 (java) S 27970 27973 26527 0 -1 1077944384 368 0 0 0 1 0 0 0 20 0 20 0 106553508 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666124257904 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27992] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27992/stat : 27992 (java) S 27970 27973 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106553509 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666123205088 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27993] ppid=27970 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27973/task/27993/stat : 27993 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553509 14669127680 8508 33554432000 4194304 4196468 140722118510272 140666122152624 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34032 KiB

[startup+0.210311 s]*
/proc/loadavg: 1.31 1.11 1.98 4/198 27993
/proc/meminfo: memFree=28475744/32770624 swapFree=67108860/67108860
[pid=27973] ppid=27970 vsize=14325352 memory=43100 CPUtime=0.3 cores=0-7
/proc/27973/stat : 27973 (java) S 27970 27973 26527 0 -1 1077944320 9436 0 0 0 27 3 0 0 20 0 20 0 106553503 14669160448 10775 33554432000 4194304 4196468 140722118510272 140722118492816 140666942140151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
/proc/27973/statm: 3581338 10775 3596 1 0 3569058 0
[pid=27973/tid=27975] ppid=27970 vsize=14325352 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/27973/task/27975/stat : 27975 (java) R 27970 27973 26527 0 -1 4202560 7022 0 0 0 17 2 0 0 20 0 20 0 106553503 14669160448 10775 33554432000 4194304 4196468 140722118510272 140666946349232 140666934880141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27976] ppid=27970 vsize=14325352 memory=9234 CPUtime=0 cores=0-7
/proc/27973/task/27976/stat : 27976 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553504 14669160448 10775 33554432000 4194304 4196468 140722118510272 140666894760464 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27977] ppid=27970 vsize=14325320 memory=140346772802866 CPUtime=0 cores=0-7
/proc/27973/task/27977/stat : 27977 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666893707920 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27978] ppid=27970 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27973/task/27978/stat : 27978 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666892654864 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27979] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27979/stat : 27979 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666891602320 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27980] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27980/stat : 27980 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666533506064 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27981] ppid=27970 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27973/task/27981/stat : 27981 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666532453520 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27982] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27982/stat : 27982 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666531400464 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27983] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27983/stat : 27983 (java) S 27970 27973 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106553504 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666530347920 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27984] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27984/stat : 27984 (java) S 27970 27973 26527 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 106553505 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666131626224 140666942151298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27985] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27985/stat : 27985 (java) S 27970 27973 26527 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106553506 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666130572448 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27986] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27986/stat : 27986 (java) S 27970 27973 26527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106553506 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666129519344 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27987] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27987/stat : 27987 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553508 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666128467920 140666942158747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27988] ppid=27970 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27973/task/27988/stat : 27988 (java) S 27970 27973 26527 0 -1 1077944384 437 0 0 0 1 0 0 0 20 0 20 0 106553508 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666127416048 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27989] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27989/stat : 27989 (java) S 27970 27973 26527 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 20 0 106553508 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666126363504 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27990] ppid=27970 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27973/task/27990/stat : 27990 (java) R 27970 27973 26527 0 -1 4202560 40 0 0 0 1 0 0 0 20 0 20 0 106553508 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666125310448 140666942152086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27991] ppid=27970 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/27973/task/27991/stat : 27991 (java) R 27970 27973 26527 0 -1 1077944384 395 0 0 0 5 0 0 0 20 0 20 0 106553508 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666124257904 140666942151298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27992] ppid=27970 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27992/stat : 27992 (java) S 27970 27973 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106553509 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666123205088 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27993] ppid=27970 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27973/task/27993/stat : 27993 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553509 14669127680 10775 33554432000 4194304 4196468 140722118510272 140666122152624 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325352 KiB
Current children cumulated memory: 43100 KiB

[startup+0.310259 s]*
/proc/loadavg: 1.31 1.11 1.98 2/198 27993
/proc/meminfo: memFree=28468548/32770624 swapFree=67108860/67108860
[pid=27973] ppid=27970 vsize=14325340 memory=51088 CPUtime=0.49 cores=0-7
/proc/27973/stat : 27973 (java) S 27970 27973 26527 0 -1 1077944320 10478 0 0 0 45 4 0 0 20 0 20 0 106553503 14669148160 12772 33554432000 4194304 4196468 140722118510272 140722118492816 140666942140151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
/proc/27973/statm: 3581335 12772 3725 1 0 3569050 0
[pid=27973/tid=27975] ppid=27970 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27973/task/27975/stat : 27975 (java) R 27970 27973 26527 0 -1 4202560 7614 0 0 0 26 3 0 0 20 0 20 0 106553503 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666946368576 140666926220638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27976] ppid=27970 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27976/stat : 27976 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553504 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666894760464 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27977] ppid=27970 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27977/stat : 27977 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666893707920 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27978] ppid=27970 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27978/stat : 27978 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553504 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666892654864 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27979] ppid=27970 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27979/stat : 27979 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553504 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666891602320 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27980] ppid=27970 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/27973/task/27980/stat : 27980 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666533506064 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27981] ppid=27970 vsize=14325340 memory=140346646426543 CPUtime=0 cores=0-7
/proc/27973/task/27981/stat : 27981 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666532453520 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27982] ppid=27970 vsize=14325340 memory=140346646428848 CPUtime=0 cores=0-7
/proc/27973/task/27982/stat : 27982 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666531400464 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27983] ppid=27970 vsize=14325340 memory=140346646431152 CPUtime=0 cores=0-7
/proc/27973/task/27983/stat : 27983 (java) S 27970 27973 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106553504 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666530347920 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27984] ppid=27970 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27984/stat : 27984 (java) S 27970 27973 26527 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 106553505 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666131626224 140666942151298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27985] ppid=27970 vsize=14325340 memory=280693292869264 CPUtime=0 cores=0-7
/proc/27973/task/27985/stat : 27985 (java) S 27970 27973 26527 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106553506 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666130572448 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27986] ppid=27970 vsize=14325340 memory=280693292876176 CPUtime=0 cores=0-7
/proc/27973/task/27986/stat : 27986 (java) S 27970 27973 26527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106553506 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666129519344 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27987] ppid=27970 vsize=14325340 memory=280693292817456 CPUtime=0 cores=0-7
/proc/27973/task/27987/stat : 27987 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553508 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666128467920 140666942158747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27988] ppid=27970 vsize=14325340 memory=280693292890000 CPUtime=0.03 cores=0-7
/proc/27973/task/27988/stat : 27988 (java) S 27970 27973 26527 0 -1 1077944384 624 0 0 0 3 0 0 0 20 0 20 0 106553508 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666127416048 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27989] ppid=27970 vsize=14325340 memory=280693292896912 CPUtime=0.02 cores=0-7
/proc/27973/task/27989/stat : 27989 (java) S 27970 27973 26527 0 -1 1077944384 253 0 0 0 2 0 0 0 20 0 20 0 106553508 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666126363504 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27990] ppid=27970 vsize=14325340 memory=280693292894608 CPUtime=0.03 cores=0-7
/proc/27973/task/27990/stat : 27990 (java) S 27970 27973 26527 0 -1 1077944384 139 0 0 0 3 0 0 0 20 0 20 0 106553508 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666125310448 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27991] ppid=27970 vsize=14325340 memory=280693292911216 CPUtime=0.08 cores=0-7
/proc/27973/task/27991/stat : 27991 (java) R 27970 27973 26527 0 -1 4202560 464 0 0 0 8 0 0 0 20 0 20 0 106553508 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666124257904 140666942161498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27992] ppid=27970 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27992/stat : 27992 (java) S 27970 27973 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106553509 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666123205088 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27993] ppid=27970 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/27973/task/27993/stat : 27993 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553509 14669148160 12772 33554432000 4194304 4196468 140722118510272 140666122152624 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51088 KiB

[startup+0.700919 s]
/proc/loadavg: 1.31 1.11 1.98 3/198 27993
/proc/meminfo: memFree=28430900/32770624 swapFree=67108860/67108860
[pid=27973] ppid=27970 vsize=14327388 memory=119328 CPUtime=1.58 cores=0-7
/proc/27973/stat : 27973 (java) S 27970 27973 26527 0 -1 1077944320 13224 0 0 0 152 6 0 0 20 0 20 0 106553503 14671245312 29320 33554432000 4194304 4196468 140722118510272 140722118492816 140666942140151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
/proc/27973/statm: 3581847 29832 3767 1 0 3569562 0
[pid=27973/tid=27975] ppid=27970 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/27973/task/27975/stat : 27975 (java) R 27970 27973 26527 0 -1 4202560 8402 0 0 0 63 4 0 0 20 0 20 0 106553503 14671245312 29832 33554432000 4194304 4196468 140722118510272 140666946372792 140666574658790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27976] ppid=27970 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27976/stat : 27976 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553504 14671245312 29832 33554432000 4194304 4196468 140722118510272 140666894760464 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27977] ppid=27970 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27977/stat : 27977 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14671245312 29832 33554432000 4194304 4196468 140722118510272 140666893707920 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27978] ppid=27970 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/27973/task/27978/stat : 27978 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553504 14671245312 29832 33554432000 4194304 4196468 140722118510272 140666892654864 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27979] ppid=27970 vsize=14327388 memory=1008 CPUtime=0 cores=0-7
/proc/27973/task/27979/stat : 27979 (java) S 27970 27973 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106553504 14671245312 29832 33554432000 4194304 4196468 140722118510272 140666891602320 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27980] ppid=27970 vsize=14327388 memory=11008 CPUtime=0 cores=0-7
/proc/27973/task/27980/stat : 27980 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14671245312 29832 33554432000 4194304 4196468 140722118510272 140666533506064 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27981] ppid=27970 vsize=14327388 memory=1228 CPUtime=0 cores=0-7
/proc/27973/task/27981/stat : 27981 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14671245312 29832 33554432000 4194304 4196468 140722118510272 140666532453520 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27982] ppid=27970 vsize=14327388 memory=1420 CPUtime=0 cores=0-7
/proc/27973/task/27982/stat : 27982 (java) S 27970 27973 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106553504 14671245312 29832 33554432000 4194304 4196468 140722118510272 140666531400464 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27983] ppid=27970 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/27973/task/27983/stat : 27983 (java) S 27970 27973 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106553504 14671245312 29832 33554432000 4194304 4196468 140722118510272 140666530347920 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27984] ppid=27970 vsize=14327388 memory=16448 CPUtime=0 cores=0-7
/proc/27973/task/27984/stat : 27984 (java) S 27970 27973 26527 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 106553505 14671245312 29832 33554432000 4194304 4196468 140722118510272 140666131626224 140666942151298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0

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

[pid=27973/tid=28000] ppid=27970 vsize=15134348 memory=6791534058613427641 CPUtime=5.56 cores=0-7
/proc/27973/task/28000/stat : 28000 (java) S 27970 27973 26527 0 -1 1077944384 5102 0 0 0 545 11 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666101350976 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28001] ppid=27970 vsize=15134348 memory=2196 CPUtime=5.52 cores=0-7
/proc/27973/task/28001/stat : 28001 (java) S 27970 27973 26527 0 -1 1077944384 4553 0 0 0 529 23 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666100297248 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28002] ppid=27970 vsize=15134348 memory=6760 CPUtime=5.56 cores=0-7
/proc/27973/task/28002/stat : 28002 (java) S 27970 27973 26527 0 -1 1077944384 4265 0 0 0 547 9 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666099244032 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28003] ppid=27970 vsize=15134348 memory=840 CPUtime=5.47 cores=0-7
/proc/27973/task/28003/stat : 28003 (java) S 27970 27973 26527 0 -1 1077944384 4098 0 0 0 528 19 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666098191440 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28004] ppid=27970 vsize=15134348 memory=1692 CPUtime=5.54 cores=0-7
/proc/27973/task/28004/stat : 28004 (java) S 27970 27973 26527 0 -1 1077944384 3511 0 0 0 530 24 0 0 20 0 32 0 106558729 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666097139760 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28005] ppid=27970 vsize=15134348 memory=916 CPUtime=0 cores=0-7
/proc/27973/task/28005/stat : 28005 (java) S 27970 27973 26527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 106558729 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666096092704 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
Current children cumulated CPU time: 19428.3 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11546152 KiB

[startup+2521.61 s]
/proc/loadavg: 8.47 8.10 7.56 9/210 28038
/proc/meminfo: memFree=16950780/32770624 swapFree=67108860/67108860
[pid=27973] ppid=27970 vsize=15134348 memory=11546152 CPUtime=19434.8 cores=0-7
/proc/27973/stat : 27973 (java) S 27970 27973 26527 0 -1 1077944320 4149792 0 0 0 1937010 6467 0 0 20 0 32 0 106553503 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140722118492816 140666942140151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
/proc/27973/statm: 3783587 2886538 3874 1 0 3771302 0
[pid=27973/tid=27975] ppid=27970 vsize=15134348 memory=288284480760990087 CPUtime=32.06 cores=0-7
/proc/27973/task/27975/stat : 27975 (java) S 27970 27973 26527 0 -1 1077944384 24561 0 0 0 3184 22 0 0 20 0 32 0 106553503 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666946383024 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27976] ppid=27970 vsize=15134348 memory=11546152 CPUtime=2412 cores=0-7
/proc/27973/task/27976/stat : 27976 (java) R 27970 27973 26527 0 -1 4202560 240666 0 0 0 240429 771 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666894760664 140666926837926 0 4 0 16800975 0 0 0 -1 7 0 0 59 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27977] ppid=27970 vsize=15134348 memory=840 CPUtime=2412.16 cores=0-7
/proc/27973/task/27977/stat : 27977 (java) R 27970 27973 26527 0 -1 4202560 235325 0 0 0 240442 774 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666893708120 140666926837790 0 4 0 16800975 0 0 0 -1 2 0 0 58 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27978] ppid=27970 vsize=15134348 memory=1692 CPUtime=2411.02 cores=0-7
/proc/27973/task/27978/stat : 27978 (java) R 27970 27973 26527 0 -1 4202560 218757 0 0 0 240381 721 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666892655064 140666926837790 0 4 0 16800975 0 0 0 -1 0 0 0 58 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27979] ppid=27970 vsize=15134348 memory=4872558044660077418 CPUtime=2413.36 cores=0-7
/proc/27973/task/27979/stat : 27979 (java) R 27970 27973 26527 0 -1 4202560 226622 0 0 0 240593 743 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666891602520 140666927125447 0 4 0 16800975 0 0 0 -1 1 0 0 70 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27980] ppid=27970 vsize=15134348 memory=796 CPUtime=2409.66 cores=0-7
/proc/27973/task/27980/stat : 27980 (java) R 27970 27973 26527 0 -1 4202560 229951 0 0 0 240207 759 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666533506264 140666927125171 0 4 0 16800975 0 0 0 -1 5 0 0 59 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27981] ppid=27970 vsize=15134348 memory=1952 CPUtime=2414.06 cores=0-7
/proc/27973/task/27981/stat : 27981 (java) R 27970 27973 26527 0 -1 4202560 234539 0 0 0 240644 762 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666532453408 140666927125152 0 4 0 16800975 0 0 0 -1 6 0 0 60 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27982] ppid=27970 vsize=15134348 memory=1200 CPUtime=2411.7 cores=0-7
/proc/27973/task/27982/stat : 27982 (java) R 27970 27973 26527 0 -1 4202560 236581 0 0 0 240392 778 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666531400664 140666926837876 0 4 0 16800975 0 0 0 -1 3 0 0 58 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27983] ppid=27970 vsize=15134348 memory=33 CPUtime=2413.91 cores=0-7
/proc/27973/task/27983/stat : 27983 (java) R 27970 27973 26527 0 -1 4202560 242440 0 0 0 240624 767 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666530348120 140666927091144 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27984] ppid=27970 vsize=15134348 memory=7976406965554101975 CPUtime=49.6 cores=0-7
/proc/27973/task/27984/stat : 27984 (java) S 27970 27973 26527 0 -1 1077944384 2168634 0 0 0 4744 216 0 0 20 0 32 0 106553505 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666131624544 140666942150357 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27985] ppid=27970 vsize=15134348 memory=9051283677730746851 CPUtime=0 cores=0-7
/proc/27973/task/27985/stat : 27985 (java) S 27970 27973 26527 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 32 0 106553506 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666130572512 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27986] ppid=27970 vsize=15134348 memory=-3252517613198930781 CPUtime=0 cores=0-7
/proc/27973/task/27986/stat : 27986 (java) S 27970 27973 26527 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 32 0 106553506 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666129519360 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27987] ppid=27970 vsize=15134348 memory=11546152 CPUtime=0 cores=0-7
/proc/27973/task/27987/stat : 27987 (java) S 27970 27973 26527 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 32 0 106553508 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666128467568 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27988] ppid=27970 vsize=15134348 memory=5516 CPUtime=2.83 cores=0-7
/proc/27973/task/27988/stat : 27988 (java) S 27970 27973 26527 0 -1 1077944384 13380 0 0 0 281 2 0 0 20 0 32 0 106553508 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666127416096 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27989] ppid=27970 vsize=15134348 memory=4616 CPUtime=2.69 cores=0-7
/proc/27973/task/27989/stat : 27989 (java) S 27970 27973 26527 0 -1 1077944384 11019 0 0 0 267 2 0 0 20 0 32 0 106553508 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666126363264 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27990] ppid=27970 vsize=15134348 memory=11546152 CPUtime=2.86 cores=0-7
/proc/27973/task/27990/stat : 27990 (java) S 27970 27973 26527 0 -1 1077944384 11701 0 0 0 283 3 0 0 20 0 32 0 106553508 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666125310496 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27991] ppid=27970 vsize=15134348 memory=8564 CPUtime=1.28 cores=0-7
/proc/27973/task/27991/stat : 27991 (java) S 27970 27973 26527 0 -1 1077944384 11512 0 0 0 125 3 0 0 20 0 32 0 106553508 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666124257952 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27992] ppid=27970 vsize=15134348 memory=5516 CPUtime=0 cores=0-7
/proc/27973/task/27992/stat : 27992 (java) S 27970 27973 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 106553509 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666123205088 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27993] ppid=27970 vsize=15134348 memory=4616 CPUtime=0.92 cores=0-7
/proc/27973/task/27993/stat : 27993 (java) S 27970 27973 26527 0 -1 1077944384 4773 0 0 0 64 28 0 0 20 0 32 0 106553509 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666122152624 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27994] ppid=27970 vsize=15134348 memory=1008 CPUtime=0 cores=0-7
/proc/27973/task/27994/stat : 27994 (java) S 27970 27973 26527 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 32 0 106558703 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666111865344 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27995] ppid=27970 vsize=15134348 memory=952 CPUtime=0.08 cores=0-7
/proc/27973/task/27995/stat : 27995 (java) S 27970 27973 26527 0 -1 1077944384 2918 0 0 0 4 4 0 0 20 0 32 0 106558714 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666108714416 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27996] ppid=27970 vsize=15134348 memory=2340 CPUtime=5.59 cores=0-7
/proc/27973/task/27996/stat : 27996 (java) S 27970 27973 26527 0 -1 1077944384 4657 0 0 0 548 11 0 0 20 0 32 0 106558724 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666105560784 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27997] ppid=27970 vsize=15134348 memory=1580 CPUtime=0 cores=0-7
/proc/27973/task/27997/stat : 27997 (java) S 27970 27973 26527 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 32 0 106558725 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666104514080 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27998] ppid=27970 vsize=15134348 memory=928 CPUtime=5.57 cores=0-7
/proc/27973/task/27998/stat : 27998 (java) S 27970 27973 26527 0 -1 1077944384 3374 0 0 0 535 22 0 0 20 0 32 0 106558725 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666103455904 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27999] ppid=27970 vsize=15134348 memory=2240 CPUtime=5.54 cores=0-7
/proc/27973/task/27999/stat : 27999 (java) S 27970 27973 26527 0 -1 1077944384 5251 0 0 0 543 11 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666102402848 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28000] ppid=27970 vsize=15134348 memory=16980 CPUtime=5.56 cores=0-7
/proc/27973/task/28000/stat : 28000 (java) S 27970 27973 26527 0 -1 1077944384 5102 0 0 0 545 11 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666101350976 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28001] ppid=27970 vsize=15134348 memory=4048 CPUtime=5.52 cores=0-7
/proc/27973/task/28001/stat : 28001 (java) S 27970 27973 26527 0 -1 1077944384 4553 0 0 0 529 23 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666100297248 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28002] ppid=27970 vsize=15134348 memory=1236 CPUtime=5.56 cores=0-7
/proc/27973/task/28002/stat : 28002 (java) S 27970 27973 26527 0 -1 1077944384 4265 0 0 0 547 9 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666099244032 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28003] ppid=27970 vsize=15134348 memory=644 CPUtime=5.47 cores=0-7
/proc/27973/task/28003/stat : 28003 (java) S 27970 27973 26527 0 -1 1077944384 4098 0 0 0 528 19 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666098191440 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28004] ppid=27970 vsize=15134348 memory=1788 CPUtime=5.54 cores=0-7
/proc/27973/task/28004/stat : 28004 (java) S 27970 27973 26527 0 -1 1077944384 3511 0 0 0 530 24 0 0 20 0 32 0 106558729 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666097139760 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28005] ppid=27970 vsize=15134348 memory=4128 CPUtime=0 cores=0-7
/proc/27973/task/28005/stat : 28005 (java) S 27970 27973 26527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 106558729 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666096092704 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
Current children cumulated CPU time: 19434.8 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11546152 KiB

[startup+2522.01 s]*
/proc/loadavg: 8.47 8.10 7.56 9/210 28038
/proc/meminfo: memFree=16950780/32770624 swapFree=67108860/67108860
[pid=27973] ppid=27970 vsize=15134348 memory=11546152 CPUtime=19437.9 cores=0-7
/proc/27973/stat : 27973 (java) S 27970 27973 26527 0 -1 1077944320 4149792 0 0 0 1937324 6467 0 0 20 0 32 0 106553503 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140722118492816 140666942140151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
/proc/27973/statm: 3783587 2886538 3874 1 0 3771302 0
[pid=27973/tid=27975] ppid=27970 vsize=15134348 memory=4872558044660077418 CPUtime=32.06 cores=0-7
/proc/27973/task/27975/stat : 27975 (java) S 27970 27973 26527 0 -1 1077944384 24561 0 0 0 3184 22 0 0 20 0 32 0 106553503 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666946383024 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27976] ppid=27970 vsize=15134348 memory=4872558044660077418 CPUtime=2412.38 cores=0-7
/proc/27973/task/27976/stat : 27976 (java) R 27970 27973 26527 0 -1 4202560 240666 0 0 0 240467 771 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666894760664 140666926840063 0 4 0 16800975 0 0 0 -1 7 0 0 59 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27977] ppid=27970 vsize=15134348 memory=1716 CPUtime=2412.56 cores=0-7
/proc/27973/task/27977/stat : 27977 (java) R 27970 27973 26527 0 -1 4202560 235325 0 0 0 240482 774 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666893707920 140666927129778 0 4 0 16800975 0 0 0 -1 2 0 0 58 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27978] ppid=27970 vsize=15134348 memory=796 CPUtime=2411.41 cores=0-7
/proc/27973/task/27978/stat : 27978 (java) R 27970 27973 26527 0 -1 4202560 218757 0 0 0 240420 721 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666892654864 140666927136561 0 4 0 16800975 0 0 0 -1 0 0 0 58 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27979] ppid=27970 vsize=15134348 memory=1952 CPUtime=2413.75 cores=0-7
/proc/27973/task/27979/stat : 27979 (java) R 27970 27973 26527 0 -1 4202560 226622 0 0 0 240632 743 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666891602520 140666926597771 0 4 0 16800975 0 0 0 -1 1 0 0 70 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27980] ppid=27970 vsize=15134348 memory=928 CPUtime=2410.05 cores=0-7
/proc/27973/task/27980/stat : 27980 (java) R 27970 27973 26527 0 -1 4202560 229951 0 0 0 240246 759 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666533506064 140666927129872 0 4 0 16800975 0 0 0 -1 5 0 0 59 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27981] ppid=27970 vsize=15134348 memory=2240 CPUtime=2414.45 cores=0-7
/proc/27973/task/27981/stat : 27981 (java) R 27970 27973 26527 0 -1 4202560 234539 0 0 0 240683 762 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666532453520 140666927129648 0 4 0 16800975 0 0 0 -1 6 0 0 60 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27982] ppid=27970 vsize=15134348 memory=4128 CPUtime=2412.09 cores=0-7
/proc/27973/task/27982/stat : 27982 (java) R 27970 27973 26527 0 -1 4202560 236581 0 0 0 240431 778 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666531400464 140666923749906 0 4 0 16800975 0 0 0 -1 3 0 0 58 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27983] ppid=27970 vsize=15134348 memory=2196 CPUtime=2414.3 cores=0-7
/proc/27973/task/27983/stat : 27983 (java) R 27970 27973 26527 0 -1 4202560 242440 0 0 0 240663 767 0 0 20 0 32 0 106553504 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666530347920 140666927129826 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27984] ppid=27970 vsize=15134348 memory=6760 CPUtime=49.61 cores=0-7
/proc/27973/task/27984/stat : 27984 (java) S 27970 27973 26527 0 -1 1077944384 2168634 0 0 0 4745 216 0 0 20 0 32 0 106553505 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666131624768 140666942150357 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27985] ppid=27970 vsize=15134348 memory=840 CPUtime=0 cores=0-7
/proc/27973/task/27985/stat : 27985 (java) S 27970 27973 26527 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 32 0 106553506 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666130572512 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27986] ppid=27970 vsize=15134348 memory=11546152 CPUtime=0 cores=0-7
/proc/27973/task/27986/stat : 27986 (java) S 27970 27973 26527 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 32 0 106553506 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666129519360 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27987] ppid=27970 vsize=15134348 memory=916 CPUtime=0 cores=0-7
/proc/27973/task/27987/stat : 27987 (java) S 27970 27973 26527 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 32 0 106553508 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666128467568 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27988] ppid=27970 vsize=15134348 memory=11546152 CPUtime=2.83 cores=0-7
/proc/27973/task/27988/stat : 27988 (java) S 27970 27973 26527 0 -1 1077944384 13380 0 0 0 281 2 0 0 20 0 32 0 106553508 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666127416096 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27989] ppid=27970 vsize=15134348 memory=6791534058613427641 CPUtime=2.69 cores=0-7
/proc/27973/task/27989/stat : 27989 (java) S 27970 27973 26527 0 -1 1077944384 11019 0 0 0 267 2 0 0 20 0 32 0 106553508 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666126363264 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27990] ppid=27970 vsize=15134348 memory=4000 CPUtime=2.86 cores=0-7
/proc/27973/task/27990/stat : 27990 (java) S 27970 27973 26527 0 -1 1077944384 11701 0 0 0 283 3 0 0 20 0 32 0 106553508 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666125310496 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27991] ppid=27970 vsize=15134348 memory=11546152 CPUtime=1.28 cores=0-7
/proc/27973/task/27991/stat : 27991 (java) S 27970 27973 26527 0 -1 1077944384 11512 0 0 0 125 3 0 0 20 0 32 0 106553508 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666124257952 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27992] ppid=27970 vsize=15134348 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/27973/task/27992/stat : 27992 (java) S 27970 27973 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 106553509 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666123205088 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27993] ppid=27970 vsize=15134348 memory=4872558044660077418 CPUtime=0.92 cores=0-7
/proc/27973/task/27993/stat : 27993 (java) S 27970 27973 26527 0 -1 1077944384 4773 0 0 0 64 28 0 0 20 0 32 0 106553509 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666122152624 140666942151298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27994] ppid=27970 vsize=15134348 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/27973/task/27994/stat : 27994 (java) S 27970 27973 26527 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 32 0 106558703 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666111865344 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27995] ppid=27970 vsize=15134348 memory=4872558044660077418 CPUtime=0.08 cores=0-7
/proc/27973/task/27995/stat : 27995 (java) S 27970 27973 26527 0 -1 1077944384 2918 0 0 0 4 4 0 0 20 0 32 0 106558714 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666108714416 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27996] ppid=27970 vsize=15134348 memory=11008 CPUtime=5.59 cores=0-7
/proc/27973/task/27996/stat : 27996 (java) S 27970 27973 26527 0 -1 1077944384 4657 0 0 0 548 11 0 0 20 0 32 0 106558724 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666105560784 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27997] ppid=27970 vsize=15134348 memory=1228 CPUtime=0 cores=0-7
/proc/27973/task/27997/stat : 27997 (java) S 27970 27973 26527 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 32 0 106558725 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666104514080 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27998] ppid=27970 vsize=15134348 memory=1200 CPUtime=5.57 cores=0-7
/proc/27973/task/27998/stat : 27998 (java) S 27970 27973 26527 0 -1 1077944384 3374 0 0 0 535 22 0 0 20 0 32 0 106558725 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666103455904 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=27999] ppid=27970 vsize=15134348 memory=8564 CPUtime=5.54 cores=0-7
/proc/27973/task/27999/stat : 27999 (java) S 27970 27973 26527 0 -1 1077944384 5251 0 0 0 543 11 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666102402848 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28000] ppid=27970 vsize=15134348 memory=5516 CPUtime=5.56 cores=0-7
/proc/27973/task/28000/stat : 28000 (java) S 27970 27973 26527 0 -1 1077944384 5102 0 0 0 545 11 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666101350976 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28001] ppid=27970 vsize=15134348 memory=4616 CPUtime=5.52 cores=0-7
/proc/27973/task/28001/stat : 28001 (java) S 27970 27973 26527 0 -1 1077944384 4553 0 0 0 529 23 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666100297248 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28002] ppid=27970 vsize=15134348 memory=1008 CPUtime=5.56 cores=0-7
/proc/27973/task/28002/stat : 28002 (java) S 27970 27973 26527 0 -1 1077944384 4265 0 0 0 547 9 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666099244032 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28003] ppid=27970 vsize=15134348 memory=11008 CPUtime=5.47 cores=0-7
/proc/27973/task/28003/stat : 28003 (java) S 27970 27973 26527 0 -1 1077944384 4098 0 0 0 528 19 0 0 20 0 32 0 106558728 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666098191440 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28004] ppid=27970 vsize=15134348 memory=1228 CPUtime=5.54 cores=0-7
/proc/27973/task/28004/stat : 28004 (java) S 27970 27973 26527 0 -1 1077944384 3511 0 0 0 530 24 0 0 20 0 32 0 106558729 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666097139760 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
[pid=27973/tid=28005] ppid=27970 vsize=15134348 memory=1420 CPUtime=0 cores=0-7
/proc/27973/task/28005/stat : 28005 (java) S 27970 27973 26527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 106558729 15497572352 2886538 33554432000 4194304 4196468 140722118510272 140666096092704 140666942150357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140722118517857 140722118518043 140722118518043 140722118520783 0
Current children cumulated CPU time: 19437.9 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11546152 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.1
CPU time (s): 19438.1
CPU user time (s): 19373.3
CPU system time (s): 64.7506
CPU usage (%): 770.711
Max. virtual memory (cumulated for all children) (KiB): 15134348
Max. memory (cumulated for all children) (KiB): 11546152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19373.3
system time used= 64.7506
maximum resident set size= 11546420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4149804
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 206599
involuntary context switches= 356400


# summary of solver processes directly reported to runsolver:
#   pid: 27973
#   total CPU time (s): 19438.1
#   total CPU user time (s): 19373.3
#   total CPU system time (s): 64.7506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8707 second user time and 32.548 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-14 20:03:17
IDJOB=4275360
IDBENCH=126928
IDSOLVER=2668
FILE ID=node104/4275360-1502734656
RUNJOBID= node104-1502721839-26554
PBS_JOBID= 20629037
Free space on /tmp= 61864 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-45.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275360-1502734656/watcher-4275360-1502734656 -o /tmp/evaluation-result-4275360-1502734656/solver-4275360-1502734656 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502721839-26554 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2023774813 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275360-1502734656.xml

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

MD5SUM BENCH= f20f2034744f8df857f4af789a6cf941
RANDOM SEED=2023774813

node104.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.43
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.43
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.43
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.43
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:        28504556 kB
MemAvailable:   31980080 kB
Buffers:          200532 kB
Cached:          3554992 kB
SwapCached:            0 kB
Active:           451148 kB
Inactive:        3355700 kB
Active(anon):      54284 kB
Inactive(anon):    25024 kB
Active(file):     396864 kB
Inactive(file):  3330676 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43948 kB
Writeback:             0 kB
AnonPages:         58048 kB
Mapped:            44880 kB
Shmem:             25228 kB
Slab:             153212 kB
SReclaimable:     127636 kB
SUnreclaim:        25576 kB
KernelStack:        3168 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61820 MiB
End job on node104 at 2017-08-14 20:45:20