Trace number 4285266

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22? 4211.1001 823.51099

General information on the benchmark

NameMagicSquare/MagicSquare-table-s1/
MagicSquare-6-table.xml
MD5SUMcfc552cbb2ce3301e89528d2cd5bb011
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark481.45001
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints15
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":12}]
Minimum constraint arity6
Maximum constraint arity36
Distribution of constraint arities[{"arity":6,"count":14},{"arity":36,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.26/0.38	c version: 2017-08-22
0.26/0.38	c seed: 2034870956
0.26/0.38	c timeout: 20160
0.26/0.38	c memlimit: 22000
0.26/0.38	c nbcore: 8
0.26/0.41	c Parsing instance...
381.78/144.45	c Parsing done, starting search...
4186.27/816.57	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
4210.89/823.38		at java.lang.Integer.valueOf(Integer.java:832)
4210.89/823.38		at scala.runtime.BoxesRunTime.boxToInteger(BoxesRunTime.java:69)
4210.89/823.38		at oscar.cp.constraints.tables.TableCT.computeSupportsAndInitialFiltering(TableCT.scala:260)
4210.89/823.38		at oscar.cp.constraints.tables.TableCT.setup(TableCT.scala:82)
4210.89/823.38		at oscar.cp.core.CPStore.post(CPStore.scala:282)
4210.89/823.38		at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138)
4210.89/823.38		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
4210.89/823.38		at oscar.cp.package$.isInconsistent(package.scala:54)
4210.89/823.38		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
4210.89/823.38		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
4210.89/823.38		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:334)
4210.89/823.38		at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
4210.89/823.38		at oscar.modeling.models.LeafModel$class.add(InstantiatedModel.scala:34)
4210.89/823.38		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
4210.89/823.38		at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54)
4210.89/823.38		at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54)
4210.89/823.38		at scala.collection.immutable.List.foreach(List.scala:383)
4210.89/823.38		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
4210.89/823.38		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
4210.89/823.38		at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
4210.89/823.38		at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
4210.89/823.38		at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2$$anonfun$5.apply(CPProgram.scala:190)
4210.89/823.38		at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2$$anonfun$5.apply(CPProgram.scala:190)
4210.89/823.38		at oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33)
4210.89/823.38		at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2.apply(CPProgram.scala:189)
4210.89/823.38		at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2.apply(CPProgram.scala:187)
4210.89/823.38		at scala.util.DynamicVariable.withValue(DynamicVariable.scala:58)
4210.89/823.38		at oscar.modeling.misc.DynamicModelVariable.withValue(DynamicModelVariable.scala:34)
4210.89/823.38		at oscar.modeling.models.ModelDeclaration.apply(ModelDeclaration.scala:57)
4210.89/823.38		at oscar.modeling.solvers.cp.CPProgram.solveDistributed(CPProgram.scala:187)
4210.89/823.38		at oscar.modeling.solvers.cp.CPProgram.solveParallel(CPProgram.scala:97)
4210.89/823.38		at oscar.modeling.solvers.cp.CPProgram.solveParallel(CPProgram.scala:86)
4210.89/823.38	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 (13757 MiB free)
  memory of node 1: 16384 MiB (15448 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285266-1503443129/watcher-4285266-1503443129 -o /tmp/evaluation-result-4285266-1503443129/solver-4285266-1503443129 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node124-1503398584-12989 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2034870956 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285266-1503443129.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=19554, runsolver pid=19551
Current StackSize limit: 8192 KiB


[startup+0.100129 s]*
/proc/loadavg: 7.07 8.44 8.63 2/187 19564
/proc/meminfo: memFree=29897636/32770624 swapFree=67108860/67108860
[pid=19554] ppid=19551 vsize=25300336 memory=14460 CPUtime=0 cores=0-7
/proc/19554/stat : 19554 (java) S 19551 19554 12932 0 -1 1077944320 3488 0 0 0 0 0 0 0 20 0 10 0 132654643 25907544064 3615 18446744073709551615 4194304 4196468 140732172944944 140732172927488 140139959066359 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
/proc/19554/statm: 6325084 3615 1912 1 0 6314581 0
[pid=19554/tid=19556] ppid=19551 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19556/stat : 19556 (java) R 19551 19554 12932 0 -1 4202560 2185 0 0 0 0 0 0 0 20 0 10 0 132654652 25907544064 3681 18446744073709551615 4194304 4196468 140732172944944 140139963302480 140139943146846 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19557] ppid=19551 vsize=25300336 memory=140641229850240 CPUtime=0 cores=0-7
/proc/19554/task/19557/stat : 19557 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 132654653 25907544064 3681 18446744073709551615 4194304 4196468 140732172944944 140139885992848 140139959076565 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19558] ppid=19551 vsize=25300336 memory=140641229850240 CPUtime=0 cores=0-7
/proc/19554/task/19558/stat : 19558 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 132654653 25907544064 3681 18446744073709551615 4194304 4196468 140732172944944 140139520088848 140139959076565 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19559] ppid=19551 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19559/stat : 19559 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 132654653 25907544064 3681 18446744073709551615 4194304 4196468 140732172944944 140139519036560 140139959076565 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19560] ppid=19551 vsize=25300336 memory=-1807685287725067907 CPUtime=0 cores=0-7
/proc/19554/task/19560/stat : 19560 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 132654653 25907544064 3681 18446744073709551615 4194304 4196468 140732172944944 140139517983760 140139959076565 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19561] ppid=19551 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19561/stat : 19561 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 132654653 25907544064 3681 18446744073709551615 4194304 4196468 140732172944944 140139516930448 140139959076565 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19562] ppid=19551 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19562/stat : 19562 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 132654653 25907544064 3681 18446744073709551615 4194304 4196468 140732172944944 140139515877648 140139959076565 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19563] ppid=19551 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19563/stat : 19563 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 132654653 25907544064 3681 18446744073709551615 4194304 4196468 140732172944944 140139514825360 140139959076565 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19564] ppid=19551 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19564/stat : 19564 (java) S 19551 19554 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 132654653 25907544064 3681 18446744073709551615 4194304 4196468 140732172944944 140139513772560 140139959076565 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 25300336 KiB
Current children cumulated memory: 14460 KiB

[startup+0.20978 s]*
/proc/loadavg: 7.07 8.44 8.63 2/197 19574
/proc/meminfo: memFree=29891304/32770624 swapFree=67108860/67108860
[pid=19554] ppid=19551 vsize=25996608 memory=29560 CPUtime=0.09 cores=0-7
/proc/19554/stat : 19554 (java) S 19551 19554 12932 0 -1 1077944320 7210 0 0 0 8 1 0 0 20 0 20 0 132654643 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140732172927488 140139959066359 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
/proc/19554/statm: 6499152 7390 3369 1 0 6487930 0
[pid=19554/tid=19556] ppid=19551 vsize=25996608 memory=0 CPUtime=0.07 cores=0-7
/proc/19554/task/19556/stat : 19556 (java) R 19551 19554 12932 0 -1 4202560 5231 0 0 0 6 1 0 0 20 0 20 0 132654652 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140139963269488 140139945264304 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19557] ppid=19551 vsize=25996608 memory=140641229850240 CPUtime=0 cores=0-7
/proc/19554/task/19557/stat : 19557 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140139885992848 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19558] ppid=19551 vsize=25996608 memory=140641229850240 CPUtime=0 cores=0-7
/proc/19554/task/19558/stat : 19558 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140139520088848 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19559] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19559/stat : 19559 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140139519036560 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19560] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19560/stat : 19560 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140139517983760 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19561] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19561/stat : 19561 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140139516930448 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19562] ppid=19551 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/19554/task/19562/stat : 19562 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140139515877648 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19563] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19563/stat : 19563 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140139514825360 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19564] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19564/stat : 19564 (java) S 19551 19554 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140139513772560 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19565] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19565/stat : 19565 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 132654654 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140138956970608 140139959077506 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19566] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19566/stat : 19566 (java) S 19551 19554 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 132654655 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140138955916576 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19567] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19567/stat : 19567 (java) S 19551 19554 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 132654655 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140138954864240 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19568] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19568/stat : 19568 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654657 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140138953812560 140139959084955 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19569] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19569/stat : 19569 (java) R 19551 19554 12932 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 132654657 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140138952759408 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19570] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19570/stat : 19570 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654657 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140138951706608 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19571] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19571/stat : 19571 (java) R 19551 19554 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 132654657 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140138950654320 140139959077506 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19572] ppid=19551 vsize=25996608 memory=0 CPUtime=0.01 cores=0-7
/proc/19554/task/19572/stat : 19572 (java) R 19551 19554 12932 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 20 0 132654657 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140138949601520 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19573] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19573/stat : 19573 (java) S 19551 19554 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 132654657 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140138948549472 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19574] ppid=19551 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/19554/task/19574/stat : 19574 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654662 26620526592 7390 18446744073709551615 4194304 4196468 140732172944944 140138947496752 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 29560 KiB

[startup+0.311245 s]*
/proc/loadavg: 7.07 8.44 8.63 2/197 19574
/proc/meminfo: memFree=29885248/32770624 swapFree=67108860/67108860
[pid=19554] ppid=19551 vsize=25996608 memory=38900 CPUtime=0.26 cores=0-7
/proc/19554/stat : 19554 (java) S 19551 19554 12932 0 -1 1077944320 10965 0 0 0 22 4 0 0 20 0 20 0 132654643 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140732172927488 140139959066359 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
/proc/19554/statm: 6499152 9725 3546 1 0 6487930 0
[pid=19554/tid=19556] ppid=19551 vsize=25996608 memory=-8774313645642428999 CPUtime=0.18 cores=0-7
/proc/19554/task/19556/stat : 19556 (java) R 19551 19554 12932 0 -1 4202560 8673 0 0 0 15 3 0 0 20 0 20 0 132654652 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140139963267920 140139943146846 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19557] ppid=19551 vsize=25996608 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/19554/task/19557/stat : 19557 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140139885992848 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19558] ppid=19551 vsize=25996608 memory=-7595490506177102494 CPUtime=0 cores=0-7
/proc/19554/task/19558/stat : 19558 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140139520088848 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19559] ppid=19551 vsize=25996608 memory=-7533229591079788448 CPUtime=0 cores=0-7
/proc/19554/task/19559/stat : 19559 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140139519036560 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19560] ppid=19551 vsize=25996608 memory=1400504754925836930 CPUtime=0 cores=0-7
/proc/19554/task/19560/stat : 19560 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140139517983760 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19561] ppid=19551 vsize=25996608 memory=5450909908396308010 CPUtime=0 cores=0-7
/proc/19554/task/19561/stat : 19561 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140139516930448 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19562] ppid=19551 vsize=25996608 memory=-7828588039587135831 CPUtime=0 cores=0-7
/proc/19554/task/19562/stat : 19562 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140139515877648 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19563] ppid=19551 vsize=25996608 memory=-8542328529919094630 CPUtime=0 cores=0-7
/proc/19554/task/19563/stat : 19563 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140139514825360 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19564] ppid=19551 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/19554/task/19564/stat : 19564 (java) S 19551 19554 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 132654653 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140139513772560 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19565] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19565/stat : 19565 (java) S 19551 19554 12932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 132654654 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140138956970608 140139959077506 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19566] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19566/stat : 19566 (java) S 19551 19554 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 132654655 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140138955916576 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19567] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19567/stat : 19567 (java) S 19551 19554 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 132654655 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140138954864240 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19568] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19568/stat : 19568 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654657 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140138953812560 140139959084955 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19569] ppid=19551 vsize=25996608 memory=0 CPUtime=0.01 cores=0-7
/proc/19554/task/19569/stat : 19569 (java) S 19551 19554 12932 0 -1 1077944384 484 0 0 0 1 0 0 0 20 0 20 0 132654657 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140138952759408 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19570] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19570/stat : 19570 (java) S 19551 19554 12932 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 132654657 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140138951706608 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19571] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19571/stat : 19571 (java) S 19551 19554 12932 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 132654657 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140138950654320 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19572] ppid=19551 vsize=25996608 memory=0 CPUtime=0.05 cores=0-7
/proc/19554/task/19572/stat : 19572 (java) S 19551 19554 12932 0 -1 1077944384 380 0 0 0 5 0 0 0 20 0 20 0 132654657 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140138949601520 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19573] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19573/stat : 19573 (java) S 19551 19554 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 132654657 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140138948549472 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19574] ppid=19551 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/19554/task/19574/stat : 19574 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654662 26620526592 9725 18446744073709551615 4194304 4196468 140732172944944 140138947496752 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 38900 KiB

[startup+0.700958 s]
/proc/loadavg: 7.07 8.44 8.63 4/197 19574
/proc/meminfo: memFree=29869612/32770624 swapFree=67108860/67108860
[pid=19554] ppid=19551 vsize=25996628 memory=148784 CPUtime=0.9 cores=0-7
/proc/19554/stat : 19554 (java) S 19551 19554 12932 0 -1 1077944320 13557 0 0 0 81 9 0 0 20 0 20 0 132654643 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140732172927488 140139959066359 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
/proc/19554/statm: 6499157 37196 3716 1 0 6487930 0
[pid=19554/tid=19556] ppid=19551 vsize=25996628 memory=177093837 CPUtime=0.55 cores=0-7
/proc/19554/task/19556/stat : 19556 (java) R 19551 19554 12932 0 -1 4202560 10302 0 0 0 48 7 0 0 20 0 20 0 132654652 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140139963303072 140139959088285 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19557] ppid=19551 vsize=25996628 memory=71128 CPUtime=0 cores=0-7
/proc/19554/task/19557/stat : 19557 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654653 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140139885992848 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19558] ppid=19551 vsize=25996628 memory=2384 CPUtime=0 cores=0-7
/proc/19554/task/19558/stat : 19558 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654653 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140139520088848 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19559] ppid=19551 vsize=25996628 memory=1296 CPUtime=0 cores=0-7
/proc/19554/task/19559/stat : 19559 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654653 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140139519036560 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19560] ppid=19551 vsize=25996628 memory=140645524817535 CPUtime=0 cores=0-7
/proc/19554/task/19560/stat : 19560 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 132654653 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140139517983760 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19561] ppid=19551 vsize=25996628 memory=7682744562830902074 CPUtime=0 cores=0-7
/proc/19554/task/19561/stat : 19561 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 132654653 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140139516930448 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19562] ppid=19551 vsize=25996628 memory=5787220531491389536 CPUtime=0 cores=0-7
/proc/19554/task/19562/stat : 19562 (java) S 19551 19554 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 132654653 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140139515877648 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19563] ppid=19551 vsize=25996628 memory=7007707949394126417 CPUtime=0 cores=0-7
/proc/19554/task/19563/stat : 19563 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654653 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140139514825360 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19564] ppid=19551 vsize=25996628 memory=5859853075905800022 CPUtime=0 cores=0-7
/proc/19554/task/19564/stat : 19564 (java) S 19551 19554 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 132654653 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140139513772560 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19565] ppid=19551 vsize=25996628 memory=956 CPUtime=0 cores=0-7
/proc/19554/task/19565/stat : 19565 (java) S 19551 19554 12932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 132654654 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140138956970608 140139959077506 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19566] ppid=19551 vsize=25996628 memory=1236 CPUtime=0 cores=0-7
/proc/19554/task/19566/stat : 19566 (java) S 19551 19554 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 132654655 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140138955916576 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19567] ppid=19551 vsize=25996628 memory=2244 CPUtime=0 cores=0-7
/proc/19554/task/19567/stat : 19567 (java) S 19551 19554 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 132654655 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140138954864240 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19568] ppid=19551 vsize=25996628 memory=4284 CPUtime=0 cores=0-7
/proc/19554/task/19568/stat : 19568 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654657 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140138953812560 140139959084955 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19569] ppid=19551 vsize=25996628 memory=928 CPUtime=0.09 cores=0-7
/proc/19554/task/19569/stat : 19569 (java) S 19551 19554 12932 0 -1 1077944384 851 0 0 0 9 0 0 0 20 0 20 0 132654657 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140138952759408 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19570] ppid=19551 vsize=25996628 memory=1580 CPUtime=0.04 cores=0-7
/proc/19554/task/19570/stat : 19570 (java) S 19551 19554 12932 0 -1 1077944384 233 0 0 0 4 0 0 0 20 0 20 0 132654657 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140138951706608 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19571] ppid=19551 vsize=25996628 memory=2168 CPUtime=0.04 cores=0-7
/proc/19554/task/19571/stat : 19571 (java) S 19551 19554 12932 0 -1 1077944384 181 0 0 0 4 0 0 0 20 0 20 0 132654657 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140138950654320 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19572] ppid=19551 vsize=25996628 memory=836 CPUtime=0.14 cores=0-7
/proc/19554/task/19572/stat : 19572 (java) S 19551 19554 12932 0 -1 1077944384 603 0 0 0 14 0 0 0 20 0 20 0 132654657 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140138949601520 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19573] ppid=19551 vsize=25996628 memory=5880 CPUtime=0 cores=0-7
/proc/19554/task/19573/stat : 19573 (java) S 19551 19554 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 132654657 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140138948549472 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19574] ppid=19551 vsize=25996628 memory=4068 CPUtime=0 cores=0-7
/proc/19554/task/19574/stat : 19574 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654662 26620547072 37196 18446744073709551615 4194304 4196468 140732172944944 140138947496752 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 25996628 KiB

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

[pid=19554/tid=19556] ppid=19551 vsize=26197332 memory=23652268 CPUtime=160.8 cores=0-7
/proc/19554/task/19556/stat : 19556 (java) S 19551 19554 12932 0 -1 1077944384 185986 0 0 0 15903 177 0 0 20 0 20 0 132654652 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139963305584 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19557] ppid=19551 vsize=26197332 memory=23652268 CPUtime=484.83 cores=0-7
/proc/19554/task/19557/stat : 19557 (java) S 19551 19554 12932 0 -1 1077944384 406573 0 0 0 47856 627 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139885992848 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 50 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19558] ppid=19551 vsize=26197332 memory=23652268 CPUtime=482.97 cores=0-7
/proc/19554/task/19558/stat : 19558 (java) S 19551 19554 12932 0 -1 1077944384 424687 0 0 0 47598 699 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139520088848 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19559] ppid=19551 vsize=26197332 memory=23652272 CPUtime=483.85 cores=0-7
/proc/19554/task/19559/stat : 19559 (java) S 19551 19554 12932 0 -1 1077944384 387265 0 0 0 47762 623 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139519036560 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19560] ppid=19551 vsize=26197332 memory=23652272 CPUtime=484.02 cores=0-7
/proc/19554/task/19560/stat : 19560 (java) S 19551 19554 12932 0 -1 1077944384 510198 0 0 0 47754 648 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139517983760 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19561] ppid=19551 vsize=26197332 memory=23652272 CPUtime=483.3 cores=0-7
/proc/19554/task/19561/stat : 19561 (java) S 19551 19554 12932 0 -1 1077944384 337278 0 0 0 47647 683 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139516930448 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19562] ppid=19551 vsize=26197332 memory=0 CPUtime=484.4 cores=0-7
/proc/19554/task/19562/stat : 19562 (java) S 19551 19554 12932 0 -1 1077944384 410182 0 0 0 47794 646 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139515877648 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19563] ppid=19551 vsize=26197332 memory=0 CPUtime=484.91 cores=0-7
/proc/19554/task/19563/stat : 19563 (java) S 19551 19554 12932 0 -1 1077944384 336348 0 0 0 47840 651 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139514825360 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 54 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19564] ppid=19551 vsize=26197332 memory=16484084485400 CPUtime=484.33 cores=0-7
/proc/19554/task/19564/stat : 19564 (java) S 19551 19554 12932 0 -1 1077944384 434590 0 0 0 47800 633 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139513772560 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 59 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19565] ppid=19551 vsize=26197332 memory=4120 CPUtime=173.74 cores=0-7
/proc/19554/task/19565/stat : 19565 (java) R 19551 19554 12932 0 -1 4202560 609056 0 0 0 17282 92 0 0 20 0 20 0 132654654 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138956969040 140139944062766 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19566] ppid=19551 vsize=26197332 memory=40660 CPUtime=0 cores=0-7
/proc/19554/task/19566/stat : 19566 (java) S 19551 19554 12932 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 132654655 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138955916640 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19567] ppid=19551 vsize=26197332 memory=4048 CPUtime=0 cores=0-7
/proc/19554/task/19567/stat : 19567 (java) S 19551 19554 12932 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 132654655 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138954864256 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19568] ppid=19551 vsize=26197332 memory=4120 CPUtime=0 cores=0-7
/proc/19554/task/19568/stat : 19568 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138953812560 140139959084955 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19569] ppid=19551 vsize=26197332 memory=71168 CPUtime=0.61 cores=0-7
/proc/19554/task/19569/stat : 19569 (java) S 19551 19554 12932 0 -1 1077944384 6028 0 0 0 60 1 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138952759456 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19570] ppid=19551 vsize=26197332 memory=281282240233160 CPUtime=0.63 cores=0-7
/proc/19554/task/19570/stat : 19570 (java) S 19551 19554 12932 0 -1 1077944384 6317 0 0 0 62 1 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138951706656 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19571] ppid=19551 vsize=26197332 memory=281282242218192 CPUtime=0.61 cores=0-7
/proc/19554/task/19571/stat : 19571 (java) S 19551 19554 12932 0 -1 1077944384 5497 0 0 0 59 2 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138950654080 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19572] ppid=19551 vsize=26197332 memory=1728 CPUtime=0.4 cores=0-7
/proc/19554/task/19572/stat : 19572 (java) S 19551 19554 12932 0 -1 1077944384 5661 0 0 0 39 1 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138949601568 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19573] ppid=19551 vsize=26197332 memory=5788 CPUtime=0 cores=0-7
/proc/19554/task/19573/stat : 19573 (java) S 19551 19554 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138948549472 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19574] ppid=19551 vsize=26197332 memory=1996 CPUtime=0.34 cores=0-7
/proc/19554/task/19574/stat : 19574 (java) S 19551 19554 12932 0 -1 1077944384 1719 0 0 0 16 18 0 0 20 0 20 0 132654662 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138947496752 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
Current children cumulated CPU time: 4209.89 s
Current children cumulated vsize: 26197332 KiB
Current children cumulated memory: 23652272 KiB

[startup+823.511 s]
# the end of solver process 19554 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4155.99 s, system=55.1148 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+822.401 s]
/proc/loadavg: 6.00 5.86 6.59 2/193 19631
/proc/meminfo: memFree=6272832/32770624 swapFree=67108860/67108860
[pid=19554] ppid=19551 vsize=26197332 memory=23652272 CPUtime=4209.99 cores=0-7
/proc/19554/stat : 19554 (java) S 19551 19554 12932 0 -1 1077944320 4068859 0 0 0 415502 5497 0 0 20 0 20 0 132654643 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140732172927488 140139959066359 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
/proc/19554/statm: 6549333 5913068 3815 1 0 6538106 0
[pid=19554/tid=19556] ppid=19551 vsize=26197332 memory=1232 CPUtime=160.8 cores=0-7
/proc/19554/task/19556/stat : 19556 (java) S 19551 19554 12932 0 -1 1077944384 185986 0 0 0 15903 177 0 0 20 0 20 0 132654652 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139963305584 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19557] ppid=19551 vsize=26197332 memory=9064 CPUtime=484.83 cores=0-7
/proc/19554/task/19557/stat : 19557 (java) S 19551 19554 12932 0 -1 1077944384 406573 0 0 0 47856 627 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139885992848 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 50 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19558] ppid=19551 vsize=26197332 memory=71168 CPUtime=482.97 cores=0-7
/proc/19554/task/19558/stat : 19558 (java) S 19551 19554 12932 0 -1 1077944384 424687 0 0 0 47598 699 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139520088848 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19559] ppid=19551 vsize=26197332 memory=2384 CPUtime=483.85 cores=0-7
/proc/19554/task/19559/stat : 19559 (java) S 19551 19554 12932 0 -1 1077944384 387265 0 0 0 47762 623 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139519036560 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19560] ppid=19551 vsize=26197332 memory=1296 CPUtime=484.02 cores=0-7
/proc/19554/task/19560/stat : 19560 (java) S 19551 19554 12932 0 -1 1077944384 510198 0 0 0 47754 648 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139517983760 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19561] ppid=19551 vsize=26197332 memory=0 CPUtime=483.3 cores=0-7
/proc/19554/task/19561/stat : 19561 (java) S 19551 19554 12932 0 -1 1077944384 337278 0 0 0 47647 683 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139516930448 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19562] ppid=19551 vsize=26197332 memory=301741386309566757 CPUtime=484.4 cores=0-7
/proc/19554/task/19562/stat : 19562 (java) S 19551 19554 12932 0 -1 1077944384 410182 0 0 0 47794 646 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139515877648 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19563] ppid=19551 vsize=26197332 memory=14127840476005918 CPUtime=484.91 cores=0-7
/proc/19554/task/19563/stat : 19563 (java) S 19551 19554 12932 0 -1 1077944384 336348 0 0 0 47840 651 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139514825360 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 54 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19564] ppid=19551 vsize=26197332 memory=15884 CPUtime=484.33 cores=0-7
/proc/19554/task/19564/stat : 19564 (java) S 19551 19554 12932 0 -1 1077944384 434590 0 0 0 47800 633 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139513772560 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 59 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19565] ppid=19551 vsize=26197332 memory=16240 CPUtime=173.84 cores=0-7
/proc/19554/task/19565/stat : 19565 (java) R 19551 19554 12932 0 -1 4202560 609056 0 0 0 17292 92 0 0 20 0 20 0 132654654 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138956969040 140139944062341 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19566] ppid=19551 vsize=26197332 memory=40660 CPUtime=0 cores=0-7
/proc/19554/task/19566/stat : 19566 (java) S 19551 19554 12932 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 132654655 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138955916640 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19567] ppid=19551 vsize=26197332 memory=4048 CPUtime=0 cores=0-7
/proc/19554/task/19567/stat : 19567 (java) S 19551 19554 12932 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 132654655 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138954864256 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19568] ppid=19551 vsize=26197332 memory=644 CPUtime=0 cores=0-7
/proc/19554/task/19568/stat : 19568 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138953812560 140139959084955 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19569] ppid=19551 vsize=26197332 memory=1788 CPUtime=0.61 cores=0-7
/proc/19554/task/19569/stat : 19569 (java) S 19551 19554 12932 0 -1 1077944384 6028 0 0 0 60 1 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138952759456 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19570] ppid=19551 vsize=26197332 memory=-8774313645642428999 CPUtime=0.63 cores=0-7
/proc/19554/task/19570/stat : 19570 (java) S 19551 19554 12932 0 -1 1077944384 6317 0 0 0 62 1 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138951706656 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19571] ppid=19551 vsize=26197332 memory=1204 CPUtime=0.61 cores=0-7
/proc/19554/task/19571/stat : 19571 (java) S 19551 19554 12932 0 -1 1077944384 5497 0 0 0 59 2 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138950654080 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19572] ppid=19551 vsize=26197332 memory=15884 CPUtime=0.4 cores=0-7
/proc/19554/task/19572/stat : 19572 (java) S 19551 19554 12932 0 -1 1077944384 5661 0 0 0 39 1 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138949601568 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19573] ppid=19551 vsize=26197332 memory=16240 CPUtime=0 cores=0-7
/proc/19554/task/19573/stat : 19573 (java) S 19551 19554 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138948549472 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19574] ppid=19551 vsize=26197332 memory=0 CPUtime=0.34 cores=0-7
/proc/19554/task/19574/stat : 19574 (java) S 19551 19554 12932 0 -1 1077944384 1719 0 0 0 16 18 0 0 20 0 20 0 132654662 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138947496752 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
Current children cumulated CPU time: 4209.99 s
Current children cumulated vsize: 26197332 KiB
Current children cumulated memory: 23652272 KiB

[startup+823.201 s]
/proc/loadavg: 6.00 5.86 6.59 2/193 19631
/proc/meminfo: memFree=6272832/32770624 swapFree=67108860/67108860
[pid=19554] ppid=19551 vsize=26197332 memory=23652272 CPUtime=4210.79 cores=0-7
/proc/19554/stat : 19554 (java) S 19551 19554 12932 0 -1 1077944320 4068859 0 0 0 415582 5497 0 0 20 0 20 0 132654643 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140732172927488 140139959066359 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
/proc/19554/statm: 6549333 5913068 3815 1 0 6538106 0
[pid=19554/tid=19556] ppid=19551 vsize=26197332 memory=4048 CPUtime=160.8 cores=0-7
/proc/19554/task/19556/stat : 19556 (java) S 19551 19554 12932 0 -1 1077944384 185986 0 0 0 15903 177 0 0 20 0 20 0 132654652 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139963305584 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19557] ppid=19551 vsize=26197332 memory=644 CPUtime=484.83 cores=0-7
/proc/19554/task/19557/stat : 19557 (java) S 19551 19554 12932 0 -1 1077944384 406573 0 0 0 47856 627 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139885992848 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 50 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19558] ppid=19551 vsize=26197332 memory=1788 CPUtime=482.97 cores=0-7
/proc/19554/task/19558/stat : 19558 (java) S 19551 19554 12932 0 -1 1077944384 424687 0 0 0 47598 699 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139520088848 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19559] ppid=19551 vsize=26197332 memory=23652264 CPUtime=483.85 cores=0-7
/proc/19554/task/19559/stat : 19559 (java) S 19551 19554 12932 0 -1 1077944384 387265 0 0 0 47762 623 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139519036560 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19560] ppid=19551 vsize=26197332 memory=0 CPUtime=484.02 cores=0-7
/proc/19554/task/19560/stat : 19560 (java) S 19551 19554 12932 0 -1 1077944384 510198 0 0 0 47754 648 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139517983760 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19561] ppid=19551 vsize=26197332 memory=4639924115538203238 CPUtime=483.3 cores=0-7
/proc/19554/task/19561/stat : 19561 (java) S 19551 19554 12932 0 -1 1077944384 337278 0 0 0 47647 683 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139516930448 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19562] ppid=19551 vsize=26197332 memory=7228952860319766096 CPUtime=484.4 cores=0-7
/proc/19554/task/19562/stat : 19562 (java) S 19551 19554 12932 0 -1 1077944384 410182 0 0 0 47794 646 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139515877648 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19563] ppid=19551 vsize=26197332 memory=11265 CPUtime=484.91 cores=0-7
/proc/19554/task/19563/stat : 19563 (java) S 19551 19554 12932 0 -1 1077944384 336348 0 0 0 47840 651 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139514825360 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 54 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19564] ppid=19551 vsize=26197332 memory=8458433173656778549 CPUtime=484.33 cores=0-7
/proc/19554/task/19564/stat : 19564 (java) S 19551 19554 12932 0 -1 1077944384 434590 0 0 0 47800 633 0 0 20 0 20 0 132654653 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140139513772560 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 59 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19565] ppid=19551 vsize=26197332 memory=23652272 CPUtime=174.64 cores=0-7
/proc/19554/task/19565/stat : 19565 (java) R 19551 19554 12932 0 -1 4202560 609056 0 0 0 17372 92 0 0 20 0 20 0 132654654 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138956969040 140139944062783 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19566] ppid=19551 vsize=26197332 memory=7813587196152657717 CPUtime=0 cores=0-7
/proc/19554/task/19566/stat : 19566 (java) S 19551 19554 12932 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 132654655 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138955916640 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19567] ppid=19551 vsize=26197332 memory=23652272 CPUtime=0 cores=0-7
/proc/19554/task/19567/stat : 19567 (java) S 19551 19554 12932 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 132654655 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138954864256 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19568] ppid=19551 vsize=26197332 memory=928 CPUtime=0 cores=0-7
/proc/19554/task/19568/stat : 19568 (java) S 19551 19554 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138953812560 140139959084955 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19569] ppid=19551 vsize=26197332 memory=1580 CPUtime=0.61 cores=0-7
/proc/19554/task/19569/stat : 19569 (java) S 19551 19554 12932 0 -1 1077944384 6028 0 0 0 60 1 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138952759456 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19570] ppid=19551 vsize=26197332 memory=2168 CPUtime=0.63 cores=0-7
/proc/19554/task/19570/stat : 19570 (java) S 19551 19554 12932 0 -1 1077944384 6317 0 0 0 62 1 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138951706656 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19571] ppid=19551 vsize=26197332 memory=836 CPUtime=0.61 cores=0-7
/proc/19554/task/19571/stat : 19571 (java) S 19551 19554 12932 0 -1 1077944384 5497 0 0 0 59 2 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138950654080 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19572] ppid=19551 vsize=26197332 memory=5880 CPUtime=0.4 cores=0-7
/proc/19554/task/19572/stat : 19572 (java) S 19551 19554 12932 0 -1 1077944384 5661 0 0 0 39 1 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138949601568 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19573] ppid=19551 vsize=26197332 memory=40660 CPUtime=0 cores=0-7
/proc/19554/task/19573/stat : 19573 (java) S 19551 19554 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 132654657 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138948549472 140139959076565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
[pid=19554/tid=19574] ppid=19551 vsize=26197332 memory=4048 CPUtime=0.34 cores=0-7
/proc/19554/task/19574/stat : 19574 (java) S 19551 19554 12932 0 -1 1077944384 1719 0 0 0 16 18 0 0 20 0 20 0 132654662 26826067968 5913068 18446744073709551615 4194304 4196468 140732172944944 140138947496752 140139959077506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8851456 140732172947819 140732172948005 140732172948005 140732172951503 0
Current children cumulated CPU time: 4210.79 s
Current children cumulated vsize: 26197332 KiB
Current children cumulated memory: 23652272 KiB

[startup+823.401 s]*
/proc/loadavg: 6.00 5.86 6.59 2/175 19632
/proc/meminfo: memFree=12903260/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+823.509 s]
/proc/loadavg: 6.00 5.86 6.59 2/175 19632
/proc/meminfo: memFree=12903260/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 823.511
CPU time (s): 4211.1
CPU user time (s): 4155.99
CPU system time (s): 55.1148
CPU usage (%): 511.359
Max. virtual memory (cumulated for all children) (KiB): 26262868
Max. memory (cumulated for all children) (KiB): 23652272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4155.99
system time used= 55.1148
maximum resident set size= 23652272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4069120
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54123
involuntary context switches= 57129


# summary of solver processes directly reported to runsolver:
#   pid: 19554
#   total CPU time (s): 4211.1
#   total CPU user time (s): 4155.99
#   total CPU system time (s): 55.1148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.00799 second user time and 8.49876 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-23 00:51:24
IDJOB=4285266
IDBENCH=133254
IDSOLVER=2681
FILE ID=node124/4285266-1503443129
RUNJOBID= node124-1503398584-12989
PBS_JOBID= 
Free space on /tmp= 60868 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/MagicSquare/MagicSquare-table-s1/MagicSquare-6-table.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285266-1503443129/watcher-4285266-1503443129 -o /tmp/evaluation-result-4285266-1503443129/solver-4285266-1503443129 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node124-1503398584-12989 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2034870956 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285266-1503443129.xml

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

MD5SUM BENCH= cfc552cbb2ce3301e89528d2cd5bb011
RANDOM SEED=2034870956

node124.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.51
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.51
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.51
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.51
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:        29906748 kB
MemAvailable:   31902388 kB
Buffers:          313204 kB
Cached:          1974168 kB
SwapCached:            0 kB
Active:          1894428 kB
Inactive:         448520 kB
Active(anon):       8320 kB
Inactive(anon):    97324 kB
Active(file):    1886108 kB
Inactive(file):   351196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            625708 kB
Writeback:         73480 kB
AnonPages:         55760 kB
Mapped:            66148 kB
Shmem:             49896 kB
Slab:             216936 kB
SReclaimable:     148340 kB
SUnreclaim:        68596 kB
KernelStack:        3136 kB
PageTables:         5100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 60824 MiB
End job on node124 at 2017-08-23 01:05:07