Trace number 4285171

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22? 5851.7798 786.78998

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-46.xml
MD5SUMda30c9704654e0dc92087cfb273210f0
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 benchmark34.014801
Satisfiable
(Un)Satisfiability was proved
Number of variables2116
Number of constraints47655
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":2116}]
Minimum variable degree45
Maximum variable degree46
Distribution of variable degrees[{"degree":45,"count":2026},{"degree":46,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":47655}]
Number of extensional constraints0
Number of intensional constraints47655
Distribution of constraint types[{"type":"intension","count":47655}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.26	c version: 2017-08-22
0.30/0.26	c seed: 900720968
0.30/0.26	c timeout: 20160
0.30/0.26	c memlimit: 22000
0.30/0.26	c nbcore: 8
0.30/0.28	c Parsing instance...
75.96/18.16	c Parsing done, starting search...
1167.85/178.94	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#-2091810040]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
1167.85/178.97	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
1167.85/178.97	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
1167.85/178.97	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
1167.85/178.97	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
1167.85/178.97	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
1167.85/178.97	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
1167.85/178.97	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
1167.85/178.97	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
1167.85/178.97	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
1167.85/178.97	c java.lang.Thread.run(Thread.java:748)
1167.85/178.97	s UNKNOWN
5851.22/786.46	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 (10277 MiB free)
  memory of node 1: 16384 MiB (11325 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285171-1503435247/watcher-4285171-1503435247 -o /tmp/evaluation-result-4285171-1503435247/solver-4285171-1503435247 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503426507-17115 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 900720968 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285171-1503435247.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=17729, runsolver pid=17726

[startup+0.100111 s]*
/proc/loadavg: 1.01 0.88 1.39 1/198 17749
/proc/meminfo: memFree=22105176/32770624 swapFree=67108860/67108860
[pid=17729] ppid=17726 vsize=26000852 memory=31484 CPUtime=0.12 cores=0-7
/proc/17729/stat : 17729 (java) S 17726 17729 17088 0 -1 1077944320 8289 0 0 0 10 2 0 0 20 0 20 0 176612713 26624872448 7871 33554432000 4194304 4196468 140732334506768 140732334489312 140080822476535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
/proc/17729/statm: 6500213 7871 3404 1 0 6487932 0
[pid=17729/tid=17731] ppid=17726 vsize=26000852 memory=8186306555791975065 CPUtime=0.08 cores=0-7
/proc/17729/task/17731/stat : 17731 (java) R 17726 17729 17088 0 -1 4202560 6208 0 0 0 7 1 0 0 20 0 20 0 176612713 26624872448 7871 33554432000 4194304 4196468 140732334506768 140080826674128 140080822498461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17732] ppid=17726 vsize=26000852 memory=732370730441448421 CPUtime=0 cores=0-7
/proc/17729/task/17732/stat : 17732 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 7871 33554432000 4194304 4196468 140732334506768 140080775097360 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17733] ppid=17726 vsize=26000852 memory=140592103995008 CPUtime=0 cores=0-7
/proc/17729/task/17733/stat : 17733 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 7871 33554432000 4194304 4196468 140732334506768 140080774044816 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17734] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17734/stat : 17734 (java) S 17726 17729 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 7871 33554432000 4194304 4196468 140732334506768 140080772991760 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17735] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17735/stat : 17735 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 7871 33554432000 4194304 4196468 140732334506768 140080771939216 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17736] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17736/stat : 17736 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 7871 33554432000 4194304 4196468 140732334506768 140080770886160 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17737] ppid=17726 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17729/task/17737/stat : 17737 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 7871 33554432000 4194304 4196468 140732334506768 140080769833616 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17738] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17738/stat : 17738 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 7871 33554432000 4194304 4196468 140732334506768 140080768780560 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17739] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17739/stat : 17739 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 7871 33554432000 4194304 4196468 140732334506768 140080767728016 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17740] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17740/stat : 17740 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612715 26624872448 7871 33554432000 4194304 4196468 140732334506768 140079565429488 140080822487682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17741] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17741/stat : 17741 (java) S 17726 17729 17088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176612716 26624872448 7871 33554432000 4194304 4196468 140732334506768 140079564375712 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17742] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17742/stat : 17742 (java) S 17726 17729 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176612716 26624872448 7871 33554432000 4194304 4196468 140732334506768 140079563322608 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17743] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17743/stat : 17743 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612718 26624872448 7871 33554432000 4194304 4196468 140732334506768 140079562271184 140080822495131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17744] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17744/stat : 17744 (java) S 17726 17729 17088 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 176612718 26624872448 7871 33554432000 4194304 4196468 140732334506768 140079561218288 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17745] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17745/stat : 17745 (java) S 17726 17729 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176612718 26624872448 7871 33554432000 4194304 4196468 140732334506768 140079560165744 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17746] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17746/stat : 17746 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612718 26624872448 7871 33554432000 4194304 4196468 140732334506768 140079559112688 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17747] ppid=17726 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/17729/task/17747/stat : 17747 (java) R 17726 17729 17088 0 -1 4202560 382 0 0 0 1 0 0 0 20 0 20 0 176612718 26624872448 7871 33554432000 4194304 4196468 140732334506768 140079558060144 140080806557022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17748] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17748/stat : 17748 (java) S 17726 17729 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176612719 26624872448 7871 33554432000 4194304 4196468 140732334506768 140079557008352 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17749] ppid=17726 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17729/task/17749/stat : 17749 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612719 26624872448 7871 33554432000 4194304 4196468 140732334506768 140079555955888 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 31484 KiB

[startup+0.210213 s]*
/proc/loadavg: 1.01 0.88 1.39 2/198 17749
/proc/meminfo: memFree=22094180/32770624 swapFree=67108860/67108860
[pid=17729] ppid=17726 vsize=26000852 memory=41092 CPUtime=0.3 cores=0-7
/proc/17729/stat : 17729 (java) S 17726 17729 17088 0 -1 1077944320 9358 0 0 0 27 3 0 0 20 0 20 0 176612713 26624872448 10273 33554432000 4194304 4196468 140732334506768 140732334489312 140080822476535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
/proc/17729/statm: 6500213 10273 3631 1 0 6487932 0
[pid=17729/tid=17731] ppid=17726 vsize=26000852 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/17729/task/17731/stat : 17731 (java) R 17726 17729 17088 0 -1 4202560 6888 0 0 0 17 2 0 0 20 0 20 0 176612713 26624872448 10273 33554432000 4194304 4196468 140732334506768 140080826676976 140080822498461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17732] ppid=17726 vsize=26000852 memory=288230583233151328 CPUtime=0 cores=0-7
/proc/17729/task/17732/stat : 17732 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 10273 33554432000 4194304 4196468 140732334506768 140080775097360 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17733] ppid=17726 vsize=26000852 memory=288370968255706752 CPUtime=0 cores=0-7
/proc/17729/task/17733/stat : 17733 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 10273 33554432000 4194304 4196468 140732334506768 140080774044816 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17734] ppid=17726 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17729/task/17734/stat : 17734 (java) S 17726 17729 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 10273 33554432000 4194304 4196468 140732334506768 140080772991760 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17735] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17735/stat : 17735 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 10273 33554432000 4194304 4196468 140732334506768 140080771939216 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17736] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17736/stat : 17736 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 10273 33554432000 4194304 4196468 140732334506768 140080770886160 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17737] ppid=17726 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17729/task/17737/stat : 17737 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 10273 33554432000 4194304 4196468 140732334506768 140080769833616 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17738] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17738/stat : 17738 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 10273 33554432000 4194304 4196468 140732334506768 140080768780560 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17739] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17739/stat : 17739 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612714 26624872448 10273 33554432000 4194304 4196468 140732334506768 140080767728016 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17740] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17740/stat : 17740 (java) S 17726 17729 17088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176612715 26624872448 10273 33554432000 4194304 4196468 140732334506768 140079565429488 140080822487682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17741] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17741/stat : 17741 (java) S 17726 17729 17088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176612716 26624872448 10273 33554432000 4194304 4196468 140732334506768 140079564375712 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17742] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17742/stat : 17742 (java) S 17726 17729 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176612716 26624872448 10273 33554432000 4194304 4196468 140732334506768 140079563322608 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17743] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17743/stat : 17743 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612718 26624872448 10273 33554432000 4194304 4196468 140732334506768 140079562271184 140080822495131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17744] ppid=17726 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/17729/task/17744/stat : 17744 (java) S 17726 17729 17088 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 20 0 176612718 26624872448 10273 33554432000 4194304 4196468 140732334506768 140079561218288 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17745] ppid=17726 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/17729/task/17745/stat : 17745 (java) S 17726 17729 17088 0 -1 1077944384 134 0 0 0 1 0 0 0 20 0 20 0 176612718 26624872448 10273 33554432000 4194304 4196468 140732334506768 140079560165744 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17746] ppid=17726 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/17729/task/17746/stat : 17746 (java) S 17726 17729 17088 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 20 0 176612718 26624872448 10273 33554432000 4194304 4196468 140732334506768 140079559112688 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17747] ppid=17726 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/17729/task/17747/stat : 17747 (java) S 17726 17729 17088 0 -1 1077944384 425 0 0 0 5 0 0 0 20 0 20 0 176612718 26624872448 10273 33554432000 4194304 4196468 140732334506768 140079558060144 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17748] ppid=17726 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17748/stat : 17748 (java) S 17726 17729 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176612719 26624872448 10273 33554432000 4194304 4196468 140732334506768 140079557008352 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17749] ppid=17726 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17729/task/17749/stat : 17749 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612719 26624872448 10273 33554432000 4194304 4196468 140732334506768 140079555955888 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41092 KiB

[startup+0.309789 s]*
/proc/loadavg: 1.01 0.88 1.39 2/198 17749
/proc/meminfo: memFree=22086736/32770624 swapFree=67108860/67108860
[pid=17729] ppid=17726 vsize=26000872 memory=48904 CPUtime=0.49 cores=0-7
/proc/17729/stat : 17729 (java) S 17726 17729 17088 0 -1 1077944320 10557 0 0 0 45 4 0 0 20 0 20 0 176612713 26624892928 12226 33554432000 4194304 4196468 140732334506768 140732334489312 140080822476535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
/proc/17729/statm: 6500218 12226 3687 1 0 6487932 0
[pid=17729/tid=17731] ppid=17726 vsize=26000872 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/17729/task/17731/stat : 17731 (java) R 17726 17729 17088 0 -1 4202560 7626 0 0 0 26 2 0 0 20 0 20 0 176612713 26624892928 12226 33554432000 4194304 4196468 140732334506768 140080826706992 140080806557022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17732] ppid=17726 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17732/stat : 17732 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612714 26624892928 12226 33554432000 4194304 4196468 140732334506768 140080775097360 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17733] ppid=17726 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17733/stat : 17733 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624892928 12226 33554432000 4194304 4196468 140732334506768 140080774044816 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17734] ppid=17726 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17734/stat : 17734 (java) S 17726 17729 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176612714 26624892928 12226 33554432000 4194304 4196468 140732334506768 140080772991760 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17735] ppid=17726 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17735/stat : 17735 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624892928 12226 33554432000 4194304 4196468 140732334506768 140080771939216 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17736] ppid=17726 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/17729/task/17736/stat : 17736 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624892928 12226 33554432000 4194304 4196468 140732334506768 140080770886160 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17737] ppid=17726 vsize=26000872 memory=140591996433327 CPUtime=0 cores=0-7
/proc/17729/task/17737/stat : 17737 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624892928 12226 33554432000 4194304 4196468 140732334506768 140080769833616 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17738] ppid=17726 vsize=26000872 memory=140591996435632 CPUtime=0 cores=0-7
/proc/17729/task/17738/stat : 17738 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26624892928 12226 33554432000 4194304 4196468 140732334506768 140080768780560 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17739] ppid=17726 vsize=26000872 memory=140591996437936 CPUtime=0 cores=0-7
/proc/17729/task/17739/stat : 17739 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612714 26624892928 12292 33554432000 4194304 4196468 140732334506768 140080767728016 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17740] ppid=17726 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17740/stat : 17740 (java) S 17726 17729 17088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176612715 26624892928 12292 33554432000 4194304 4196468 140732334506768 140079565429488 140080822487682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17741] ppid=17726 vsize=26000872 memory=281183992882832 CPUtime=0 cores=0-7
/proc/17729/task/17741/stat : 17741 (java) S 17726 17729 17088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176612716 26624892928 12292 33554432000 4194304 4196468 140732334506768 140079564375712 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17742] ppid=17726 vsize=26000872 memory=281183992889744 CPUtime=0 cores=0-7
/proc/17729/task/17742/stat : 17742 (java) S 17726 17729 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176612716 26624892928 12292 33554432000 4194304 4196468 140732334506768 140079563322608 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17743] ppid=17726 vsize=26000872 memory=281183992831024 CPUtime=0 cores=0-7
/proc/17729/task/17743/stat : 17743 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612718 26624892928 12292 33554432000 4194304 4196468 140732334506768 140079562271184 140080822495131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17744] ppid=17726 vsize=26000872 memory=281183992903568 CPUtime=0.02 cores=0-7
/proc/17729/task/17744/stat : 17744 (java) S 17726 17729 17088 0 -1 1077944384 645 0 0 0 2 0 0 0 20 0 20 0 176612718 26624892928 12292 33554432000 4194304 4196468 140732334506768 140079561218288 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17745] ppid=17726 vsize=26000872 memory=281183992910480 CPUtime=0.04 cores=0-7
/proc/17729/task/17745/stat : 17745 (java) S 17726 17729 17088 0 -1 1077944384 279 0 0 0 4 0 0 0 20 0 20 0 176612718 26624892928 12292 33554432000 4194304 4196468 140732334506768 140079560165744 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17746] ppid=17726 vsize=26000872 memory=281183992908176 CPUtime=0.02 cores=0-7
/proc/17729/task/17746/stat : 17746 (java) S 17726 17729 17088 0 -1 1077944384 62 0 0 0 2 0 0 0 20 0 20 0 176612718 26624892928 12292 33554432000 4194304 4196468 140732334506768 140079559112688 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17747] ppid=17726 vsize=26000872 memory=281183992924736 CPUtime=0.08 cores=0-7
/proc/17729/task/17747/stat : 17747 (java) S 17726 17729 17088 0 -1 1077944384 560 0 0 0 8 0 0 0 20 0 20 0 176612718 26624892928 12292 33554432000 4194304 4196468 140732334506768 140079558060144 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17748] ppid=17726 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17748/stat : 17748 (java) S 17726 17729 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176612719 26624892928 12292 33554432000 4194304 4196468 140732334506768 140079557008352 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17749] ppid=17726 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/17729/task/17749/stat : 17749 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612719 26624892928 12292 33554432000 4194304 4196468 140732334506768 140079555955888 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 48904 KiB

[startup+0.700903 s]
/proc/loadavg: 1.01 0.88 1.39 5/198 17749
/proc/meminfo: memFree=22054844/32770624 swapFree=67108860/67108860
[pid=17729] ppid=17726 vsize=26002920 memory=112312 CPUtime=1.53 cores=0-7
/proc/17729/stat : 17729 (java) S 17726 17729 17088 0 -1 1077944320 13543 0 0 0 147 6 0 0 20 0 20 0 176612713 26626990080 28078 33554432000 4194304 4196468 140732334506768 140732334489312 140080822476535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
/proc/17729/statm: 6500730 28078 3764 1 0 6488444 0
[pid=17729/tid=17731] ppid=17726 vsize=26002920 memory=7230638415890444119 CPUtime=0.66 cores=0-7
/proc/17729/task/17731/stat : 17731 (java) R 17726 17729 17088 0 -1 4202560 8388 0 0 0 62 4 0 0 20 0 20 0 176612713 26626990080 28078 33554432000 4194304 4196468 140732334506768 140080826711936 140080445915246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17732] ppid=17726 vsize=26002920 memory=76227079604904 CPUtime=0 cores=0-7
/proc/17729/task/17732/stat : 17732 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612714 26626990080 28078 33554432000 4194304 4196468 140732334506768 140080775097360 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17733] ppid=17726 vsize=26002920 memory=140591996453242 CPUtime=0 cores=0-7
/proc/17729/task/17733/stat : 17733 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26626990080 28078 33554432000 4194304 4196468 140732334506768 140080774044816 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17734] ppid=17726 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17734/stat : 17734 (java) S 17726 17729 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176612714 26626990080 28590 33554432000 4194304 4196468 140732334506768 140080772991760 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17735] ppid=17726 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17735/stat : 17735 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26626990080 28590 33554432000 4194304 4196468 140732334506768 140080771939216 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17736] ppid=17726 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17736/stat : 17736 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26626990080 28590 33554432000 4194304 4196468 140732334506768 140080770886160 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17737] ppid=17726 vsize=26002920 memory=2353 CPUtime=0 cores=0-7
/proc/17729/task/17737/stat : 17737 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26626990080 28590 33554432000 4194304 4196468 140732334506768 140080769833616 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17738] ppid=17726 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/17729/task/17738/stat : 17738 (java) S 17726 17729 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176612714 26626990080 28590 33554432000 4194304 4196468 140732334506768 140080768780560 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17739] ppid=17726 vsize=26002920 memory=1724 CPUtime=0 cores=0-7
/proc/17729/task/17739/stat : 17739 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176612714 26626990080 28590 33554432000 4194304 4196468 140732334506768 140080767728016 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17740] ppid=17726 vsize=26002920 memory=1012 CPUtime=0 cores=0-7
/proc/17729/task/17740/stat : 17740 (java) S 17726 17729 17088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176612715 26626990080 28590 33554432000 4194304 4196468 140732334506768 140079565429488 140080822487682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0

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

[pid=17729/tid=17731] ppid=17726 vsize=26943008 memory=6791534058613427641 CPUtime=32.71 cores=0-7
/proc/17729/task/17731/stat : 17731 (java) S 17726 17729 17088 0 -1 1077944384 21811 0 0 0 3251 20 0 0 20 0 34 0 176612713 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140080826719408 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17732] ppid=17726 vsize=26943008 memory=-7175204567652784766 CPUtime=713.17 cores=0-7
/proc/17729/task/17732/stat : 17732 (java) R 17726 17729 17088 0 -1 4202560 2900708 0 0 0 70388 929 0 0 20 0 34 0 176612714 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140080775097560 140080815581233 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17733] ppid=17726 vsize=26943008 memory=-6948614817169703622 CPUtime=712.99 cores=0-7
/proc/17729/task/17733/stat : 17733 (java) R 17726 17729 17088 0 -1 4202560 4265405 0 0 0 70280 1019 0 0 20 0 34 0 176612714 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140080774045016 140080807176413 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17734] ppid=17726 vsize=26943008 memory=6944656592455359580 CPUtime=712.77 cores=0-7
/proc/17729/task/17734/stat : 17734 (java) R 17726 17729 17088 0 -1 4202560 4002752 0 0 0 70273 1004 0 0 20 0 34 0 176612714 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140080772991960 140080807177120 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17735] ppid=17726 vsize=26943008 memory=6791534058613427641 CPUtime=711.43 cores=0-7
/proc/17729/task/17735/stat : 17735 (java) R 17726 17729 17088 0 -1 4202560 3923417 0 0 0 70124 1019 0 0 20 0 34 0 176612714 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140080771939416 140080806934168 0 4 0 16800975 0 0 0 -1 3 0 0 21 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17736] ppid=17726 vsize=26943008 memory=281183993671872 CPUtime=714.01 cores=0-7
/proc/17729/task/17736/stat : 17736 (java) R 17726 17729 17088 0 -1 4202560 5232923 0 0 0 70378 1023 0 0 20 0 34 0 176612714 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140080770886360 140080806934168 0 4 0 16800975 0 0 0 -1 2 0 0 19 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17737] ppid=17726 vsize=26943008 memory=281183993671936 CPUtime=711.2 cores=0-7
/proc/17729/task/17737/stat : 17737 (java) R 17726 17729 17088 0 -1 4202560 1696691 0 0 0 70224 896 0 0 20 0 34 0 176612714 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140080769833816 140080807472936 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17738] ppid=17726 vsize=26943008 memory=281183993672000 CPUtime=714.55 cores=0-7
/proc/17729/task/17738/stat : 17738 (java) R 17726 17729 17088 0 -1 4202560 5573426 0 0 0 70417 1038 0 0 20 0 34 0 176612714 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140080768780448 140080815573240 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17739] ppid=17726 vsize=26943008 memory=6791534058613427641 CPUtime=713.56 cores=0-7
/proc/17729/task/17739/stat : 17739 (java) R 17726 17729 17088 0 -1 4202560 4987539 0 0 0 70291 1065 0 0 20 0 34 0 176612714 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140080767728216 140080807176345 0 4 0 16800975 0 0 0 -1 7 0 0 19 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17740] ppid=17726 vsize=26943008 memory=22920316 CPUtime=11.36 cores=0-7
/proc/17729/task/17740/stat : 17740 (java) S 17726 17729 17088 0 -1 1077944384 1401588 0 0 0 1042 94 0 0 20 0 34 0 176612715 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079565428032 140080822486741 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17741] ppid=17726 vsize=26943008 memory=48712 CPUtime=0 cores=0-7
/proc/17729/task/17741/stat : 17741 (java) S 17726 17729 17088 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 34 0 176612716 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079564375776 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17742] ppid=17726 vsize=26943008 memory=1296 CPUtime=0 cores=0-7
/proc/17729/task/17742/stat : 17742 (java) S 17726 17729 17088 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 34 0 176612716 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079563322624 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17743] ppid=17726 vsize=26943008 memory=2336 CPUtime=0 cores=0-7
/proc/17729/task/17743/stat : 17743 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 176612718 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079562271184 140080822495131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17744] ppid=17726 vsize=26943008 memory=1944 CPUtime=2.9 cores=0-7
/proc/17729/task/17744/stat : 17744 (java) S 17726 17729 17088 0 -1 1077944384 12706 0 0 0 287 3 0 0 20 0 34 0 176612718 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079561218336 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17745] ppid=17726 vsize=26943008 memory=1196 CPUtime=2.87 cores=0-7
/proc/17729/task/17745/stat : 17745 (java) S 17726 17729 17088 0 -1 1077944384 13362 0 0 0 284 3 0 0 20 0 34 0 176612718 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079560165504 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17746] ppid=17726 vsize=26943008 memory=8748 CPUtime=2.83 cores=0-7
/proc/17729/task/17746/stat : 17746 (java) S 17726 17729 17088 0 -1 1077944384 13012 0 0 0 280 3 0 0 20 0 34 0 176612718 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079559112736 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17747] ppid=17726 vsize=26943008 memory=1228 CPUtime=1.17 cores=0-7
/proc/17729/task/17747/stat : 17747 (java) S 17726 17729 17088 0 -1 1077944384 12136 0 0 0 114 3 0 0 20 0 34 0 176612718 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079558055632 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17748] ppid=17726 vsize=26943008 memory=15880 CPUtime=0 cores=0-7
/proc/17729/task/17748/stat : 17748 (java) S 17726 17729 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 176612719 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079557008352 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17749] ppid=17726 vsize=26943008 memory=18280 CPUtime=0.25 cores=0-7
/proc/17729/task/17749/stat : 17749 (java) S 17726 17729 17088 0 -1 1077944384 2119 0 0 0 17 8 0 0 20 0 34 0 176612719 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079555955888 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17758] ppid=17726 vsize=26943008 memory=1012 CPUtime=0 cores=0-7
/proc/17729/task/17758/stat : 17758 (java) S 17726 17729 17088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 34 0 176617839 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079554900992 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17759] ppid=17726 vsize=26943008 memory=1716 CPUtime=0.13 cores=0-7
/proc/17729/task/17759/stat : 17759 (java) S 17726 17729 17088 0 -1 1077944384 2941 0 0 0 9 4 0 0 20 0 34 0 176617851 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079340385536 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17760] ppid=17726 vsize=26943008 memory=5792 CPUtime=0.01 cores=0-7
/proc/17729/task/17760/stat : 17760 (java) S 17726 17729 17088 0 -1 1077944384 108 0 0 0 1 0 0 0 20 0 34 0 176617861 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079337235360 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17761] ppid=17726 vsize=26943008 memory=4616 CPUtime=11.15 cores=0-7
/proc/17729/task/17761/stat : 17761 (java) S 17726 17729 17088 0 -1 1077944384 6352 0 0 0 1106 9 0 0 20 0 34 0 176617862 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079336177728 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17762] ppid=17726 vsize=26943008 memory=792 CPUtime=11.02 cores=0-7
/proc/17729/task/17762/stat : 17762 (java) S 17726 17729 17088 0 -1 1077944384 6197 0 0 0 1092 10 0 0 20 0 34 0 176617862 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079335124000 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17763] ppid=17726 vsize=26943008 memory=1420 CPUtime=11.08 cores=0-7
/proc/17729/task/17763/stat : 17763 (java) S 17726 17729 17088 0 -1 1077944384 6785 0 0 0 1104 4 0 0 20 0 34 0 176617865 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079334071472 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17764] ppid=17726 vsize=26943008 memory=13144 CPUtime=11.08 cores=0-7
/proc/17729/task/17764/stat : 17764 (java) S 17726 17729 17088 0 -1 1077944384 6807 0 0 0 1098 10 0 0 20 0 34 0 176617865 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079333019440 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17765] ppid=17726 vsize=26943008 memory=4140 CPUtime=11.01 cores=0-7
/proc/17729/task/17765/stat : 17765 (java) S 17726 17729 17088 0 -1 1077944384 6167 0 0 0 1091 10 0 0 20 0 34 0 176617865 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079331966304 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17766] ppid=17726 vsize=26943008 memory=48712 CPUtime=11.03 cores=0-7
/proc/17729/task/17766/stat : 17766 (java) S 17726 17729 17088 0 -1 1077944384 6744 0 0 0 1094 9 0 0 20 0 34 0 176617865 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079330914624 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17767] ppid=17726 vsize=26943008 memory=1296 CPUtime=11.12 cores=0-7
/proc/17729/task/17767/stat : 17767 (java) S 17726 17729 17088 0 -1 1077944384 8392 0 0 0 1104 8 0 0 20 0 34 0 176617865 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079329862672 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17768] ppid=17726 vsize=26943008 memory=5787233657482145640 CPUtime=11.05 cores=0-7
/proc/17729/task/17768/stat : 17768 (java) S 17726 17729 17088 0 -1 1077944384 6901 0 0 0 1093 12 0 0 20 0 34 0 176617865 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079328809824 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17769] ppid=17726 vsize=26943008 memory=193 CPUtime=0 cores=0-7
/proc/17729/task/17769/stat : 17769 (java) S 17726 17729 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 176617865 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079327761440 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17770] ppid=17726 vsize=26943008 memory=140591996726768 CPUtime=0 cores=0-7
/proc/17729/task/17770/stat : 17770 (java) S 17726 17729 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 176617865 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079326708384 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17771] ppid=17726 vsize=26943008 memory=140591998391474 CPUtime=0 cores=0-7
/proc/17729/task/17771/stat : 17771 (java) S 17726 17729 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 176617865 27589640192 5730138 33554432000 4194304 4196468 140732334506768 140079325655840 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
Current children cumulated CPU time: 5846.68 s
Current children cumulated vsize: 26943008 KiB
Current children cumulated memory: 22920552 KiB

[startup+786.401 s]
/proc/loadavg: 7.86 7.20 4.94 9/213 17778
/proc/meminfo: memFree=204228/32770624 swapFree=67108860/67108860
[pid=17729] ppid=17726 vsize=26943008 memory=22920556 CPUtime=5851.22 cores=0-7
/proc/17729/stat : 17729 (java) S 17726 17729 17088 0 -1 1077944320 34247823 0 0 0 576908 8214 0 0 20 0 34 0 176612713 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140732334489312 140080822476535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
/proc/17729/statm: 6735752 5730139 3875 1 0 6723466 0
[pid=17729/tid=17731] ppid=17726 vsize=26943008 memory=48712 CPUtime=32.71 cores=0-7
/proc/17729/task/17731/stat : 17731 (java) S 17726 17729 17088 0 -1 1077944384 21811 0 0 0 3251 20 0 0 20 0 34 0 176612713 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140080826719408 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17732] ppid=17726 vsize=26943008 memory=6791534058613427641 CPUtime=713.71 cores=0-7
/proc/17729/task/17732/stat : 17732 (java) S 17726 17729 17088 0 -1 1077944384 2929068 0 0 0 70440 931 0 0 20 0 34 0 176612714 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140080775097360 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17733] ppid=17726 vsize=26943008 memory=4040 CPUtime=713.53 cores=0-7
/proc/17729/task/17733/stat : 17733 (java) S 17726 17729 17088 0 -1 1077944384 4276487 0 0 0 70333 1020 0 0 20 0 34 0 176612714 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140080774044816 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 21 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17734] ppid=17726 vsize=26943008 memory=1156 CPUtime=713.3 cores=0-7
/proc/17729/task/17734/stat : 17734 (java) S 17726 17729 17088 0 -1 1077944384 4017028 0 0 0 70326 1004 0 0 20 0 34 0 176612714 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140080772991760 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17735] ppid=17726 vsize=26943008 memory=1944 CPUtime=711.96 cores=0-7
/proc/17729/task/17735/stat : 17735 (java) S 17726 17729 17088 0 -1 1077944384 3936091 0 0 0 70177 1019 0 0 20 0 34 0 176612714 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140080771939216 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17736] ppid=17726 vsize=26943008 memory=1196 CPUtime=714.55 cores=0-7
/proc/17729/task/17736/stat : 17736 (java) S 17726 17729 17088 0 -1 1077944384 5247928 0 0 0 70431 1024 0 0 20 0 34 0 176612714 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140080770886160 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17737] ppid=17726 vsize=26943008 memory=8748 CPUtime=711.75 cores=0-7
/proc/17729/task/17737/stat : 17737 (java) S 17726 17729 17088 0 -1 1077944384 1709272 0 0 0 70278 897 0 0 20 0 34 0 176612714 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140080769833616 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17738] ppid=17726 vsize=26943008 memory=1420 CPUtime=715.08 cores=0-7
/proc/17729/task/17738/stat : 17738 (java) S 17726 17729 17088 0 -1 1077944384 5584620 0 0 0 70470 1038 0 0 20 0 34 0 176612714 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140080768780560 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17739] ppid=17726 vsize=26943008 memory=13144 CPUtime=714.09 cores=0-7
/proc/17729/task/17739/stat : 17739 (java) S 17726 17729 17088 0 -1 1077944384 5010775 0 0 0 70342 1067 0 0 20 0 34 0 176612714 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140080767728016 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17740] ppid=17726 vsize=26943008 memory=1944 CPUtime=11.62 cores=0-7
/proc/17729/task/17740/stat : 17740 (java) R 17726 17729 17088 0 -1 4202560 1402424 0 0 0 1068 94 0 0 20 0 34 0 176612715 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079565428032 140080800846715 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17741] ppid=17726 vsize=26943008 memory=281183992744736 CPUtime=0 cores=0-7
/proc/17729/task/17741/stat : 17741 (java) S 17726 17729 17088 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 34 0 176612716 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079564375776 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17742] ppid=17726 vsize=26943008 memory=281183992744800 CPUtime=0 cores=0-7
/proc/17729/task/17742/stat : 17742 (java) S 17726 17729 17088 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 34 0 176612716 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079563322624 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17743] ppid=17726 vsize=26943008 memory=22920552 CPUtime=0 cores=0-7
/proc/17729/task/17743/stat : 17743 (java) S 17726 17729 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 176612718 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079562271184 140080822495131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17744] ppid=17726 vsize=26943008 memory=644 CPUtime=2.9 cores=0-7
/proc/17729/task/17744/stat : 17744 (java) S 17726 17729 17088 0 -1 1077944384 12706 0 0 0 287 3 0 0 20 0 34 0 176612718 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079561218336 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17745] ppid=17726 vsize=26943008 memory=1788 CPUtime=2.87 cores=0-7
/proc/17729/task/17745/stat : 17745 (java) S 17726 17729 17088 0 -1 1077944384 13362 0 0 0 284 3 0 0 20 0 34 0 176612718 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079560165504 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17746] ppid=17726 vsize=26943008 memory=956 CPUtime=2.83 cores=0-7
/proc/17729/task/17746/stat : 17746 (java) S 17726 17729 17088 0 -1 1077944384 13012 0 0 0 280 3 0 0 20 0 34 0 176612718 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079559112736 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17747] ppid=17726 vsize=26943008 memory=2428 CPUtime=1.17 cores=0-7
/proc/17729/task/17747/stat : 17747 (java) S 17726 17729 17088 0 -1 1077944384 12136 0 0 0 114 3 0 0 20 0 34 0 176612718 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079558055632 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17748] ppid=17726 vsize=26943008 memory=928 CPUtime=0 cores=0-7
/proc/17729/task/17748/stat : 17748 (java) S 17726 17729 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 176612719 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079557008352 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17749] ppid=17726 vsize=26943008 memory=1568 CPUtime=0.25 cores=0-7
/proc/17729/task/17749/stat : 17749 (java) S 17726 17729 17088 0 -1 1077944384 2119 0 0 0 17 8 0 0 20 0 34 0 176612719 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079555955888 140080822487682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17758] ppid=17726 vsize=26943008 memory=2240 CPUtime=0 cores=0-7
/proc/17729/task/17758/stat : 17758 (java) S 17726 17729 17088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 34 0 176617839 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079554900992 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17759] ppid=17726 vsize=26943008 memory=281184100332088 CPUtime=0.13 cores=0-7
/proc/17729/task/17759/stat : 17759 (java) S 17726 17729 17088 0 -1 1077944384 2941 0 0 0 9 4 0 0 20 0 34 0 176617851 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079340385536 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17760] ppid=17726 vsize=26943008 memory=281183996150304 CPUtime=0.01 cores=0-7
/proc/17729/task/17760/stat : 17760 (java) S 17726 17729 17088 0 -1 1077944384 108 0 0 0 1 0 0 0 20 0 34 0 176617861 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079337235360 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17761] ppid=17726 vsize=26943008 memory=281183996150368 CPUtime=11.15 cores=0-7
/proc/17729/task/17761/stat : 17761 (java) S 17726 17729 17088 0 -1 1077944384 6352 0 0 0 1106 9 0 0 20 0 34 0 176617862 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079336177728 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17762] ppid=17726 vsize=26943008 memory=281183996150432 CPUtime=11.02 cores=0-7
/proc/17729/task/17762/stat : 17762 (java) S 17726 17729 17088 0 -1 1077944384 6197 0 0 0 1092 10 0 0 20 0 34 0 176617862 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079335124000 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17763] ppid=17726 vsize=26943008 memory=281183996150496 CPUtime=11.08 cores=0-7
/proc/17729/task/17763/stat : 17763 (java) S 17726 17729 17088 0 -1 1077944384 6785 0 0 0 1104 4 0 0 20 0 34 0 176617865 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079334071472 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17764] ppid=17726 vsize=26943008 memory=281183996150560 CPUtime=11.08 cores=0-7
/proc/17729/task/17764/stat : 17764 (java) S 17726 17729 17088 0 -1 1077944384 6807 0 0 0 1098 10 0 0 20 0 34 0 176617865 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079333019440 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17765] ppid=17726 vsize=26943008 memory=281183996150624 CPUtime=11.01 cores=0-7
/proc/17729/task/17765/stat : 17765 (java) S 17726 17729 17088 0 -1 1077944384 6167 0 0 0 1091 10 0 0 20 0 34 0 176617865 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079331966304 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17766] ppid=17726 vsize=26943008 memory=281183996150688 CPUtime=11.03 cores=0-7
/proc/17729/task/17766/stat : 17766 (java) S 17726 17729 17088 0 -1 1077944384 6744 0 0 0 1094 9 0 0 20 0 34 0 176617865 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079330914624 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17767] ppid=17726 vsize=26943008 memory=281183996150752 CPUtime=11.12 cores=0-7
/proc/17729/task/17767/stat : 17767 (java) S 17726 17729 17088 0 -1 1077944384 8392 0 0 0 1104 8 0 0 20 0 34 0 176617865 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079329862672 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17768] ppid=17726 vsize=26943008 memory=22920552 CPUtime=11.05 cores=0-7
/proc/17729/task/17768/stat : 17768 (java) S 17726 17729 17088 0 -1 1077944384 6901 0 0 0 1093 12 0 0 20 0 34 0 176617865 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079328809824 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17769] ppid=17726 vsize=26943008 memory=1692 CPUtime=0 cores=0-7
/proc/17729/task/17769/stat : 17769 (java) S 17726 17729 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 176617865 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079327761440 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17770] ppid=17726 vsize=26943008 memory=916 CPUtime=0 cores=0-7
/proc/17729/task/17770/stat : 17770 (java) S 17726 17729 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 176617865 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079326708384 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
[pid=17729/tid=17771] ppid=17726 vsize=26943008 memory=4156 CPUtime=0 cores=0-7
/proc/17729/task/17771/stat : 17771 (java) S 17726 17729 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 176617865 27589640192 5730139 33554432000 4194304 4196468 140732334506768 140079325655840 140080822486741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22183936 140732334515298 140732334515483 140732334515483 140732334518223 0
Current children cumulated CPU time: 5851.22 s
Current children cumulated vsize: 26943008 KiB
Current children cumulated memory: 22920556 KiB

[startup+786.61 s]
/proc/loadavg: 7.31 7.10 4.92 2/181 17780
/proc/meminfo: memFree=6602620/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+786.7 s]
/proc/loadavg: 7.31 7.10 4.92 2/181 17780
/proc/meminfo: memFree=6602620/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): 786.79
CPU time (s): 5851.78
CPU user time (s): 5769.31
CPU system time (s): 82.4711
CPU usage (%): 743.754
Max. virtual memory (cumulated for all children) (KiB): 26943008
Max. memory (cumulated for all children) (KiB): 22920556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5769.31
system time used= 82.4711
maximum resident set size= 22921600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34248689
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136934
involuntary context switches= 245227


# summary of solver processes directly reported to runsolver:
#   pid: 17729
#   total CPU time (s): 5851.78
#   total CPU user time (s): 5769.31
#   total CPU system time (s): 82.4711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94826 second user time and 9.39572 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-22 22:39:46
IDJOB=4285171
IDBENCH=126964
IDSOLVER=2681
FILE ID=node103/4285171-1503435247
RUNJOBID= node103-1503426507-17115
PBS_JOBID= 20632139
Free space on /tmp= 60760 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-46.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-4285171-1503435247/watcher-4285171-1503435247 -o /tmp/evaluation-result-4285171-1503435247/solver-4285171-1503435247 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503426507-17115 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 900720968 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285171-1503435247.xml

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

MD5SUM BENCH= da30c9704654e0dc92087cfb273210f0
RANDOM SEED=900720968

node103.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.56
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.56
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.56
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.56
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:        22121640 kB
MemAvailable:   31947960 kB
Buffers:          237916 kB
Cached:          9872784 kB
SwapCached:            0 kB
Active:          2642972 kB
Inactive:        7522004 kB
Active(anon):       3636 kB
Inactive(anon):    95032 kB
Active(file):    2639336 kB
Inactive(file):  7426972 kB
Unevictable:        7472 kB
Mlocked:            7472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44064 kB
Writeback:             0 kB
AnonPages:         62164 kB
Mapped:            54856 kB
Shmem:             41612 kB
Slab:             178576 kB
SReclaimable:     151696 kB
SUnreclaim:        26880 kB
KernelStack:        3184 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     340828 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 60720 MiB
End job on node103 at 2017-08-22 22:52:53