Trace number 4275361

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) 19345.801 2522.0901

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.25	c version: 2017-07-26
0.30/0.25	c seed: 1746439932
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...
74.58/18.02	c Parsing done, starting search...
1169.70/181.55	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#1367645062]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
1169.70/181.57	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
1169.70/181.57	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
1169.70/181.57	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
1169.70/181.57	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
1169.70/181.57	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
1169.70/181.57	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
1169.70/181.57	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
1169.70/181.57	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
1169.70/181.57	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
1169.70/181.57	c java.lang.Thread.run(Thread.java:748)
1169.70/181.57	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 (15175 MiB free)
  memory of node 1: 16384 MiB (15538 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100161 s]*
/proc/loadavg: 7.17 5.47 3.34 2/199 15867
/proc/meminfo: memFree=31432284/32770624 swapFree=67108860/67108860
[pid=15847] ppid=15844 vsize=14325320 memory=33088 CPUtime=0.13 cores=0-7
/proc/15847/stat : 15847 (java) S 15844 15847 14912 0 -1 1077944320 8184 0 0 0 11 2 0 0 20 0 20 0 106622817 14669127680 8272 33554432000 4194304 4196468 140736213085632 140736213068176 139678163570423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
/proc/15847/statm: 3581330 8272 3410 1 0 3569050 0
[pid=15847/tid=15849] ppid=15844 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15847/task/15849/stat : 15849 (java) R 15844 15847 14912 0 -1 4202560 6124 0 0 0 8 1 0 0 20 0 20 0 106622817 14669127680 8272 33554432000 4194304 4196468 140736213085632 139678167749680 139678147650910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15850] ppid=15844 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15847/task/15850/stat : 15850 (java) S 15844 15847 14912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 8272 33554432000 4194304 4196468 140736213085632 139678116190480 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15851] ppid=15844 vsize=14325320 memory=140524436842112 CPUtime=0 cores=0-7
/proc/15847/task/15851/stat : 15851 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 8272 33554432000 4194304 4196468 140736213085632 139678115137936 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15852] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15852/stat : 15852 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 8272 33554432000 4194304 4196468 140736213085632 139678114085392 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15853] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15853/stat : 15853 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 8272 33554432000 4194304 4196468 140736213085632 139678113032848 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15854] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15854/stat : 15854 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 8272 33554432000 4194304 4196468 140736213085632 139678111980304 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15855] ppid=15844 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/15847/task/15855/stat : 15855 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 8272 33554432000 4194304 4196468 140736213085632 139678110927760 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15856] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15856/stat : 15856 (java) S 15844 15847 14912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 8272 33554432000 4194304 4196468 140736213085632 139678109875216 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15857] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15857/stat : 15857 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 8272 33554432000 4194304 4196468 140736213085632 139677751504016 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15858] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15858/stat : 15858 (java) S 15844 15847 14912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106622820 14669127680 8272 33554432000 4194304 4196468 140736213085632 139677486999536 139678163581570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15859] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15859/stat : 15859 (java) S 15844 15847 14912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106622820 14669127680 8272 33554432000 4194304 4196468 140736213085632 139677485945760 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15860] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15860/stat : 15860 (java) S 15844 15847 14912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106622820 14669127680 8272 33554432000 4194304 4196468 140736213085632 139677484893168 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15861] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15861/stat : 15861 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622823 14669127680 8272 33554432000 4194304 4196468 140736213085632 139677483841744 139678163589019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15862] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15862/stat : 15862 (java) S 15844 15847 14912 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 106622823 14669127680 8272 33554432000 4194304 4196468 140736213085632 139677482789360 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15863] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15863/stat : 15863 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622823 14669127680 8272 33554432000 4194304 4196468 140736213085632 139677481736816 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15864] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15864/stat : 15864 (java) S 15844 15847 14912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106622823 14669127680 8272 33554432000 4194304 4196468 140736213085632 139677480684272 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15865] ppid=15844 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/15847/task/15865/stat : 15865 (java) S 15844 15847 14912 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 20 0 106622823 14669127680 8272 33554432000 4194304 4196468 140736213085632 139677479631728 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15866] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15866/stat : 15866 (java) S 15844 15847 14912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106622823 14669127680 8272 33554432000 4194304 4196468 140736213085632 139677478578400 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15867] ppid=15844 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/15847/task/15867/stat : 15867 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622823 14669127680 8272 33554432000 4194304 4196468 140736213085632 139677477525936 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33088 KiB

[startup+0.210527 s]*
/proc/loadavg: 7.17 5.47 3.34 3/199 15867
/proc/meminfo: memFree=31423660/32770624 swapFree=67108860/67108860
[pid=15847] ppid=15844 vsize=14325320 memory=42432 CPUtime=0.3 cores=0-7
/proc/15847/stat : 15847 (java) S 15844 15847 14912 0 -1 1077944320 9254 0 0 0 27 3 0 0 20 0 20 0 106622817 14669127680 10608 33554432000 4194304 4196468 140736213085632 140736213068176 139678163570423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
/proc/15847/statm: 3581330 10608 3610 1 0 3569050 0
[pid=15847/tid=15849] ppid=15844 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/15847/task/15849/stat : 15849 (java) R 15844 15847 14912 0 -1 4202560 6800 0 0 0 18 1 0 0 20 0 20 0 106622817 14669127680 10608 33554432000 4194304 4196468 140736213085632 139678167780944 139678147650910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15850] ppid=15844 vsize=14325320 memory=3352 CPUtime=0 cores=0-7
/proc/15847/task/15850/stat : 15850 (java) S 15844 15847 14912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 10608 33554432000 4194304 4196468 140736213085632 139678116190480 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15851] ppid=15844 vsize=14325320 memory=140524436857123 CPUtime=0 cores=0-7
/proc/15847/task/15851/stat : 15851 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 10608 33554432000 4194304 4196468 140736213085632 139678115137936 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15852] ppid=15844 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/15847/task/15852/stat : 15852 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 10608 33554432000 4194304 4196468 140736213085632 139678114085392 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15853] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15853/stat : 15853 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 10608 33554432000 4194304 4196468 140736213085632 139678113032848 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15854] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15854/stat : 15854 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 10608 33554432000 4194304 4196468 140736213085632 139678111980304 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15855] ppid=15844 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/15847/task/15855/stat : 15855 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 10608 33554432000 4194304 4196468 140736213085632 139678110927760 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15856] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15856/stat : 15856 (java) S 15844 15847 14912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 10608 33554432000 4194304 4196468 140736213085632 139678109875216 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15857] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15857/stat : 15857 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669127680 10608 33554432000 4194304 4196468 140736213085632 139677751504016 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15858] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15858/stat : 15858 (java) S 15844 15847 14912 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 106622820 14669127680 10608 33554432000 4194304 4196468 140736213085632 139677486999536 139678163581570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15859] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15859/stat : 15859 (java) S 15844 15847 14912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106622820 14669127680 10608 33554432000 4194304 4196468 140736213085632 139677485945760 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15860] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15860/stat : 15860 (java) S 15844 15847 14912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106622820 14669127680 10608 33554432000 4194304 4196468 140736213085632 139677484893168 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15861] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15861/stat : 15861 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622823 14669127680 10608 33554432000 4194304 4196468 140736213085632 139677483841744 139678163589019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15862] ppid=15844 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/15847/task/15862/stat : 15862 (java) S 15844 15847 14912 0 -1 1077944384 583 0 0 0 1 0 0 0 20 0 20 0 106622823 14669127680 10608 33554432000 4194304 4196468 140736213085632 139677482789360 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15863] ppid=15844 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/15847/task/15863/stat : 15863 (java) S 15844 15847 14912 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 106622823 14669127680 10608 33554432000 4194304 4196468 140736213085632 139677481736816 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15864] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15864/stat : 15864 (java) S 15844 15847 14912 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 106622823 14669127680 10608 33554432000 4194304 4196468 140736213085632 139677480684272 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15865] ppid=15844 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/15847/task/15865/stat : 15865 (java) R 15844 15847 14912 0 -1 4202560 419 0 0 0 5 0 0 0 20 0 20 0 106622823 14669127680 10608 33554432000 4194304 4196468 140736213085632 139677479631728 139678142525319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15866] ppid=15844 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15866/stat : 15866 (java) S 15844 15847 14912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106622823 14669127680 10608 33554432000 4194304 4196468 140736213085632 139677478578400 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15867] ppid=15844 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/15847/task/15867/stat : 15867 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622823 14669127680 10608 33554432000 4194304 4196468 140736213085632 139677477525936 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42432 KiB

[startup+0.31031 s]*
/proc/loadavg: 7.17 5.47 3.34 2/199 15867
/proc/meminfo: memFree=31414820/32770624 swapFree=67108860/67108860
[pid=15847] ppid=15844 vsize=14325340 memory=50784 CPUtime=0.48 cores=0-7
/proc/15847/stat : 15847 (java) S 15844 15847 14912 0 -1 1077944320 10504 0 0 0 45 3 0 0 20 0 20 0 106622817 14669148160 12696 33554432000 4194304 4196468 140736213085632 140736213068176 139678163570423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
/proc/15847/statm: 3581335 12696 3719 1 0 3569050 0
[pid=15847/tid=15849] ppid=15844 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15847/task/15849/stat : 15849 (java) R 15844 15847 14912 0 -1 4202560 7572 0 0 0 27 2 0 0 20 0 20 0 106622817 14669148160 12696 33554432000 4194304 4196468 140736213085632 139678167791440 139678163591770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15850] ppid=15844 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15850/stat : 15850 (java) S 15844 15847 14912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106622818 14669148160 12696 33554432000 4194304 4196468 140736213085632 139678116190480 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15851] ppid=15844 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15851/stat : 15851 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669148160 12696 33554432000 4194304 4196468 140736213085632 139678115137936 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15852] ppid=15844 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15852/stat : 15852 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669148160 12696 33554432000 4194304 4196468 140736213085632 139678114085392 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15853] ppid=15844 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15853/stat : 15853 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669148160 12696 33554432000 4194304 4196468 140736213085632 139678113032848 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15854] ppid=15844 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/15847/task/15854/stat : 15854 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669148160 12696 33554432000 4194304 4196468 140736213085632 139678111980304 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15855] ppid=15844 vsize=14325340 memory=140524283589551 CPUtime=0 cores=0-7
/proc/15847/task/15855/stat : 15855 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669148160 12696 33554432000 4194304 4196468 140736213085632 139678110927760 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15856] ppid=15844 vsize=14325340 memory=140524283591856 CPUtime=0 cores=0-7
/proc/15847/task/15856/stat : 15856 (java) S 15844 15847 14912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106622818 14669148160 12696 33554432000 4194304 4196468 140736213085632 139678109875216 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15857] ppid=15844 vsize=14325340 memory=140524283594160 CPUtime=0 cores=0-7
/proc/15847/task/15857/stat : 15857 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14669148160 12696 33554432000 4194304 4196468 140736213085632 139677751504016 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15858] ppid=15844 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15858/stat : 15858 (java) S 15844 15847 14912 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 106622820 14669148160 12696 33554432000 4194304 4196468 140736213085632 139677486999536 139678163581570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15859] ppid=15844 vsize=14325340 memory=281048567195280 CPUtime=0 cores=0-7
/proc/15847/task/15859/stat : 15859 (java) S 15844 15847 14912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106622820 14669148160 12696 33554432000 4194304 4196468 140736213085632 139677485945760 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15860] ppid=15844 vsize=14325340 memory=281048567202192 CPUtime=0 cores=0-7
/proc/15847/task/15860/stat : 15860 (java) S 15844 15847 14912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106622820 14669148160 12696 33554432000 4194304 4196468 140736213085632 139677484893168 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15861] ppid=15844 vsize=14325340 memory=281048567143472 CPUtime=0 cores=0-7
/proc/15847/task/15861/stat : 15861 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622823 14669148160 12696 33554432000 4194304 4196468 140736213085632 139677483841744 139678163589019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15862] ppid=15844 vsize=14325340 memory=281048567216016 CPUtime=0.03 cores=0-7
/proc/15847/task/15862/stat : 15862 (java) S 15844 15847 14912 0 -1 1077944384 652 0 0 0 3 0 0 0 20 0 20 0 106622823 14669148160 12696 33554432000 4194304 4196468 140736213085632 139677482789360 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15863] ppid=15844 vsize=14325340 memory=281048567222928 CPUtime=0.03 cores=0-7
/proc/15847/task/15863/stat : 15863 (java) S 15844 15847 14912 0 -1 1077944384 175 0 0 0 3 0 0 0 20 0 20 0 106622823 14669148160 12696 33554432000 4194304 4196468 140736213085632 139677481736816 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15864] ppid=15844 vsize=14325340 memory=281048567220624 CPUtime=0.03 cores=0-7
/proc/15847/task/15864/stat : 15864 (java) S 15844 15847 14912 0 -1 1077944384 275 0 0 0 3 0 0 0 20 0 20 0 106622823 14669148160 12696 33554432000 4194304 4196468 140736213085632 139677480684272 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15865] ppid=15844 vsize=14325340 memory=281048567237232 CPUtime=0.08 cores=0-7
/proc/15847/task/15865/stat : 15865 (java) R 15844 15847 14912 0 -1 4202560 447 0 0 0 8 0 0 0 20 0 20 0 106622823 14669148160 12696 33554432000 4194304 4196468 140736213085632 139677479631728 139678163582358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15866] ppid=15844 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15866/stat : 15866 (java) S 15844 15847 14912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106622823 14669148160 12696 33554432000 4194304 4196468 140736213085632 139677478578400 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15867] ppid=15844 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/15847/task/15867/stat : 15867 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622823 14669148160 12696 33554432000 4194304 4196468 140736213085632 139677477525936 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50784 KiB

[startup+0.700943 s]
/proc/loadavg: 7.17 5.47 3.34 5/199 15867
/proc/meminfo: memFree=31383364/32770624 swapFree=67108860/67108860
[pid=15847] ppid=15844 vsize=14327388 memory=116208 CPUtime=1.59 cores=0-7
/proc/15847/stat : 15847 (java) S 15844 15847 14912 0 -1 1077944320 13526 0 0 0 154 5 0 0 20 0 20 0 106622817 14671245312 29052 33554432000 4194304 4196468 140736213085632 140736213068176 139678163570423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
/proc/15847/statm: 3581847 29052 3767 1 0 3569562 0
[pid=15847/tid=15849] ppid=15844 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/15847/task/15849/stat : 15849 (java) R 15844 15847 14912 0 -1 4202560 8333 0 0 0 64 3 0 0 20 0 20 0 106622817 14671245312 29052 33554432000 4194304 4196468 140736213085632 139678167806304 139677792342462 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15850] ppid=15844 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15850/stat : 15850 (java) S 15844 15847 14912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106622818 14671245312 29052 33554432000 4194304 4196468 140736213085632 139678116190480 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15851] ppid=15844 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15851/stat : 15851 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14671245312 29052 33554432000 4194304 4196468 140736213085632 139678115137936 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15852] ppid=15844 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15852/stat : 15852 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14671245312 29052 33554432000 4194304 4196468 140736213085632 139678114085392 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15853] ppid=15844 vsize=14327388 memory=1712 CPUtime=0 cores=0-7
/proc/15847/task/15853/stat : 15853 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14671245312 29052 33554432000 4194304 4196468 140736213085632 139678113032848 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15854] ppid=15844 vsize=14327388 memory=4612 CPUtime=0 cores=0-7
/proc/15847/task/15854/stat : 15854 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14671245312 29052 33554432000 4194304 4196468 140736213085632 139678111980304 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15855] ppid=15844 vsize=14327388 memory=1004 CPUtime=0 cores=0-7
/proc/15847/task/15855/stat : 15855 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14671245312 29052 33554432000 4194304 4196468 140736213085632 139678110927760 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15856] ppid=15844 vsize=14327388 memory=1200 CPUtime=0 cores=0-7
/proc/15847/task/15856/stat : 15856 (java) S 15844 15847 14912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106622818 14671245312 29052 33554432000 4194304 4196468 140736213085632 139678109875216 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15857] ppid=15844 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/15847/task/15857/stat : 15857 (java) S 15844 15847 14912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106622818 14671245312 29052 33554432000 4194304 4196468 140736213085632 139677751504016 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15858] ppid=15844 vsize=14327388 memory=16968 CPUtime=0 cores=0-7
/proc/15847/task/15858/stat : 15858 (java) S 15844 15847 14912 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 106622820 14671245312 29052 33554432000 4194304 4196468 140736213085632 139677486999536 139678163581570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0

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

Current children cumulated CPU time: 19336.1 s
Current children cumulated vsize: 15334040 KiB
Current children cumulated memory: 11539320 KiB

[startup+2521.6 s]
/proc/loadavg: 8.69 8.09 7.61 9/213 15917
/proc/meminfo: memFree=19904028/32770624 swapFree=67108860/67108860
[pid=15847] ppid=15844 vsize=15334040 memory=11539320 CPUtime=19342.5 cores=0-7
/proc/15847/stat : 15847 (java) S 15844 15847 14912 0 -1 1077944320 4647421 0 0 0 1927081 7167 0 0 20 0 35 0 106622817 15702056960 2884830 33554432000 4194304 4196468 140736213085632 140736213068176 139678163570423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
/proc/15847/statm: 3833510 2884830 3874 1 0 3821225 0
[pid=15847/tid=15849] ppid=15844 vsize=15334040 memory=11539320 CPUtime=34.44 cores=0-7
/proc/15847/task/15849/stat : 15849 (java) S 15844 15847 14912 0 -1 1077944384 19372 0 0 0 3430 14 0 0 20 0 35 0 106622817 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678167813296 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15850] ppid=15844 vsize=15334040 memory=11539320 CPUtime=2401.66 cores=0-7
/proc/15847/task/15850/stat : 15850 (java) R 15844 15847 14912 0 -1 4202560 257570 0 0 0 239340 826 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678116190680 139678148268062 0 4 0 16800975 0 0 0 -1 6 0 0 61 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15851] ppid=15844 vsize=15334040 memory=4420 CPUtime=2395.06 cores=0-7
/proc/15847/task/15851/stat : 15851 (java) R 15844 15847 14912 0 -1 4202560 275225 0 0 0 238637 869 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678115138136 139678145166864 0 4 0 16800975 0 0 0 -1 4 0 0 60 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15852] ppid=15844 vsize=15334040 memory=4872558044660077418 CPUtime=2398.46 cores=0-7
/proc/15847/task/15852/stat : 15852 (java) R 15844 15847 14912 0 -1 4202560 253374 0 0 0 238996 850 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678114085280 139678148521416 0 4 0 16800975 0 0 0 -1 1 0 0 57 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15853] ppid=15844 vsize=15334040 memory=11539320 CPUtime=2399.52 cores=0-7
/proc/15847/task/15853/stat : 15853 (java) R 15844 15847 14912 0 -1 4202560 270022 0 0 0 239143 809 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678113033048 139678148268062 0 4 0 16800975 0 0 0 -1 2 0 0 62 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15854] ppid=15844 vsize=15334040 memory=11539320 CPUtime=2400.58 cores=0-7
/proc/15847/task/15854/stat : 15854 (java) R 15844 15847 14912 0 -1 4202560 267303 0 0 0 239265 793 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678111980504 139678148268198 0 4 0 16800975 0 0 0 -1 5 0 0 59 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15855] ppid=15844 vsize=15334040 memory=16236 CPUtime=2395.93 cores=0-7
/proc/15847/task/15855/stat : 15855 (java) R 15844 15847 14912 0 -1 4202560 271530 0 0 0 238797 796 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678110925168 139678148521416 0 4 0 16800975 0 0 0 -1 3 0 0 57 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15856] ppid=15844 vsize=15334040 memory=6791534058613427641 CPUtime=2397.46 cores=0-7
/proc/15847/task/15856/stat : 15856 (java) R 15844 15847 14912 0 -1 4202560 242385 0 0 0 238928 818 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678109875416 139678148268036 0 4 0 16800975 0 0 0 -1 0 0 0 63 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15857] ppid=15844 vsize=15334040 memory=12068 CPUtime=2400.01 cores=0-7
/proc/15847/task/15857/stat : 15857 (java) R 15844 15847 14912 0 -1 4202560 274142 0 0 0 239131 870 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677751501704 139678148268070 0 4 0 16800975 0 0 0 -1 7 0 0 62 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15858] ppid=15844 vsize=15334040 memory=11539320 CPUtime=55.55 cores=0-7
/proc/15847/task/15858/stat : 15858 (java) S 15844 15847 14912 0 -1 1077944384 2437680 0 0 0 5118 437 0 0 20 0 35 0 106622820 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677486997856 139678163580629 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15859] ppid=15844 vsize=15334040 memory=11539320 CPUtime=0 cores=0-7
/proc/15847/task/15859/stat : 15859 (java) S 15844 15847 14912 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 35 0 106622820 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677485945824 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15860] ppid=15844 vsize=15334040 memory=11539320 CPUtime=0 cores=0-7
/proc/15847/task/15860/stat : 15860 (java) S 15844 15847 14912 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 35 0 106622820 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677484893184 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15861] ppid=15844 vsize=15334040 memory=11539320 CPUtime=0 cores=0-7
/proc/15847/task/15861/stat : 15861 (java) S 15844 15847 14912 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677483841392 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15862] ppid=15844 vsize=15334040 memory=6944656592455359580 CPUtime=3.19 cores=0-7
/proc/15847/task/15862/stat : 15862 (java) S 15844 15847 14912 0 -1 1077944384 11006 0 0 0 316 3 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677482789360 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15863] ppid=15844 vsize=15334040 memory=6944656592455097440 CPUtime=3.04 cores=0-7
/proc/15847/task/15863/stat : 15863 (java) S 15844 15847 14912 0 -1 1077944384 9883 0 0 0 302 2 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677481736816 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15864] ppid=15844 vsize=15334040 memory=56 CPUtime=2.94 cores=0-7
/proc/15847/task/15864/stat : 15864 (java) S 15844 15847 14912 0 -1 1077944384 11019 0 0 0 291 3 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677480684272 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15865] ppid=15844 vsize=15334040 memory=6944652177228980320 CPUtime=1.2 cores=0-7
/proc/15847/task/15865/stat : 15865 (java) S 15844 15847 14912 0 -1 1077944384 11547 0 0 0 117 3 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677479631728 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15866] ppid=15844 vsize=15334040 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/15847/task/15866/stat : 15866 (java) S 15844 15847 14912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677478578400 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15867] ppid=15844 vsize=15334040 memory=6943526294502006880 CPUtime=0.92 cores=0-7
/proc/15847/task/15867/stat : 15867 (java) S 15844 15847 14912 0 -1 1077944384 5594 0 0 0 51 41 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677477525936 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15868] ppid=15844 vsize=15334040 memory=1732 CPUtime=0 cores=0-7
/proc/15847/task/15868/stat : 15868 (java) S 15844 15847 14912 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 35 0 106628262 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677467239168 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15869] ppid=15844 vsize=15334040 memory=1948 CPUtime=0.08 cores=0-7
/proc/15847/task/15869/stat : 15869 (java) S 15844 15847 14912 0 -1 1077944384 2742 0 0 0 6 2 0 0 20 0 35 0 106628273 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677464088240 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15870] ppid=15844 vsize=15334040 memory=800 CPUtime=6.54 cores=0-7
/proc/15847/task/15870/stat : 15870 (java) S 15844 15847 14912 0 -1 1077944384 2482 0 0 0 649 5 0 0 20 0 35 0 106628283 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677460934400 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15871] ppid=15844 vsize=15334040 memory=12068 CPUtime=6.48 cores=0-7
/proc/15847/task/15871/stat : 15871 (java) S 15844 15847 14912 0 -1 1077944384 2754 0 0 0 639 9 0 0 20 0 35 0 106628284 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677459882384 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15872] ppid=15844 vsize=15334040 memory=1440 CPUtime=6.57 cores=0-7
/proc/15847/task/15872/stat : 15872 (java) S 15844 15847 14912 0 -1 1077944384 3118 0 0 0 652 5 0 0 20 0 35 0 106628284 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677458829312 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15873] ppid=15844 vsize=15334040 memory=0 CPUtime=6.53 cores=0-7
/proc/15847/task/15873/stat : 15873 (java) S 15844 15847 14912 0 -1 1077944384 3643 0 0 0 640 13 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677457778064 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15874] ppid=15844 vsize=15334040 memory=208572201860080 CPUtime=6.53 cores=0-7
/proc/15847/task/15874/stat : 15874 (java) S 15844 15847 14912 0 -1 1077944384 3471 0 0 0 649 4 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677456722880 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15875] ppid=15844 vsize=15334040 memory=208572201860081 CPUtime=6.52 cores=0-7
/proc/15847/task/15875/stat : 15875 (java) S 15844 15847 14912 0 -1 1077944384 3214 0 0 0 644 8 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677455670336 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15876] ppid=15844 vsize=15334040 memory=0 CPUtime=0 cores=0-7
/proc/15847/task/15876/stat : 15876 (java) S 15844 15847 14912 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677454623648 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15877] ppid=15844 vsize=15334040 memory=208572201860070 CPUtime=6.51 cores=0-7
/proc/15847/task/15877/stat : 15877 (java) S 15844 15847 14912 0 -1 1077944384 2654 0 0 0 644 7 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677453565376 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15878] ppid=15844 vsize=15334040 memory=6791534058613427641 CPUtime=6.52 cores=0-7
/proc/15847/task/15878/stat : 15878 (java) S 15844 15847 14912 0 -1 1077944384 4069 0 0 0 644 8 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677452514560 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15879] ppid=15844 vsize=15334040 memory=960 CPUtime=0 cores=0-7
/proc/15847/task/15879/stat : 15879 (java) S 15844 15847 14912 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677451466016 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15880] ppid=15844 vsize=15334040 memory=11539320 CPUtime=0 cores=0-7
/proc/15847/task/15880/stat : 15880 (java) S 15844 15847 14912 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677450413472 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15881] ppid=15844 vsize=15334040 memory=11539320 CPUtime=0 cores=0-7
/proc/15847/task/15881/stat : 15881 (java) S 15844 15847 14912 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677449360928 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15882] ppid=15844 vsize=15334040 memory=932 CPUtime=0 cores=0-7
/proc/15847/task/15882/stat : 15882 (java) S 15844 15847 14912 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 106628288 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677448307360 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
Current children cumulated CPU time: 19342.5 s
Current children cumulated vsize: 15334040 KiB
Current children cumulated memory: 11539320 KiB

[startup+2522 s]*
/proc/loadavg: 8.69 8.09 7.61 9/213 15917
/proc/meminfo: memFree=19903904/32770624 swapFree=67108860/67108860
[pid=15847] ppid=15844 vsize=15334040 memory=11539320 CPUtime=19345.7 cores=0-7
/proc/15847/stat : 15847 (java) S 15844 15847 14912 0 -1 1077944320 4647583 0 0 0 1927404 7167 0 0 20 0 35 0 106622817 15702056960 2884830 33554432000 4194304 4196468 140736213085632 140736213068176 139678163570423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
/proc/15847/statm: 3833510 2884830 3874 1 0 3821225 0
[pid=15847/tid=15849] ppid=15844 vsize=15334040 memory=1236 CPUtime=34.44 cores=0-7
/proc/15847/task/15849/stat : 15849 (java) S 15844 15847 14912 0 -1 1077944384 19372 0 0 0 3430 14 0 0 20 0 35 0 106622817 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678167813296 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15850] ppid=15844 vsize=15334040 memory=932 CPUtime=2402.07 cores=0-7
/proc/15847/task/15850/stat : 15850 (java) R 15844 15847 14912 0 -1 4202560 257596 0 0 0 239381 826 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678116190064 139678156198631 0 4 0 16800975 0 0 0 -1 6 0 0 61 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15851] ppid=15844 vsize=15334040 memory=4872558044660077418 CPUtime=2395.47 cores=0-7
/proc/15847/task/15851/stat : 15851 (java) R 15844 15847 14912 0 -1 4202560 275271 0 0 0 238678 869 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678115138136 139678148268062 0 4 0 16800975 0 0 0 -1 4 0 0 60 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15852] ppid=15844 vsize=15334040 memory=6943526294502006880 CPUtime=2398.86 cores=0-7
/proc/15847/task/15852/stat : 15852 (java) R 15844 15847 14912 0 -1 4202560 253389 0 0 0 239036 850 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678114085288 139678156198631 0 4 0 16800975 0 0 0 -1 1 0 0 57 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15853] ppid=15844 vsize=15334040 memory=6944656592455097440 CPUtime=2399.93 cores=0-7
/proc/15847/task/15853/stat : 15853 (java) R 15844 15847 14912 0 -1 4202560 270030 0 0 0 239184 809 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678113032432 139678156198631 0 4 0 16800975 0 0 0 -1 2 0 0 62 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15854] ppid=15844 vsize=15334040 memory=6943526294502006880 CPUtime=2400.99 cores=0-7
/proc/15847/task/15854/stat : 15854 (java) R 15844 15847 14912 0 -1 4202560 267305 0 0 0 239306 793 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678111980200 139678156198631 0 4 0 16800975 0 0 0 -1 5 0 0 59 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15855] ppid=15844 vsize=15334040 memory=6944656592387989600 CPUtime=2396.34 cores=0-7
/proc/15847/task/15855/stat : 15855 (java) R 15844 15847 14912 0 -1 4202560 271542 0 0 0 238838 796 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678110927344 139678156198631 0 4 0 16800975 0 0 0 -1 3 0 0 57 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15856] ppid=15844 vsize=15334040 memory=6943526294502006880 CPUtime=2397.86 cores=0-7
/proc/15847/task/15856/stat : 15856 (java) R 15844 15847 14912 0 -1 4202560 242393 0 0 0 238968 818 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139678109874800 139678156198631 0 4 0 16800975 0 0 0 -1 0 0 0 63 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15857] ppid=15844 vsize=15334040 memory=6943526294502006880 CPUtime=2400.4 cores=0-7
/proc/15847/task/15857/stat : 15857 (java) R 15844 15847 14912 0 -1 4202560 274187 0 0 0 239169 871 0 0 20 0 35 0 106622818 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677751503912 139678156198631 0 4 0 16800975 0 0 0 -1 7 0 0 62 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15858] ppid=15844 vsize=15334040 memory=6153985703205688938 CPUtime=55.55 cores=0-7
/proc/15847/task/15858/stat : 15858 (java) S 15844 15847 14912 0 -1 1077944384 2437680 0 0 0 5118 437 0 0 20 0 35 0 106622820 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677486997856 139678163580629 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15859] ppid=15844 vsize=15334040 memory=6153985703205688938 CPUtime=0 cores=0-7
/proc/15847/task/15859/stat : 15859 (java) S 15844 15847 14912 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 35 0 106622820 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677485945824 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15860] ppid=15844 vsize=15334040 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15847/task/15860/stat : 15860 (java) S 15844 15847 14912 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 35 0 106622820 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677484893184 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15861] ppid=15844 vsize=15334040 memory=12068 CPUtime=0 cores=0-7
/proc/15847/task/15861/stat : 15861 (java) S 15844 15847 14912 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677483841392 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15862] ppid=15844 vsize=15334040 memory=1440 CPUtime=3.19 cores=0-7
/proc/15847/task/15862/stat : 15862 (java) S 15844 15847 14912 0 -1 1077944384 11006 0 0 0 316 3 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677482789360 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15863] ppid=15844 vsize=15334040 memory=5792 CPUtime=3.04 cores=0-7
/proc/15847/task/15863/stat : 15863 (java) S 15844 15847 14912 0 -1 1077944384 9883 0 0 0 302 2 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677481736576 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15864] ppid=15844 vsize=15334040 memory=1224 CPUtime=2.94 cores=0-7
/proc/15847/task/15864/stat : 15864 (java) S 15844 15847 14912 0 -1 1077944384 11019 0 0 0 291 3 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677480684320 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15865] ppid=15844 vsize=15334040 memory=8564 CPUtime=1.2 cores=0-7
/proc/15847/task/15865/stat : 15865 (java) S 15844 15847 14912 0 -1 1077944384 11547 0 0 0 117 3 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677479631728 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15866] ppid=15844 vsize=15334040 memory=1712 CPUtime=0 cores=0-7
/proc/15847/task/15866/stat : 15866 (java) S 15844 15847 14912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677478578400 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15867] ppid=15844 vsize=15334040 memory=4612 CPUtime=0.92 cores=0-7
/proc/15847/task/15867/stat : 15867 (java) S 15844 15847 14912 0 -1 1077944384 5594 0 0 0 51 41 0 0 20 0 35 0 106622823 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677477525936 139678163581570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15868] ppid=15844 vsize=15334040 memory=1004 CPUtime=0 cores=0-7
/proc/15847/task/15868/stat : 15868 (java) S 15844 15847 14912 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 35 0 106628262 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677467239168 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15869] ppid=15844 vsize=15334040 memory=1156 CPUtime=0.08 cores=0-7
/proc/15847/task/15869/stat : 15869 (java) S 15844 15847 14912 0 -1 1077944384 2742 0 0 0 6 2 0 0 20 0 35 0 106628273 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677464088240 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15870] ppid=15844 vsize=15334040 memory=4132 CPUtime=6.54 cores=0-7
/proc/15847/task/15870/stat : 15870 (java) S 15844 15847 14912 0 -1 1077944384 2482 0 0 0 649 5 0 0 20 0 35 0 106628283 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677460934400 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15871] ppid=15844 vsize=15334040 memory=11539320 CPUtime=6.48 cores=0-7
/proc/15847/task/15871/stat : 15871 (java) S 15844 15847 14912 0 -1 1077944384 2754 0 0 0 639 9 0 0 20 0 35 0 106628284 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677459882384 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15872] ppid=15844 vsize=15334040 memory=6791534058613427641 CPUtime=6.57 cores=0-7
/proc/15847/task/15872/stat : 15872 (java) S 15844 15847 14912 0 -1 1077944384 3118 0 0 0 652 5 0 0 20 0 35 0 106628284 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677458829312 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15873] ppid=15844 vsize=15334040 memory=4872558044660077418 CPUtime=6.53 cores=0-7
/proc/15847/task/15873/stat : 15873 (java) S 15844 15847 14912 0 -1 1077944384 3643 0 0 0 640 13 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677457778064 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15874] ppid=15844 vsize=15334040 memory=0 CPUtime=6.53 cores=0-7
/proc/15847/task/15874/stat : 15874 (java) S 15844 15847 14912 0 -1 1077944384 3471 0 0 0 649 4 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677456722880 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15875] ppid=15844 vsize=15334040 memory=4100 CPUtime=6.52 cores=0-7
/proc/15847/task/15875/stat : 15875 (java) S 15844 15847 14912 0 -1 1077944384 3214 0 0 0 644 8 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677455670336 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15876] ppid=15844 vsize=15334040 memory=30292 CPUtime=0 cores=0-7
/proc/15847/task/15876/stat : 15876 (java) S 15844 15847 14912 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677454623648 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15877] ppid=15844 vsize=15334040 memory=1292 CPUtime=6.51 cores=0-7
/proc/15847/task/15877/stat : 15877 (java) S 15844 15847 14912 0 -1 1077944384 2654 0 0 0 644 7 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677453565376 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15878] ppid=15844 vsize=15334040 memory=4388 CPUtime=6.52 cores=0-7
/proc/15847/task/15878/stat : 15878 (java) S 15844 15847 14912 0 -1 1077944384 4069 0 0 0 644 8 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677452514560 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15879] ppid=15844 vsize=15334040 memory=1236 CPUtime=0 cores=0-7
/proc/15847/task/15879/stat : 15879 (java) S 15844 15847 14912 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677451466016 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15880] ppid=15844 vsize=15334040 memory=11539320 CPUtime=0 cores=0-7
/proc/15847/task/15880/stat : 15880 (java) S 15844 15847 14912 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677450413472 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15881] ppid=15844 vsize=15334040 memory=1568 CPUtime=0 cores=0-7
/proc/15847/task/15881/stat : 15881 (java) S 15844 15847 14912 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 106628287 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677449360928 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
[pid=15847/tid=15882] ppid=15844 vsize=15334040 memory=2448 CPUtime=0 cores=0-7
/proc/15847/task/15882/stat : 15882 (java) S 15844 15847 14912 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 106628288 15702056960 2884830 33554432000 4194304 4196468 140736213085632 139677448307360 139678163580629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13479936 140736213087329 140736213087515 140736213087515 140736213090255 0
Current children cumulated CPU time: 19345.7 s
Current children cumulated vsize: 15334040 KiB
Current children cumulated memory: 11539320 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.09
CPU time (s): 19345.8
CPU user time (s): 19274.1
CPU system time (s): 71.7607
CPU usage (%): 767.056
Max. virtual memory (cumulated for all children) (KiB): 15334040
Max. memory (cumulated for all children) (KiB): 11539320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19274.1
system time used= 71.7607
maximum resident set size= 11539988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4647596
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 227546
involuntary context switches= 455469


# summary of solver processes directly reported to runsolver:
#   pid: 15847
#   total CPU time (s): 19345.8
#   total CPU user time (s): 19274.1
#   total CPU system time (s): 71.7607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5562 second user time and 33.7126 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-14 20:14:53
IDJOB=4275361
IDBENCH=126964
IDSOLVER=2668
FILE ID=node113/4275361-1502735352
RUNJOBID= node113-1502726364-14939
PBS_JOBID= 20629044
Free space on /tmp= 61788 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-46.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-4275361-1502735352/watcher-4275361-1502735352 -o /tmp/evaluation-result-4275361-1502735352/solver-4275361-1502735352 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502726364-14939 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1746439932 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275361-1502735352.xml

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

MD5SUM BENCH= da30c9704654e0dc92087cfb273210f0
RANDOM SEED=1746439932

node113.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31451456 kB
MemAvailable:   31973880 kB
Buffers:          177212 kB
Cached:           620000 kB
SwapCached:            0 kB
Active:           623556 kB
Inactive:         228340 kB
Active(anon):       4248 kB
Inactive(anon):    77668 kB
Active(file):     619308 kB
Inactive(file):   150672 kB
Unevictable:        6588 kB
Mlocked:            6588 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44308 kB
Writeback:             4 kB
AnonPages:         60660 kB
Mapped:            44748 kB
Shmem:             25224 kB
Slab:             162908 kB
SReclaimable:     136556 kB
SUnreclaim:        26352 kB
KernelStack:        3232 kB
PageTables:         5176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61744 MiB
End job on node113 at 2017-08-14 20:56:55