Trace number 4274271

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 - Conflict Ordering 2017-07-26? 432.36801 186.367

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.24/0.40	c version: 2017-07-26
0.24/0.40	c seed: 1473703493
0.24/0.40	c timeout: 2520
0.24/0.40	c memlimit: 11000
0.24/0.40	c nbcore: 4
0.43/0.42	c Parsing instance...
432.29/186.31	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
432.29/186.31		at java.util.Arrays.copyOf(Arrays.java:3181)
432.29/186.31		at java.util.ArrayList.grow(ArrayList.java:261)
432.29/186.31		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
432.29/186.31		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
432.29/186.31		at java.util.ArrayList.add(ArrayList.java:458)
432.29/186.31		at org.xcsp.parser.loaders.CtrLoaderInteger.intensionToExtension(CtrLoaderInteger.java:225)
432.29/186.31		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:392)
432.29/186.31		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
432.29/186.31		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
432.29/186.31		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
432.29/186.31		at org.xcsp.parser.XCallbacks$$Lambda$39/1499867659.accept(Unknown Source)
432.29/186.31		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
432.29/186.31		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
432.29/186.31		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
432.29/186.31		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
432.29/186.31		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
432.29/186.31		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
432.29/186.31		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
432.29/186.31		at oscar.xcsp3.XCSP3Parser2.<init>(Parser2.scala:62)
432.29/186.31		at oscar.xcsp3.XCSP3Parser2$.parse(Parser2.scala:878)
432.29/186.31		at oscar.xcsp3.competition.solvers.ConfOrderSolver$.runSolver(ConfOrderSolver.scala:26)
432.29/186.31		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
432.29/186.31		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
432.29/186.31		at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
432.29/186.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
432.29/186.31		at scala.App$$anonfun$main$1.apply(App.scala:76)
432.29/186.31		at scala.App$$anonfun$main$1.apply(App.scala:76)
432.29/186.31		at scala.collection.immutable.List.foreach(List.scala:383)
432.29/186.31		at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
432.29/186.31		at scala.App$class.main(App.scala:76)
432.29/186.31		at oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
432.29/186.31		at oscar.xcsp3.competition.solvers.ConfOrderSolver.main(ConfOrderSolver.scala)
432.29/186.31	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 (13071 MiB free)
  memory of node 1: 16384 MiB (15402 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274271-1502840123/watcher-4274271-1502840123 -o /tmp/evaluation-result-4274271-1502840123/solver-4274271-1502840123 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1473703493 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274271-1502840123.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=13466, runsolver pid=13463

[startup+0.100175 s]*
/proc/loadavg: 2.00 2.02 2.05 3/198 13467
/proc/meminfo: memFree=29157672/32770624 swapFree=67105588/67108860
[pid=13466] ppid=13463 vsize=11657624 memory=9140 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (java) S 13463 13466 12560 0 -1 1077944320 2126 0 0 0 0 0 0 0 20 0 2 0 86207557 11937406976 2285 18446744073709551615 4194304 4196468 140726703168960 140726703151504 139678440656631 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
/proc/13466/statm: 2914406 2285 1160 1 0 2904376 0
[pid=13466/tid=13468] ppid=13463 vsize=11660708 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13468/stat : 13468 (java) S 13463 13466 12560 0 -1 1077944384 954 0 0 0 0 0 0 0 20 0 5 0 86207568 11940564992 2417 18446744073709551615 4194304 4196468 140726703168960 139678444898000 139678440666837 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13469] ppid=13463 vsize=11660708 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13469/stat : 13469 (java) S 13463 13466 12560 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 5 0 86207568 11940564992 2417 18446744073709551615 4194304 4196468 140726703168960 139678382603488 139678440666837 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13470] ppid=13463 vsize=11660708 memory=139657383622272 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13470/stat : 13470 (java) S 13463 13466 12560 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 5 0 86207568 11940564992 2417 18446744073709551615 4194304 4196468 140726703168960 139678381550688 139678440666837 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13471] ppid=13463 vsize=11661736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13471/stat : 13471 (java) S 13463 13466 12560 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 86207568 11941617664 2417 18446744073709551615 4194304 4196468 140726703168960 139678380498400 139678440666837 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13472] ppid=13463 vsize=11661736 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13472/stat : 13472 (java) R 13463 13466 12560 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 6 0 86207568 11941617664 2417 18446744073709551615 4194304 4196468 140726703168960 139678444898000 139678433396481 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11657624 KiB
Current children cumulated memory: 9140 KiB

[startup+0.209997 s]*
/proc/loadavg: 2.00 2.02 2.05 3/212 13481
/proc/meminfo: memFree=29145916/32770624 swapFree=67105588/67108860
[pid=13466] ppid=13463 vsize=13975920 memory=27732 CPUtime=0.08 cores=1,3,5,7
/proc/13466/stat : 13466 (java) S 13463 13466 12560 0 -1 1077944320 6745 0 0 0 7 1 0 0 20 0 15 0 86207557 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 140726703151504 139678440656631 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
/proc/13466/statm: 3493980 6933 3343 1 0 3482759 0
[pid=13466/tid=13468] ppid=13463 vsize=13975920 memory=8316850467074736180 CPUtime=0.06 cores=1,3,5,7
/proc/13466/task/13468/stat : 13468 (java) R 13463 13466 12560 0 -1 4202560 4777 0 0 0 5 1 0 0 20 0 15 0 86207568 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139678444885520 139678422050365 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13469] ppid=13463 vsize=13975920 memory=9220 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13469/stat : 13469 (java) S 13463 13466 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86207568 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139678382603152 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13470] ppid=13463 vsize=13975920 memory=139657383635342 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13470/stat : 13470 (java) S 13463 13466 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86207568 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139678381550352 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13471] ppid=13463 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13471/stat : 13471 (java) S 13463 13466 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86207568 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139678380498064 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13472] ppid=13463 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13472/stat : 13472 (java) S 13463 13466 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86207568 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139678379445264 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13473] ppid=13463 vsize=13975920 memory=139657383622272 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13473/stat : 13473 (java) S 13463 13466 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86207570 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139677986314352 139678440667778 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13474] ppid=13463 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13474/stat : 13474 (java) S 13463 13466 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86207570 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139677985260320 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13475] ppid=13463 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13475/stat : 13475 (java) S 13463 13466 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86207570 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139677984207984 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13476] ppid=13463 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13476/stat : 13476 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139677983156304 139678440675227 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13477] ppid=13463 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13477/stat : 13477 (java) S 13463 13466 12560 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 86207573 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139677982104176 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13478] ppid=13463 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13478/stat : 13478 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139677981051376 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13479] ppid=13463 vsize=13975920 memory=139657383622272 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13479/stat : 13479 (java) S 13463 13466 12560 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 86207573 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139677979999088 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13480] ppid=13463 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13480/stat : 13480 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139677978946528 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13481] ppid=13463 vsize=13975920 memory=139657383622272 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13481/stat : 13481 (java) S 13463 13466 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86207577 14311342080 6933 18446744073709551615 4194304 4196468 140726703168960 139677977893296 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 27732 KiB

[startup+0.310364 s]*
/proc/loadavg: 2.00 2.02 2.05 4/212 13481
/proc/meminfo: memFree=29131436/32770624 swapFree=67105588/67108860
[pid=13466] ppid=13463 vsize=13975920 memory=39244 CPUtime=0.24 cores=1,3,5,7
/proc/13466/stat : 13466 (java) S 13463 13466 12560 0 -1 1077944320 10077 0 0 0 21 3 0 0 20 0 15 0 86207557 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 140726703151504 139678440656631 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
/proc/13466/statm: 3493980 9811 3517 1 0 3482759 0
[pid=13466/tid=13468] ppid=13463 vsize=13975920 memory=8316850467074736180 CPUtime=0.16 cores=1,3,5,7
/proc/13466/task/13468/stat : 13468 (java) R 13463 13466 12560 0 -1 4202560 7814 0 0 0 14 2 0 0 20 0 15 0 86207568 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139678444883824 139678424737118 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13469] ppid=13463 vsize=13975920 memory=9220 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13469/stat : 13469 (java) S 13463 13466 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86207568 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139678382603152 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13470] ppid=13463 vsize=13975920 memory=139657383635342 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13470/stat : 13470 (java) S 13463 13466 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86207568 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139678381550352 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13471] ppid=13463 vsize=13975920 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13471/stat : 13471 (java) S 13463 13466 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86207568 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139678380498064 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13472] ppid=13463 vsize=13975920 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13472/stat : 13472 (java) S 13463 13466 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86207568 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139678379445264 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13473] ppid=13463 vsize=13975920 memory=3472467953611040432 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13473/stat : 13473 (java) S 13463 13466 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 86207570 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139677986314352 139678440667778 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13474] ppid=13463 vsize=13975920 memory=735555932568947001 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13474/stat : 13474 (java) S 13463 13466 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86207570 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139677985260320 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13475] ppid=13463 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13475/stat : 13475 (java) S 13463 13466 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86207570 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139677984207984 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13476] ppid=13463 vsize=13975920 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13476/stat : 13476 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139677983156304 139678440675227 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13477] ppid=13463 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13466/task/13477/stat : 13477 (java) S 13463 13466 12560 0 -1 1077944384 326 0 0 0 1 0 0 0 20 0 15 0 86207573 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139677982104176 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13478] ppid=13463 vsize=13975920 memory=3472328296227418159 CPUtime=0.01 cores=1,3,5,7
/proc/13466/task/13478/stat : 13478 (java) S 13463 13466 12560 0 -1 1077944384 182 0 0 0 1 0 0 0 20 0 15 0 86207573 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139677981051376 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13479] ppid=13463 vsize=13975920 memory=7959526799808391085 CPUtime=0.04 cores=1,3,5,7
/proc/13466/task/13479/stat : 13479 (java) S 13463 13466 12560 0 -1 1077944384 377 0 0 0 4 0 0 0 20 0 15 0 86207573 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139677979999088 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13480] ppid=13463 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13480/stat : 13480 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139677978946528 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13481] ppid=13463 vsize=13975920 memory=139657383622272 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13481/stat : 13481 (java) S 13463 13466 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86207577 14311342080 9811 18446744073709551615 4194304 4196468 140726703168960 139677977893296 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39244 KiB

[startup+0.705493 s]
/proc/loadavg: 2.00 2.02 2.05 3/212 13481
/proc/meminfo: memFree=29118992/32770624 swapFree=67105588/67108860
[pid=13466] ppid=13463 vsize=13977988 memory=73260 CPUtime=1.14 cores=1,3,5,7
/proc/13466/stat : 13466 (java) S 13463 13466 12560 0 -1 1077944320 14529 0 0 0 109 5 0 0 20 0 15 0 86207557 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 140726703151504 139678440656631 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
/proc/13466/statm: 3494497 18315 3729 1 0 3483271 0
[pid=13466/tid=13468] ppid=13463 vsize=13977988 memory=19031000092388 CPUtime=0.55 cores=1,3,5,7
/proc/13466/task/13468/stat : 13468 (java) R 13463 13466 12560 0 -1 4202560 10293 0 0 0 51 4 0 0 20 0 15 0 86207568 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 139678444889680 139678057628198 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13469] ppid=13463 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13469/stat : 13469 (java) S 13463 13466 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86207568 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 139678382603152 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13470] ppid=13463 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13470/stat : 13470 (java) S 13463 13466 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86207568 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 139678381550352 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13471] ppid=13463 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13471/stat : 13471 (java) S 13463 13466 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86207568 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 139678380498064 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13472] ppid=13463 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13472/stat : 13472 (java) S 13463 13466 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86207568 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 139678379445264 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13473] ppid=13463 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13473/stat : 13473 (java) S 13463 13466 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 139677986314352 139678440667778 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13474] ppid=13463 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13474/stat : 13474 (java) S 13463 13466 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 139677985260320 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13475] ppid=13463 vsize=13977988 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13475/stat : 13475 (java) S 13463 13466 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 139677984207984 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13476] ppid=13463 vsize=13977988 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13476/stat : 13476 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 139677983156304 139678440675227 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13477] ppid=13463 vsize=13977988 memory=7292 CPUtime=0.18 cores=1,3,5,7
/proc/13466/task/13477/stat : 13477 (java) R 13463 13466 12560 0 -1 4202560 896 0 0 0 18 0 0 0 20 0 15 0 86207573 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 139677982090144 139678425585011 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13478] ppid=13463 vsize=13977988 memory=1628 CPUtime=0.18 cores=1,3,5,7
/proc/13466/task/13478/stat : 13478 (java) R 13463 13466 12560 0 -1 4202560 997 0 0 0 18 0 0 0 20 0 15 0 86207573 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 139677981051376 139678424157129 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13479] ppid=13463 vsize=13977988 memory=33 CPUtime=0.21 cores=1,3,5,7
/proc/13466/task/13479/stat : 13479 (java) R 13463 13466 12560 0 -1 4202560 960 0 0 0 21 0 0 0 20 0 15 0 86207573 14313459712 18315 18446744073709551615 4194304 4196468 140726703168960 139677979996880 139678419583525 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13480] ppid=13463 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13480/stat : 13480 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 18348 18446744073709551615 4194304 4196468 140726703168960 139677978946528 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13481] ppid=13463 vsize=13977988 memory=737 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13481/stat : 13481 (java) S 13463 13466 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86207577 14313459712 18348 18446744073709551615 4194304 4196468 140726703168960 139677977893296 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 73260 KiB

[startup+1.50082 s]
/proc/loadavg: 2.00 2.02 2.05 4/212 13481
/proc/meminfo: memFree=29042488/32770624 swapFree=67105588/67108860
[pid=13466] ppid=13463 vsize=13977988 memory=233944 CPUtime=2.83 cores=1,3,5,7
/proc/13466/stat : 13466 (java) S 13463 13466 12560 0 -1 1077944320 21748 0 0 0 269 14 0 0 20 0 15 0 86207557 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 140726703151504 139678440656631 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
/proc/13466/statm: 3494497 58486 3784 1 0 3483271 0
[pid=13466/tid=13468] ppid=13463 vsize=13977988 memory=47840 CPUtime=1.28 cores=1,3,5,7
/proc/13466/task/13468/stat : 13468 (java) R 13463 13466 12560 0 -1 4202560 11563 0 0 0 123 5 0 0 20 0 15 0 86207568 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139678444894000 139678061689126 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13469] ppid=13463 vsize=13977988 memory=1240 CPUtime=0.04 cores=1,3,5,7
/proc/13466/task/13469/stat : 13469 (java) S 13463 13466 12560 0 -1 1077944384 109 0 0 0 3 1 0 0 20 0 15 0 86207568 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139678382603152 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13470] ppid=13463 vsize=13977988 memory=279314474491744 CPUtime=0.04 cores=1,3,5,7
/proc/13466/task/13470/stat : 13470 (java) S 13463 13466 12560 0 -1 1077944384 303 0 0 0 3 1 0 0 20 0 15 0 86207568 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139678381550352 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13471] ppid=13463 vsize=13977988 memory=6944937900100196217 CPUtime=0.04 cores=1,3,5,7
/proc/13466/task/13471/stat : 13471 (java) S 13463 13466 12560 0 -1 1077944384 129 0 0 0 3 1 0 0 20 0 15 0 86207568 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139678380498064 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13472] ppid=13463 vsize=13977988 memory=6944656592387989600 CPUtime=0.04 cores=1,3,5,7
/proc/13466/task/13472/stat : 13472 (java) S 13463 13466 12560 0 -1 1077944384 349 0 0 0 3 1 0 0 20 0 15 0 86207568 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139678379445264 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13473] ppid=13463 vsize=13977988 memory=-7812736537705029536 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13473/stat : 13473 (java) S 13463 13466 12560 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139677986314352 139678440667778 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13474] ppid=13463 vsize=13977988 memory=5793423954955823458 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13474/stat : 13474 (java) S 13463 13466 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139677985260384 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13475] ppid=13463 vsize=13977988 memory=6933690330692294553 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13475/stat : 13475 (java) S 13463 13466 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139677984208000 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13476] ppid=13463 vsize=13977988 memory=8101246128099779664 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13476/stat : 13476 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139677983156304 139678440675227 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13477] ppid=13463 vsize=13977988 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/13466/task/13477/stat : 13477 (java) S 13463 13466 12560 0 -1 1077944384 2870 0 0 0 49 1 0 0 20 0 15 0 86207573 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139677982104176 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13478] ppid=13463 vsize=13977988 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/13466/task/13478/stat : 13478 (java) R 13463 13466 12560 0 -1 4202560 2082 0 0 0 46 0 0 0 20 0 15 0 86207573 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139677981051376 139678422179410 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13479] ppid=13463 vsize=13977988 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/13466/task/13479/stat : 13479 (java) S 13463 13466 12560 0 -1 1077944384 2619 0 0 0 33 0 0 0 20 0 15 0 86207573 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139677979999088 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13480] ppid=13463 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13480/stat : 13480 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139677978946528 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13481] ppid=13463 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13481/stat : 13481 (java) S 13463 13466 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 86207577 14313459712 58486 18446744073709551615 4194304 4196468 140726703168960 139677977893296 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 13977988 KiB

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

[pid=13466/tid=13480] ppid=13463 vsize=13977988 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13480/stat : 13480 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677978946528 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13481] ppid=13463 vsize=13977988 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/13466/task/13481/stat : 13481 (java) S 13463 13466 12560 0 -1 1077944384 381 0 0 0 3 5 0 0 20 0 15 0 86207577 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677977893296 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 62 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
Current children cumulated CPU time: 429.03 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10626136 KiB

[startup+185.601 s]
/proc/loadavg: 3.06 2.47 2.22 3/209 13487
/proc/meminfo: memFree=18554512/32770624 swapFree=67105588/67108860
[pid=13466] ppid=13463 vsize=13977988 memory=10626136 CPUtime=431.59 cores=1,3,5,7
/proc/13466/stat : 13466 (java) S 13463 13466 12560 0 -1 1077944320 195197 0 0 0 41961 1198 0 0 20 0 15 0 86207557 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 140726703151504 139678440656631 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
/proc/13466/statm: 3494497 2656534 3811 1 0 3483271 0
[pid=13466/tid=13468] ppid=13463 vsize=13977988 memory=5768 CPUtime=54.69 cores=1,3,5,7
/proc/13466/task/13468/stat : 13468 (java) S 13463 13466 12560 0 -1 1077944384 18497 0 0 0 5460 9 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678444893488 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13469] ppid=13463 vsize=13977988 memory=47840 CPUtime=81.36 cores=1,3,5,7
/proc/13466/task/13469/stat : 13469 (java) S 13463 13466 12560 0 -1 1077944384 30852 0 0 0 7832 304 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678382603152 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13470] ppid=13463 vsize=13977988 memory=1240 CPUtime=82.4 cores=1,3,5,7
/proc/13466/task/13470/stat : 13470 (java) S 13463 13466 12560 0 -1 1077944384 39092 0 0 0 7953 287 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678381550352 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13471] ppid=13463 vsize=13977988 memory=0 CPUtime=81.54 cores=1,3,5,7
/proc/13466/task/13471/stat : 13471 (java) S 13463 13466 12560 0 -1 1077944384 27081 0 0 0 7862 292 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678380498064 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13472] ppid=13463 vsize=13977988 memory=4584 CPUtime=81.75 cores=1,3,5,7
/proc/13466/task/13472/stat : 13472 (java) S 13463 13466 12560 0 -1 1077944384 28072 0 0 0 7882 293 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678379445264 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13473] ppid=13463 vsize=13977988 memory=872 CPUtime=47.81 cores=1,3,5,7
/proc/13466/task/13473/stat : 13473 (java) R 13463 13466 12560 0 -1 4202560 34200 0 0 0 4778 3 0 0 20 0 15 0 86207570 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677986312800 139678425653032 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13474] ppid=13463 vsize=13977988 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13474/stat : 13474 (java) S 13463 13466 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677985260384 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13475] ppid=13463 vsize=13977988 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13475/stat : 13475 (java) S 13463 13466 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677984208000 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13476] ppid=13463 vsize=13977988 memory=10626136 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13476/stat : 13476 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677983156304 139678440675227 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13477] ppid=13463 vsize=13977988 memory=10626136 CPUtime=0.71 cores=1,3,5,7
/proc/13466/task/13477/stat : 13477 (java) S 13463 13466 12560 0 -1 1077944384 5117 0 0 0 70 1 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677982104224 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13478] ppid=13463 vsize=13977988 memory=2032 CPUtime=0.66 cores=1,3,5,7
/proc/13466/task/13478/stat : 13478 (java) S 13463 13466 12560 0 -1 1077944384 4140 0 0 0 65 1 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677981051136 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13479] ppid=13463 vsize=13977988 memory=-8774313645642428999 CPUtime=0.49 cores=1,3,5,7
/proc/13466/task/13479/stat : 13479 (java) S 13463 13466 12560 0 -1 1077944384 6331 0 0 0 48 1 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677979999136 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13480] ppid=13463 vsize=13977988 memory=1672 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13480/stat : 13480 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677978946528 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13481] ppid=13463 vsize=13977988 memory=5768 CPUtime=0.08 cores=1,3,5,7
/proc/13466/task/13481/stat : 13481 (java) S 13463 13466 12560 0 -1 1077944384 381 0 0 0 3 5 0 0 20 0 15 0 86207577 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677977893296 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
Current children cumulated CPU time: 431.59 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10626136 KiB

[startup+186.001 s]*
/proc/loadavg: 3.06 2.47 2.22 3/209 13487
/proc/meminfo: memFree=18554512/32770624 swapFree=67105588/67108860
[pid=13466] ppid=13463 vsize=13977988 memory=10626136 CPUtime=432 cores=1,3,5,7
/proc/13466/stat : 13466 (java) S 13463 13466 12560 0 -1 1077944320 195197 0 0 0 42002 1198 0 0 20 0 15 0 86207557 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 140726703151504 139678440656631 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
/proc/13466/statm: 3494497 2656534 3811 1 0 3483271 0
[pid=13466/tid=13468] ppid=13463 vsize=13977988 memory=-8774313645642428999 CPUtime=54.69 cores=1,3,5,7
/proc/13466/task/13468/stat : 13468 (java) S 13463 13466 12560 0 -1 1077944384 18497 0 0 0 5460 9 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678444893488 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13469] ppid=13463 vsize=13977988 memory=4872558044660077418 CPUtime=81.36 cores=1,3,5,7
/proc/13466/task/13469/stat : 13469 (java) S 13463 13466 12560 0 -1 1077944384 30852 0 0 0 7832 304 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678382603152 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13470] ppid=13463 vsize=13977988 memory=5768 CPUtime=82.4 cores=1,3,5,7
/proc/13466/task/13470/stat : 13470 (java) S 13463 13466 12560 0 -1 1077944384 39092 0 0 0 7953 287 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678381550352 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13471] ppid=13463 vsize=13977988 memory=4584 CPUtime=81.54 cores=1,3,5,7
/proc/13466/task/13471/stat : 13471 (java) S 13463 13466 12560 0 -1 1077944384 27081 0 0 0 7862 292 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678380498064 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13472] ppid=13463 vsize=13977988 memory=872 CPUtime=81.75 cores=1,3,5,7
/proc/13466/task/13472/stat : 13472 (java) S 13463 13466 12560 0 -1 1077944384 28072 0 0 0 7882 293 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678379445264 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13473] ppid=13463 vsize=13977988 memory=1164 CPUtime=48.22 cores=1,3,5,7
/proc/13466/task/13473/stat : 13473 (java) R 13463 13466 12560 0 -1 4202560 34200 0 0 0 4819 3 0 0 20 0 15 0 86207570 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677986312800 139678425653140 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13474] ppid=13463 vsize=13977988 memory=7292 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13474/stat : 13474 (java) S 13463 13466 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677985260384 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13475] ppid=13463 vsize=13977988 memory=1628 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13475/stat : 13475 (java) S 13463 13466 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677984208000 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13476] ppid=13463 vsize=13977988 memory=14244 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13476/stat : 13476 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677983156304 139678440675227 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13477] ppid=13463 vsize=13977988 memory=-8774313645642428999 CPUtime=0.71 cores=1,3,5,7
/proc/13466/task/13477/stat : 13477 (java) S 13463 13466 12560 0 -1 1077944384 5117 0 0 0 70 1 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677982104224 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13478] ppid=13463 vsize=13977988 memory=47840 CPUtime=0.66 cores=1,3,5,7
/proc/13466/task/13478/stat : 13478 (java) S 13463 13466 12560 0 -1 1077944384 4140 0 0 0 65 1 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677981051136 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13479] ppid=13463 vsize=13977988 memory=1240 CPUtime=0.49 cores=1,3,5,7
/proc/13466/task/13479/stat : 13479 (java) S 13463 13466 12560 0 -1 1077944384 6331 0 0 0 48 1 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677979999136 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13480] ppid=13463 vsize=13977988 memory=10626136 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13480/stat : 13480 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677978946528 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13481] ppid=13463 vsize=13977988 memory=1672 CPUtime=0.08 cores=1,3,5,7
/proc/13466/task/13481/stat : 13481 (java) S 13463 13466 12560 0 -1 1077944384 381 0 0 0 3 5 0 0 20 0 15 0 86207577 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677977893296 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
Current children cumulated CPU time: 432 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10626136 KiB

[startup+186.201 s]
/proc/loadavg: 3.06 2.47 2.22 3/209 13487
/proc/meminfo: memFree=18554512/32770624 swapFree=67105588/67108860
[pid=13466] ppid=13463 vsize=13977988 memory=10626136 CPUtime=432.19 cores=1,3,5,7
/proc/13466/stat : 13466 (java) S 13463 13466 12560 0 -1 1077944320 195326 0 0 0 42021 1198 0 0 20 0 15 0 86207557 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 140726703151504 139678440656631 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
/proc/13466/statm: 3494497 2656534 3811 1 0 3483271 0
[pid=13466/tid=13468] ppid=13463 vsize=13977988 memory=1164 CPUtime=54.69 cores=1,3,5,7
/proc/13466/task/13468/stat : 13468 (java) S 13463 13466 12560 0 -1 1077944384 18497 0 0 0 5460 9 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678444893488 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13469] ppid=13463 vsize=13977988 memory=7292 CPUtime=81.36 cores=1,3,5,7
/proc/13466/task/13469/stat : 13469 (java) S 13463 13466 12560 0 -1 1077944384 30852 0 0 0 7832 304 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678382603152 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13470] ppid=13463 vsize=13977988 memory=1628 CPUtime=82.4 cores=1,3,5,7
/proc/13466/task/13470/stat : 13470 (java) S 13463 13466 12560 0 -1 1077944384 39092 0 0 0 7953 287 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678381550352 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13471] ppid=13463 vsize=13977988 memory=14244 CPUtime=81.54 cores=1,3,5,7
/proc/13466/task/13471/stat : 13471 (java) S 13463 13466 12560 0 -1 1077944384 27081 0 0 0 7862 292 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678380498064 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13472] ppid=13463 vsize=13977988 memory=796 CPUtime=81.75 cores=1,3,5,7
/proc/13466/task/13472/stat : 13472 (java) S 13463 13466 12560 0 -1 1077944384 28072 0 0 0 7882 293 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678379445264 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13473] ppid=13463 vsize=13977988 memory=1228 CPUtime=48.41 cores=1,3,5,7
/proc/13466/task/13473/stat : 13473 (java) R 13463 13466 12560 0 -1 4202560 34329 0 0 0 4838 3 0 0 20 0 15 0 86207570 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677986312800 139678425653028 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13474] ppid=13463 vsize=13977988 memory=1400 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13474/stat : 13474 (java) S 13463 13466 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677985260384 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13475] ppid=13463 vsize=13977988 memory=15344 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13475/stat : 13475 (java) S 13463 13466 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677984208000 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13476] ppid=13463 vsize=13977988 memory=28660 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13476/stat : 13476 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677983156304 139678440675227 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13477] ppid=13463 vsize=13977988 memory=4044 CPUtime=0.71 cores=1,3,5,7
/proc/13466/task/13477/stat : 13477 (java) S 13463 13466 12560 0 -1 1077944384 5117 0 0 0 70 1 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677982104224 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13478] ppid=13463 vsize=13977988 memory=644 CPUtime=0.66 cores=1,3,5,7
/proc/13466/task/13478/stat : 13478 (java) S 13463 13466 12560 0 -1 1077944384 4140 0 0 0 65 1 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677981051136 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13479] ppid=13463 vsize=13977988 memory=1740 CPUtime=0.49 cores=1,3,5,7
/proc/13466/task/13479/stat : 13479 (java) S 13463 13466 12560 0 -1 1077944384 6331 0 0 0 48 1 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677979999136 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13480] ppid=13463 vsize=13977988 memory=956 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13480/stat : 13480 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677978946528 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13481] ppid=13463 vsize=13977988 memory=956 CPUtime=0.08 cores=1,3,5,7
/proc/13466/task/13481/stat : 13481 (java) S 13463 13466 12560 0 -1 1077944384 381 0 0 0 3 5 0 0 20 0 15 0 86207577 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677977893296 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
Current children cumulated CPU time: 432.19 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10626136 KiB

[startup+186.301 s]
/proc/loadavg: 3.06 2.47 2.22 3/209 13487
/proc/meminfo: memFree=18554512/32770624 swapFree=67105588/67108860
[pid=13466] ppid=13463 vsize=13977988 memory=10626136 CPUtime=432.29 cores=1,3,5,7
/proc/13466/stat : 13466 (java) S 13463 13466 12560 0 -1 1077944320 195326 0 0 0 42031 1198 0 0 20 0 15 0 86207557 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 140726703151504 139678440656631 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
/proc/13466/statm: 3494497 2656534 3811 1 0 3483271 0
[pid=13466/tid=13468] ppid=13463 vsize=13977988 memory=10626136 CPUtime=54.69 cores=1,3,5,7
/proc/13466/task/13468/stat : 13468 (java) S 13463 13466 12560 0 -1 1077944384 18497 0 0 0 5460 9 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678444893488 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13469] ppid=13463 vsize=13977988 memory=10626136 CPUtime=81.36 cores=1,3,5,7
/proc/13466/task/13469/stat : 13469 (java) S 13463 13466 12560 0 -1 1077944384 30852 0 0 0 7832 304 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678382603152 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13470] ppid=13463 vsize=13977988 memory=0 CPUtime=82.4 cores=1,3,5,7
/proc/13466/task/13470/stat : 13470 (java) S 13463 13466 12560 0 -1 1077944384 39092 0 0 0 7953 287 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678381550352 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13471] ppid=13463 vsize=13977988 memory=10626136 CPUtime=81.54 cores=1,3,5,7
/proc/13466/task/13471/stat : 13471 (java) S 13463 13466 12560 0 -1 1077944384 27081 0 0 0 7862 292 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678380498064 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13472] ppid=13463 vsize=13977988 memory=10626136 CPUtime=81.75 cores=1,3,5,7
/proc/13466/task/13472/stat : 13472 (java) S 13463 13466 12560 0 -1 1077944384 28072 0 0 0 7882 293 0 0 20 0 15 0 86207568 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139678379445264 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13473] ppid=13463 vsize=13977988 memory=10626136 CPUtime=48.51 cores=1,3,5,7
/proc/13466/task/13473/stat : 13473 (java) R 13463 13466 12560 0 -1 4202560 34329 0 0 0 4848 3 0 0 20 0 15 0 86207570 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677986312800 139678419026811 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13474] ppid=13463 vsize=13977988 memory=10626136 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13474/stat : 13474 (java) S 13463 13466 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677985260384 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13475] ppid=13463 vsize=13977988 memory=279314475400816 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13475/stat : 13475 (java) S 13463 13466 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 86207570 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677984208000 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13476] ppid=13463 vsize=13977988 memory=10626136 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13476/stat : 13476 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677983156304 139678440675227 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13477] ppid=13463 vsize=13977988 memory=10626136 CPUtime=0.71 cores=1,3,5,7
/proc/13466/task/13477/stat : 13477 (java) S 13463 13466 12560 0 -1 1077944384 5117 0 0 0 70 1 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677982104224 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13478] ppid=13463 vsize=13977988 memory=19031000092388 CPUtime=0.66 cores=1,3,5,7
/proc/13466/task/13478/stat : 13478 (java) S 13463 13466 12560 0 -1 1077944384 4140 0 0 0 65 1 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677981051136 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13479] ppid=13463 vsize=13977988 memory=-2970219127293634922 CPUtime=0.49 cores=1,3,5,7
/proc/13466/task/13479/stat : 13479 (java) S 13463 13466 12560 0 -1 1077944384 6331 0 0 0 48 1 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677979999136 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13480] ppid=13463 vsize=13977988 memory=10626136 CPUtime=0 cores=1,3,5,7
/proc/13466/task/13480/stat : 13480 (java) S 13463 13466 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86207573 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677978946528 139678440666837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
[pid=13466/tid=13481] ppid=13463 vsize=13977988 memory=10626136 CPUtime=0.08 cores=1,3,5,7
/proc/13466/task/13481/stat : 13481 (java) S 13463 13466 12560 0 -1 1077944384 381 0 0 0 3 5 0 0 20 0 15 0 86207577 14313459712 2656534 18446744073709551615 4194304 4196468 140726703168960 139677977893296 139678440667778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 15376384 140726703173998 140726703174185 140726703174185 140726703177679 0
Current children cumulated CPU time: 432.29 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10626136 KiB

Child status: 1
Real time (s): 186.367
CPU time (s): 432.368
CPU user time (s): 420.33
CPU system time (s): 12.038
CPU usage (%): 231.998
Max. virtual memory (cumulated for all children) (KiB): 13977988
Max. memory (cumulated for all children) (KiB): 10626136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 420.33
system time used= 12.038
maximum resident set size= 10626396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11429
involuntary context switches= 3560


# summary of solver processes directly reported to runsolver:
#   pid: 13466
#   total CPU time (s): 432.368
#   total CPU user time (s): 420.33
#   total CPU system time (s): 12.038

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.19342 second user time and 1.68482 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-16 01:21:20
IDJOB=4274271
IDBENCH=138550
IDSOLVER=2666
FILE ID=node126/4274271-1502840123
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os15/SuperTaillard-os-15-22.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274271-1502840123/watcher-4274271-1502840123 -o /tmp/evaluation-result-4274271-1502840123/solver-4274271-1502840123 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1473703493 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274271-1502840123.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3ba855dc46a3fd367cb99709f0833fff
RANDOM SEED=1473703493

node126.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.81
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.81
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.81
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.81
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:        29157684 kB
MemAvailable:   29540052 kB
Buffers:          234516 kB
Cached:           429216 kB
SwapCached:          524 kB
Active:          2874300 kB
Inactive:         259732 kB
Active(anon):    2422072 kB
Inactive(anon):    89604 kB
Active(file):     452228 kB
Inactive(file):   170128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42348 kB
Writeback:             0 kB
AnonPages:       2496324 kB
Mapped:            65456 kB
Shmem:             41632 kB
Slab:             178240 kB
SReclaimable:     151692 kB
SUnreclaim:        26548 kB
KernelStack:        3760 kB
PageTables:        10260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3485560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2363392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-16 01:24:26