Trace number 4249962

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
R1: OscaR - Conflict Ordering 2017-06-30? 1255.58 236.838

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os15/
SuperTaillard-os-15-22.xml
MD5SUM3ba855dc46a3fd367cb99709f0833fff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Number of domains86
Minimum domain size811
Maximum domain size909
Distribution of domain sizes[{"size":811,"count":4},{"size":812,"count":6},{"size":813,"count":4},{"size":814,"count":6},{"size":815,"count":6},{"size":816,"count":6},{"size":818,"count":6},{"size":820,"count":4},{"size":821,"count":8},{"size":822,"count":2},{"size":823,"count":2},{"size":824,"count":6},{"size":825,"count":2},{"size":826,"count":2},{"size":827,"count":12},{"size":828,"count":4},{"size":829,"count":4},{"size":830,"count":6},{"size":831,"count":2},{"size":832,"count":4},{"size":833,"count":12},{"size":834,"count":10},{"size":835,"count":2},{"size":837,"count":8},{"size":838,"count":8},"...",{"size":878,"count":6}, {"size":879,"count":2}, {"size":880,"count":2}, {"size":881,"count":6}, {"size":882,"count":6}, {"size":884,"count":4}, {"size":885,"count":6}, {"size":886,"count":6}, {"size":887,"count":4}, {"size":888,"count":4}, {"size":889,"count":2}, {"size":890,"count":8}, {"size":891,"count":6}, {"size":892,"count":6}, {"size":893,"count":6}, {"size":894,"count":8}, {"size":895,"count":8}, {"size":896,"count":8}, {"size":898,"count":4}, {"size":901,"count":4}, {"size":902,"count":4}, {"size":905,"count":6}, {"size":906,"count":2}, {"size":907,"count":10}, {"size":909,"count":4}]
Minimum variable degree29
Maximum variable degree57
Distribution of variable degrees[{"degree":29,"count":225},{"degree":57,"count":225}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9675}]
Number of extensional constraints0
Number of intensional constraints9675
Distribution of constraint types[{"type":"intension","count":9675}]
Optimization problemNO
Type of objective

Solver Data

0.42/0.30	c version: 2017-06-30
0.42/0.30	c seed: 1093020531
0.42/0.30	c timeout: 2400
0.42/0.30	c memlimit: 15500
0.42/0.30	c nbcore: 8
0.42/0.32	c Parsing instance...
1255.44/236.78	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1255.44/236.78		at java.util.Arrays.copyOf(Arrays.java:3181)
1255.44/236.78		at java.util.ArrayList.grow(ArrayList.java:261)
1255.44/236.78		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
1255.44/236.78		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
1255.44/236.78		at java.util.ArrayList.add(ArrayList.java:458)
1255.44/236.78		at org.xcsp.parser.loaders.CtrLoaderInteger.intensionToExtension(CtrLoaderInteger.java:225)
1255.44/236.78		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:392)
1255.44/236.78		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1255.44/236.78		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1255.44/236.78		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1255.44/236.78		at org.xcsp.parser.XCallbacks$$Lambda$39/1499867659.accept(Unknown Source)
1255.44/236.78		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1255.44/236.78		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1255.44/236.78		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1255.44/236.78		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1255.44/236.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1255.44/236.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1255.44/236.78		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1255.44/236.78		at oscar.xcsp3.XCSP3Parser2.<init>(Parser2.scala:62)
1255.44/236.78		at oscar.xcsp3.XCSP3Parser2$.parse(Parser2.scala:878)
1255.44/236.78		at oscar.xcsp3.competition.solvers.ConfOrderSolver$.runSolver(ConfOrderSolver.scala:26)
1255.44/236.78		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
1255.44/236.78		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
1255.44/236.78		at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
1255.44/236.78		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
1255.44/236.78		at scala.App$$anonfun$main$1.apply(App.scala:76)
1255.44/236.78		at scala.App$$anonfun$main$1.apply(App.scala:76)
1255.44/236.78		at scala.collection.immutable.List.foreach(List.scala:383)
1255.44/236.78		at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
1255.44/236.78		at scala.App$class.main(App.scala:76)
1255.44/236.78		at oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
1255.44/236.78		at oscar.xcsp3.competition.solvers.ConfOrderSolver.main(ConfOrderSolver.scala)
1255.44/236.78	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249962-1500769047/watcher-4249962-1500769047 -o /tmp/evaluation-result-4249962-1500769047/solver-4249962-1500769047 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node115-1500750628-23271 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1093020531 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4249962-1500769047.xml 

pid=25547
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.54 1.91 1.84 4/261 25550
/proc/meminfo: memFree=31191000/32770624 swapFree=5848/314100
[pid=25550] ppid=25547 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/stat : 25550 (java) S 25547 25550 23240 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 12173821 369864704 1925 33554432000 4194304 4196468 140722681407856 140722681390400 140220502101751 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
/proc/25550/statm: 90299 1925 1072 1 0 79210 0
[pid=25550/tid=25551] ppid=25547 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25551/stat : 25551 (java) S 25547 25550 23240 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 12173821 369864704 1925 33554432000 4194304 4196468 140722681407856 140220506343840 140220502112898 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0

[startup+0.100125 s]
/proc/loadavg: 2.54 1.91 1.84 4/261 25550
/proc/meminfo: memFree=31191000/32770624 swapFree=5848/314100
[pid=25550] ppid=25547 vsize=13263912 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/25550/stat : 25550 (java) S 25547 25550 23240 0 -1 1077944320 6064 0 0 0 9 1 0 0 20 0 20 0 12173821 13582245888 6340 33554432000 4194304 4196468 140722681407856 140722681390400 140220502101751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
/proc/25550/statm: 3315978 6340 2846 1 0 3303698 0
[pid=25550/tid=25551] ppid=25547 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25551/stat : 25551 (java) R 25547 25550 23240 0 -1 4202560 4150 0 0 0 8 0 0 0 20 0 20 0 12173821 13582245888 6340 33554432000 4194304 4196468 140722681407856 140220506339760 140220458736613 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200439 s]
/proc/loadavg: 2.54 1.91 1.84 4/261 25550
/proc/meminfo: memFree=31191000/32770624 swapFree=5848/314100
[pid=25550] ppid=25547 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/25550/stat : 25550 (java) S 25547 25550 23240 0 -1 1077944320 8912 0 0 0 24 2 0 0 20 0 20 0 12173821 13582245888 8883 33554432000 4194304 4196468 140722681407856 140722681390400 140220502101751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
/proc/25550/statm: 3315978 8883 3540 1 0 3303698 0
[pid=25550/tid=25551] ppid=25547 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25551/stat : 25551 (java) R 25547 25550 23240 0 -1 4202560 6631 0 0 0 17 1 0 0 20 0 20 0 12173821 13582245888 8883 33554432000 4194304 4196468 140722681407856 140220506318432 140220502123677 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300399 s]
/proc/loadavg: 2.54 1.91 1.84 4/261 25550
/proc/meminfo: memFree=31191000/32770624 swapFree=5848/314100
[pid=25550] ppid=25547 vsize=13263912 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/25550/stat : 25550 (java) S 25547 25550 23240 0 -1 1077944320 9912 0 0 0 40 2 0 0 20 0 20 0 12173821 13582245888 11169 33554432000 4194304 4196468 140722681407856 140722681390400 140220502101751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
/proc/25550/statm: 3315978 11169 3630 1 0 3303698 0
[pid=25550/tid=25551] ppid=25547 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25551/stat : 25551 (java) R 25547 25550 23240 0 -1 4202560 7350 0 0 0 26 1 0 0 20 0 20 0 12173821 13582245888 11169 33554432000 4194304 4196468 140722681407856 140220506327536 140220486182238 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700256 s]
/proc/loadavg: 2.54 1.91 1.84 4/261 25550
/proc/meminfo: memFree=31191000/32770624 swapFree=5848/314100
[pid=25550] ppid=25547 vsize=13265980 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/25550/stat : 25550 (java) S 25547 25550 23240 0 -1 1077944320 13713 0 0 0 153 4 0 0 20 0 20 0 12173821 13584363520 22185 33554432000 4194304 4196468 140722681407856 140722681390400 140220502101751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
/proc/25550/statm: 3316495 22185 3772 1 0 3304210 0
[pid=25550/tid=25551] ppid=25547 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25551/stat : 25551 (java) R 25547 25550 23240 0 -1 4202560 8403 0 0 0 65 2 0 0 20 0 20 0 12173821 13584363520 22185 33554432000 4194304 4196468 140722681407856 140220506335976 140220099174823 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 13265980

[startup+1.50099 s]
/proc/loadavg: 2.54 1.91 1.84 3/281 25570
/proc/meminfo: memFree=31048104/32770624 swapFree=5848/314484
[pid=25550] ppid=25547 vsize=13265980 CPUtime=3.78 cores=0,2,4,6,8,10,12,14
/proc/25550/stat : 25550 (java) S 25547 25550 23240 0 -1 1077944320 20853 0 0 0 345 33 0 0 20 0 20 0 12173821 13584363520 60730 33554432000 4194304 4196468 140722681407856 140722681390400 140220502101751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
/proc/25550/statm: 3316495 60730 3808 1 0 3304210 0
[pid=25550/tid=25551] ppid=25547 vsize=13265980 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25551/stat : 25551 (java) R 25547 25550 23240 0 -1 4202560 9570 0 0 0 136 4 0 0 20 0 20 0 12173821 13584363520 60730 33554432000 4194304 4196468 140722681407856 140220506336008 140220099925588 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25553] ppid=25547 vsize=13265980 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25553/stat : 25553 (java) S 25547 25550 23240 0 -1 1077944384 85 0 0 0 2 3 0 0 20 0 20 0 12173822 13584363520 60730 33554432000 4194304 4196468 140722681407856 140220420581776 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25554] ppid=25547 vsize=13265980 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25554/stat : 25554 (java) S 25547 25550 23240 0 -1 1077944384 35 0 0 0 1 2 0 0 20 0 20 0 12173822 13584363520 60730 33554432000 4194304 4196468 140722681407856 140220419528976 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25555] ppid=25547 vsize=13265980 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25555/stat : 25555 (java) S 25547 25550 23240 0 -1 1077944384 89 0 0 0 2 3 0 0 20 0 20 0 12173822 13584363520 60730 33554432000 4194304 4196468 140722681407856 140220418476688 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25556] ppid=25547 vsize=13265980 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25556/stat : 25556 (java) S 25547 25550 23240 0 -1 1077944384 36 0 0 0 1 3 0 0 20 0 20 0 12173822 13584363520 60730 33554432000 4194304 4196468 140722681407856 140220417423888 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25557] ppid=25547 vsize=13265980 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25557/stat : 25557 (java) S 25547 25550 23240 0 -1 1077944384 76 0 0 0 2 3 0 0 20 0 20 0 12173822 13584363520 60730 33554432000 4194304 4196468 140722681407856 140220416371600 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25558] ppid=25547 vsize=13265980 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25558/stat : 25558 (java) S 25547 25550 23240 0 -1 1077944384 236 0 0 0 2 3 0 0 20 0 20 0 12173822 13584363520 60730 33554432000 4194304 4196468 140722681407856 140220095785744 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25559] ppid=25547 vsize=13265980 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25559/stat : 25559 (java) S 25547 25550 23240 0 -1 1077944384 49 0 0 0 2 3 0 0 20 0 20 0 12173822 13584363520 60730 33554432000 4194304 4196468 140722681407856 140220094733456 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25560] ppid=25547 vsize=13265980 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25560/stat : 25560 (java) S 25547 25550 23240 0 -1 1077944384 94 0 0 0 2 3 0 0 20 0 20 0 12173822 13584363520 60730 33554432000 4194304 4196468 140722681407856 140220093680656 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25561] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25561/stat : 25561 (java) S 25547 25550 23240 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 60730 33554432000 4194304 4196468 140722681407856 140219696666736 140220502112898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25562] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25562/stat : 25562 (java) S 25547 25550 23240 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 60730 33554432000 4194304 4196468 140722681407856 140219695612768 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25563] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25563/stat : 25563 (java) S 25547 25550 23240 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 60730 33554432000 4194304 4196468 140722681407856 140219694560368 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25564] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25564/stat : 25564 (java) S 25547 25550 23240 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12173828 13584363520 60730 33554432000 4194304 4196468 140722681407856 140219693508688 140220502120347 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25565] ppid=25547 vsize=13265980 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25565/stat : 25565 (java) S 25547 25550 23240 0 -1 1077944384 2287 0 0 0 48 0 0 0 20 0 20 0 12173828 13584363520 60730 33554432000 4194304 4196468 140722681407856 140219692456560 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25566] ppid=25547 vsize=13265980 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25566/stat : 25566 (java) S 25547 25550 23240 0 -1 1077944384 1774 0 0 0 49 0 0 0 20 0 20 0 12173828 13584363520 60730 33554432000 4194304 4196468 140722681407856 140219691403760 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25567] ppid=25547 vsize=13265980 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25567/stat : 25567 (java) S 25547 25550 23240 0 -1 1077944384 2483 0 0 0 50 0 0 0 20 0 20 0 12173828 13584363520 60730 33554432000 4194304 4196468 140722681407856 140219690351472 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25568] ppid=25547 vsize=13265980 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25568/stat : 25568 (java) S 25547 25550 23240 0 -1 1077944384 2372 0 0 0 39 0 0 0 20 0 20 0 12173828 13584363520 60730 33554432000 4194304 4196468 140722681407856 140219689298672 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25569] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25569/stat : 25569 (java) S 25547 25550 23240 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12173829 13584363520 60730 33554432000 4194304 4196468 140722681407856 140219688245600 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25570] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25570/stat : 25570 (java) S 25547 25550 23240 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12173829 13584363520 60730 33554432000 4194304 4196468 140722681407856 140219687192880 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 13265980

[startup+3.10098 s]
/proc/loadavg: 2.50 1.91 1.84 3/281 25570
/proc/meminfo: memFree=30856340/32770624 swapFree=5848/314480
[pid=25550] ppid=25547 vsize=13265980 CPUtime=6.82 cores=0,2,4,6,8,10,12,14
/proc/25550/stat : 25550 (java) S 25547 25550 23240 0 -1 1077944320 23035 0 0 0 559 123 0 0 20 0 20 0 12173821 13584363520 131706 33554432000 4194304 4196468 140722681407856 140722681390400 140220502101751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
/proc/25550/statm: 3316495 131706 3812 1 0 3304210 0
[pid=25550/tid=25551] ppid=25547 vsize=13265980 CPUtime=2.8 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25551/stat : 25551 (java) S 25547 25550 23240 0 -1 1077944384 10197 0 0 0 274 6 0 0 20 0 20 0 12173821 13584363520 131706 33554432000 4194304 4196468 140722681407856 140220506339184 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25553] ppid=25547 vsize=13265980 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25553/stat : 25553 (java) R 25547 25550 23240 0 -1 4202560 222 0 0 0 12 14 0 0 20 0 20 0 12173822 13584363520 131706 33554432000 4194304 4196468 140722681407856 140220420581976 140220487129634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25554] ppid=25547 vsize=13265980 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25554/stat : 25554 (java) R 25547 25550 23240 0 -1 4202560 138 0 0 0 11 12 0 0 20 0 20 0 12173822 13584363520 131706 33554432000 4194304 4196468 140722681407856 140220419529176 140220487129634 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25555] ppid=25547 vsize=13265980 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25555/stat : 25555 (java) R 25547 25550 23240 0 -1 4202560 182 0 0 0 11 14 0 0 20 0 20 0 12173822 13584363520 131706 33554432000 4194304 4196468 140722681407856 140220418476576 140220487129634 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25556] ppid=25547 vsize=13265980 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25556/stat : 25556 (java) R 25547 25550 23240 0 -1 4202560 120 0 0 0 10 13 0 0 20 0 20 0 12173822 13584363520 131706 33554432000 4194304 4196468 140722681407856 140220417424088 140220487129634 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25557] ppid=25547 vsize=13265980 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25557/stat : 25557 (java) R 25547 25550 23240 0 -1 4202560 243 0 0 0 11 15 0 0 20 0 20 0 12173822 13584363520 132218 33554432000 4194304 4196468 140722681407856 140220416371800 140220487129634 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25558] ppid=25547 vsize=13265980 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25558/stat : 25558 (java) R 25547 25550 23240 0 -1 4202560 330 0 0 0 11 14 0 0 20 0 20 0 12173822 13584363520 132218 33554432000 4194304 4196468 140722681407856 140220095785944 140220487129634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25559] ppid=25547 vsize=13265980 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25559/stat : 25559 (java) R 25547 25550 23240 0 -1 4202560 356 0 0 0 11 14 0 0 20 0 20 0 12173822 13584363520 132218 33554432000 4194304 4196468 140722681407856 140220094733656 140220487129634 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25560] ppid=25547 vsize=13265980 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25560/stat : 25560 (java) R 25547 25550 23240 0 -1 4202560 278 0 0 0 11 14 0 0 20 0 20 0 12173822 13584363520 132218 33554432000 4194304 4196468 140722681407856 140220093680856 140220487129170 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25561] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25561/stat : 25561 (java) S 25547 25550 23240 0 -1 1077944384 269 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 132218 33554432000 4194304 4196468 140722681407856 140219696665248 140220502111957 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25562] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25562/stat : 25562 (java) S 25547 25550 23240 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 132218 33554432000 4194304 4196468 140722681407856 140219695612768 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25563] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25563/stat : 25563 (java) S 25547 25550 23240 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 132218 33554432000 4194304 4196468 140722681407856 140219694560368 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25564] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25564/stat : 25564 (java) S 25547 25550 23240 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12173828 13584363520 132218 33554432000 4194304 4196468 140722681407856 140219693508688 140220502120347 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25565] ppid=25547 vsize=13265980 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25565/stat : 25565 (java) S 25547 25550 23240 0 -1 1077944384 2314 0 0 0 49 0 0 0 20 0 20 0 12173828 13584363520 132218 33554432000 4194304 4196468 140722681407856 140219692456560 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25566] ppid=25547 vsize=13265980 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25566/stat : 25566 (java) S 25547 25550 23240 0 -1 1077944384 1908 0 0 0 50 0 0 0 20 0 20 0 12173828 13584363520 132218 33554432000 4194304 4196468 140722681407856 140219691403760 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25567] ppid=25547 vsize=13265980 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25567/stat : 25567 (java) S 25547 25550 23240 0 -1 1077944384 2493 0 0 0 51 0 0 0 20 0 20 0 12173828 13584363520 132218 33554432000 4194304 4196468 140722681407856 140219690351472 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25568] ppid=25547 vsize=13265980 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25568/stat : 25568 (java) S 25547 25550 23240 0 -1 1077944384 2543 0 0 0 41 0 0 0 20 0 20 0 12173828 13584363520 132218 33554432000 4194304 4196468 140722681407856 140219689298672 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25569] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25569/stat : 25569 (java) S 25547 25550 23240 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12173829 13584363520 132218 33554432000 4194304 4196468 140722681407856 140219688245600 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25570] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25570/stat : 25570 (java) S 25547 25550 23240 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 12173829 13584363520 132218 33554432000 4194304 4196468 140722681407856 140219687192880 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 13265980

[startup+6.30104 s]
/proc/loadavg: 2.50 1.91 1.84 3/281 25570
/proc/meminfo: memFree=30507656/32770624 swapFree=5848/314480
[pid=25550] ppid=25547 vsize=13265980 CPUtime=14.53 cores=0,2,4,6,8,10,12,14
/proc/25550/stat : 25550 (java) S 25547 25550 23240 0 -1 1077944320 28551 0 0 0 1169 284 0 0 20 0 20 0 12173821 13584363520 215892 33554432000 4194304 4196468 140722681407856 140722681390400 140220502101751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
/proc/25550/statm: 3316495 215892 3828 1 0 3304210 0
[pid=25550/tid=25551] ppid=25547 vsize=13265980 CPUtime=3.98 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25551/stat : 25551 (java) R 25547 25550 23240 0 -1 4202560 10248 0 0 0 392 6 0 0 20 0 20 0 12173821 13584363520 215892 33554432000 4194304 4196468 140722681407856 140220506338616 140220096929078 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25553] ppid=25547 vsize=13265980 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25553/stat : 25553 (java) S 25547 25550 23240 0 -1 1077944384 843 0 0 0 54 35 0 0 20 0 20 0 12173822 13584363520 215892 33554432000 4194304 4196468 140722681407856 140220420581776 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25554] ppid=25547 vsize=13265980 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25554/stat : 25554 (java) S 25547 25550 23240 0 -1 1077944384 569 0 0 0 55 32 0 0 20 0 20 0 12173822 13584363520 215892 33554432000 4194304 4196468 140722681407856 140220419528976 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25555] ppid=25547 vsize=13265980 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25555/stat : 25555 (java) S 25547 25550 23240 0 -1 1077944384 679 0 0 0 55 34 0 0 20 0 20 0 12173822 13584363520 215892 33554432000 4194304 4196468 140722681407856 140220418476688 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25556] ppid=25547 vsize=13265980 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25556/stat : 25556 (java) S 25547 25550 23240 0 -1 1077944384 531 0 0 0 54 33 0 0 20 0 20 0 12173822 13584363520 215892 33554432000 4194304 4196468 140722681407856 140220417423888 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25557] ppid=25547 vsize=13265980 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25557/stat : 25557 (java) S 25547 25550 23240 0 -1 1077944384 444 0 0 0 55 35 0 0 20 0 20 0 12173822 13584363520 215892 33554432000 4194304 4196468 140722681407856 140220416371600 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25558] ppid=25547 vsize=13265980 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25558/stat : 25558 (java) S 25547 25550 23240 0 -1 1077944384 498 0 0 0 55 34 0 0 20 0 20 0 12173822 13584363520 215892 33554432000 4194304 4196468 140722681407856 140220095785744 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25559] ppid=25547 vsize=13265980 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25559/stat : 25559 (java) S 25547 25550 23240 0 -1 1077944384 781 0 0 0 55 34 0 0 20 0 20 0 12173822 13584363520 215892 33554432000 4194304 4196468 140722681407856 140220094733456 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25560] ppid=25547 vsize=13265980 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25560/stat : 25560 (java) S 25547 25550 23240 0 -1 1077944384 856 0 0 0 54 34 0 0 20 0 20 0 12173822 13584363520 215892 33554432000 4194304 4196468 140722681407856 140220093680656 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25561] ppid=25547 vsize=13265980 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25561/stat : 25561 (java) S 25547 25550 23240 0 -1 1077944384 2081 0 0 0 138 0 0 0 20 0 20 0 12173824 13584363520 215892 33554432000 4194304 4196468 140722681407856 140219696666736 140220502112898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25562] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25562/stat : 25562 (java) S 25547 25550 23240 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 215892 33554432000 4194304 4196468 140722681407856 140219695612768 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25563] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25563/stat : 25563 (java) S 25547 25550 23240 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 215892 33554432000 4194304 4196468 140722681407856 140219694560384 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25564] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

/proc/25550/task/25564/stat : 25564 (java) S 25547 25550 23240 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219693508688 140220502120347 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25565] ppid=25547 vsize=13265980 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25565/stat : 25565 (java) S 25547 25550 23240 0 -1 1077944384 4248 0 0 0 60 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219692456320 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25566] ppid=25547 vsize=13265980 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25566/stat : 25566 (java) S 25547 25550 23240 0 -1 1077944384 3187 0 0 0 59 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219691403808 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25567] ppid=25547 vsize=13265980 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25567/stat : 25567 (java) S 25547 25550 23240 0 -1 1077944384 3133 0 0 0 56 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219690351520 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25568] ppid=25547 vsize=13265980 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25568/stat : 25568 (java) S 25547 25550 23240 0 -1 1077944384 7403 0 0 0 53 1 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219689298720 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25569] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25569/stat : 25569 (java) S 25547 25550 23240 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12173829 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219688245600 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25570] ppid=25547 vsize=13265980 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25570/stat : 25570 (java) S 25547 25550 23240 0 -1 1077944384 424 0 0 0 5 3 0 0 20 0 20 0 12173829 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219687192880 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 42 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
Current children cumulated CPU time (s) 1242.9
Current children cumulated vsize (KiB) 13265980

[startup+235.201 s]
/proc/loadavg: 7.47 4.04 2.66 9/281 25580
/proc/meminfo: memFree=21300864/32770624 swapFree=5848/314544
[pid=25550] ppid=25547 vsize=13265980 CPUtime=1253.93 cores=0,2,4,6,8,10,12,14
/proc/25550/stat : 25550 (java) S 25547 25550 23240 0 -1 1077944320 170461 0 0 0 121245 4148 0 0 20 0 20 0 12173821 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140722681390400 140220502101751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
/proc/25550/statm: 3316495 2468310 3836 1 0 3304210 0
[pid=25550/tid=25551] ppid=25547 vsize=13265980 CPUtime=43.6 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25551/stat : 25551 (java) S 25547 25550 23240 0 -1 1077944384 17239 0 0 0 4352 8 0 0 20 0 20 0 12173821 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220506338608 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25553] ppid=25547 vsize=13265980 CPUtime=146.16 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25553/stat : 25553 (java) S 25547 25550 23240 0 -1 1077944384 12781 0 0 0 14098 518 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220420581776 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25554] ppid=25547 vsize=13265980 CPUtime=145.83 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25554/stat : 25554 (java) S 25547 25550 23240 0 -1 1077944384 12781 0 0 0 14078 505 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220419528976 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25555] ppid=25547 vsize=13265980 CPUtime=145 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25555/stat : 25555 (java) S 25547 25550 23240 0 -1 1077944384 10356 0 0 0 13980 520 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220418476688 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25556] ppid=25547 vsize=13265980 CPUtime=145.45 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25556/stat : 25556 (java) S 25547 25550 23240 0 -1 1077944384 12159 0 0 0 14032 513 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220417423888 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25557] ppid=25547 vsize=13265980 CPUtime=145.24 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25557/stat : 25557 (java) S 25547 25550 23240 0 -1 1077944384 11790 0 0 0 13995 529 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220416371600 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25558] ppid=25547 vsize=13265980 CPUtime=145.05 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25558/stat : 25558 (java) S 25547 25550 23240 0 -1 1077944384 11501 0 0 0 13984 521 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220095785744 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25559] ppid=25547 vsize=13265980 CPUtime=145.25 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25559/stat : 25559 (java) S 25547 25550 23240 0 -1 1077944384 11519 0 0 0 14009 516 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220094733456 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25560] ppid=25547 vsize=13265980 CPUtime=146.34 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25560/stat : 25560 (java) S 25547 25550 23240 0 -1 1077944384 12331 0 0 0 14132 502 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220093680656 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25561] ppid=25547 vsize=13265980 CPUtime=43.47 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25561/stat : 25561 (java) R 25547 25550 23240 0 -1 4202560 38181 0 0 0 4344 3 0 0 20 0 20 0 12173824 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219696665184 140220487098152 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25562] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25562/stat : 25562 (java) S 25547 25550 23240 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219695612768 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25563] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25563/stat : 25563 (java) S 25547 25550 23240 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219694560384 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25564] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25564/stat : 25564 (java) S 25547 25550 23240 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219693508688 140220502120347 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25565] ppid=25547 vsize=13265980 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25565/stat : 25565 (java) S 25547 25550 23240 0 -1 1077944384 4248 0 0 0 60 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219692456320 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25566] ppid=25547 vsize=13265980 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25566/stat : 25566 (java) S 25547 25550 23240 0 -1 1077944384 3187 0 0 0 59 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219691403808 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25567] ppid=25547 vsize=13265980 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25567/stat : 25567 (java) S 25547 25550 23240 0 -1 1077944384 3133 0 0 0 56 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219690351520 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25568] ppid=25547 vsize=13265980 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25568/stat : 25568 (java) S 25547 25550 23240 0 -1 1077944384 7403 0 0 0 53 1 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219689298720 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25569] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25569/stat : 25569 (java) S 25547 25550 23240 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12173829 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219688245600 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25570] ppid=25547 vsize=13265980 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25570/stat : 25570 (java) S 25547 25550 23240 0 -1 1077944384 424 0 0 0 5 3 0 0 20 0 20 0 12173829 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219687192880 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 42 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
Current children cumulated CPU time (s) 1253.93
Current children cumulated vsize (KiB) 13265980

[startup+236.001 s]
/proc/loadavg: 7.47 4.04 2.66 3/281 25580
/proc/meminfo: memFree=21300864/32770624 swapFree=5848/314544
[pid=25550] ppid=25547 vsize=13265980 CPUtime=1254.74 cores=0,2,4,6,8,10,12,14
/proc/25550/stat : 25550 (java) S 25547 25550 23240 0 -1 1077944320 171560 0 0 0 121326 4148 0 0 20 0 20 0 12173821 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140722681390400 140220502101751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
/proc/25550/statm: 3316495 2468310 3836 1 0 3304210 0
[pid=25550/tid=25551] ppid=25547 vsize=13265980 CPUtime=43.6 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25551/stat : 25551 (java) S 25547 25550 23240 0 -1 1077944384 17239 0 0 0 4352 8 0 0 20 0 20 0 12173821 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220506338608 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25553] ppid=25547 vsize=13265980 CPUtime=146.16 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25553/stat : 25553 (java) S 25547 25550 23240 0 -1 1077944384 12781 0 0 0 14098 518 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220420581776 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25554] ppid=25547 vsize=13265980 CPUtime=145.83 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25554/stat : 25554 (java) S 25547 25550 23240 0 -1 1077944384 12781 0 0 0 14078 505 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220419528976 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25555] ppid=25547 vsize=13265980 CPUtime=145 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25555/stat : 25555 (java) S 25547 25550 23240 0 -1 1077944384 10356 0 0 0 13980 520 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220418476688 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25556] ppid=25547 vsize=13265980 CPUtime=145.45 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25556/stat : 25556 (java) S 25547 25550 23240 0 -1 1077944384 12159 0 0 0 14032 513 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220417423888 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25557] ppid=25547 vsize=13265980 CPUtime=145.24 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25557/stat : 25557 (java) S 25547 25550 23240 0 -1 1077944384 11790 0 0 0 13995 529 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220416371600 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25558] ppid=25547 vsize=13265980 CPUtime=145.05 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25558/stat : 25558 (java) S 25547 25550 23240 0 -1 1077944384 11501 0 0 0 13984 521 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220095785744 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25559] ppid=25547 vsize=13265980 CPUtime=145.25 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25559/stat : 25559 (java) S 25547 25550 23240 0 -1 1077944384 11519 0 0 0 14009 516 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220094733456 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25560] ppid=25547 vsize=13265980 CPUtime=146.34 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25560/stat : 25560 (java) S 25547 25550 23240 0 -1 1077944384 12331 0 0 0 14132 502 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220093680656 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25561] ppid=25547 vsize=13265980 CPUtime=44.27 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25561/stat : 25561 (java) R 25547 25550 23240 0 -1 4202560 39276 0 0 0 4424 3 0 0 20 0 20 0 12173824 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219696665184 140220487098158 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25562] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25562/stat : 25562 (java) S 25547 25550 23240 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219695612768 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25563] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25563/stat : 25563 (java) S 25547 25550 23240 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219694560384 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25564] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25564/stat : 25564 (java) S 25547 25550 23240 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219693508688 140220502120347 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25565] ppid=25547 vsize=13265980 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25565/stat : 25565 (java) S 25547 25550 23240 0 -1 1077944384 4248 0 0 0 60 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219692456320 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25566] ppid=25547 vsize=13265980 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25566/stat : 25566 (java) S 25547 25550 23240 0 -1 1077944384 3187 0 0 0 59 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219691403808 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25567] ppid=25547 vsize=13265980 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25567/stat : 25567 (java) S 25547 25550 23240 0 -1 1077944384 3133 0 0 0 56 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219690351520 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25568] ppid=25547 vsize=13265980 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25568/stat : 25568 (java) S 25547 25550 23240 0 -1 1077944384 7403 0 0 0 53 1 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219689298720 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25569] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25569/stat : 25569 (java) S 25547 25550 23240 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12173829 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219688245600 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25570] ppid=25547 vsize=13265980 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25570/stat : 25570 (java) S 25547 25550 23240 0 -1 1077944384 428 0 0 0 5 3 0 0 20 0 20 0 12173829 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219687192880 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 42 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
Current children cumulated CPU time (s) 1254.74
Current children cumulated vsize (KiB) 13265980

[startup+236.401 s]
/proc/loadavg: 7.47 4.04 2.66 3/281 25580
/proc/meminfo: memFree=21300864/32770624 swapFree=5848/314544
[pid=25550] ppid=25547 vsize=13265980 CPUtime=1255.14 cores=0,2,4,6,8,10,12,14
/proc/25550/stat : 25550 (java) S 25547 25550 23240 0 -1 1077944320 172142 0 0 0 121366 4148 0 0 20 0 20 0 12173821 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140722681390400 140220502101751 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
/proc/25550/statm: 3316495 2468310 3836 1 0 3304210 0
[pid=25550/tid=25551] ppid=25547 vsize=13265980 CPUtime=43.6 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25551/stat : 25551 (java) S 25547 25550 23240 0 -1 1077944384 17239 0 0 0 4352 8 0 0 20 0 20 0 12173821 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220506338608 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25553] ppid=25547 vsize=13265980 CPUtime=146.16 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25553/stat : 25553 (java) S 25547 25550 23240 0 -1 1077944384 12781 0 0 0 14098 518 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220420581776 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25554] ppid=25547 vsize=13265980 CPUtime=145.83 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25554/stat : 25554 (java) S 25547 25550 23240 0 -1 1077944384 12781 0 0 0 14078 505 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220419528976 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25555] ppid=25547 vsize=13265980 CPUtime=145 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25555/stat : 25555 (java) S 25547 25550 23240 0 -1 1077944384 10356 0 0 0 13980 520 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220418476688 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25556] ppid=25547 vsize=13265980 CPUtime=145.45 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25556/stat : 25556 (java) S 25547 25550 23240 0 -1 1077944384 12159 0 0 0 14032 513 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220417423888 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25557] ppid=25547 vsize=13265980 CPUtime=145.24 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25557/stat : 25557 (java) S 25547 25550 23240 0 -1 1077944384 11790 0 0 0 13995 529 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220416371600 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25558] ppid=25547 vsize=13265980 CPUtime=145.05 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25558/stat : 25558 (java) S 25547 25550 23240 0 -1 1077944384 11501 0 0 0 13984 521 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220095785744 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25559] ppid=25547 vsize=13265980 CPUtime=145.25 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25559/stat : 25559 (java) S 25547 25550 23240 0 -1 1077944384 11519 0 0 0 14009 516 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220094733456 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25560] ppid=25547 vsize=13265980 CPUtime=146.34 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25560/stat : 25560 (java) S 25547 25550 23240 0 -1 1077944384 12331 0 0 0 14132 502 0 0 20 0 20 0 12173822 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140220093680656 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25561] ppid=25547 vsize=13265980 CPUtime=44.67 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25561/stat : 25561 (java) R 25547 25550 23240 0 -1 4202560 39858 0 0 0 4464 3 0 0 20 0 20 0 12173824 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219696665184 140220487098158 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25562] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25562/stat : 25562 (java) S 25547 25550 23240 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219695612768 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25563] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25563/stat : 25563 (java) S 25547 25550 23240 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 12173824 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219694560384 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25564] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25564/stat : 25564 (java) S 25547 25550 23240 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219693508688 140220502120347 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25565] ppid=25547 vsize=13265980 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25565/stat : 25565 (java) S 25547 25550 23240 0 -1 1077944384 4248 0 0 0 60 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219692456320 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25566] ppid=25547 vsize=13265980 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25566/stat : 25566 (java) S 25547 25550 23240 0 -1 1077944384 3187 0 0 0 59 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219691403808 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25567] ppid=25547 vsize=13265980 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25567/stat : 25567 (java) S 25547 25550 23240 0 -1 1077944384 3133 0 0 0 56 0 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219690351520 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25568] ppid=25547 vsize=13265980 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25568/stat : 25568 (java) S 25547 25550 23240 0 -1 1077944384 7403 0 0 0 53 1 0 0 20 0 20 0 12173828 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219689298720 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25569] ppid=25547 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25569/stat : 25569 (java) S 25547 25550 23240 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12173829 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219688245600 140220502111957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
[pid=25550/tid=25570] ppid=25547 vsize=13265980 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25570/stat : 25570 (java) S 25547 25550 23240 0 -1 1077944384 428 0 0 0 5 3 0 0 20 0 20 0 12173829 13584363520 2468310 33554432000 4194304 4196468 140722681407856 140219687192880 140220502112898 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 42 0 0 6293624 6294260 11329536 140722681410697 140722681410884 140722681410884 140722681413583 0
Current children cumulated CPU time (s) 1255.14
Current children cumulated vsize (KiB) 13265980

[startup+236.801 s]
/proc/loadavg: 7.04 4.01 2.65 3/281 25580
/proc/meminfo: memFree=21300864/32770624 swapFree=5848/314544
[pid=25550] ppid=25547 vsize=0 CPUtime=1255.54 cores=0,2,4,6,8,10,12,14
/proc/25550/stat : 25550 (java) Z 25547 25550 23240 0 -1 4227084 177088 0 0 0 121404 4150 0 0 20 0 2 0 12173821 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/25550/statm: 0 0 0 0 0 0 0
[pid=25550/tid=25554] ppid=25547 vsize=0 CPUtime=145.84 cores=0,2,4,6,8,10,12,14
/proc/25550/task/25554/stat : 25554 (java) R 25547 25550 23240 0 -1 4203588 12781 0 0 0 14078 506 0 0 20 0 2 0 12173822 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 8 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1255.54
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 236.838
CPU time (s): 1255.58
CPU user time (s): 1214.04
CPU system time (s): 41.5396
CPU usage (%): 530.145
Max. virtual memory (cumulated for all children) (KiB): 13265980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1214.04
system time used= 41.5396
maximum resident set size= 9873648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177088
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24012
involuntary context switches= 89770

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.93292 second user time and 2.3839 second system time

The end

Launcher Data

Begin job on node115 at 2017-07-23 02:17:28
IDJOB=4249962
IDBENCH=138550
IDSOLVER=2628
FILE ID=node115/4249962-1500769047
RUNJOBID= node115-1500750628-23271
PBS_JOBID= 20624575
Free space on /tmp= 61860 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os15/SuperTaillard-os-15-22.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249962-1500769047/watcher-4249962-1500769047 -o /tmp/evaluation-result-4249962-1500769047/solver-4249962-1500769047 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node115-1500750628-23271 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1093020531 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4249962-1500769047.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 3ba855dc46a3fd367cb99709f0833fff
RANDOM SEED=1093020531

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

/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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.41
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.41
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.41
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.41
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31191792 kB
MemAvailable:   31703700 kB
Buffers:          160920 kB
Cached:           628668 kB
SwapCached:            0 kB
Active:           815728 kB
Inactive:         322892 kB
Active(anon):     351704 kB
Inactive(anon):     8792 kB
Active(file):     464024 kB
Inactive(file):   314100 kB
Unevictable:        5848 kB
Mlocked:            5848 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42464 kB
Writeback:             0 kB
AnonPages:        355032 kB
Mapped:            46324 kB
Shmem:              8848 kB
Slab:             133104 kB
SReclaimable:      99240 kB
SUnreclaim:        33864 kB
KernelStack:        4528 kB
PageTables:         5824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1182696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61820 MiB
End job on node115 at 2017-07-23 02:21:25