Trace number 4304482

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-SuperNG? 746.242 462.752

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304482-1534095854/watcher-4304482-1534095854 -o /tmp/evaluation-result-4304482-1534095854/solver-4304482-1534095854 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534095854-971 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1381743651 -superng HOME/instance-4304482-1534095854.xml 

running on 4 cores: 0,2,4,6

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=1072, runsolver pid=1069

[startup+0.10006 s]*
/proc/loadavg: 0.73 0.86 1.21 5/206 1138
/proc/meminfo: memFree=28400068/32770624 swapFree=67108804/67108860
[pid=1072] ppid=1069 vsize=10005480 memory=16808 CPUtime=0.09 cores=0,2,4,6
/proc/1072/stat : 1072 (java) S 1069 1072 27613 0 -1 1077944320 4350 12808 0 0 1 1 5 2 20 0 6 0 227148675 10245611520 4202 33554432000 4194304 4196468 140734783741504 140734783724048 140184726404855 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
/proc/1072/statm: 2501370 4202 1934 1 0 2489808 0
[pid=1072/tid=1134] ppid=1069 vsize=10005480 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/1072/task/1134/stat : 1134 (java) R 1069 1072 27613 0 -1 4202560 2269 12808 0 0 1 0 5 2 20 0 6 0 227148684 10245611520 4334 33554432000 4194304 4196468 140734783741504 140184698241616 140184710485342 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1135] ppid=1069 vsize=10005480 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1135/stat : 1135 (java) S 1069 1072 27613 0 -1 1077944384 2 12808 0 0 0 0 5 2 20 0 6 0 227148685 10245611520 4334 33554432000 4194304 4196468 140734783741504 140184730647696 140184726415061 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1136] ppid=1069 vsize=10005480 memory=140067335054976 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1136/stat : 1136 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 6 0 227148685 10245611520 4334 33554432000 4194304 4196468 140734783741504 140184585366544 140184726415061 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1137] ppid=1069 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1137/stat : 1137 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 6 0 227148685 10245611520 4334 33554432000 4194304 4196468 140734783741504 140184584313744 140184726415061 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1138] ppid=1069 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1138/stat : 1138 (java) S 1069 1072 27613 0 -1 1077944384 2 12808 0 0 0 0 5 2 20 0 6 0 227148685 10245611520 4334 33554432000 4194304 4196468 140734783741504 140184583260944 140184726415061 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16808 KiB

[startup+0.209911 s]*
/proc/loadavg: 0.73 0.86 1.21 3/215 1147
/proc/meminfo: memFree=28362056/32770624 swapFree=67108804/67108860
[pid=1072] ppid=1069 vsize=10982744 memory=44452 CPUtime=0.25 cores=0,2,4,6
/proc/1072/stat : 1072 (java) S 1069 1072 27613 0 -1 1077944320 7811 12808 0 0 16 2 5 2 20 0 15 0 227148675 11246329856 11113 33554432000 4194304 4196468 140734783741504 140734783724048 140184726404855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
/proc/1072/statm: 2745686 11113 2963 1 0 2708109 0
[pid=1072/tid=1134] ppid=1069 vsize=10983736 memory=8326441112148417179 CPUtime=0.19 cores=0,2,4,6
/proc/1072/task/1134/stat : 1134 (java) R 1069 1072 27613 0 -1 4202560 4808 12808 0 0 11 1 5 2 20 0 15 0 227148684 11247345664 11509 33554432000 4194304 4196468 140734783741504 140184698229664 140184719084573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1135] ppid=1069 vsize=10983736 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1135/stat : 1135 (java) S 1069 1072 27613 0 -1 1077944384 2 12808 0 0 0 0 5 2 20 0 15 0 227148685 11247345664 11575 33554432000 4194304 4196468 140734783741504 140184730647696 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1136] ppid=1069 vsize=10983736 memory=140067335054976 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1136/stat : 1136 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148685 11247345664 11575 33554432000 4194304 4196468 140734783741504 140184585366544 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1137] ppid=1069 vsize=10983736 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1137/stat : 1137 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148685 11247345664 11575 33554432000 4194304 4196468 140734783741504 140184584313744 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1138] ppid=1069 vsize=10983736 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1138/stat : 1138 (java) S 1069 1072 27613 0 -1 1077944384 2 12808 0 0 0 0 5 2 20 0 15 0 227148685 11247345664 11575 33554432000 4194304 4196468 140734783741504 140184583260944 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1139] ppid=1069 vsize=10985364 memory=140067335054976 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1139/stat : 1139 (java) S 1069 1072 27613 0 -1 1077944384 2 12808 0 0 0 0 5 2 20 0 15 0 227148686 11249012736 11575 33554432000 4194304 4196468 140734783741504 140183695456624 140184726416002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1140] ppid=1069 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1140/stat : 1140 (java) S 1069 1072 27613 0 -1 1077944384 13 12808 0 0 0 0 5 2 20 0 15 0 227148687 11249012736 11641 33554432000 4194304 4196468 140734783741504 140183571784736 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1141] ppid=1069 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1141/stat : 1141 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148687 11249012736 11641 33554432000 4194304 4196468 140734783741504 140183370457968 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1142] ppid=1069 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1142/stat : 1142 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11249012736 11641 33554432000 4194304 4196468 140734783741504 140183063058256 140184726423451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1143] ppid=1069 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1072/task/1143/stat : 1143 (java) S 1069 1072 27613 0 -1 1077944384 418 12808 0 0 1 0 5 2 20 0 15 0 227148690 11249012736 11641 33554432000 4194304 4196468 140734783741504 140183694404464 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1144] ppid=1069 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1072/task/1144/stat : 1144 (java) S 1069 1072 27613 0 -1 1077944384 185 12808 0 0 1 0 5 2 20 0 15 0 227148690 11249012736 11641 33554432000 4194304 4196468 140734783741504 140183693351664 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1145] ppid=1069 vsize=10985364 memory=140067335054976 CPUtime=0.1 cores=0,2,4,6
/proc/1072/task/1145/stat : 1145 (java) S 1069 1072 27613 0 -1 1077944384 623 12808 0 0 3 0 5 2 20 0 15 0 227148690 11249012736 11707 33554432000 4194304 4196468 140734783741504 140183692298864 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1146] ppid=1069 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1146/stat : 1146 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11249012736 11707 33554432000 4194304 4196468 140734783741504 140182632262368 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1147] ppid=1069 vsize=10985364 memory=140067335054976 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1147/stat : 1147 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148690 11249012736 11707 33554432000 4194304 4196468 140734783741504 140183691246256 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44452 KiB

[startup+0.310423 s]*
/proc/loadavg: 0.73 0.86 1.21 4/215 1147
/proc/meminfo: memFree=28339104/32770624 swapFree=67108804/67108860
[pid=1072] ppid=1069 vsize=10983192 memory=55948 CPUtime=0.38 cores=0,2,4,6
/proc/1072/stat : 1072 (java) S 1069 1072 27613 0 -1 1077944320 10544 12808 0 0 28 3 5 2 20 0 15 0 227148675 11246788608 13987 33554432000 4194304 4196468 140734783741504 140734783724048 140184726404855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
/proc/1072/statm: 2745798 13987 3082 1 0 2708109 0
[pid=1072/tid=1134] ppid=1069 vsize=10983192 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/1072/task/1134/stat : 1134 (java) R 1069 1072 27613 0 -1 4202560 7099 12808 0 0 19 2 5 2 20 0 15 0 227148684 11246788608 13987 33554432000 4194304 4196468 140734783741504 140184698216864 140184726426781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1135] ppid=1069 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1135/stat : 1135 (java) S 1069 1072 27613 0 -1 1077944384 2 12808 0 0 0 0 5 2 20 0 15 0 227148685 11246788608 13987 33554432000 4194304 4196468 140734783741504 140184730647696 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1136] ppid=1069 vsize=10983192 memory=280134540183392 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1136/stat : 1136 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148685 11246788608 13987 33554432000 4194304 4196468 140734783741504 140184585366544 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1137] ppid=1069 vsize=10983192 memory=280134410186760 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1137/stat : 1137 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148685 11246788608 13987 33554432000 4194304 4196468 140734783741504 140184584313744 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1138] ppid=1069 vsize=10983192 memory=140067205130751 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1138/stat : 1138 (java) S 1069 1072 27613 0 -1 1077944384 2 12808 0 0 0 0 5 2 20 0 15 0 227148685 11246788608 13987 33554432000 4194304 4196468 140734783741504 140184583260944 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1139] ppid=1069 vsize=10983192 memory=140067335054975 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1139/stat : 1139 (java) S 1069 1072 27613 0 -1 1077944384 2 12808 0 0 0 0 5 2 20 0 15 0 227148686 11246788608 13987 33554432000 4194304 4196468 140734783741504 140183695456624 140184726416002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1140] ppid=1069 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1140/stat : 1140 (java) S 1069 1072 27613 0 -1 1077944384 13 12808 0 0 0 0 5 2 20 0 15 0 227148687 11246788608 13987 33554432000 4194304 4196468 140734783741504 140183571784736 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1141] ppid=1069 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1141/stat : 1141 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148687 11246788608 13987 33554432000 4194304 4196468 140734783741504 140183370457968 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1142] ppid=1069 vsize=10983192 memory=140067335054976 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1142/stat : 1142 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11246788608 13987 33554432000 4194304 4196468 140734783741504 140183063058256 140184726423451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1143] ppid=1069 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1072/task/1143/stat : 1143 (java) S 1069 1072 27613 0 -1 1077944384 418 12808 0 0 1 0 5 2 20 0 15 0 227148690 11246788608 13987 33554432000 4194304 4196468 140734783741504 140183694404464 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1144] ppid=1069 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1072/task/1144/stat : 1144 (java) S 1069 1072 27613 0 -1 1077944384 186 12808 0 0 1 0 5 2 20 0 15 0 227148690 11246788608 13987 33554432000 4194304 4196468 140734783741504 140183693351664 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1145] ppid=1069 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/1072/task/1145/stat : 1145 (java) S 1069 1072 27613 0 -1 1077944384 629 12808 0 0 5 0 5 2 20 0 15 0 227148690 11246788608 13987 33554432000 4194304 4196468 140734783741504 140183692298864 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1146] ppid=1069 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1146/stat : 1146 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11246788608 13987 33554432000 4194304 4196468 140734783741504 140182632262368 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1147] ppid=1069 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1147/stat : 1147 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148690 11246788608 13987 33554432000 4194304 4196468 140734783741504 140183691246256 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55948 KiB

[startup+0.700823 s]
/proc/loadavg: 0.73 0.86 1.21 6/215 1147
/proc/meminfo: memFree=28312524/32770624 swapFree=67108804/67108860
[pid=1072] ppid=1069 vsize=10983192 memory=88800 CPUtime=0.99 cores=0,2,4,6
/proc/1072/stat : 1072 (java) S 1069 1072 27613 0 -1 1077944320 16790 12808 0 0 87 5 5 2 20 0 15 0 227148675 11246788608 22200 33554432000 4194304 4196468 140734783741504 140734783724048 140184726404855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
/proc/1072/statm: 2745798 22200 3248 1 0 2708109 0
[pid=1072/tid=1134] ppid=1069 vsize=10983192 memory=3708 CPUtime=0.66 cores=0,2,4,6
/proc/1072/task/1134/stat : 1134 (java) R 1069 1072 27613 0 -1 4202560 12264 12808 0 0 56 3 5 2 20 0 15 0 227148684 11246788608 22200 33554432000 4194304 4196468 140734783741504 140184698225680 140184710485342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1135] ppid=1069 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1135/stat : 1135 (java) S 1069 1072 27613 0 -1 1077944384 2 12808 0 0 0 0 5 2 20 0 15 0 227148685 11246788608 22200 33554432000 4194304 4196468 140734783741504 140184730647696 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1136] ppid=1069 vsize=10983192 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1136/stat : 1136 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148685 11246788608 22200 33554432000 4194304 4196468 140734783741504 140184585366544 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1137] ppid=1069 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1137/stat : 1137 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148685 11246788608 22200 33554432000 4194304 4196468 140734783741504 140184584313744 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1138] ppid=1069 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1138/stat : 1138 (java) S 1069 1072 27613 0 -1 1077944384 2 12808 0 0 0 0 5 2 20 0 15 0 227148685 11246788608 22200 33554432000 4194304 4196468 140734783741504 140184583260944 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1139] ppid=1069 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1139/stat : 1139 (java) S 1069 1072 27613 0 -1 1077944384 5 12808 0 0 0 0 5 2 20 0 15 0 227148686 11246788608 22200 33554432000 4194304 4196468 140734783741504 140183695456624 140184726416002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1140] ppid=1069 vsize=10983192 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1140/stat : 1140 (java) S 1069 1072 27613 0 -1 1077944384 13 12808 0 0 0 0 5 2 20 0 15 0 227148687 11246788608 22200 33554432000 4194304 4196468 140734783741504 140183571784736 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1141] ppid=1069 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1141/stat : 1141 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148687 11246788608 22200 33554432000 4194304 4196468 140734783741504 140183370457968 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1142] ppid=1069 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1142/stat : 1142 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11246788608 22200 33554432000 4194304 4196468 140734783741504 140183063058256 140184726423451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1143] ppid=1069 vsize=10983192 memory=280134410043632 CPUtime=0.18 cores=0,2,4,6
/proc/1072/task/1143/stat : 1143 (java) S 1069 1072 27613 0 -1 1077944384 1067 12808 0 0 11 0 5 2 20 0 15 0 227148690 11246788608 22200 33554432000 4194304 4196468 140734783741504 140183694404464 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1144] ppid=1069 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/1072/task/1144/stat : 1144 (java) S 1069 1072 27613 0 -1 1077944384 531 12808 0 0 6 0 5 2 20 0 15 0 227148690 11246788608 22200 33554432000 4194304 4196468 140734783741504 140183693351664 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1145] ppid=1069 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/1072/task/1145/stat : 1145 (java) S 1069 1072 27613 0 -1 1077944384 704 12808 0 0 13 0 5 2 20 0 15 0 227148690 11246788608 22200 33554432000 4194304 4196468 140734783741504 140183692298864 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1146] ppid=1069 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1146/stat : 1146 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11246788608 22200 33554432000 4194304 4196468 140734783741504 140182632262368 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1147] ppid=1069 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1147/stat : 1147 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148690 11246788608 22200 33554432000 4194304 4196468 140734783741504 140183691246256 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88800 KiB

[startup+1.5013 s]
/proc/loadavg: 0.73 0.86 1.21 5/215 1147
/proc/meminfo: memFree=28190976/32770624 swapFree=67108804/67108860
[pid=1072] ppid=1069 vsize=10991948 memory=316604 CPUtime=2.79 cores=0,2,4,6
/proc/1072/stat : 1072 (java) S 1069 1072 27613 0 -1 1077944320 24769 12808 0 0 248 24 5 2 20 0 15 0 227148675 11255754752 79151 33554432000 4194304 4196468 140734783741504 140734783724048 140184726404855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
/proc/1072/statm: 2747987 79151 3460 1 0 2709645 0
[pid=1072/tid=1134] ppid=1069 vsize=10991948 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/1072/task/1134/stat : 1134 (java) R 1069 1072 27613 0 -1 4202560 14979 12808 0 0 125 8 5 2 20 0 15 0 227148684 11255754752 79151 33554432000 4194304 4196468 140734783741504 140184698238984 140184263333165 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1135] ppid=1069 vsize=10991948 memory=144959172884530 CPUtime=0.11 cores=0,2,4,6
/proc/1072/task/1135/stat : 1135 (java) S 1069 1072 27613 0 -1 1077944384 46 12808 0 0 2 2 5 2 20 0 15 0 227148685 11255754752 79151 33554432000 4194304 4196468 140734783741504 140184730647696 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1136] ppid=1069 vsize=10991948 memory=24809 CPUtime=0.11 cores=0,2,4,6
/proc/1072/task/1136/stat : 1136 (java) S 1069 1072 27613 0 -1 1077944384 308 12808 0 0 2 2 5 2 20 0 15 0 227148685 11255754752 79151 33554432000 4194304 4196468 140734783741504 140184585366544 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1137] ppid=1069 vsize=10991948 memory=2110417812241348 CPUtime=0.11 cores=0,2,4,6
/proc/1072/task/1137/stat : 1137 (java) S 1069 1072 27613 0 -1 1077944384 62 12808 0 0 2 2 5 2 20 0 15 0 227148685 11255754752 79151 33554432000 4194304 4196468 140734783741504 140184584313744 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1138] ppid=1069 vsize=10991948 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/1072/task/1138/stat : 1138 (java) S 1069 1072 27613 0 -1 1077944384 70 12808 0 0 2 3 5 2 20 0 15 0 227148685 11255754752 79151 33554432000 4194304 4196468 140734783741504 140184583260944 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1139] ppid=1069 vsize=10991948 memory=280134410043632 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1139/stat : 1139 (java) S 1069 1072 27613 0 -1 1077944384 93 12808 0 0 0 0 5 2 20 0 15 0 227148686 11255754752 79151 33554432000 4194304 4196468 140734783741504 140183695456624 140184726416002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1140] ppid=1069 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1140/stat : 1140 (java) S 1069 1072 27613 0 -1 1077944384 13 12808 0 0 0 0 5 2 20 0 15 0 227148687 11255754752 79151 33554432000 4194304 4196468 140734783741504 140183571784736 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1141] ppid=1069 vsize=10991948 memory=-3472574513799858009 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1141/stat : 1141 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148687 11255754752 79151 33554432000 4194304 4196468 140734783741504 140183370457968 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1142] ppid=1069 vsize=10991948 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1142/stat : 1142 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11255754752 79151 33554432000 4194304 4196468 140734783741504 140183063058256 140184726423451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1143] ppid=1069 vsize=10991948 memory=6944656592455360604 CPUtime=0.54 cores=0,2,4,6
/proc/1072/task/1143/stat : 1143 (java) R 1069 1072 27613 0 -1 4202560 3059 12808 0 0 46 1 5 2 20 0 15 0 227148690 11255754752 79151 33554432000 4194304 4196468 140734783741504 140183694390488 140184707949312 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1144] ppid=1069 vsize=10991948 memory=6944656592387989600 CPUtime=0.4 cores=0,2,4,6
/proc/1072/task/1144/stat : 1144 (java) R 1069 1072 27613 0 -1 4202560 2522 12808 0 0 32 1 5 2 20 0 15 0 227148690 11255754752 79151 33554432000 4194304 4196468 140734783741504 140183693344296 140184711520083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1145] ppid=1069 vsize=10991948 memory=-4051592751533505334 CPUtime=0.41 cores=0,2,4,6
/proc/1072/task/1145/stat : 1145 (java) S 1069 1072 27613 0 -1 1077944384 1415 12808 0 0 33 1 5 2 20 0 15 0 227148690 11255754752 79151 33554432000 4194304 4196468 140734783741504 140183692298864 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1146] ppid=1069 vsize=10991948 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1146/stat : 1146 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11255754752 79151 33554432000 4194304 4196468 140734783741504 140182632262368 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1147] ppid=1069 vsize=10991948 memory=7976406965554101975 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1147/stat : 1147 (java) S 1069 1072 27613 0 -1 1077944384 1 12808 0 0 0 0 5 2 20 0 15 0 227148690 11255754752 79151 33554432000 4194304 4196468 140734783741504 140183691246256 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 10991948 KiB

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

/proc/1072/task/1134/stat : 1134 (java) S 1069 1072 27613 0 -1 1077944384 230782 12808 0 0 33906 50 5 2 20 0 15 0 227148684 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140184697427152 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1135] ppid=1069 vsize=11010400 memory=6721648 CPUtime=58.42 cores=0,2,4,6
/proc/1072/task/1135/stat : 1135 (java) R 1069 1072 27613 0 -1 4202560 126331 12808 0 0 5673 162 5 2 20 0 15 0 227148685 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140184730645216 140184711426976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1136] ppid=1069 vsize=11010400 memory=7072324 CPUtime=58.62 cores=0,2,4,6
/proc/1072/task/1136/stat : 1136 (java) R 1069 1072 27613 0 -1 4202560 110497 12808 0 0 5703 152 5 2 20 0 15 0 227148685 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140184585364224 140184708030800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1137] ppid=1069 vsize=11010400 memory=7052280 CPUtime=58.44 cores=0,2,4,6
/proc/1072/task/1137/stat : 1137 (java) R 1069 1072 27613 0 -1 4202560 122450 12808 0 0 5674 163 5 2 20 0 15 0 227148685 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140184584313944 140184711428612 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1138] ppid=1069 vsize=11010400 memory=6958400 CPUtime=58.23 cores=0,2,4,6
/proc/1072/task/1138/stat : 1138 (java) R 1069 1072 27613 0 -1 4202560 125999 12808 0 0 5659 157 5 2 20 0 15 0 227148685 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140184583260832 140184711431978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1139] ppid=1069 vsize=11010400 memory=6941472 CPUtime=3.86 cores=0,2,4,6
/proc/1072/task/1139/stat : 1139 (java) S 1069 1072 27613 0 -1 1077944384 63360 12808 0 0 372 7 5 2 20 0 15 0 227148686 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140183695455136 140184726415061 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1140] ppid=1069 vsize=11010400 memory=6941472 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1140/stat : 1140 (java) S 1069 1072 27613 0 -1 1077944384 18 12808 0 0 0 0 5 2 20 0 15 0 227148687 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140183571784864 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1141] ppid=1069 vsize=11010400 memory=7059460 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1141/stat : 1141 (java) S 1069 1072 27613 0 -1 1077944384 10 12808 0 0 0 0 5 2 20 0 15 0 227148687 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140183370457984 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1142] ppid=1069 vsize=11010400 memory=7059460 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1142/stat : 1142 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140183063058256 140184726423451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1143] ppid=1069 vsize=11010400 memory=2080 CPUtime=4.26 cores=0,2,4,6
/proc/1072/task/1143/stat : 1143 (java) S 1069 1072 27613 0 -1 1077944384 14872 12808 0 0 416 3 5 2 20 0 15 0 227148690 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140183694404464 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1144] ppid=1069 vsize=11010400 memory=58015 CPUtime=4.11 cores=0,2,4,6
/proc/1072/task/1144/stat : 1144 (java) S 1069 1072 27613 0 -1 1077944384 13859 12808 0 0 399 5 5 2 20 0 15 0 227148690 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140183693351664 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1145] ppid=1069 vsize=11010400 memory=33553 CPUtime=1.54 cores=0,2,4,6
/proc/1072/task/1145/stat : 1145 (java) S 1069 1072 27613 0 -1 1077944384 13436 12808 0 0 144 3 5 2 20 0 15 0 227148690 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140183692298864 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1146] ppid=1069 vsize=11010400 memory=6941472 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1146/stat : 1146 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140182632262368 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1147] ppid=1069 vsize=11010400 memory=6941472 CPUtime=0.32 cores=0,2,4,6
/proc/1072/task/1147/stat : 1147 (java) S 1069 1072 27613 0 -1 1077944384 916 12808 0 0 12 13 5 2 20 0 15 0 227148690 11274649600 1735368 33554432000 4194304 4196468 140734783741504 140183691246256 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
Current children cumulated CPU time: 586.91 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 6941472 KiB

[startup+462.302 s]
/proc/loadavg: 3.21 2.12 1.63 6/215 1161
/proc/meminfo: memFree=19002500/32770624 swapFree=67108804/67108860
[pid=1072] ppid=1069 vsize=11077984 memory=8461268 CPUtime=744.89 cores=0,2,4,6
/proc/1072/stat : 1072 (java) S 1069 1072 27613 0 -1 1077944320 908238 12808 0 0 73678 804 5 2 20 0 15 0 227148675 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140734783724048 140184726404855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
/proc/1072/statm: 2769496 2115317 3518 1 0 2731149 0
[pid=1072/tid=1134] ppid=1069 vsize=11077984 memory=8461268 CPUtime=366.38 cores=0,2,4,6
/proc/1072/task/1134/stat : 1134 (java) S 1069 1072 27613 0 -1 1077944384 246907 12808 0 0 36580 51 5 2 20 0 15 0 227148684 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184698237264 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1135] ppid=1069 vsize=11077984 memory=8461204 CPUtime=90.71 cores=0,2,4,6
/proc/1072/task/1135/stat : 1135 (java) R 1069 1072 27613 0 -1 4202560 132466 12808 0 0 8870 194 5 2 20 0 15 0 227148685 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184730647816 140184719507827 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1136] ppid=1069 vsize=11077984 memory=8461268 CPUtime=90.89 cores=0,2,4,6
/proc/1072/task/1136/stat : 1136 (java) R 1069 1072 27613 0 -1 4202560 130811 12808 0 0 8915 167 5 2 20 0 15 0 227148685 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184585366352 140184719033063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1137] ppid=1069 vsize=11077984 memory=1036 CPUtime=90.93 cores=0,2,4,6
/proc/1072/task/1137/stat : 1137 (java) R 1069 1072 27613 0 -1 4202560 127868 12808 0 0 8898 188 5 2 20 0 15 0 227148685 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184584313552 140184719033063 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1138] ppid=1069 vsize=11077984 memory=8461268 CPUtime=90.56 cores=0,2,4,6
/proc/1072/task/1138/stat : 1138 (java) R 1069 1072 27613 0 -1 4202560 131603 12808 0 0 8877 172 5 2 20 0 15 0 227148685 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184583261064 140184719033063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1139] ppid=1069 vsize=11077984 memory=1408 CPUtime=4.44 cores=0,2,4,6
/proc/1072/task/1139/stat : 1139 (java) S 1069 1072 27613 0 -1 1077944384 83326 12808 0 0 429 8 5 2 20 0 15 0 227148686 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183695455184 140184726415061 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1140] ppid=1069 vsize=11077984 memory=6759356 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1140/stat : 1140 (java) S 1069 1072 27613 0 -1 1077944384 18 12808 0 0 0 0 5 2 20 0 15 0 227148687 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183571784864 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1141] ppid=1069 vsize=11077984 memory=6759356 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1141/stat : 1141 (java) S 1069 1072 27613 0 -1 1077944384 10 12808 0 0 0 0 5 2 20 0 15 0 227148687 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183370457984 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1142] ppid=1069 vsize=11077984 memory=2080 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1142/stat : 1142 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183063058256 140184726423451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1143] ppid=1069 vsize=11077984 memory=1036 CPUtime=4.52 cores=0,2,4,6
/proc/1072/task/1143/stat : 1143 (java) S 1069 1072 27613 0 -1 1077944384 17101 12808 0 0 442 3 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183694404224 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1144] ppid=1069 vsize=11077984 memory=58855 CPUtime=4.93 cores=0,2,4,6
/proc/1072/task/1144/stat : 1144 (java) S 1069 1072 27613 0 -1 1077944384 19624 12808 0 0 481 5 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183693351712 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1145] ppid=1069 vsize=11077984 memory=34018 CPUtime=1.67 cores=0,2,4,6
/proc/1072/task/1145/stat : 1145 (java) S 1069 1072 27613 0 -1 1077944384 15341 12808 0 0 157 3 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183692298912 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1146] ppid=1069 vsize=11077984 memory=6831176 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1146/stat : 1146 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140182632262368 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1147] ppid=1069 vsize=11077984 memory=1572 CPUtime=0.37 cores=0,2,4,6
/proc/1072/task/1147/stat : 1147 (java) S 1069 1072 27613 0 -1 1077944384 965 12808 0 0 15 15 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183691246256 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
Current children cumulated CPU time: 744.89 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 8461268 KiB

[startup+462.752 s]
# the end of solver process 1072 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=738.083 s, system=8.15887 s

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

[startup+462.404 s]
/proc/loadavg: 3.21 2.12 1.63 6/215 1161
/proc/meminfo: memFree=19002500/32770624 swapFree=67108804/67108860
[pid=1072] ppid=1069 vsize=11077984 memory=8461268 CPUtime=745.29 cores=0,2,4,6
/proc/1072/stat : 1072 (java) S 1069 1072 27613 0 -1 1077944320 908238 12808 0 0 73718 804 5 2 20 0 15 0 227148675 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140734783724048 140184726404855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
/proc/1072/statm: 2769496 2115317 3518 1 0 2731149 0
[pid=1072/tid=1134] ppid=1069 vsize=11077984 memory=4088 CPUtime=366.38 cores=0,2,4,6
/proc/1072/task/1134/stat : 1134 (java) S 1069 1072 27613 0 -1 1077944384 246907 12808 0 0 36580 51 5 2 20 0 15 0 227148684 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184698237264 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1135] ppid=1069 vsize=11077984 memory=8461268 CPUtime=90.81 cores=0,2,4,6
/proc/1072/task/1135/stat : 1135 (java) R 1069 1072 27613 0 -1 4202560 132466 12808 0 0 8880 194 5 2 20 0 15 0 227148685 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184730647816 140184719033063 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1136] ppid=1069 vsize=11077984 memory=419 CPUtime=90.99 cores=0,2,4,6
/proc/1072/task/1136/stat : 1136 (java) R 1069 1072 27613 0 -1 4202560 130811 12808 0 0 8925 167 5 2 20 0 15 0 227148685 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184585366352 140184719033063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1137] ppid=1069 vsize=11077984 memory=0 CPUtime=91.03 cores=0,2,4,6
/proc/1072/task/1137/stat : 1137 (java) R 1069 1072 27613 0 -1 4202560 127868 12808 0 0 8908 188 5 2 20 0 15 0 227148685 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184584313552 140184719033063 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1138] ppid=1069 vsize=11077984 memory=8112282956445269571 CPUtime=90.66 cores=0,2,4,6
/proc/1072/task/1138/stat : 1138 (java) R 1069 1072 27613 0 -1 4202560 131603 12808 0 0 8887 172 5 2 20 0 15 0 227148685 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184583261064 140184719033063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1139] ppid=1069 vsize=11077984 memory=5808 CPUtime=4.44 cores=0,2,4,6
/proc/1072/task/1139/stat : 1139 (java) S 1069 1072 27613 0 -1 1077944384 83326 12808 0 0 429 8 5 2 20 0 15 0 227148686 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183695455184 140184726415061 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1140] ppid=1069 vsize=11077984 memory=3304 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1140/stat : 1140 (java) S 1069 1072 27613 0 -1 1077944384 18 12808 0 0 0 0 5 2 20 0 15 0 227148687 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183571784864 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1141] ppid=1069 vsize=11077984 memory=1260 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1141/stat : 1141 (java) S 1069 1072 27613 0 -1 1077944384 10 12808 0 0 0 0 5 2 20 0 15 0 227148687 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183370457984 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1142] ppid=1069 vsize=11077984 memory=14872 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1142/stat : 1142 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183063058256 140184726423451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1143] ppid=1069 vsize=11077984 memory=4104 CPUtime=4.52 cores=0,2,4,6
/proc/1072/task/1143/stat : 1143 (java) S 1069 1072 27613 0 -1 1077944384 17101 12808 0 0 442 3 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183694404224 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1144] ppid=1069 vsize=11077984 memory=3296 CPUtime=4.93 cores=0,2,4,6
/proc/1072/task/1144/stat : 1144 (java) S 1069 1072 27613 0 -1 1077944384 19624 12808 0 0 481 5 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183693351712 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1145] ppid=1069 vsize=11077984 memory=15292 CPUtime=1.67 cores=0,2,4,6
/proc/1072/task/1145/stat : 1145 (java) S 1069 1072 27613 0 -1 1077944384 15341 12808 0 0 157 3 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183692298912 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1146] ppid=1069 vsize=11077984 memory=34128 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1146/stat : 1146 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140182632262368 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1147] ppid=1069 vsize=11077984 memory=1060 CPUtime=0.37 cores=0,2,4,6
/proc/1072/task/1147/stat : 1147 (java) S 1069 1072 27613 0 -1 1077944384 965 12808 0 0 15 15 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183691246256 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
Current children cumulated CPU time: 745.29 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 8461268 KiB

[startup+462.601 s]
/proc/loadavg: 3.21 2.12 1.63 6/215 1161
/proc/meminfo: memFree=19002500/32770624 swapFree=67108804/67108860
[pid=1072] ppid=1069 vsize=11077984 memory=8461268 CPUtime=746.06 cores=0,2,4,6
/proc/1072/stat : 1072 (java) S 1069 1072 27613 0 -1 1077944320 908238 12808 0 0 73795 804 5 2 20 0 15 0 227148675 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140734783724048 140184726404855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
/proc/1072/statm: 2769496 2115317 3518 1 0 2731149 0
[pid=1072/tid=1134] ppid=1069 vsize=11077984 memory=3304 CPUtime=366.38 cores=0,2,4,6
/proc/1072/task/1134/stat : 1134 (java) S 1069 1072 27613 0 -1 1077944384 246907 12808 0 0 36580 51 5 2 20 0 15 0 227148684 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184698237264 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1135] ppid=1069 vsize=11077984 memory=1260 CPUtime=91 cores=0,2,4,6
/proc/1072/task/1135/stat : 1135 (java) S 1069 1072 27613 0 -1 1077944384 132466 12808 0 0 8899 194 5 2 20 0 15 0 227148685 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184730647696 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1136] ppid=1069 vsize=11077984 memory=14872 CPUtime=91.19 cores=0,2,4,6
/proc/1072/task/1136/stat : 1136 (java) S 1069 1072 27613 0 -1 1077944384 130811 12808 0 0 8945 167 5 2 20 0 15 0 227148685 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184585366544 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1137] ppid=1069 vsize=11077984 memory=8461268 CPUtime=91.23 cores=0,2,4,6
/proc/1072/task/1137/stat : 1137 (java) S 1069 1072 27613 0 -1 1077944384 127868 12808 0 0 8928 188 5 2 20 0 15 0 227148685 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184584313744 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1138] ppid=1069 vsize=11077984 memory=8112282956445269571 CPUtime=90.85 cores=0,2,4,6
/proc/1072/task/1138/stat : 1138 (java) S 1069 1072 27613 0 -1 1077944384 131603 12808 0 0 8906 172 5 2 20 0 15 0 227148685 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140184583260944 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1139] ppid=1069 vsize=11077984 memory=2300 CPUtime=4.44 cores=0,2,4,6
/proc/1072/task/1139/stat : 1139 (java) R 1069 1072 27613 0 -1 4202560 83326 12808 0 0 429 8 5 2 20 0 15 0 227148686 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183695455184 140184711401256 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1140] ppid=1069 vsize=11077984 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1140/stat : 1140 (java) S 1069 1072 27613 0 -1 1077944384 18 12808 0 0 0 0 5 2 20 0 15 0 227148687 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183571784864 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1141] ppid=1069 vsize=11077984 memory=3164 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1141/stat : 1141 (java) S 1069 1072 27613 0 -1 1077944384 10 12808 0 0 0 0 5 2 20 0 15 0 227148687 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183370457984 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1142] ppid=1069 vsize=11077984 memory=3708 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1142/stat : 1142 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183063058256 140184726423451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1143] ppid=1069 vsize=11077984 memory=61744 CPUtime=4.52 cores=0,2,4,6
/proc/1072/task/1143/stat : 1143 (java) S 1069 1072 27613 0 -1 1077944384 17101 12808 0 0 442 3 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183694404224 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1144] ppid=1069 vsize=11077984 memory=2080 CPUtime=4.93 cores=0,2,4,6
/proc/1072/task/1144/stat : 1144 (java) S 1069 1072 27613 0 -1 1077944384 19624 12808 0 0 481 5 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183693351712 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1145] ppid=1069 vsize=11077984 memory=56241 CPUtime=1.67 cores=0,2,4,6
/proc/1072/task/1145/stat : 1145 (java) S 1069 1072 27613 0 -1 1077944384 15341 12808 0 0 157 3 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183692298912 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1146] ppid=1069 vsize=11077984 memory=5750 CPUtime=0.07 cores=0,2,4,6
/proc/1072/task/1146/stat : 1146 (java) S 1069 1072 27613 0 -1 1077944384 3 12808 0 0 0 0 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140182632262368 140184726415061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
[pid=1072/tid=1147] ppid=1069 vsize=11077984 memory=1467 CPUtime=0.37 cores=0,2,4,6
/proc/1072/task/1147/stat : 1147 (java) S 1069 1072 27613 0 -1 1077944384 965 12808 0 0 15 15 5 2 20 0 15 0 227148690 11343855616 2115317 33554432000 4194304 4196468 140734783741504 140183691246256 140184726416002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22372352 140734783744611 140734783747420 140734783747420 140734783750095 0
Current children cumulated CPU time: 746.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 8461268 KiB

[startup+462.701 s]*
/proc/loadavg: 3.43 2.18 1.65 3/202 1162
/proc/meminfo: memFree=21023712/32770624 swapFree=67108804/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): 462.752
CPU time (s): 746.242
CPU user time (s): 738.083
CPU system time (s): 8.15887
CPU usage (%): 161.262
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 8461268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 738.083
system time used= 8.15887
maximum resident set size= 8463592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 921869
page faults= 0
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24209
involuntary context switches= 4580


# summary of solver processes directly reported to runsolver:
#   pid: 1072
#   total CPU time (s): 746.242
#   total CPU user time (s): 738.083
#   total CPU system time (s): 8.15887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.98734 second user time and 4.39754 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 19:44:15
IDJOB=4304482
IDBENCH=141315
IDSOLVER=2781
FILE ID=node105/4304482-1534095854
RUNJOBID= node105-1534095854-971
PBS_JOBID= 21036987
Free space on /tmp= 40908 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-11-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304482-1534095854/watcher-4304482-1534095854 -o /tmp/evaluation-result-4304482-1534095854/solver-4304482-1534095854 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534095854-971 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1381743651 -superng HOME/instance-4304482-1534095854.xml

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=1381743651

node105.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.32
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.32
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.32
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.32
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:        28415568 kB
MemAvailable:   31840120 kB
Buffers:          146912 kB
Cached:          3534696 kB
SwapCached:           16 kB
Active:          1915428 kB
Inactive:        1869928 kB
Active(anon):      56000 kB
Inactive(anon):   100472 kB
Active(file):    1859428 kB
Inactive(file):  1769456 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             62796 kB
Writeback:         29696 kB
AnonPages:         84984 kB
Mapped:            62164 kB
Shmem:             49748 kB
Slab:             267832 kB
SReclaimable:     223008 kB
SUnreclaim:        44824 kB
KernelStack:        3168 kB
PageTables:         5076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1523464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40880 MiB
End job on node105 at 2018-08-12 19:51:58