Trace number 4304477

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.2SAT (TO)54 2520.43 2467.19

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-06-4-rom_c18.xml
MD5SUM68fe1d73007454e14d4d429fadb25a11
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints48
Number of domains5
Minimum domain size2
Maximum domain size22859
Distribution of domain sizes[{"size":2,"count":12},{"size":7,"count":84},{"size":27,"count":36},{"size":22859,"count":48}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":60},{"degree":2,"count":84},{"degree":8,"count":36}]
Minimum constraint arity9
Maximum constraint arity10
Distribution of constraint arities[{"arity":9,"count":12},{"arity":10,"count":36}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.97/0.74	c Concrete v3.9.2.1532736233296 running
34.40/23.08	o 29
34.94/23.48	o 35
40.46/28.69	o 40
108.85/96.60	o 42
141.71/129.25	o 46
143.95/131.44	o 54
2520.34/2467.15	Exception in thread "main" java.util.concurrent.TimeoutException
2520.34/2467.15		at concrete.MAC.mac(MAC.scala:188)
2520.34/2467.15		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.34/2467.15		at scala.util.Try$.apply(Try.scala:209)
2520.34/2467.15		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.34/2467.15		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.34/2467.15		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.34/2467.15		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.34/2467.15		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.34/2467.15		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.34/2467.15		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.34/2467.15		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.34/2467.15		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.34/2467.15		at concrete.MAC.oneRun(MAC.scala:253)
2520.34/2467.15		at concrete.MAC.nextSolution(MAC.scala:272)
2520.34/2467.15		at concrete.MAC.nextSolution(MAC.scala:355)
2520.34/2467.15		at concrete.Solver.hasNext(Solver.scala:166)
2520.34/2467.15		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.34/2467.15		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.34/2467.15		at concrete.Solver.foreach(Solver.scala:68)
2520.34/2467.15		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.34/2467.15		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.34/2467.15		at scala.util.Success.map(Try.scala:209)
2520.34/2467.15		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.34/2467.15		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.34/2467.15		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.34/2467.15		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.34/2467.15		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.34/2467.15		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.34/2467.15		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.34/2467.15		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.34/2467.15		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.34/2467.15		at scala.collection.immutable.List.foreach(List.scala:389)
2520.34/2467.15		at scala.App.main(App.scala:76)
2520.34/2467.15		at scala.App.main$(App.scala:74)
2520.34/2467.15		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.34/2467.15		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.34/2467.16	v <instantiation cost="54">
2520.34/2467.16	v       <list>
2520.34/2467.16	v         r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] r[4][0] r[4][1] r[4][2] r[4][3] r[5][0] r[5][1] r[5][2] r[5][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pr[4][0] pr[4][1] pr[4][2] pr[4][3] pr[5][0] pr[5][1] pr[5][2] pr[5][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] pc[4][0] pc[4][1] pc[4][2] pc[4][3] pc[5][0] pc[5][1] pc[5][2] pc[5][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] br[4][0] br[4][1] br[4][2] br[4][3] br[5][0] br[5][1] br[5][2] br[5][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] bc[4][0] bc[4][1] bc[4][2] bc[4][3] bc[5][0] bc[5][1] bc[5][2] bc[5][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5]
2520.34/2467.16	v       </list>
2520.34/2467.16	v       <values>
2520.34/2467.16	v         15633 -1 -1 -1 13868 5288 -1 -1 15633 -1 -1 -1 14312 15568 -1 -1 6300 17234 -1 -1 16177 17045 -1 -1 15633 -1 -1 -1 13868 5288 -1 -1 15633 -1 -1 -1 14312 15568 -1 -1 6300 17234 -1 -1 16177 17045 -1 -1 0 -1 -1 -1 0 4 -1 -1 0 -1 -1 -1 0 2 -1 -1 0 5 -1 -1 0 2 -1 -1 0 -1 -1 -1 0 4 -1 -1 0 -1 -1 -1 0 2 -1 -1 0 5 -1 -1 0 2 -1 -1 6 0 0 0 3 0 0 0 6 0 0 0 0 4 0 0 4 0 0 0 0 4 0 0 6 0 0 0 3 0 0 0 6 0 0 0 0 4 0 0 4 0 0 0 0 4 0 0 15 14 15 15 4 17 14 12 14 26 3 26 15 14 15 15 4 17 15 26 15 14 11 14 4 3 4 11 26 18 17 26 17 14 18 18
2520.34/2467.16	v       </values>
2520.34/2467.16	v     </instantiation>
2520.34/2467.16	s SATISFIABLE

Verifier Data

OK	54

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 (3089 MiB free)
  memory of node 1: 16384 MiB (5540 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304477-1534093699/watcher-4304477-1534093699 -o /tmp/evaluation-result-4304477-1534093699/solver-4304477-1534093699 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20601 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=354183476 HOME/instance-4304477-1534093699.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=25822, runsolver pid=25819

[startup+0.100065 s]*
/proc/loadavg: 1.07 1.39 1.49 3/206 25879
/proc/meminfo: memFree=8829084/32770624 swapFree=67108496/67108860
[pid=25822] ppid=25819 vsize=10021560 memory=19384 CPUtime=0.09 cores=1,3,5,7
/proc/25822/stat : 25822 (java) S 25819 25822 20569 0 -1 1077944320 4474 13033 0 0 1 1 4 3 20 0 6 0 226933131 10262077440 4846 33554432000 4194304 4196468 140726044331024 140726044313568 140412260175607 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
/proc/25822/statm: 2505390 4846 1972 1 0 2493828 0
[pid=25822/tid=25875] ppid=25819 vsize=10088124 memory=4279135703980474512 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25875/stat : 25875 (java) R 25819 25822 20569 0 -1 1077944384 2287 13033 0 0 0 0 4 3 20 0 7 0 226933140 10330238976 4846 33554432000 4194304 4196468 140726044331024 140412232018704 140412260185813 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25876] ppid=25819 vsize=10088124 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25876/stat : 25876 (java) S 25819 25822 20569 0 -1 1077944384 2 13033 0 0 0 0 4 3 20 0 7 0 226933141 10330238976 4846 33554432000 4194304 4196468 140726044331024 140412264417680 140412260185813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25877] ppid=25819 vsize=10088124 memory=139654958614144 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25877/stat : 25877 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 7 0 226933141 10330238976 4846 33554432000 4194304 4196468 140726044331024 140412145682704 140412260185813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25878] ppid=25819 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25878/stat : 25878 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 7 0 226933141 10330238976 4846 33554432000 4194304 4196468 140726044331024 140411799263888 140412260185813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25879] ppid=25819 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25879/stat : 25879 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 7 0 226933141 10330238976 4846 33554432000 4194304 4196468 140726044331024 140411798211088 140412260185813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25880] ppid=25819 vsize=10088124 memory=139654958614144 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25880/stat : 25880 (java) S 25819 25822 20569 0 -1 1077944384 2 13033 0 0 0 0 4 3 20 0 7 0 226933142 10330238976 4846 33554432000 4194304 4196468 140726044331024 140411753261680 140412260186754 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10021560 KiB
Current children cumulated memory: 19384 KiB

[startup+0.220324 s]*
/proc/loadavg: 1.07 1.39 1.49 3/215 25888
/proc/meminfo: memFree=8804404/32770624 swapFree=67108496/67108860
[pid=25822] ppid=25819 vsize=10982696 memory=46228 CPUtime=0.27 cores=1,3,5,7
/proc/25822/stat : 25822 (java) S 25819 25822 20569 0 -1 1077944320 8914 13033 0 0 17 3 4 3 20 0 15 0 226933131 11246280704 11557 33554432000 4194304 4196468 140726044331024 140726044313568 140412260175607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
/proc/25822/statm: 2745674 11557 2953 1 0 2708109 0
[pid=25822/tid=25875] ppid=25819 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/25822/task/25875/stat : 25875 (java) R 25819 25822 20569 0 -1 4202560 5439 13033 0 0 10 2 4 3 20 0 15 0 226933140 11246280704 11557 33554432000 4194304 4196468 140726044331024 140412231988616 140412240451328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25876] ppid=25819 vsize=10982696 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25876/stat : 25876 (java) S 25819 25822 20569 0 -1 1077944384 2 13033 0 0 0 0 4 3 20 0 15 0 226933141 11246280704 11557 33554432000 4194304 4196468 140726044331024 140412264417680 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25877] ppid=25819 vsize=10982696 memory=288370031110325888 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25877/stat : 25877 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933141 11246280704 11557 33554432000 4194304 4196468 140726044331024 140412145682704 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25878] ppid=25819 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25878/stat : 25878 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933141 11246280704 11557 33554432000 4194304 4196468 140726044331024 140411799263888 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25879] ppid=25819 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25879/stat : 25879 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933141 11246280704 11557 33554432000 4194304 4196468 140726044331024 140411798211088 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25880] ppid=25819 vsize=10982696 memory=139654958614144 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25880/stat : 25880 (java) S 25819 25822 20569 0 -1 1077944384 2 13033 0 0 0 0 4 3 20 0 15 0 226933142 11246280704 11557 33554432000 4194304 4196468 140726044331024 140411753261680 140412260186754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25881] ppid=25819 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25881/stat : 25881 (java) S 25819 25822 20569 0 -1 1077944384 13 13033 0 0 0 0 4 3 20 0 15 0 226933142 11246280704 11557 33554432000 4194304 4196468 140726044331024 140411017356576 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25882] ppid=25819 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25882/stat : 25882 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933143 11246280704 11557 33554432000 4194304 4196468 140726044331024 140410869507696 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25883] ppid=25819 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25883/stat : 25883 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 15 0 226933145 11246280704 11557 33554432000 4194304 4196468 140726044331024 140410562107984 140412260194203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25884] ppid=25819 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25822/task/25884/stat : 25884 (java) S 25819 25822 20569 0 -1 1077944384 563 13033 0 0 1 0 4 3 20 0 15 0 226933145 11246280704 11557 33554432000 4194304 4196468 140726044331024 140411752208496 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25885] ppid=25819 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25822/task/25885/stat : 25885 (java) S 25819 25822 20569 0 -1 1077944384 72 13033 0 0 1 0 4 3 20 0 15 0 226933145 11246280704 11557 33554432000 4194304 4196468 140726044331024 140411751155696 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25886] ppid=25819 vsize=10982696 memory=139654958614144 CPUtime=0.1 cores=1,3,5,7
/proc/25822/task/25886/stat : 25886 (java) S 25819 25822 20569 0 -1 1077944384 623 13033 0 0 3 0 4 3 20 0 15 0 226933145 11246280704 11557 33554432000 4194304 4196468 140726044331024 140411750103408 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25887] ppid=25819 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25887/stat : 25887 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 15 0 226933146 11246280704 11557 33554432000 4194304 4196468 140726044331024 140410131311072 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25888] ppid=25819 vsize=10982696 memory=139654958614144 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25888/stat : 25888 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933146 11246280704 11557 33554432000 4194304 4196468 140726044331024 140411749051312 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 46228 KiB

[startup+0.310325 s]*
/proc/loadavg: 1.07 1.39 1.49 3/215 25888
/proc/meminfo: memFree=8796092/32770624 swapFree=67108496/67108860
[pid=25822] ppid=25819 vsize=10983192 memory=55468 CPUtime=0.37 cores=1,3,5,7
/proc/25822/stat : 25822 (java) S 25819 25822 20569 0 -1 1077944320 10393 13033 0 0 27 3 4 3 20 0 15 0 226933131 11246788608 13867 33554432000 4194304 4196468 140726044331024 140726044313568 140412260175607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
/proc/25822/statm: 2745798 13867 3085 1 0 2708109 0
[pid=25822/tid=25875] ppid=25819 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/25822/task/25875/stat : 25875 (java) R 25819 25822 20569 0 -1 4202560 6908 13033 0 0 18 2 4 3 20 0 15 0 226933140 11246788608 13867 33554432000 4194304 4196468 140726044331024 140412231987616 140412240447097 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25876] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25876/stat : 25876 (java) S 25819 25822 20569 0 -1 1077944384 2 13033 0 0 0 0 4 3 20 0 15 0 226933141 11246788608 13867 33554432000 4194304 4196468 140726044331024 140412264417680 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25877] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25877/stat : 25877 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933141 11246788608 13867 33554432000 4194304 4196468 140726044331024 140412145682704 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25878] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25878/stat : 25878 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933141 11246788608 13867 33554432000 4194304 4196468 140726044331024 140411799263888 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25879] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25879/stat : 25879 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933141 11246788608 13867 33554432000 4194304 4196468 140726044331024 140411798211088 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25880] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25880/stat : 25880 (java) S 25819 25822 20569 0 -1 1077944384 2 13033 0 0 0 0 4 3 20 0 15 0 226933142 11246788608 13867 33554432000 4194304 4196468 140726044331024 140411753261680 140412260186754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25881] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25881/stat : 25881 (java) S 25819 25822 20569 0 -1 1077944384 13 13033 0 0 0 0 4 3 20 0 15 0 226933142 11246788608 13867 33554432000 4194304 4196468 140726044331024 140411017356576 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25882] ppid=25819 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25882/stat : 25882 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933143 11246788608 13867 33554432000 4194304 4196468 140726044331024 140410869507696 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25883] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25883/stat : 25883 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 15 0 226933145 11246788608 13867 33554432000 4194304 4196468 140726044331024 140410562107984 140412260194203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25884] ppid=25819 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25822/task/25884/stat : 25884 (java) S 25819 25822 20569 0 -1 1077944384 563 13033 0 0 1 0 4 3 20 0 15 0 226933145 11246788608 13867 33554432000 4194304 4196468 140726044331024 140411752208496 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25885] ppid=25819 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25822/task/25885/stat : 25885 (java) S 25819 25822 20569 0 -1 1077944384 73 13033 0 0 1 0 4 3 20 0 15 0 226933145 11246788608 13867 33554432000 4194304 4196468 140726044331024 140411751155696 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25886] ppid=25819 vsize=10983192 memory=139654958614144 CPUtime=0.12 cores=1,3,5,7
/proc/25822/task/25886/stat : 25886 (java) S 25819 25822 20569 0 -1 1077944384 628 13033 0 0 5 0 4 3 20 0 15 0 226933145 11246788608 13867 33554432000 4194304 4196468 140726044331024 140411750103408 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25887] ppid=25819 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25887/stat : 25887 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 15 0 226933146 11246788608 13867 33554432000 4194304 4196468 140726044331024 140410131311072 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25888] ppid=25819 vsize=10983192 memory=139654958614144 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25888/stat : 25888 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933146 11246788608 13867 33554432000 4194304 4196468 140726044331024 140411749051312 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55468 KiB

[startup+0.700804 s]
/proc/loadavg: 1.07 1.39 1.49 3/215 25888
/proc/meminfo: memFree=8784092/32770624 swapFree=67108496/67108860
[pid=25822] ppid=25819 vsize=10983192 memory=88792 CPUtime=0.97 cores=1,3,5,7
/proc/25822/stat : 25822 (java) S 25819 25822 20569 0 -1 1077944320 16845 13033 0 0 85 5 4 3 20 0 15 0 226933131 11246788608 22198 33554432000 4194304 4196468 140726044331024 140726044313568 140412260175607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
/proc/25822/statm: 2745798 22198 3240 1 0 2708109 0
[pid=25822/tid=25875] ppid=25819 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/25822/task/25875/stat : 25875 (java) R 25819 25822 20569 0 -1 4202560 12391 13033 0 0 55 4 4 3 20 0 15 0 226933140 11246788608 22198 33554432000 4194304 4196468 140726044331024 140412231996432 140412241739184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25876] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25876/stat : 25876 (java) S 25819 25822 20569 0 -1 1077944384 2 13033 0 0 0 0 4 3 20 0 15 0 226933141 11246788608 22198 33554432000 4194304 4196468 140726044331024 140412264417680 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25877] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25877/stat : 25877 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933141 11246788608 22198 33554432000 4194304 4196468 140726044331024 140412145682704 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25878] ppid=25819 vsize=10983192 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25878/stat : 25878 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933141 11246788608 22198 33554432000 4194304 4196468 140726044331024 140411799263888 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25879] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25879/stat : 25879 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933141 11246788608 22198 33554432000 4194304 4196468 140726044331024 140411798211088 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25880] ppid=25819 vsize=10983192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25880/stat : 25880 (java) S 25819 25822 20569 0 -1 1077944384 5 13033 0 0 0 0 4 3 20 0 15 0 226933142 11246788608 22198 33554432000 4194304 4196468 140726044331024 140411753261680 140412260186754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25881] ppid=25819 vsize=10983192 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25881/stat : 25881 (java) S 25819 25822 20569 0 -1 1077944384 13 13033 0 0 0 0 4 3 20 0 15 0 226933142 11246788608 22198 33554432000 4194304 4196468 140726044331024 140411017356576 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25882] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25882/stat : 25882 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933143 11246788608 22198 33554432000 4194304 4196468 140726044331024 140410869507696 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25883] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25883/stat : 25883 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 15 0 226933145 11246788608 22198 33554432000 4194304 4196468 140726044331024 140410562107984 140412260194203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25884] ppid=25819 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/25822/task/25884/stat : 25884 (java) S 25819 25822 20569 0 -1 1077944384 1182 13033 0 0 9 0 4 3 20 0 15 0 226933145 11246788608 22198 33554432000 4194304 4196468 140726044331024 140411752208496 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25885] ppid=25819 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/25822/task/25885/stat : 25885 (java) S 25819 25822 20569 0 -1 1077944384 343 13033 0 0 7 0 4 3 20 0 15 0 226933145 11246788608 22198 33554432000 4194304 4196468 140726044331024 140411751155696 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25886] ppid=25819 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/25822/task/25886/stat : 25886 (java) S 25819 25822 20569 0 -1 1077944384 705 13033 0 0 13 0 4 3 20 0 15 0 226933145 11246788608 22198 33554432000 4194304 4196468 140726044331024 140411750103408 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25887] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25887/stat : 25887 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 15 0 226933146 11246788608 22198 33554432000 4194304 4196468 140726044331024 140410131311072 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25888] ppid=25819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25888/stat : 25888 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933146 11246788608 22198 33554432000 4194304 4196468 140726044331024 140411749051312 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88792 KiB

[startup+1.50077 s]
/proc/loadavg: 1.07 1.39 1.49 3/215 25888
/proc/meminfo: memFree=8737264/32770624 swapFree=67108496/67108860
[pid=25822] ppid=25819 vsize=10991948 memory=237392 CPUtime=2.92 cores=1,3,5,7
/proc/25822/stat : 25822 (java) S 25819 25822 20569 0 -1 1077944320 22162 13033 0 0 275 10 4 3 20 0 15 0 226933131 11255754752 59348 33554432000 4194304 4196468 140726044331024 140726044313568 140412260175607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
/proc/25822/statm: 2747987 59348 3463 1 0 2709645 0
[pid=25822/tid=25875] ppid=25819 vsize=10991948 memory=-5153189914156492135 CPUtime=1.44 cores=1,3,5,7
/proc/25822/task/25875/stat : 25875 (java) R 25819 25822 20569 0 -1 4202560 15056 13033 0 0 130 7 4 3 20 0 15 0 226933140 11255754752 59348 33554432000 4194304 4196468 140726044331024 140412232008784 140411830025492 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25876] ppid=25819 vsize=10991948 memory=-7336298486508852889 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25876/stat : 25876 (java) S 25819 25822 20569 0 -1 1077944384 8 13033 0 0 0 0 4 3 20 0 15 0 226933141 11255754752 59348 33554432000 4194304 4196468 140726044331024 140412264417680 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25877] ppid=25819 vsize=10991948 memory=6720696446780543624 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25877/stat : 25877 (java) S 25819 25822 20569 0 -1 1077944384 290 13033 0 0 0 0 4 3 20 0 15 0 226933141 11255754752 59348 33554432000 4194304 4196468 140726044331024 140412145682704 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25878] ppid=25819 vsize=10991948 memory=-5153075247754915967 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25878/stat : 25878 (java) S 25819 25822 20569 0 -1 1077944384 35 13033 0 0 0 0 4 3 20 0 15 0 226933141 11255754752 59348 33554432000 4194304 4196468 140726044331024 140411799263888 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25879] ppid=25819 vsize=10991948 memory=129288 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25879/stat : 25879 (java) S 25819 25822 20569 0 -1 1077944384 31 13033 0 0 0 0 4 3 20 0 15 0 226933141 11255754752 59348 33554432000 4194304 4196468 140726044331024 140411798211088 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25880] ppid=25819 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25880/stat : 25880 (java) S 25819 25822 20569 0 -1 1077944384 95 13033 0 0 0 0 4 3 20 0 15 0 226933142 11255754752 59348 33554432000 4194304 4196468 140726044331024 140411753261680 140412260186754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25881] ppid=25819 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25881/stat : 25881 (java) S 25819 25822 20569 0 -1 1077944384 14 13033 0 0 0 0 4 3 20 0 15 0 226933142 11255754752 59348 33554432000 4194304 4196468 140726044331024 140411017356576 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25882] ppid=25819 vsize=10991948 memory=279309642172096 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25882/stat : 25882 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933143 11255754752 59348 33554432000 4194304 4196468 140726044331024 140410869507696 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25883] ppid=25819 vsize=10991948 memory=279309642586320 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25883/stat : 25883 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 15 0 226933145 11255754752 59348 33554432000 4194304 4196468 140726044331024 140410562107984 140412260194203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25884] ppid=25819 vsize=10991948 memory=139654821095760 CPUtime=0.61 cores=1,3,5,7
/proc/25822/task/25884/stat : 25884 (java) S 25819 25822 20569 0 -1 1077944384 1938 13033 0 0 54 0 4 3 20 0 15 0 226933145 11255754752 59348 33554432000 4194304 4196468 140726044331024 140411752208496 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25885] ppid=25819 vsize=10991948 memory=139654958616657 CPUtime=0.58 cores=1,3,5,7
/proc/25822/task/25885/stat : 25885 (java) S 25819 25822 20569 0 -1 1077944384 1085 13033 0 0 51 0 4 3 20 0 15 0 226933145 11255754752 59348 33554432000 4194304 4196468 140726044331024 140411751155696 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25886] ppid=25819 vsize=10991948 memory=8138 CPUtime=0.41 cores=1,3,5,7
/proc/25822/task/25886/stat : 25886 (java) S 25819 25822 20569 0 -1 1077944384 1409 13033 0 0 34 0 4 3 20 0 15 0 226933145 11255754752 59348 33554432000 4194304 4196468 140726044331024 140411750103408 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25887] ppid=25819 vsize=10991948 memory=6 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25887/stat : 25887 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 15 0 226933146 11255754752 59348 33554432000 4194304 4196468 140726044331024 140410131311072 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25888] ppid=25819 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25888/stat : 25888 (java) S 25819 25822 20569 0 -1 1077944384 1 13033 0 0 0 0 4 3 20 0 15 0 226933146 11255754752 59348 33554432000 4194304 4196468 140726044331024 140411749051312 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0

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

/proc/25822/task/25879/stat : 25879 (java) S 25819 25822 20569 0 -1 1077944384 41589 13033 0 0 1285 36 4 3 20 0 15 0 226933141 11345952768 630295 33554432000 4194304 4196468 140726044331024 140411798211088 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25880] ppid=25819 vsize=11080032 memory=2523716 CPUtime=8.62 cores=1,3,5,7
/proc/25822/task/25880/stat : 25880 (java) S 25819 25822 20569 0 -1 1077944384 28308 13033 0 0 827 28 4 3 20 0 15 0 226933142 11345952768 630295 33554432000 4194304 4196468 140726044331024 140411753261680 140412260186754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25881] ppid=25819 vsize=11080032 memory=166 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25881/stat : 25881 (java) S 25819 25822 20569 0 -1 1077944384 26 13033 0 0 0 0 4 3 20 0 15 0 226933142 11345952768 630295 33554432000 4194304 4196468 140726044331024 140411017356640 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25882] ppid=25819 vsize=11080032 memory=2526028 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25882/stat : 25882 (java) S 25819 25822 20569 0 -1 1077944384 4 13033 0 0 0 0 4 3 20 0 15 0 226933143 11345952768 630295 33554432000 4194304 4196468 140726044331024 140410869507712 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25883] ppid=25819 vsize=11080032 memory=2523724 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25883/stat : 25883 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 15 0 226933145 11345952768 630295 33554432000 4194304 4196468 140726044331024 140410562107984 140412260194203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25884] ppid=25819 vsize=11080032 memory=2521180 CPUtime=6.19 cores=1,3,5,7
/proc/25822/task/25884/stat : 25884 (java) S 25819 25822 20569 0 -1 1077944384 66684 13033 0 0 605 7 4 3 20 0 15 0 226933145 11345952768 630295 33554432000 4194304 4196468 140726044331024 140411752208496 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25885] ppid=25819 vsize=11080032 memory=2523724 CPUtime=5.06 cores=1,3,5,7
/proc/25822/task/25885/stat : 25885 (java) S 25819 25822 20569 0 -1 1077944384 63962 13033 0 0 492 7 4 3 20 0 15 0 226933145 11345952768 630295 33554432000 4194304 4196468 140726044331024 140411751155696 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25886] ppid=25819 vsize=11080032 memory=2521160 CPUtime=2.04 cores=1,3,5,7
/proc/25822/task/25886/stat : 25886 (java) S 25819 25822 20569 0 -1 1077944384 41548 13033 0 0 190 7 4 3 20 0 15 0 226933145 11345952768 630295 33554432000 4194304 4196468 140726044331024 140411750103408 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25887] ppid=25819 vsize=11080032 memory=1788 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25887/stat : 25887 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 15 0 226933146 11345952768 630295 33554432000 4194304 4196468 140726044331024 140410131311072 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25888] ppid=25819 vsize=11080032 memory=860 CPUtime=1.74 cores=1,3,5,7
/proc/25822/task/25888/stat : 25888 (java) S 25819 25822 20569 0 -1 1077944384 2952 13033 0 0 71 96 4 3 20 0 15 0 226933146 11345952768 630295 33554432000 4194304 4196468 140726044331024 140411749051312 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
Current children cumulated CPU time: 2495.11 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2521180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.8 s]
/proc/loadavg: 0.67 0.77 1.31 2/194 26162
/proc/meminfo: memFree=10541128/32770624 swapFree=67108496/67108860
[pid=25822] ppid=25819 vsize=11080032 memory=2521216 CPUtime=2520.02 cores=1,3,5,7
/proc/25822/stat : 25822 (java) S 25819 25822 20569 0 -1 1077944320 556046 13033 0 0 251653 342 4 3 20 0 15 0 226933131 11345952768 630304 33554432000 4194304 4196468 140726044331024 140726044313568 140412260175607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
/proc/25822/statm: 2770008 630304 3528 1 0 2731661 0
[pid=25822/tid=25875] ppid=25819 vsize=11080032 memory=6791534058613427641 CPUtime=2443.12 cores=1,3,5,7
/proc/25822/task/25875/stat : 25875 (java) R 25819 25822 20569 0 -1 4202560 183957 13033 0 0 244217 88 4 3 20 0 15 0 226933140 11345952768 630304 33554432000 4194304 4196468 140726044331024 140412231498288 140411839627815 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25876] ppid=25819 vsize=11080032 memory=3872 CPUtime=13.41 cores=1,3,5,7
/proc/25822/task/25876/stat : 25876 (java) S 25819 25822 20569 0 -1 1077944384 41863 13033 0 0 1300 34 4 3 20 0 15 0 226933141 11345952768 630304 33554432000 4194304 4196468 140726044331024 140412264417680 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25877] ppid=25819 vsize=11080032 memory=61424 CPUtime=13.43 cores=1,3,5,7
/proc/25822/task/25877/stat : 25877 (java) S 25819 25822 20569 0 -1 1077944384 40905 13033 0 0 1298 38 4 3 20 0 15 0 226933141 11345952768 630304 33554432000 4194304 4196468 140726044331024 140412145682704 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25878] ppid=25819 vsize=11080032 memory=1224 CPUtime=13.42 cores=1,3,5,7
/proc/25822/task/25878/stat : 25878 (java) S 25819 25822 20569 0 -1 1077944384 41622 13033 0 0 1302 33 4 3 20 0 15 0 226933141 11345952768 630304 33554432000 4194304 4196468 140726044331024 140411799263888 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25879] ppid=25819 vsize=11080032 memory=2260 CPUtime=13.42 cores=1,3,5,7
/proc/25822/task/25879/stat : 25879 (java) S 25819 25822 20569 0 -1 1077944384 41982 13033 0 0 1299 36 4 3 20 0 15 0 226933141 11345952768 630304 33554432000 4194304 4196468 140726044331024 140411798211088 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25880] ppid=25819 vsize=11080032 memory=618 CPUtime=8.71 cores=1,3,5,7
/proc/25822/task/25880/stat : 25880 (java) S 25819 25822 20569 0 -1 1077944384 28333 13033 0 0 836 28 4 3 20 0 15 0 226933142 11345952768 630304 33554432000 4194304 4196468 140726044331024 140411753261680 140412260186754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25881] ppid=25819 vsize=11080032 memory=5923 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25881/stat : 25881 (java) S 25819 25822 20569 0 -1 1077944384 26 13033 0 0 0 0 4 3 20 0 15 0 226933142 11345952768 630304 33554432000 4194304 4196468 140726044331024 140411017356640 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25882] ppid=25819 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25882/stat : 25882 (java) S 25819 25822 20569 0 -1 1077944384 4 13033 0 0 0 0 4 3 20 0 15 0 226933143 11345952768 630304 33554432000 4194304 4196468 140726044331024 140410869507712 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25883] ppid=25819 vsize=11080032 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25883/stat : 25883 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 15 0 226933145 11345952768 630304 33554432000 4194304 4196468 140726044331024 140410562107984 140412260194203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25884] ppid=25819 vsize=11080032 memory=0 CPUtime=6.19 cores=1,3,5,7
/proc/25822/task/25884/stat : 25884 (java) S 25819 25822 20569 0 -1 1077944384 66686 13033 0 0 605 7 4 3 20 0 15 0 226933145 11345952768 630304 33554432000 4194304 4196468 140726044331024 140411752208496 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25885] ppid=25819 vsize=11080032 memory=1366 CPUtime=5.06 cores=1,3,5,7
/proc/25822/task/25885/stat : 25885 (java) S 25819 25822 20569 0 -1 1077944384 63964 13033 0 0 492 7 4 3 20 0 15 0 226933145 11345952768 630304 33554432000 4194304 4196468 140726044331024 140411751155696 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25886] ppid=25819 vsize=11080032 memory=1 CPUtime=2.04 cores=1,3,5,7
/proc/25822/task/25886/stat : 25886 (java) S 25819 25822 20569 0 -1 1077944384 41550 13033 0 0 190 7 4 3 20 0 15 0 226933145 11345952768 630304 33554432000 4194304 4196468 140726044331024 140411750103408 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25887] ppid=25819 vsize=11080032 memory=372 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25887/stat : 25887 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 15 0 226933146 11345952768 630304 33554432000 4194304 4196468 140726044331024 140410131311072 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25888] ppid=25819 vsize=11080032 memory=579 CPUtime=1.75 cores=1,3,5,7
/proc/25822/task/25888/stat : 25888 (java) S 25819 25822 20569 0 -1 1077944384 2955 13033 0 0 72 96 4 3 20 0 15 0 226933146 11345952768 630304 33554432000 4194304 4196468 140726044331024 140411749051312 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2521216 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2467.19 s]
# the end of solver process 25822 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.95 s, system=3.47763 s

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

[startup+2467 s]*
/proc/loadavg: 0.67 0.77 1.31 2/196 26164
/proc/meminfo: memFree=10539080/32770624 swapFree=67108496/67108860
[pid=25822] ppid=25819 vsize=11342184 memory=2523352 CPUtime=2520.24 cores=1,3,5,7
/proc/25822/stat : 25822 (java) S 25819 25822 20569 0 -1 1077944320 556207 13033 0 0 251674 343 4 3 20 0 17 0 226933131 11614396416 630838 33554432000 4194304 4196468 140726044331024 140726044313568 140412260175607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
/proc/25822/statm: 2835546 630838 3529 1 0 2797199 0
[pid=25822/tid=25875] ppid=25819 vsize=11342184 memory=1398720917958146503 CPUtime=2443.32 cores=1,3,5,7
/proc/25822/task/25875/stat : 25875 (java) R 25819 25822 20569 0 -1 4202560 183958 13033 0 0 244237 88 4 3 20 0 17 0 226933140 11614396416 630838 33554432000 4194304 4196468 140726044331024 140412231937296 140411839622335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25876] ppid=25819 vsize=11342184 memory=4126316290023845779 CPUtime=13.41 cores=1,3,5,7
/proc/25822/task/25876/stat : 25876 (java) S 25819 25822 20569 0 -1 1077944384 41863 13033 0 0 1300 34 4 3 20 0 17 0 226933141 11614396416 630838 33554432000 4194304 4196468 140726044331024 140412264417680 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25877] ppid=25819 vsize=11342184 memory=1796 CPUtime=13.43 cores=1,3,5,7
/proc/25822/task/25877/stat : 25877 (java) S 25819 25822 20569 0 -1 1077944384 40905 13033 0 0 1298 38 4 3 20 0 17 0 226933141 11614396416 630838 33554432000 4194304 4196468 140726044331024 140412145682704 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25878] ppid=25819 vsize=11342184 memory=912 CPUtime=13.42 cores=1,3,5,7
/proc/25822/task/25878/stat : 25878 (java) S 25819 25822 20569 0 -1 1077944384 41623 13033 0 0 1302 33 4 3 20 0 17 0 226933141 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411799263888 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25879] ppid=25819 vsize=11342184 memory=3848 CPUtime=13.42 cores=1,3,5,7
/proc/25822/task/25879/stat : 25879 (java) S 25819 25822 20569 0 -1 1077944384 41982 13033 0 0 1299 36 4 3 20 0 17 0 226933141 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411798211088 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25880] ppid=25819 vsize=11342184 memory=2612 CPUtime=8.71 cores=1,3,5,7
/proc/25822/task/25880/stat : 25880 (java) S 25819 25822 20569 0 -1 1077944384 28333 13033 0 0 836 28 4 3 20 0 17 0 226933142 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411753261680 140412260186754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25881] ppid=25819 vsize=11342184 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25881/stat : 25881 (java) S 25819 25822 20569 0 -1 1077944384 26 13033 0 0 0 0 4 3 20 0 17 0 226933142 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411017356640 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25882] ppid=25819 vsize=11342184 memory=3136 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25882/stat : 25882 (java) S 25819 25822 20569 0 -1 1077944384 4 13033 0 0 0 0 4 3 20 0 17 0 226933143 11614396416 630838 33554432000 4194304 4196468 140726044331024 140410869507712 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25883] ppid=25819 vsize=11342184 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25883/stat : 25883 (java) S 25819 25822 20569 0 -1 1077944384 91 13033 0 0 0 0 4 3 20 0 17 0 226933145 11614396416 630838 33554432000 4194304 4196468 140726044331024 140410562107984 140412260194203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25884] ppid=25819 vsize=11342184 memory=7512114578044973668 CPUtime=6.19 cores=1,3,5,7
/proc/25822/task/25884/stat : 25884 (java) S 25819 25822 20569 0 -1 1077944384 66686 13033 0 0 605 7 4 3 20 0 17 0 226933145 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411752208496 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25885] ppid=25819 vsize=11342184 memory=7090988413287425906 CPUtime=5.06 cores=1,3,5,7
/proc/25822/task/25885/stat : 25885 (java) S 25819 25822 20569 0 -1 1077944384 63964 13033 0 0 492 7 4 3 20 0 17 0 226933145 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411751155696 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25886] ppid=25819 vsize=11342184 memory=6224377563316970088 CPUtime=2.04 cores=1,3,5,7
/proc/25822/task/25886/stat : 25886 (java) S 25819 25822 20569 0 -1 1077944384 41550 13033 0 0 190 7 4 3 20 0 17 0 226933145 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411750103408 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25887] ppid=25819 vsize=11342184 memory=5933036685966797666 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25887/stat : 25887 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 17 0 226933146 11614396416 630838 33554432000 4194304 4196468 140726044331024 140410131311072 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25888] ppid=25819 vsize=11342184 memory=5933036685966797666 CPUtime=1.75 cores=1,3,5,7
/proc/25822/task/25888/stat : 25888 (java) S 25819 25822 20569 0 -1 1077944384 2955 13033 0 0 72 96 4 3 20 0 17 0 226933146 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411749051312 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=26163] ppid=25819 vsize=11342184 memory=7737861735547693159 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/26163/stat : 26163 (java) S 25819 25822 20569 0 -1 1077944384 17 13033 0 0 0 0 4 3 20 0 17 0 227179812 11614396416 630838 33554432000 4194304 4196468 140726044331024 140409795764720 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=26164] ppid=25819 vsize=11342184 memory=7737861735547693159 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/26164/stat : 26164 (java) S 25819 25822 20569 0 -1 1077944384 53 13033 0 0 0 0 4 3 20 0 17 0 227179812 11614396416 630838 33554432000 4194304 4196468 140726044331024 140409728653152 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
Current children cumulated CPU time: 2520.24 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 2523352 KiB

[startup+2467.11 s]
/proc/loadavg: 0.67 0.77 1.31 2/196 26164
/proc/meminfo: memFree=10539080/32770624 swapFree=67108496/67108860
[pid=25822] ppid=25819 vsize=11342184 memory=2523352 CPUtime=2520.34 cores=1,3,5,7
/proc/25822/stat : 25822 (java) S 25819 25822 20569 0 -1 1077944320 556207 13033 0 0 251684 343 4 3 20 0 17 0 226933131 11614396416 630838 33554432000 4194304 4196468 140726044331024 140726044313568 140412260175607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
/proc/25822/statm: 2835546 630838 3529 1 0 2797199 0
[pid=25822/tid=25875] ppid=25819 vsize=11342184 memory=2521216 CPUtime=2443.43 cores=1,3,5,7
/proc/25822/task/25875/stat : 25875 (java) R 25819 25822 20569 0 -1 4202560 183958 13033 0 0 244248 88 4 3 20 0 17 0 226933140 11614396416 630838 33554432000 4194304 4196468 140726044331024 140412231937296 140411839626760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25876] ppid=25819 vsize=11342184 memory=56 CPUtime=13.41 cores=1,3,5,7
/proc/25822/task/25876/stat : 25876 (java) S 25819 25822 20569 0 -1 1077944384 41863 13033 0 0 1300 34 4 3 20 0 17 0 226933141 11614396416 630838 33554432000 4194304 4196468 140726044331024 140412264417680 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25877] ppid=25819 vsize=11342184 memory=2521184 CPUtime=13.43 cores=1,3,5,7
/proc/25822/task/25877/stat : 25877 (java) S 25819 25822 20569 0 -1 1077944384 40905 13033 0 0 1298 38 4 3 20 0 17 0 226933141 11614396416 630838 33554432000 4194304 4196468 140726044331024 140412145682704 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25878] ppid=25819 vsize=11342184 memory=2521180 CPUtime=13.42 cores=1,3,5,7
/proc/25822/task/25878/stat : 25878 (java) S 25819 25822 20569 0 -1 1077944384 41623 13033 0 0 1302 33 4 3 20 0 17 0 226933141 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411799263888 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25879] ppid=25819 vsize=11342184 memory=3872 CPUtime=13.42 cores=1,3,5,7
/proc/25822/task/25879/stat : 25879 (java) S 25819 25822 20569 0 -1 1077944384 41982 13033 0 0 1299 36 4 3 20 0 17 0 226933141 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411798211088 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25880] ppid=25819 vsize=11342184 memory=2625 CPUtime=8.71 cores=1,3,5,7
/proc/25822/task/25880/stat : 25880 (java) S 25819 25822 20569 0 -1 1077944384 28333 13033 0 0 836 28 4 3 20 0 17 0 226933142 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411753261680 140412260186754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25881] ppid=25819 vsize=11342184 memory=2521212 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25881/stat : 25881 (java) S 25819 25822 20569 0 -1 1077944384 26 13033 0 0 0 0 4 3 20 0 17 0 226933142 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411017356640 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25882] ppid=25819 vsize=11342184 memory=2521212 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25882/stat : 25882 (java) S 25819 25822 20569 0 -1 1077944384 4 13033 0 0 0 0 4 3 20 0 17 0 226933143 11614396416 630838 33554432000 4194304 4196468 140726044331024 140410869507712 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25883] ppid=25819 vsize=11342184 memory=2523352 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25883/stat : 25883 (java) S 25819 25822 20569 0 -1 1077944384 91 13033 0 0 0 0 4 3 20 0 17 0 226933145 11614396416 630838 33554432000 4194304 4196468 140726044331024 140410562107984 140412260194203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25884] ppid=25819 vsize=11342184 memory=2521212 CPUtime=6.19 cores=1,3,5,7
/proc/25822/task/25884/stat : 25884 (java) S 25819 25822 20569 0 -1 1077944384 66686 13033 0 0 605 7 4 3 20 0 17 0 226933145 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411752208496 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25885] ppid=25819 vsize=11342184 memory=2521216 CPUtime=5.06 cores=1,3,5,7
/proc/25822/task/25885/stat : 25885 (java) S 25819 25822 20569 0 -1 1077944384 63964 13033 0 0 492 7 4 3 20 0 17 0 226933145 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411751155696 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25886] ppid=25819 vsize=11342184 memory=2521216 CPUtime=2.04 cores=1,3,5,7
/proc/25822/task/25886/stat : 25886 (java) S 25819 25822 20569 0 -1 1077944384 41550 13033 0 0 190 7 4 3 20 0 17 0 226933145 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411750103408 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25887] ppid=25819 vsize=11342184 memory=2521212 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/25887/stat : 25887 (java) S 25819 25822 20569 0 -1 1077944384 3 13033 0 0 0 0 4 3 20 0 17 0 226933146 11614396416 630838 33554432000 4194304 4196468 140726044331024 140410131311072 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=25888] ppid=25819 vsize=11342184 memory=2521212 CPUtime=1.75 cores=1,3,5,7
/proc/25822/task/25888/stat : 25888 (java) S 25819 25822 20569 0 -1 1077944384 2955 13033 0 0 72 96 4 3 20 0 17 0 226933146 11614396416 630838 33554432000 4194304 4196468 140726044331024 140411749051312 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=26163] ppid=25819 vsize=11342184 memory=61424 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/26163/stat : 26163 (java) S 25819 25822 20569 0 -1 1077944384 17 13033 0 0 0 0 4 3 20 0 17 0 227179812 11614396416 630838 33554432000 4194304 4196468 140726044331024 140409795764720 140412260185813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
[pid=25822/tid=26164] ppid=25819 vsize=11342184 memory=1224 CPUtime=0.07 cores=1,3,5,7
/proc/25822/task/26164/stat : 26164 (java) S 25819 25822 20569 0 -1 1077944384 53 13033 0 0 0 0 4 3 20 0 17 0 227179812 11614396416 630838 33554432000 4194304 4196468 140726044331024 140409728653152 140412260186754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20258816 140726044338797 140726044341596 140726044341596 140726044344271 0
Current children cumulated CPU time: 2520.34 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 2523352 KiB

Child status: 143
Real time (s): 2467.19
CPU time (s): 2520.43
CPU user time (s): 2516.95
CPU system time (s): 3.47763
CPU usage (%): 102.158
Max. virtual memory (cumulated for all children) (KiB): 11342184
Max. memory (cumulated for all children) (KiB): 2890640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.95
system time used= 3.47763
maximum resident set size= 2892688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569798
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163648
involuntary context switches= 5761


# summary of solver processes directly reported to runsolver:
#   pid: 25822
#   total CPU time (s): 2520.43
#   total CPU user time (s): 2516.95
#   total CPU system time (s): 3.47763

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0222 second user time and 21.5047 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 19:08:19
IDJOB=4304477
IDBENCH=141313
IDSOLVER=2780
FILE ID=node149/4304477-1534093699
RUNJOBID= node149-1534063810-20601
PBS_JOBID= 21036989
Free space on /tmp= 39116 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-06-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-4304477-1534093699/watcher-4304477-1534093699 -o /tmp/evaluation-result-4304477-1534093699/solver-4304477-1534093699 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20601 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=354183476 HOME/instance-4304477-1534093699.xml

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

MD5SUM BENCH= 68fe1d73007454e14d4d429fadb25a11
RANDOM SEED=354183476

node149.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.60
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.60
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.60
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.60
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:         8837576 kB
MemAvailable:   27716180 kB
Buffers:          200888 kB
Cached:         18709776 kB
SwapCached:           28 kB
Active:         11897948 kB
Inactive:       11246128 kB
Active(anon):    4182524 kB
Inactive(anon):   103080 kB
Active(file):    7715424 kB
Inactive(file): 11143048 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             28748 kB
Writeback:             0 kB
AnonPages:       4190516 kB
Mapped:            67644 kB
Shmem:             49616 kB
Slab:             476992 kB
SReclaimable:     448592 kB
SUnreclaim:        28400 kB
KernelStack:        3840 kB
PageTables:        13972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5752932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3901440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 39136 MiB
End job on node149 at 2018-08-12 19:49:27