Trace number 4304481

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? 1028.88 526.445

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-11-4-rom_c18.xml
MD5SUM63b9378ece2d6066ad6e61da47f93b8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints88
Number of domains5
Minimum domain size2
Maximum domain size115571
Distribution of domain sizes[{"size":2,"count":22},{"size":12,"count":154},{"size":27,"count":121},{"size":115571,"count":88}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":110},{"degree":2,"count":154},{"degree":8,"count":121}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":22},{"arity":15,"count":66}]
Number of extensional constraints88
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":88}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.97/0.74	c Concrete v3.9.2.1532736233296 running
1020.42/524.23	Exception in thread "main" java.lang.reflect.InvocationTargetException
1020.42/524.23		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1020.42/524.23		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1020.42/524.23		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1020.42/524.23		at java.lang.reflect.Method.invoke(Method.java:498)
1020.42/524.23		at concrete.Solver$.apply(Solver.scala:61)
1020.42/524.23		at concrete.runner.CSPOMRunner.$anonfun$load$3(CSPOMRunner.scala:42)
1020.42/524.23		at scala.util.Success.flatMap(Try.scala:247)
1020.42/524.23		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:39)
1020.42/524.23		at scala.util.Success.flatMap(Try.scala:247)
1020.42/524.23		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:38)
1020.42/524.23		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:36)
1020.42/524.23		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:18)
1020.42/524.23		at concrete.runner.CSPOMRunner.$anonfun$load$1(CSPOMRunner.scala:33)
1020.42/524.23		at scala.util.Success.flatMap(Try.scala:247)
1020.42/524.23		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:33)
1020.42/524.23		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:32)
1020.42/524.23		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:18)
1020.42/524.23		at concrete.runner.ConcreteRunner.$anonfun$run$1(ConcreteRunner.scala:64)
1020.42/524.23		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
1020.42/524.23		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
1020.42/524.23		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
1020.42/524.23		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
1020.42/524.23		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
1020.42/524.23		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
1020.42/524.24		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
1020.42/524.24		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:63)
1020.42/524.24		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
1020.42/524.24		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
1020.42/524.24		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
1020.42/524.24		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
1020.42/524.24		at scala.Function0.apply$mcV$sp(Function0.scala:34)
1020.42/524.24		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
1020.42/524.24		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
1020.42/524.24		at scala.App.$anonfun$main$1$adapted(App.scala:76)
1020.42/524.24		at scala.collection.immutable.List.foreach(List.scala:389)
1020.42/524.24		at scala.App.main(App.scala:76)
1020.42/524.24		at scala.App.main$(App.scala:74)
1020.42/524.24		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
1020.42/524.24		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
1020.42/524.24	Caused by: java.lang.OutOfMemoryError: Java heap space
1020.42/524.24		at concrete.util.SparseSet.<init>(SparseSet.scala:8)
1020.42/524.24		at concrete.constraint.extension.BDDC.init(BDDC.scala:20)
1020.42/524.24		at concrete.ProblemState.$anonfun$padConstraints$4(ProblemState.scala:249)
1020.42/524.24		at concrete.ProblemState$$Lambda$667/955230355.apply(Unknown Source)
1020.42/524.24		at concrete.ProblemState.andThen(ProblemState.scala:217)
1020.42/524.24		at concrete.ProblemState.$anonfun$padConstraints$3(ProblemState.scala:249)
1020.42/524.24		at concrete.ProblemState$$Lambda$666/1384742240.apply(Unknown Source)
1020.42/524.24		at scala.collection.IndexedSeqOptimized.foldLeft(IndexedSeqOptimized.scala:56)
1020.42/524.24		at scala.collection.IndexedSeqOptimized.foldLeft$(IndexedSeqOptimized.scala:64)
1020.42/524.24		at scala.collection.mutable.IndexedSeqView$AbstractTransformed.foldLeft(IndexedSeqView.scala:46)
1020.42/524.24		at concrete.ProblemState.padConstraints(ProblemState.scala:248)
1020.42/524.24		at concrete.ProblemState$.apply(ProblemState.scala:170)
1020.42/524.24		at concrete.Problem.initState(Problem.scala:65)
1020.42/524.24		at concrete.Problem.initState(Problem.scala:63)
1020.42/524.24		at concrete.MAC.<init>(MAC.scala:80)
1020.42/524.24		at concrete.MAC$.$anonfun$apply$3(MAC.scala:48)
1020.42/524.24		at concrete.MAC$$$Lambda$648/1067755891.apply(Unknown Source)
1020.42/524.24		at scala.util.Success.$anonfun$map$1(Try.scala:251)
1020.42/524.24		at scala.util.Success.map(Try.scala:209)
1020.42/524.24		at concrete.MAC$.apply(MAC.scala:47)
1020.42/524.24		at concrete.MAC.apply(MAC.scala)
1020.42/524.24		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1020.42/524.24		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1020.42/524.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1020.42/524.24		at java.lang.reflect.Method.invoke(Method.java:498)
1020.42/524.24		at concrete.Solver$.apply(Solver.scala:61)
1020.42/524.24		at concrete.runner.CSPOMRunner.$anonfun$load$3(CSPOMRunner.scala:42)
1020.42/524.24		at concrete.runner.CSPOMRunner$$Lambda$588/1824513566.apply(Unknown Source)
1020.42/524.24		at scala.util.Success.flatMap(Try.scala:247)
1020.42/524.24		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:39)
1020.42/524.24		at concrete.runner.CSPOMRunner$$Lambda$502/692048351.apply(Unknown Source)
1020.42/524.24		at scala.util.Success.flatMap(Try.scala:247)
1028.61/526.37	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 (2277 MiB free)
  memory of node 1: 16384 MiB (6259 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304481-1534094579/watcher-4304481-1534094579 -o /tmp/evaluation-result-4304481-1534094579/solver-4304481-1534094579 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534093409-26324 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=840929040 HOME/instance-4304481-1534094579.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=26839, runsolver pid=26836

[startup+0.100123 s]*
/proc/loadavg: 4.78 4.05 2.97 3/202 26892
/proc/meminfo: memFree=8739708/32770624 swapFree=67108404/67108860
[pid=26839] ppid=26836 vsize=10005480 memory=14172 CPUtime=0.07 cores=1,3,5,7
/proc/26839/stat : 26839 (java) S 26836 26839 21340 0 -1 1077944320 3659 12958 0 1 0 0 5 2 20 0 6 0 227021097 10245611520 3477 33554432000 4194304 4196468 140724139162144 140724139144688 140030881910519 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
/proc/26839/statm: 2501370 3543 1494 1 0 2489808 0
[pid=26839/tid=26892] ppid=26836 vsize=10005480 memory=4279135703946854027 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26892/stat : 26892 (java) R 26836 26839 21340 0 -1 4202560 1520 12958 0 1 0 0 5 2 20 0 6 0 227021107 10245611520 3543 33554432000 4194304 4196468 140724139162144 140030853747280 140030771433027 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26893] ppid=26836 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26893/stat : 26893 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 6 0 227021107 10245611520 3543 33554432000 4194304 4196468 140724139162144 140030886152464 140030881920725 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26894] ppid=26836 vsize=10005480 memory=140186079999616 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26894/stat : 26894 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 6 0 227021107 10245611520 3609 33554432000 4194304 4196468 140724139162144 140030767417744 140030881920725 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26895] ppid=26836 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26895/stat : 26895 (java) S 26836 26839 21340 0 -1 1077944384 2 12958 0 1 0 0 5 2 20 0 6 0 227021107 10245611520 3609 33554432000 4194304 4196468 140724139162144 140030766365200 140030881920725 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26896] ppid=26836 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26896/stat : 26896 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 6 0 227021107 10245611520 3609 33554432000 4194304 4196468 140724139162144 140030419589776 140030881920725 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14172 KiB

[startup+0.210249 s]*
/proc/loadavg: 4.78 4.05 2.97 3/215 26905
/proc/meminfo: memFree=8712052/32770624 swapFree=67108404/67108860
[pid=26839] ppid=26836 vsize=10982744 memory=42592 CPUtime=0.24 cores=1,3,5,7
/proc/26839/stat : 26839 (java) S 26836 26839 21340 0 -1 1077944320 7329 12958 0 1 15 2 5 2 20 0 15 0 227021097 11246329856 10648 33554432000 4194304 4196468 140724139162144 140724139144688 140030881910519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
/proc/26839/statm: 2745686 10648 2945 1 0 2708109 0
[pid=26839/tid=26892] ppid=26836 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/26839/task/26892/stat : 26892 (java) R 26836 26839 21340 0 -1 4202560 3888 12958 0 1 10 1 5 2 20 0 15 0 227021107 11246329856 10648 33554432000 4194304 4196468 140724139162144 140030853702920 140030862186333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26893] ppid=26836 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26893/stat : 26893 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021107 11246329856 10648 33554432000 4194304 4196468 140724139162144 140030886152464 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26894] ppid=26836 vsize=10982744 memory=140186080024418 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26894/stat : 26894 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021107 11246329856 10648 33554432000 4194304 4196468 140724139162144 140030767417744 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26895] ppid=26836 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26895/stat : 26895 (java) S 26836 26839 21340 0 -1 1077944384 2 12958 0 1 0 0 5 2 20 0 15 0 227021107 11246329856 10648 33554432000 4194304 4196468 140724139162144 140030766365200 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26896] ppid=26836 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26896/stat : 26896 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021107 11246329856 10648 33554432000 4194304 4196468 140724139162144 140030419589776 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26897] ppid=26836 vsize=10982744 memory=140186079999616 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26897/stat : 26897 (java) S 26836 26839 21340 0 -1 1077944384 2 12958 0 1 0 0 5 2 20 0 15 0 227021109 11246329856 10648 33554432000 4194304 4196468 140724139162144 140030375012848 140030881921666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26898] ppid=26836 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26898/stat : 26898 (java) S 26836 26839 21340 0 -1 1077944384 13 12958 0 1 0 0 5 2 20 0 15 0 227021109 11246329856 10648 33554432000 4194304 4196468 140724139162144 140029691159968 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26899] ppid=26836 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26899/stat : 26899 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021109 11246329856 10648 33554432000 4194304 4196468 140724139162144 140029489833456 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26900] ppid=26836 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26900/stat : 26900 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 15 0 227021112 11246329856 10648 33554432000 4194304 4196468 140724139162144 140029182434000 140030881929115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26901] ppid=26836 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26839/task/26901/stat : 26901 (java) S 26836 26839 21340 0 -1 1077944384 480 12958 0 1 1 0 5 2 20 0 15 0 227021112 11246329856 10648 33554432000 4194304 4196468 140724139162144 140030373959664 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26902] ppid=26836 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26902/stat : 26902 (java) S 26836 26839 21340 0 -1 1077944384 120 12958 0 1 0 0 5 2 20 0 15 0 227021112 11246329856 10648 33554432000 4194304 4196468 140724139162144 140030372907120 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26903] ppid=26836 vsize=10982744 memory=140186079999616 CPUtime=0.1 cores=1,3,5,7
/proc/26839/task/26903/stat : 26903 (java) S 26836 26839 21340 0 -1 1077944384 622 12958 0 1 3 0 5 2 20 0 15 0 227021112 11246329856 10648 33554432000 4194304 4196468 140724139162144 140030371854576 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26904] ppid=26836 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26904/stat : 26904 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 15 0 227021112 11246329856 10648 33554432000 4194304 4196468 140724139162144 140028751637088 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26905] ppid=26836 vsize=10982744 memory=140186079999616 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26905/stat : 26905 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021113 11246329856 10648 33554432000 4194304 4196468 140724139162144 140030370802480 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42592 KiB

[startup+0.310341 s]*
/proc/loadavg: 4.78 4.05 2.97 3/215 26905
/proc/meminfo: memFree=8699152/32770624 swapFree=67108404/67108860
[pid=26839] ppid=26836 vsize=10983192 memory=55768 CPUtime=0.37 cores=1,3,5,7
/proc/26839/stat : 26839 (java) S 26836 26839 21340 0 -1 1077944320 10482 12958 0 1 27 3 5 2 20 0 15 0 227021097 11246788608 13942 33554432000 4194304 4196468 140724139162144 140724139144688 140030881910519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
/proc/26839/statm: 2745798 13942 3064 1 0 2708109 0
[pid=26839/tid=26892] ppid=26836 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/26839/task/26892/stat : 26892 (java) R 26836 26839 21340 0 -1 4202560 7070 12958 0 1 18 2 5 2 20 0 15 0 227021107 11246788608 13942 33554432000 4194304 4196468 140724139162144 140030853722528 140030862186279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26893] ppid=26836 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26893/stat : 26893 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021107 11246788608 13942 33554432000 4194304 4196468 140724139162144 140030886152464 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26894] ppid=26836 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26894/stat : 26894 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021107 11246788608 13942 33554432000 4194304 4196468 140724139162144 140030767417744 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26895] ppid=26836 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26895/stat : 26895 (java) S 26836 26839 21340 0 -1 1077944384 2 12958 0 1 0 0 5 2 20 0 15 0 227021107 11246788608 13942 33554432000 4194304 4196468 140724139162144 140030766365200 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26896] ppid=26836 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26896/stat : 26896 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021107 11246788608 13942 33554432000 4194304 4196468 140724139162144 140030419589776 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26897] ppid=26836 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26897/stat : 26897 (java) S 26836 26839 21340 0 -1 1077944384 2 12958 0 1 0 0 5 2 20 0 15 0 227021109 11246788608 14008 33554432000 4194304 4196468 140724139162144 140030375012848 140030881921666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26898] ppid=26836 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26898/stat : 26898 (java) S 26836 26839 21340 0 -1 1077944384 13 12958 0 1 0 0 5 2 20 0 15 0 227021109 11246788608 14008 33554432000 4194304 4196468 140724139162144 140029691159968 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26899] ppid=26836 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26899/stat : 26899 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021109 11246788608 14008 33554432000 4194304 4196468 140724139162144 140029489833456 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26900] ppid=26836 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26900/stat : 26900 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 15 0 227021112 11246788608 14008 33554432000 4194304 4196468 140724139162144 140029182434000 140030881929115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26901] ppid=26836 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26839/task/26901/stat : 26901 (java) S 26836 26839 21340 0 -1 1077944384 480 12958 0 1 1 0 5 2 20 0 15 0 227021112 11246788608 14008 33554432000 4194304 4196468 140724139162144 140030373959664 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26902] ppid=26836 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26839/task/26902/stat : 26902 (java) S 26836 26839 21340 0 -1 1077944384 123 12958 0 1 1 0 5 2 20 0 15 0 227021112 11246788608 14008 33554432000 4194304 4196468 140724139162144 140030372907120 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26903] ppid=26836 vsize=10983192 memory=140186079999616 CPUtime=0.12 cores=1,3,5,7
/proc/26839/task/26903/stat : 26903 (java) S 26836 26839 21340 0 -1 1077944384 632 12958 0 1 5 0 5 2 20 0 15 0 227021112 11246788608 14008 33554432000 4194304 4196468 140724139162144 140030371854576 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26904] ppid=26836 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26904/stat : 26904 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 15 0 227021112 11246788608 14008 33554432000 4194304 4196468 140724139162144 140028751637088 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26905] ppid=26836 vsize=10983192 memory=140186079999616 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26905/stat : 26905 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021113 11246788608 14008 33554432000 4194304 4196468 140724139162144 140030370802480 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55768 KiB

[startup+0.700785 s]
/proc/loadavg: 4.78 4.05 2.97 3/215 26905
/proc/meminfo: memFree=8688112/32770624 swapFree=67108404/67108860
[pid=26839] ppid=26836 vsize=10983192 memory=88660 CPUtime=0.97 cores=1,3,5,7
/proc/26839/stat : 26839 (java) S 26836 26839 21340 0 -1 1077944320 16795 12958 0 1 85 5 5 2 20 0 15 0 227021097 11246788608 22165 33554432000 4194304 4196468 140724139162144 140724139144688 140030881910519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
/proc/26839/statm: 2745798 22165 3246 1 0 2708109 0
[pid=26839/tid=26892] ppid=26836 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/26839/task/26892/stat : 26892 (java) R 26836 26839 21340 0 -1 4202560 12268 12958 0 1 55 3 5 2 20 0 15 0 227021107 11246788608 22165 33554432000 4194304 4196468 140724139162144 140030853733456 140030865991006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26893] ppid=26836 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26893/stat : 26893 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021107 11246788608 22165 33554432000 4194304 4196468 140724139162144 140030886152464 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26894] ppid=26836 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26894/stat : 26894 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021107 11246788608 22165 33554432000 4194304 4196468 140724139162144 140030767417744 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26895] ppid=26836 vsize=10983192 memory=140185920746288 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26895/stat : 26895 (java) S 26836 26839 21340 0 -1 1077944384 2 12958 0 1 0 0 5 2 20 0 15 0 227021107 11246788608 22165 33554432000 4194304 4196468 140724139162144 140030766365200 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26896] ppid=26836 vsize=10983192 memory=140187732542028 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26896/stat : 26896 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021107 11246788608 22165 33554432000 4194304 4196468 140724139162144 140030419589776 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26897] ppid=26836 vsize=10983192 memory=4000 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26897/stat : 26897 (java) S 26836 26839 21340 0 -1 1077944384 5 12958 0 1 0 0 5 2 20 0 15 0 227021109 11246788608 22165 33554432000 4194304 4196468 140724139162144 140030375012848 140030881921666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26898] ppid=26836 vsize=10983192 memory=4639098309541128813 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26898/stat : 26898 (java) S 26836 26839 21340 0 -1 1077944384 13 12958 0 1 0 0 5 2 20 0 15 0 227021109 11246788608 22165 33554432000 4194304 4196468 140724139162144 140029691159968 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26899] ppid=26836 vsize=10983192 memory=6082220498126138728 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26899/stat : 26899 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021109 11246788608 22165 33554432000 4194304 4196468 140724139162144 140029489833456 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26900] ppid=26836 vsize=10983192 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26900/stat : 26900 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 15 0 227021112 11246788608 22165 33554432000 4194304 4196468 140724139162144 140029182434000 140030881929115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26901] ppid=26836 vsize=10983192 memory=34076 CPUtime=0.14 cores=1,3,5,7
/proc/26839/task/26901/stat : 26901 (java) S 26836 26839 21340 0 -1 1077944384 873 12958 0 1 7 0 5 2 20 0 15 0 227021112 11246788608 22165 33554432000 4194304 4196468 140724139162144 140030373959664 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26902] ppid=26836 vsize=10983192 memory=14644 CPUtime=0.16 cores=1,3,5,7
/proc/26839/task/26902/stat : 26902 (java) S 26836 26839 21340 0 -1 1077944384 746 12958 0 1 9 0 5 2 20 0 15 0 227021112 11246788608 22165 33554432000 4194304 4196468 140724139162144 140030372907120 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26903] ppid=26836 vsize=10983192 memory=1720 CPUtime=0.2 cores=1,3,5,7
/proc/26839/task/26903/stat : 26903 (java) S 26836 26839 21340 0 -1 1077944384 687 12958 0 1 13 0 5 2 20 0 15 0 227021112 11246788608 22165 33554432000 4194304 4196468 140724139162144 140030371854576 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26904] ppid=26836 vsize=10983192 memory=508 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26904/stat : 26904 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 15 0 227021112 11246788608 22165 33554432000 4194304 4196468 140724139162144 140028751637088 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26905] ppid=26836 vsize=10983192 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26905/stat : 26905 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021113 11246788608 22165 33554432000 4194304 4196468 140724139162144 140030370802480 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88660 KiB

[startup+1.50077 s]
/proc/loadavg: 4.78 4.05 2.97 6/215 26905
/proc/meminfo: memFree=8643568/32770624 swapFree=67108404/67108860
[pid=26839] ppid=26836 vsize=10991948 memory=317952 CPUtime=2.74 cores=1,3,5,7
/proc/26839/stat : 26839 (java) S 26836 26839 21340 0 -1 1077944320 25249 12958 0 1 245 22 5 2 20 0 15 0 227021097 11255754752 79488 33554432000 4194304 4196468 140724139162144 140724139144688 140030881910519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
/proc/26839/statm: 2747987 79488 3465 1 0 2709645 0
[pid=26839/tid=26892] ppid=26836 vsize=10991948 memory=65592 CPUtime=1.39 cores=1,3,5,7
/proc/26839/task/26892/stat : 26892 (java) R 26836 26839 21340 0 -1 4202560 14988 12958 0 1 124 8 5 2 20 0 15 0 227021107 11255754752 79488 33554432000 4194304 4196468 140724139162144 140030853741632 140030449834871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26893] ppid=26836 vsize=10991948 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/26839/task/26893/stat : 26893 (java) S 26836 26839 21340 0 -1 1077944384 45 12958 0 1 2 2 5 2 20 0 15 0 227021107 11255754752 79488 33554432000 4194304 4196468 140724139162144 140030886152464 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26894] ppid=26836 vsize=10991948 memory=280371841523872 CPUtime=0.11 cores=1,3,5,7
/proc/26839/task/26894/stat : 26894 (java) S 26836 26839 21340 0 -1 1077944384 47 12958 0 1 2 2 5 2 20 0 15 0 227021107 11255754752 79488 33554432000 4194304 4196468 140724139162144 140030767417744 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26895] ppid=26836 vsize=10991948 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26839/task/26895/stat : 26895 (java) S 26836 26839 21340 0 -1 1077944384 87 12958 0 1 2 2 5 2 20 0 15 0 227021107 11255754752 79488 33554432000 4194304 4196468 140724139162144 140030766365200 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26896] ppid=26836 vsize=10991948 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26839/task/26896/stat : 26896 (java) S 26836 26839 21340 0 -1 1077944384 301 12958 0 1 2 2 5 2 20 0 15 0 227021107 11255754752 79488 33554432000 4194304 4196468 140724139162144 140030419589776 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26897] ppid=26836 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26897/stat : 26897 (java) S 26836 26839 21340 0 -1 1077944384 93 12958 0 1 0 0 5 2 20 0 15 0 227021109 11255754752 79488 33554432000 4194304 4196468 140724139162144 140030375012848 140030881921666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26898] ppid=26836 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26898/stat : 26898 (java) S 26836 26839 21340 0 -1 1077944384 13 12958 0 1 0 0 5 2 20 0 15 0 227021109 11255754752 79488 33554432000 4194304 4196468 140724139162144 140029691159968 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26899] ppid=26836 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26899/stat : 26899 (java) S 26836 26839 21340 0 -1 1077944384 2 12958 0 1 0 0 5 2 20 0 15 0 227021109 11255754752 79488 33554432000 4194304 4196468 140724139162144 140029489833456 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26900] ppid=26836 vsize=10991948 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26900/stat : 26900 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 15 0 227021112 11255754752 79488 33554432000 4194304 4196468 140724139162144 140029182434000 140030881929115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26901] ppid=26836 vsize=10991948 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/26839/task/26901/stat : 26901 (java) R 26836 26839 21340 0 -1 4202560 3001 12958 0 1 34 0 5 2 20 0 15 0 227021112 11255754752 79488 33554432000 4194304 4196468 140724139162144 140030373945688 140030863455113 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26902] ppid=26836 vsize=10991948 memory=10 CPUtime=0.49 cores=1,3,5,7
/proc/26839/task/26902/stat : 26902 (java) R 26836 26839 21340 0 -1 4202560 3129 12958 0 1 42 0 5 2 20 0 15 0 227021112 11255754752 79488 33554432000 4194304 4196468 140724139162144 140030372893144 140030865467309 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26903] ppid=26836 vsize=10991948 memory=6791534058613427641 CPUtime=0.4 cores=1,3,5,7
/proc/26839/task/26903/stat : 26903 (java) S 26836 26839 21340 0 -1 1077944384 1345 12958 0 1 33 0 5 2 20 0 15 0 227021112 11255754752 79488 33554432000 4194304 4196468 140724139162144 140030371854576 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26904] ppid=26836 vsize=10991948 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26904/stat : 26904 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 15 0 227021112 11255754752 79488 33554432000 4194304 4196468 140724139162144 140028751637088 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26905] ppid=26836 vsize=10991948 memory=280371841768384 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26905/stat : 26905 (java) S 26836 26839 21340 0 -1 1077944384 1 12958 0 1 0 0 5 2 20 0 15 0 227021113 11255754752 79488 33554432000 4194304 4196468 140724139162144 140030370802480 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 10991948 KiB

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

/proc/26839/task/26894/stat : 26894 (java) R 26836 26839 21340 0 -1 4202560 95590 12958 0 1 15839 188 5 2 20 0 15 0 227021107 11343855616 2122100 33554432000 4194304 4196468 140724139162144 140030767417864 140030866900115 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26895] ppid=26836 vsize=11077984 memory=8488396 CPUtime=160.27 cores=1,3,5,7
/proc/26839/task/26895/stat : 26895 (java) R 26836 26839 21340 0 -1 4202560 71892 12958 0 1 15842 178 5 2 20 0 15 0 227021107 11343855616 2122100 33554432000 4194304 4196468 140724139162144 140030766365008 140030874538727 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26896] ppid=26836 vsize=11077984 memory=8488400 CPUtime=159.83 cores=1,3,5,7
/proc/26839/task/26896/stat : 26896 (java) R 26836 26839 21340 0 -1 4202560 108694 12958 0 1 15792 184 5 2 20 0 15 0 227021107 11343855616 2122100 33554432000 4194304 4196468 140724139162144 140030419589896 140030863520128 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26897] ppid=26836 vsize=11077984 memory=8488396 CPUtime=6.45 cores=1,3,5,7
/proc/26839/task/26897/stat : 26897 (java) S 26836 26839 21340 0 -1 1077944384 98856 12958 0 1 628 10 5 2 20 0 15 0 227021109 11343855616 2122100 33554432000 4194304 4196468 140724139162144 140030375011408 140030881920725 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26898] ppid=26836 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26898/stat : 26898 (java) S 26836 26839 21340 0 -1 1077944384 18 12958 0 1 0 0 5 2 20 0 15 0 227021109 11343855616 2122100 33554432000 4194304 4196468 140724139162144 140029691160096 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26899] ppid=26836 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26899/stat : 26899 (java) S 26836 26839 21340 0 -1 1077944384 6 12958 0 1 0 0 5 2 20 0 15 0 227021109 11343855616 2122100 33554432000 4194304 4196468 140724139162144 140029489833472 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26900] ppid=26836 vsize=11077984 memory=8488396 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26900/stat : 26900 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 15 0 227021112 11343855616 2122100 33554432000 4194304 4196468 140724139162144 140029182434000 140030881929115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26901] ppid=26836 vsize=11077984 memory=8488396 CPUtime=4.72 cores=1,3,5,7
/proc/26839/task/26901/stat : 26901 (java) S 26836 26839 21340 0 -1 1077944384 20983 12958 0 1 461 4 5 2 20 0 15 0 227021112 11343855616 2122100 33554432000 4194304 4196468 140724139162144 140030373959664 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26902] ppid=26836 vsize=11077984 memory=8488396 CPUtime=4.96 cores=1,3,5,7
/proc/26839/task/26902/stat : 26902 (java) S 26836 26839 21340 0 -1 1077944384 19346 12958 0 1 485 4 5 2 20 0 15 0 227021112 11343855616 2122100 33554432000 4194304 4196468 140724139162144 140030372907120 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26903] ppid=26836 vsize=11077984 memory=3684 CPUtime=1.67 cores=1,3,5,7
/proc/26839/task/26903/stat : 26903 (java) S 26836 26839 21340 0 -1 1077944384 17963 12958 0 1 157 3 5 2 20 0 15 0 227021112 11343855616 2122100 33554432000 4194304 4196468 140724139162144 140030371854576 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26904] ppid=26836 vsize=11077984 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26904/stat : 26904 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 15 0 227021112 11343855616 2122100 33554432000 4194304 4196468 140724139162144 140028751637088 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26905] ppid=26836 vsize=11077984 memory=4104 CPUtime=0.42 cores=1,3,5,7
/proc/26839/task/26905/stat : 26905 (java) S 26836 26839 21340 0 -1 1077944384 881 12958 0 1 14 21 5 2 20 0 15 0 227021113 11343855616 2122100 33554432000 4194304 4196468 140724139162144 140030370802480 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
Current children cumulated CPU time: 1013 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 8488400 KiB

[startup+526.445 s]
# the end of solver process 26839 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1020.67 s, system=8.20084 s

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

[startup+524.801 s]
/proc/loadavg: 4.22 3.34 2.97 6/217 27050
/proc/meminfo: memFree=7539928/32770624 swapFree=67108404/67108860
[pid=26839] ppid=26836 vsize=11209060 memory=8485000 CPUtime=1022.69 cores=1,3,5,7
/proc/26839/stat : 26839 (java) S 26836 26839 21340 0 -1 1077944320 684559 12958 0 1 101451 811 5 2 20 0 16 0 227021097 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140724139144688 140030881910519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
/proc/26839/statm: 2802265 2121250 3520 1 0 2763918 0
[pid=26839/tid=26892] ppid=26836 vsize=11209060 memory=8488400 CPUtime=354.53 cores=1,3,5,7
/proc/26839/task/26892/stat : 26892 (java) S 26836 26839 21340 0 -1 1077944384 104422 12958 0 1 35402 44 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030853751840 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26893] ppid=26836 vsize=11209060 memory=1156 CPUtime=162.73 cores=1,3,5,7
/proc/26839/task/26893/stat : 26893 (java) R 26836 26839 21340 0 -1 4202560 141982 12958 0 1 16086 180 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030886152664 140030866895530 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26894] ppid=26836 vsize=11209060 memory=8488244 CPUtime=162.72 cores=1,3,5,7
/proc/26839/task/26894/stat : 26894 (java) R 26836 26839 21340 0 -1 4202560 96224 12958 0 1 16076 189 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030767417944 140030866861124 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26895] ppid=26836 vsize=11209060 memory=15212 CPUtime=162.69 cores=1,3,5,7
/proc/26839/task/26895/stat : 26895 (java) R 26836 26839 21340 0 -1 4202560 72337 12958 0 1 16084 178 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030766365200 140030863506352 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26896] ppid=26836 vsize=11209060 memory=8488396 CPUtime=162.25 cores=1,3,5,7
/proc/26839/task/26896/stat : 26896 (java) R 26836 26839 21340 0 -1 4202560 109142 12958 0 1 16033 185 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030419589776 140030863464168 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26897] ppid=26836 vsize=11209060 memory=8488396 CPUtime=6.51 cores=1,3,5,7
/proc/26839/task/26897/stat : 26897 (java) S 26836 26839 21340 0 -1 1077944384 98894 12958 0 1 634 10 5 2 20 0 16 0 227021109 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030375011168 140030881920725 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26898] ppid=26836 vsize=11209060 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26898/stat : 26898 (java) S 26836 26839 21340 0 -1 1077944384 18 12958 0 1 0 0 5 2 20 0 16 0 227021109 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140029691160096 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26899] ppid=26836 vsize=11209060 memory=2216 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26899/stat : 26899 (java) S 26836 26839 21340 0 -1 1077944384 6 12958 0 1 0 0 5 2 20 0 16 0 227021109 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140029489833472 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26900] ppid=26836 vsize=11209060 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26900/stat : 26900 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140029182434000 140030881929115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26901] ppid=26836 vsize=11209060 memory=876 CPUtime=4.72 cores=1,3,5,7
/proc/26839/task/26901/stat : 26901 (java) S 26836 26839 21340 0 -1 1077944384 20983 12958 0 1 461 4 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030373959664 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26902] ppid=26836 vsize=11209060 memory=1924 CPUtime=4.96 cores=1,3,5,7
/proc/26839/task/26902/stat : 26902 (java) S 26836 26839 21340 0 -1 1077944384 19469 12958 0 1 485 4 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030372907120 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26903] ppid=26836 vsize=11209060 memory=6992 CPUtime=1.67 cores=1,3,5,7
/proc/26839/task/26903/stat : 26903 (java) S 26836 26839 21340 0 -1 1077944384 17998 12958 0 1 157 3 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030371854576 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26904] ppid=26836 vsize=11209060 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26904/stat : 26904 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140028751637088 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26905] ppid=26836 vsize=11209060 memory=1784 CPUtime=0.42 cores=1,3,5,7
/proc/26839/task/26905/stat : 26905 (java) S 26836 26839 21340 0 -1 1077944384 881 12958 0 1 14 21 5 2 20 0 16 0 227021113 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030370802480 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
Current children cumulated CPU time: 1022.69 s
Current children cumulated vsize: 11209060 KiB
Current children cumulated memory: 8485000 KiB

[startup+525.601 s]
/proc/loadavg: 4.22 3.34 2.97 6/218 27051
/proc/meminfo: memFree=7542824/32770624 swapFree=67108404/67108860
[pid=26839] ppid=26836 vsize=11209060 memory=8485000 CPUtime=1025.83 cores=1,3,5,7
/proc/26839/stat : 26839 (java) S 26836 26839 21340 0 -1 1077944320 684568 12958 0 1 101765 811 5 2 20 0 16 0 227021097 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140724139144688 140030881910519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
/proc/26839/statm: 2802265 2121250 3520 1 0 2763918 0
[pid=26839/tid=26892] ppid=26836 vsize=11209060 memory=1616 CPUtime=354.53 cores=1,3,5,7
/proc/26839/task/26892/stat : 26892 (java) S 26836 26839 21340 0 -1 1077944384 104422 12958 0 1 35402 44 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030853751840 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26893] ppid=26836 vsize=11209060 memory=756 CPUtime=163.5 cores=1,3,5,7
/proc/26839/task/26893/stat : 26893 (java) R 26836 26839 21340 0 -1 4202560 141982 12958 0 1 16163 180 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030886152464 140030866906929 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26894] ppid=26836 vsize=11209060 memory=9624 CPUtime=163.51 cores=1,3,5,7
/proc/26839/task/26894/stat : 26894 (java) R 26836 26839 21340 0 -1 4202560 96230 12958 0 1 16155 189 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030767417944 140030863520295 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26895] ppid=26836 vsize=11209060 memory=876 CPUtime=163.47 cores=1,3,5,7
/proc/26839/task/26895/stat : 26895 (java) R 26836 26839 21340 0 -1 4202560 72337 12958 0 1 16162 178 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030766365200 140030863520295 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26896] ppid=26836 vsize=11209060 memory=1924 CPUtime=163.03 cores=1,3,5,7
/proc/26839/task/26896/stat : 26896 (java) R 26836 26839 21340 0 -1 4202560 109142 12958 0 1 16111 185 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030419589664 140030866907137 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26897] ppid=26836 vsize=11209060 memory=6992 CPUtime=6.53 cores=1,3,5,7
/proc/26839/task/26897/stat : 26897 (java) S 26836 26839 21340 0 -1 1077944384 98897 12958 0 1 636 10 5 2 20 0 16 0 227021109 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030375011392 140030881920725 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26898] ppid=26836 vsize=11209060 memory=1224 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26898/stat : 26898 (java) S 26836 26839 21340 0 -1 1077944384 18 12958 0 1 0 0 5 2 20 0 16 0 227021109 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140029691160096 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26899] ppid=26836 vsize=11209060 memory=4700 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26899/stat : 26899 (java) S 26836 26839 21340 0 -1 1077944384 6 12958 0 1 0 0 5 2 20 0 16 0 227021109 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140029489833472 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26900] ppid=26836 vsize=11209060 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26900/stat : 26900 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140029182434000 140030881929115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26901] ppid=26836 vsize=11209060 memory=4000 CPUtime=4.72 cores=1,3,5,7
/proc/26839/task/26901/stat : 26901 (java) S 26836 26839 21340 0 -1 1077944384 20983 12958 0 1 461 4 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030373959664 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26902] ppid=26836 vsize=11209060 memory=1156 CPUtime=4.96 cores=1,3,5,7
/proc/26839/task/26902/stat : 26902 (java) S 26836 26839 21340 0 -1 1077944384 19469 12958 0 1 485 4 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030372907120 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26903] ppid=26836 vsize=11209060 memory=15212 CPUtime=1.67 cores=1,3,5,7
/proc/26839/task/26903/stat : 26903 (java) S 26836 26839 21340 0 -1 1077944384 17998 12958 0 1 157 3 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030371854576 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26904] ppid=26836 vsize=11209060 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26904/stat : 26904 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140028751637088 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26905] ppid=26836 vsize=11209060 memory=34096 CPUtime=0.43 cores=1,3,5,7
/proc/26839/task/26905/stat : 26905 (java) S 26836 26839 21340 0 -1 1077944384 881 12958 0 1 14 22 5 2 20 0 16 0 227021113 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030370802480 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=27051] ppid=26836 vsize=11209060 memory=1576 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/27051/stat : 27051 (java) S 26836 26839 21340 0 -1 1077944384 6 12958 0 1 0 0 5 2 20 0 16 0 227073521 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140028416085536 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
Current children cumulated CPU time: 1025.83 s
Current children cumulated vsize: 11209060 KiB
Current children cumulated memory: 8485000 KiB

[startup+526.001 s]*
/proc/loadavg: 4.22 3.34 2.97 6/218 27051
/proc/meminfo: memFree=7542940/32770624 swapFree=67108404/67108860
[pid=26839] ppid=26836 vsize=11209060 memory=8485000 CPUtime=1027.45 cores=1,3,5,7
/proc/26839/stat : 26839 (java) S 26836 26839 21340 0 -1 1077944320 684568 12958 0 1 101927 811 5 2 20 0 16 0 227021097 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140724139144688 140030881910519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
/proc/26839/statm: 2802265 2121250 3520 1 0 2763918 0
[pid=26839/tid=26892] ppid=26836 vsize=11209060 memory=6791534058613427641 CPUtime=354.53 cores=1,3,5,7
/proc/26839/task/26892/stat : 26892 (java) S 26836 26839 21340 0 -1 1077944384 104422 12958 0 1 35402 44 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030853751840 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26893] ppid=26836 vsize=11209060 memory=4872558044660077418 CPUtime=163.91 cores=1,3,5,7
/proc/26839/task/26893/stat : 26893 (java) R 26836 26839 21340 0 -1 4202560 141982 12958 0 1 16204 180 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030886152664 140030866906864 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26894] ppid=26836 vsize=11209060 memory=928 CPUtime=163.92 cores=1,3,5,7
/proc/26839/task/26894/stat : 26894 (java) R 26836 26839 21340 0 -1 4202560 96230 12958 0 1 16196 189 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030767417944 140030863520231 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26895] ppid=26836 vsize=11209060 memory=1172 CPUtime=163.88 cores=1,3,5,7
/proc/26839/task/26895/stat : 26895 (java) R 26836 26839 21340 0 -1 4202560 72337 12958 0 1 16203 178 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030766365400 140030866906920 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26896] ppid=26836 vsize=11209060 memory=2404 CPUtime=163.43 cores=1,3,5,7
/proc/26839/task/26896/stat : 26896 (java) R 26836 26839 21340 0 -1 4202560 109142 12958 0 1 16151 185 5 2 20 0 16 0 227021107 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030419589664 140030863520205 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26897] ppid=26836 vsize=11209060 memory=1576 CPUtime=6.53 cores=1,3,5,7
/proc/26839/task/26897/stat : 26897 (java) S 26836 26839 21340 0 -1 1077944384 98897 12958 0 1 636 10 5 2 20 0 16 0 227021109 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030375011392 140030881920725 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26898] ppid=26836 vsize=11209060 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26898/stat : 26898 (java) S 26836 26839 21340 0 -1 1077944384 18 12958 0 1 0 0 5 2 20 0 16 0 227021109 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140029691160096 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26899] ppid=26836 vsize=11209060 memory=2216 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26899/stat : 26899 (java) S 26836 26839 21340 0 -1 1077944384 6 12958 0 1 0 0 5 2 20 0 16 0 227021109 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140029489833472 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26900] ppid=26836 vsize=11209060 memory=3984 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26900/stat : 26900 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140029182434000 140030881929115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26901] ppid=26836 vsize=11209060 memory=288230574492221466 CPUtime=4.72 cores=1,3,5,7
/proc/26839/task/26901/stat : 26901 (java) S 26836 26839 21340 0 -1 1077944384 20983 12958 0 1 461 4 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030373959664 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26902] ppid=26836 vsize=11209060 memory=288230596050944315 CPUtime=4.96 cores=1,3,5,7
/proc/26839/task/26902/stat : 26902 (java) S 26836 26839 21340 0 -1 1077944384 19469 12958 0 1 485 4 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030372907120 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26903] ppid=26836 vsize=11209060 memory=13850767857552039 CPUtime=1.67 cores=1,3,5,7
/proc/26839/task/26903/stat : 26903 (java) S 26836 26839 21340 0 -1 1077944384 17998 12958 0 1 157 3 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030371854576 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26904] ppid=26836 vsize=11209060 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/26904/stat : 26904 (java) S 26836 26839 21340 0 -1 1077944384 3 12958 0 1 0 0 5 2 20 0 16 0 227021112 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140028751637088 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=26905] ppid=26836 vsize=11209060 memory=13850767857552039 CPUtime=0.43 cores=1,3,5,7
/proc/26839/task/26905/stat : 26905 (java) S 26836 26839 21340 0 -1 1077944384 881 12958 0 1 14 22 5 2 20 0 16 0 227021113 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140030370802480 140030881921666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
[pid=26839/tid=27051] ppid=26836 vsize=11209060 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/26839/task/27051/stat : 27051 (java) S 26836 26839 21340 0 -1 1077944384 6 12958 0 1 0 0 5 2 20 0 16 0 227073521 11478077440 2121250 33554432000 4194304 4196468 140724139162144 140028416085536 140030881920725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24154112 140724139170413 140724139173212 140724139173212 140724139175887 0
Current children cumulated CPU time: 1027.45 s
Current children cumulated vsize: 11209060 KiB
Current children cumulated memory: 8485000 KiB

[startup+526.401 s]*
/proc/loadavg: 4.22 3.34 2.97 3/204 27051
/proc/meminfo: memFree=9514908/32770624 swapFree=67108404/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): 526.445
CPU time (s): 1028.88
CPU user time (s): 1020.67
CPU system time (s): 8.20084
CPU usage (%): 195.438
Max. virtual memory (cumulated for all children) (KiB): 11209060
Max. memory (cumulated for all children) (KiB): 8488400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1020.67
system time used= 8.20084
maximum resident set size= 8488404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 697875
page faults= 1
swaps= 0
block input operations= 8
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27502
involuntary context switches= 7157


# summary of solver processes directly reported to runsolver:
#   pid: 26839
#   total CPU time (s): 1028.88
#   total CPU user time (s): 1020.67
#   total CPU system time (s): 8.20084

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.41108 second user time and 4.82097 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-12 19:22:59
IDJOB=4304481
IDBENCH=141315
IDSOLVER=2780
FILE ID=node148/4304481-1534094579
RUNJOBID= node148-1534093409-26324
PBS_JOBID= 21036979
Free space on /tmp= 33800 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-11-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304481-1534094579/watcher-4304481-1534094579 -o /tmp/evaluation-result-4304481-1534094579/solver-4304481-1534094579 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534093409-26324 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=840929040 HOME/instance-4304481-1534094579.xml

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=840929040

node148.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.50
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.50
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.50
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.50
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:         8741608 kB
MemAvailable:   23616992 kB
Buffers:          186160 kB
Cached:         14737612 kB
SwapCached:          352 kB
Active:         14590808 kB
Inactive:        8659912 kB
Active(anon):    7189468 kB
Inactive(anon):  1189632 kB
Active(file):    7401340 kB
Inactive(file):  7470280 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             69448 kB
Writeback:             0 kB
AnonPages:       8333844 kB
Mapped:            67356 kB
Shmem:             49592 kB
Slab:             460520 kB
SReclaimable:     432224 kB
SUnreclaim:        28296 kB
KernelStack:        3520 kB
PageTables:        21700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8925760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5046272 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= 33892 MiB
End job on node148 at 2018-08-12 19:31:46