Trace number 4304467

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)53 2520.34 2466

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark2520.01
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
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.99/0.74	c Concrete v3.9.2.1532736233296 running
70.19/55.57	o 32
70.43/55.67	o 36
71.02/55.91	o 39
78.49/63.11	o 41
84.37/68.92	o 42
86.30/70.82	o 43
87.54/72.07	o 44
96.80/81.27	o 45
205.31/189.35	o 47
205.46/189.42	o 48
368.84/352.14	o 49
604.28/585.40	o 50
626.72/607.31	o 51
1423.77/1390.73	o 52
1495.54/1461.26	o 53
2520.23/2465.96	Exception in thread "main" java.util.concurrent.TimeoutException
2520.23/2465.96		at concrete.MAC.mac(MAC.scala:188)
2520.23/2465.96		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.23/2465.96		at scala.util.Try$.apply(Try.scala:209)
2520.23/2465.96		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.23/2465.96		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.23/2465.96		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.23/2465.96		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.23/2465.96		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.23/2465.96		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.23/2465.96		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.23/2465.96		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.23/2465.96		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.23/2465.96		at concrete.MAC.oneRun(MAC.scala:253)
2520.23/2465.96		at concrete.MAC.nextSolution(MAC.scala:272)
2520.23/2465.96		at concrete.MAC.nextSolution(MAC.scala:355)
2520.23/2465.96		at concrete.Solver.hasNext(Solver.scala:166)
2520.23/2465.96		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.23/2465.96		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.23/2465.96		at concrete.Solver.foreach(Solver.scala:68)
2520.23/2465.96		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.23/2465.96		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.23/2465.96		at scala.util.Success.map(Try.scala:209)
2520.23/2465.96		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.23/2465.96		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.23/2465.96		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.23/2465.96		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.23/2465.96		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.23/2465.96		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.23/2465.96		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.23/2465.96		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.23/2465.96		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.23/2465.96		at scala.collection.immutable.List.foreach(List.scala:389)
2520.23/2465.96		at scala.App.main(App.scala:76)
2520.23/2465.96		at scala.App.main$(App.scala:74)
2520.23/2465.96		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.23/2465.96		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.23/2465.97	v <instantiation cost="53">
2520.23/2465.97	v       <list>
2520.23/2465.97	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] r[6][0] r[6][1] r[6][2] r[6][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] c[6][0] c[6][1] c[6][2] c[6][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] pr[6][0] pr[6][1] pr[6][2] pr[6][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] pc[6][0] pc[6][1] pc[6][2] pc[6][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] br[6][0] br[6][1] br[6][2] br[6][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] bc[6][0] bc[6][1] bc[6][2] bc[6][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
2520.23/2465.97	v       </list>
2520.23/2465.97	v       <values>
2520.23/2465.97	v         13806 22545 -1 -1 38282 18491 -1 -1 8750 38354 -1 -1 16913 35603 -1 -1 33563 38256 -1 -1 8750 0 -1 -1 8478 24949 -1 -1 14155 5360 -1 -1 24941 -1 -1 -1 29799 31671 28570 -1 10632 33693 -1 -1 31671 38907 -1 -1 21690 24586 -1 -1 24142 29964 -1 -1 0 5 -1 -1 0 3 -1 -1 0 5 -1 -1 0 3 -1 -1 0 4 -1 -1 1 6 -1 -1 0 5 -1 -1 0 6 -1 -1 0 -1 -1 -1 0 2 4 -1 0 5 -1 -1 1 3 -1 -1 0 6 -1 -1 0 4 -1 -1 4 0 0 0 0 4 0 0 4 0 0 0 0 0 0 0 0 3 0 0 4 0 0 0 4 0 0 0 5 0 0 0 7 0 0 0 0 0 3 0 4 0 0 0 0 0 0 0 5 0 0 0 3 3 0 0 5 14 17 3 26 12 13 20 3 26 8 18 0 8 2 14 18 0 26 20 11 7 17 26 18 20 17 26 18 8 15 26 19 24 17 26 2 14 18 0 26 0 2 14 14 10 26 14 4
2520.23/2465.97	v       </values>
2520.23/2465.97	v     </instantiation>
2520.23/2465.97	s SATISFIABLE

Verifier Data

OK	53

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304467-1534092982/watcher-4304467-1534092982 -o /tmp/evaluation-result-4304467-1534092982/solver-4304467-1534092982 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9592 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=126639977 HOME/instance-4304467-1534092982.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
solver pid=15102, runsolver pid=15099
Current StackSize limit: 8192 KiB


[startup+0.100029 s]*
/proc/loadavg: 3.81 2.64 2.13 3/206 15159
/proc/meminfo: memFree=10834756/32770624 swapFree=67108504/67108860
[pid=15102] ppid=15099 vsize=10005480 memory=18324 CPUtime=0.08 cores=1,3,5,7
/proc/15102/stat : 15102 (java) S 15099 15102 9560 0 -1 1077944320 4233 13080 0 0 1 0 5 2 20 0 6 0 226861384 10245611520 4581 33554432000 4194304 4196468 140733887903184 140733887885728 139713210240759 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
/proc/15102/statm: 2501370 4581 1930 1 0 2489808 0
[pid=15102/tid=15155] ppid=15099 vsize=10005480 memory=4279135703980081295 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15155/stat : 15155 (java) R 15099 15102 9560 0 -1 4202560 2046 13080 0 0 0 0 5 2 20 0 6 0 226861393 10245611520 4581 33554432000 4194304 4196468 140733887903184 139713182077520 139713195923285 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15156] ppid=15099 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15156/stat : 15156 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 6 0 226861394 10245611520 4581 33554432000 4194304 4196468 140733887903184 139713214482832 139713210250965 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15157] ppid=15099 vsize=10005480 memory=140510302373504 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15157/stat : 15157 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 6 0 226861394 10245611520 4581 33554432000 4194304 4196468 140733887903184 139713079818512 139713210250965 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15158] ppid=15099 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15158/stat : 15158 (java) S 15099 15102 9560 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 6 0 226861394 10245611520 4581 33554432000 4194304 4196468 140733887903184 139713078766224 139713210250965 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15159] ppid=15099 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15159/stat : 15159 (java) S 15099 15102 9560 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 6 0 226861394 10245611520 4581 33554432000 4194304 4196468 140733887903184 139713077713424 139713210250965 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18324 KiB

[startup+0.20998 s]*
/proc/loadavg: 3.81 2.64 2.13 3/215 15168
/proc/meminfo: memFree=10809368/32770624 swapFree=67108504/67108860
[pid=15102] ppid=15099 vsize=10982744 memory=46032 CPUtime=0.25 cores=1,3,5,7
/proc/15102/stat : 15102 (java) S 15099 15102 9560 0 -1 1077944320 7630 13080 0 0 17 1 5 2 20 0 15 0 226861384 11246329856 11508 33554432000 4194304 4196468 140733887903184 140733887885728 139713210240759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
/proc/15102/statm: 2745686 11508 2980 1 0 2708109 0
[pid=15102/tid=15155] ppid=15099 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/15102/task/15155/stat : 15155 (java) R 15099 15102 9560 0 -1 4202560 4350 13080 0 0 11 1 5 2 20 0 15 0 226861393 11246329856 11640 33554432000 4194304 4196468 140733887903184 139713182036800 139713194321246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15156] ppid=15099 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15156/stat : 15156 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861394 11246329856 11640 33554432000 4194304 4196468 140733887903184 139713214482832 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15157] ppid=15099 vsize=10982744 memory=140510302373504 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15157/stat : 15157 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861394 11246329856 11640 33554432000 4194304 4196468 140733887903184 139713079818512 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15158] ppid=15099 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15158/stat : 15158 (java) S 15099 15102 9560 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 226861394 11246329856 11640 33554432000 4194304 4196468 140733887903184 139713078766224 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15159] ppid=15099 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15159/stat : 15159 (java) S 15099 15102 9560 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 226861394 11246329856 11640 33554432000 4194304 4196468 140733887903184 139713077713424 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15160] ppid=15099 vsize=10982744 memory=140510302373504 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15160/stat : 15160 (java) S 15099 15102 9560 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 226861396 11246329856 11640 33554432000 4194304 4196468 140733887903184 139712380484208 139713210251906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15161] ppid=15099 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15161/stat : 15161 (java) S 15099 15102 9560 0 -1 1077944384 13 13080 0 0 0 0 5 2 20 0 15 0 226861396 11246329856 11640 33554432000 4194304 4196468 140733887903184 139711997797664 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15162] ppid=15099 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15162/stat : 15162 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861396 11246329856 11640 33554432000 4194304 4196468 140733887903184 139711796471408 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15163] ppid=15099 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15163/stat : 15163 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 226861399 11246329856 11640 33554432000 4194304 4196468 140733887903184 139711489071696 139713210259355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15164] ppid=15099 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15102/task/15164/stat : 15164 (java) S 15099 15102 9560 0 -1 1077944384 481 13080 0 0 1 0 5 2 20 0 15 0 226861399 11246329856 11640 33554432000 4194304 4196468 140733887903184 139712379431024 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15165] ppid=15099 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15165/stat : 15165 (java) S 15099 15102 9560 0 -1 1077944384 138 13080 0 0 0 0 5 2 20 0 15 0 226861399 11246329856 11640 33554432000 4194304 4196468 140733887903184 139712378378224 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15166] ppid=15099 vsize=10982744 memory=140510302373504 CPUtime=0.1 cores=1,3,5,7
/proc/15102/task/15166/stat : 15166 (java) S 15099 15102 9560 0 -1 1077944384 603 13080 0 0 3 0 5 2 20 0 15 0 226861399 11246329856 11640 33554432000 4194304 4196468 140733887903184 139712377325936 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15167] ppid=15099 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15167/stat : 15167 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 226861399 11246329856 11640 33554432000 4194304 4196468 140733887903184 139711058274784 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15168] ppid=15099 vsize=10982744 memory=140510302373504 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15168/stat : 15168 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861399 11246329856 11640 33554432000 4194304 4196468 140733887903184 139712376273840 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46032 KiB

[startup+0.310166 s]*
/proc/loadavg: 3.81 2.64 2.13 3/215 15168
/proc/meminfo: memFree=10798328/32770624 swapFree=67108504/67108860
[pid=15102] ppid=15099 vsize=10983192 memory=57232 CPUtime=0.37 cores=1,3,5,7
/proc/15102/stat : 15102 (java) S 15099 15102 9560 0 -1 1077944320 10288 13080 0 0 28 2 5 2 20 0 15 0 226861384 11246788608 14308 33554432000 4194304 4196468 140733887903184 140733887885728 139713210240759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
/proc/15102/statm: 2745798 14308 3099 1 0 2708109 0
[pid=15102/tid=15155] ppid=15099 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/15102/task/15155/stat : 15155 (java) R 15099 15102 9560 0 -1 4202560 6836 13080 0 0 19 1 5 2 20 0 15 0 226861393 11246788608 14308 33554432000 4194304 4196468 140733887903184 139713182052768 139713210262685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15156] ppid=15099 vsize=10983192 memory=6369869305203413073 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15156/stat : 15156 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861394 11246788608 14308 33554432000 4194304 4196468 140733887903184 139713214482832 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15157] ppid=15099 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15157/stat : 15157 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861394 11246788608 14308 33554432000 4194304 4196468 140733887903184 139713079818512 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15158] ppid=15099 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15158/stat : 15158 (java) S 15099 15102 9560 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 226861394 11246788608 14308 33554432000 4194304 4196468 140733887903184 139713078766224 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15159] ppid=15099 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15159/stat : 15159 (java) S 15099 15102 9560 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 226861394 11246788608 14308 33554432000 4194304 4196468 140733887903184 139713077713424 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15160] ppid=15099 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15160/stat : 15160 (java) S 15099 15102 9560 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 226861396 11246788608 14308 33554432000 4194304 4196468 140733887903184 139712380484208 139713210251906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15161] ppid=15099 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15161/stat : 15161 (java) S 15099 15102 9560 0 -1 1077944384 13 13080 0 0 0 0 5 2 20 0 15 0 226861396 11246788608 14308 33554432000 4194304 4196468 140733887903184 139711997797664 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15162] ppid=15099 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15162/stat : 15162 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861396 11246788608 14308 33554432000 4194304 4196468 140733887903184 139711796471408 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15163] ppid=15099 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15163/stat : 15163 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 226861399 11246788608 14308 33554432000 4194304 4196468 140733887903184 139711489071696 139713210259355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15164] ppid=15099 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15102/task/15164/stat : 15164 (java) S 15099 15102 9560 0 -1 1077944384 481 13080 0 0 1 0 5 2 20 0 15 0 226861399 11246788608 14308 33554432000 4194304 4196468 140733887903184 139712379431024 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15165] ppid=15099 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15102/task/15165/stat : 15165 (java) S 15099 15102 9560 0 -1 1077944384 141 13080 0 0 1 0 5 2 20 0 15 0 226861399 11246788608 14308 33554432000 4194304 4196468 140733887903184 139712378378224 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15166] ppid=15099 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15102/task/15166/stat : 15166 (java) S 15099 15102 9560 0 -1 1077944384 613 13080 0 0 5 0 5 2 20 0 15 0 226861399 11246788608 14308 33554432000 4194304 4196468 140733887903184 139712377325936 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15167] ppid=15099 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15167/stat : 15167 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 226861399 11246788608 14308 33554432000 4194304 4196468 140733887903184 139711058274784 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15168] ppid=15099 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15168/stat : 15168 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861399 11246788608 14308 33554432000 4194304 4196468 140733887903184 139712376273840 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57232 KiB

[startup+0.700832 s]
/proc/loadavg: 3.81 2.64 2.13 3/215 15168
/proc/meminfo: memFree=10787660/32770624 swapFree=67108504/67108860
[pid=15102] ppid=15099 vsize=10983192 memory=89272 CPUtime=0.99 cores=1,3,5,7
/proc/15102/stat : 15102 (java) S 15099 15102 9560 0 -1 1077944320 16413 13080 0 0 87 5 5 2 20 0 15 0 226861384 11246788608 22318 33554432000 4194304 4196468 140733887903184 140733887885728 139713210240759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
/proc/15102/statm: 2745798 22318 3238 1 0 2708109 0
[pid=15102/tid=15155] ppid=15099 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/15102/task/15155/stat : 15155 (java) R 15099 15102 9560 0 -1 4202560 11935 13080 0 0 56 3 5 2 20 0 15 0 226861393 11246788608 22318 33554432000 4194304 4196468 140733887903184 139713182061584 139713190516062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15156] ppid=15099 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15156/stat : 15156 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861394 11246788608 22318 33554432000 4194304 4196468 140733887903184 139713214482832 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15157] ppid=15099 vsize=10983192 memory=3816 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15157/stat : 15157 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861394 11246788608 22318 33554432000 4194304 4196468 140733887903184 139713079818512 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15158] ppid=15099 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15158/stat : 15158 (java) S 15099 15102 9560 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 226861394 11246788608 22318 33554432000 4194304 4196468 140733887903184 139713078766224 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15159] ppid=15099 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15159/stat : 15159 (java) S 15099 15102 9560 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 226861394 11246788608 22318 33554432000 4194304 4196468 140733887903184 139713077713424 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15160] ppid=15099 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15160/stat : 15160 (java) S 15099 15102 9560 0 -1 1077944384 5 13080 0 0 0 0 5 2 20 0 15 0 226861396 11246788608 22318 33554432000 4194304 4196468 140733887903184 139712380484208 139713210251906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15161] ppid=15099 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15161/stat : 15161 (java) S 15099 15102 9560 0 -1 1077944384 13 13080 0 0 0 0 5 2 20 0 15 0 226861396 11246788608 22318 33554432000 4194304 4196468 140733887903184 139711997797664 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15162] ppid=15099 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15162/stat : 15162 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861396 11246788608 22318 33554432000 4194304 4196468 140733887903184 139711796471408 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15163] ppid=15099 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15163/stat : 15163 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 226861399 11246788608 22318 33554432000 4194304 4196468 140733887903184 139711489071696 139713210259355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15164] ppid=15099 vsize=10983192 memory=13252 CPUtime=0.13 cores=1,3,5,7
/proc/15102/task/15164/stat : 15164 (java) S 15099 15102 9560 0 -1 1077944384 848 13080 0 0 6 0 5 2 20 0 15 0 226861399 11246788608 22318 33554432000 4194304 4196468 140733887903184 139712379431024 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15165] ppid=15099 vsize=10983192 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/15102/task/15165/stat : 15165 (java) S 15099 15102 9560 0 -1 1077944384 742 13080 0 0 10 0 5 2 20 0 15 0 226861399 11246788608 22318 33554432000 4194304 4196468 140733887903184 139712378378224 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15166] ppid=15099 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/15102/task/15166/stat : 15166 (java) S 15099 15102 9560 0 -1 1077944384 667 13080 0 0 13 0 5 2 20 0 15 0 226861399 11246788608 22318 33554432000 4194304 4196468 140733887903184 139712377325936 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15167] ppid=15099 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15167/stat : 15167 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 226861399 11246788608 22318 33554432000 4194304 4196468 140733887903184 139711058274784 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15168] ppid=15099 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15168/stat : 15168 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861399 11246788608 22318 33554432000 4194304 4196468 140733887903184 139712376273840 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89272 KiB

[startup+1.50107 s]
/proc/loadavg: 3.81 2.64 2.13 3/215 15168
/proc/meminfo: memFree=10741252/32770624 swapFree=67108504/67108860
[pid=15102] ppid=15099 vsize=10991948 memory=250032 CPUtime=2.94 cores=1,3,5,7
/proc/15102/stat : 15102 (java) S 15099 15102 9560 0 -1 1077944320 23671 13080 0 0 275 12 5 2 20 0 15 0 226861384 11255754752 62508 33554432000 4194304 4196468 140733887903184 140733887885728 139713210240759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
/proc/15102/statm: 2747987 62508 3458 1 0 2709645 0
[pid=15102/tid=15155] ppid=15099 vsize=10991948 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/15102/task/15155/stat : 15155 (java) R 15099 15102 9560 0 -1 4202560 14383 13080 0 0 130 6 5 2 20 0 15 0 226861393 11255754752 62508 33554432000 4194304 4196468 140733887903184 139713182072184 139713188236415 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15156] ppid=15099 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15156/stat : 15156 (java) S 15099 15102 9560 0 -1 1077944384 320 13080 0 0 0 0 5 2 20 0 15 0 226861394 11255754752 62508 33554432000 4194304 4196468 140733887903184 139713214482832 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15157] ppid=15099 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15157/stat : 15157 (java) S 15099 15102 9560 0 -1 1077944384 13 13080 0 0 0 0 5 2 20 0 15 0 226861394 11255754752 62508 33554432000 4194304 4196468 140733887903184 139713079818512 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15158] ppid=15099 vsize=10991948 memory=3539892194917298225 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15158/stat : 15158 (java) S 15099 15102 9560 0 -1 1077944384 60 13080 0 0 0 0 5 2 20 0 15 0 226861394 11255754752 62508 33554432000 4194304 4196468 140733887903184 139713078766224 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15159] ppid=15099 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15159/stat : 15159 (java) S 15099 15102 9560 0 -1 1077944384 54 13080 0 0 0 0 5 2 20 0 15 0 226861394 11255754752 62508 33554432000 4194304 4196468 140733887903184 139713077713424 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15160] ppid=15099 vsize=10991948 memory=-7965959130280075168 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15160/stat : 15160 (java) S 15099 15102 9560 0 -1 1077944384 93 13080 0 0 0 0 5 2 20 0 15 0 226861396 11255754752 62508 33554432000 4194304 4196468 140733887903184 139712380484208 139713210251906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15161] ppid=15099 vsize=10991948 memory=281020381341952 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15161/stat : 15161 (java) S 15099 15102 9560 0 -1 1077944384 13 13080 0 0 0 0 5 2 20 0 15 0 226861396 11255754752 62508 33554432000 4194304 4196468 140733887903184 139711997797664 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15162] ppid=15099 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15162/stat : 15162 (java) S 15099 15102 9560 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 226861396 11255754752 62508 33554432000 4194304 4196468 140733887903184 139711796471408 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15163] ppid=15099 vsize=10991948 memory=4552 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15163/stat : 15163 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 226861399 11255754752 62508 33554432000 4194304 4196468 140733887903184 139711489071696 139713210259355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15164] ppid=15099 vsize=10991948 memory=3732 CPUtime=0.6 cores=1,3,5,7
/proc/15102/task/15164/stat : 15164 (java) R 15099 15102 9560 0 -1 4202560 2983 13080 0 0 53 0 5 2 20 0 15 0 226861399 11255754752 62508 33554432000 4194304 4196468 140733887903184 139712379410960 139713191416673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15165] ppid=15099 vsize=10991948 memory=1228 CPUtime=0.61 cores=1,3,5,7
/proc/15102/task/15165/stat : 15165 (java) R 15099 15102 9560 0 -1 4202560 2234 13080 0 0 54 0 5 2 20 0 15 0 226861399 11255754752 62508 33554432000 4194304 4196468 140733887903184 139712378359240 139713189933855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15166] ppid=15099 vsize=10991948 memory=10624 CPUtime=0.4 cores=1,3,5,7
/proc/15102/task/15166/stat : 15166 (java) S 15099 15102 9560 0 -1 1077944384 1320 13080 0 0 33 0 5 2 20 0 15 0 226861399 11255754752 62508 33554432000 4194304 4196468 140733887903184 139712377325936 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15167] ppid=15099 vsize=10991948 memory=1624 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15167/stat : 15167 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 226861399 11255754752 62508 33554432000 4194304 4196468 140733887903184 139711058274784 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15168] ppid=15099 vsize=10991948 memory=6768 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15168/stat : 15168 (java) S 15099 15102 9560 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 226861399 11255754752 62508 33554432000 4194304 4196468 140733887903184 139712376273840 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 10991948 KiB

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

/proc/15102/task/15155/stat : 15155 (java) R 15099 15102 9560 0 -1 4202560 195748 13080 0 0 242061 83 5 2 20 0 15 0 226861393 11345952768 622049 33554432000 4194304 4196468 140733887903184 139713180409232 139712766488103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15156] ppid=15099 vsize=11080032 memory=2488192 CPUtime=13.2 cores=1,3,5,7
/proc/15102/task/15156/stat : 15156 (java) S 15099 15102 9560 0 -1 1077944384 54376 13080 0 0 1281 32 5 2 20 0 15 0 226861394 11345952768 622049 33554432000 4194304 4196468 140733887903184 139713214482832 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15157] ppid=15099 vsize=11080032 memory=2497936 CPUtime=13.2 cores=1,3,5,7
/proc/15102/task/15157/stat : 15157 (java) S 15099 15102 9560 0 -1 1077944384 39754 13080 0 0 1281 32 5 2 20 0 15 0 226861394 11345952768 622049 33554432000 4194304 4196468 140733887903184 139713079818512 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15158] ppid=15099 vsize=11080032 memory=2499904 CPUtime=13.25 cores=1,3,5,7
/proc/15102/task/15158/stat : 15158 (java) S 15099 15102 9560 0 -1 1077944384 40521 13080 0 0 1287 31 5 2 20 0 15 0 226861394 11345952768 622049 33554432000 4194304 4196468 140733887903184 139713078766224 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15159] ppid=15099 vsize=11080032 memory=2493832 CPUtime=13.21 cores=1,3,5,7
/proc/15102/task/15159/stat : 15159 (java) S 15099 15102 9560 0 -1 1077944384 37475 13080 0 0 1284 30 5 2 20 0 15 0 226861394 11345952768 622049 33554432000 4194304 4196468 140733887903184 139713077713424 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15160] ppid=15099 vsize=11080032 memory=2495884 CPUtime=6.56 cores=1,3,5,7
/proc/15102/task/15160/stat : 15160 (java) S 15099 15102 9560 0 -1 1077944384 30372 13080 0 0 625 24 5 2 20 0 15 0 226861396 11345952768 622049 33554432000 4194304 4196468 140733887903184 139712380484208 139713210251906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15161] ppid=15099 vsize=11080032 memory=2489216 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15161/stat : 15161 (java) S 15099 15102 9560 0 -1 1077944384 18 13080 0 0 0 0 5 2 20 0 15 0 226861396 11345952768 622049 33554432000 4194304 4196468 140733887903184 139711997797728 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15162] ppid=15099 vsize=11080032 memory=2489728 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15162/stat : 15162 (java) S 15099 15102 9560 0 -1 1077944384 4 13080 0 0 0 0 5 2 20 0 15 0 226861396 11345952768 622049 33554432000 4194304 4196468 140733887903184 139711796471424 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15163] ppid=15099 vsize=11080032 memory=2488704 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15163/stat : 15163 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 226861399 11345952768 622049 33554432000 4194304 4196468 140733887903184 139711489071696 139713210259355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15164] ppid=15099 vsize=11080032 memory=2488192 CPUtime=5.73 cores=1,3,5,7
/proc/15102/task/15164/stat : 15164 (java) S 15099 15102 9560 0 -1 1077944384 63065 13080 0 0 559 7 5 2 20 0 15 0 226861399 11345952768 622049 33554432000 4194304 4196468 140733887903184 139712379431024 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15165] ppid=15099 vsize=11080032 memory=2488196 CPUtime=6.14 cores=1,3,5,7
/proc/15102/task/15165/stat : 15165 (java) S 15099 15102 9560 0 -1 1077944384 72101 13080 0 0 600 7 5 2 20 0 15 0 226861399 11345952768 622049 33554432000 4194304 4196468 140733887903184 139712378378224 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15166] ppid=15099 vsize=11080032 memory=2488196 CPUtime=2.11 cores=1,3,5,7
/proc/15102/task/15166/stat : 15166 (java) S 15099 15102 9560 0 -1 1077944384 40231 13080 0 0 199 5 5 2 20 0 15 0 226861399 11345952768 622049 33554432000 4194304 4196468 140733887903184 139712377325936 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15167] ppid=15099 vsize=11080032 memory=2488196 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15167/stat : 15167 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 226861399 11345952768 622049 33554432000 4194304 4196468 140733887903184 139711058274784 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15168] ppid=15099 vsize=11080032 memory=2488196 CPUtime=1.8 cores=1,3,5,7
/proc/15102/task/15168/stat : 15168 (java) S 15099 15102 9560 0 -1 1077944384 2842 13080 0 0 75 98 5 2 20 0 15 0 226861399 11345952768 622049 33554432000 4194304 4196468 140733887903184 139712376273840 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
Current children cumulated CPU time: 2496.2 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2488196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.7 s]
/proc/loadavg: 0.64 0.71 0.97 2/194 15315
/proc/meminfo: memFree=13997996/32770624 swapFree=67108504/67108860
[pid=15102] ppid=15099 vsize=11080032 memory=2484124 CPUtime=2520.03 cores=1,3,5,7
/proc/15102/stat : 15102 (java) S 15099 15102 9560 0 -1 1077944320 584604 13080 0 0 251666 330 5 2 20 0 15 0 226861384 11345952768 621031 33554432000 4194304 4196468 140733887903184 140733887885728 139713210240759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
/proc/15102/statm: 2770008 621031 3529 1 0 2731661 0
[pid=15102/tid=15155] ppid=15099 vsize=11080032 memory=6768 CPUtime=2444.69 cores=1,3,5,7
/proc/15102/task/15155/stat : 15155 (java) R 15099 15102 9560 0 -1 4202560 197230 13080 0 0 244379 83 5 2 20 0 15 0 226861393 11345952768 621031 33554432000 4194304 4196468 140733887903184 139713180822928 139712766492614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15156] ppid=15099 vsize=11080032 memory=2484124 CPUtime=13.35 cores=1,3,5,7
/proc/15102/task/15156/stat : 15156 (java) S 15099 15102 9560 0 -1 1077944384 54683 13080 0 0 1295 33 5 2 20 0 15 0 226861394 11345952768 621031 33554432000 4194304 4196468 140733887903184 139713214482832 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15157] ppid=15099 vsize=11080032 memory=2484124 CPUtime=13.35 cores=1,3,5,7
/proc/15102/task/15157/stat : 15157 (java) S 15099 15102 9560 0 -1 1077944384 41614 13080 0 0 1295 33 5 2 20 0 15 0 226861394 11345952768 621031 33554432000 4194304 4196468 140733887903184 139713079818512 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15158] ppid=15099 vsize=11080032 memory=56 CPUtime=13.38 cores=1,3,5,7
/proc/15102/task/15158/stat : 15158 (java) S 15099 15102 9560 0 -1 1077944384 40682 13080 0 0 1300 31 5 2 20 0 15 0 226861394 11345952768 621031 33554432000 4194304 4196468 140733887903184 139713078766224 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15159] ppid=15099 vsize=11080032 memory=2484124 CPUtime=13.34 cores=1,3,5,7
/proc/15102/task/15159/stat : 15159 (java) S 15099 15102 9560 0 -1 1077944384 37745 13080 0 0 1297 30 5 2 20 0 15 0 226861394 11345952768 621031 33554432000 4194304 4196468 140733887903184 139713077713424 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15160] ppid=15099 vsize=11080032 memory=2484124 CPUtime=6.63 cores=1,3,5,7
/proc/15102/task/15160/stat : 15160 (java) S 15099 15102 9560 0 -1 1077944384 30705 13080 0 0 632 24 5 2 20 0 15 0 226861396 11345952768 621031 33554432000 4194304 4196468 140733887903184 139712380484208 139713210251906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15161] ppid=15099 vsize=11080032 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15161/stat : 15161 (java) S 15099 15102 9560 0 -1 1077944384 18 13080 0 0 0 0 5 2 20 0 15 0 226861396 11345952768 621031 33554432000 4194304 4196468 140733887903184 139711997797728 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15162] ppid=15099 vsize=11080032 memory=2493832 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15162/stat : 15162 (java) S 15099 15102 9560 0 -1 1077944384 4 13080 0 0 0 0 5 2 20 0 15 0 226861396 11345952768 621031 33554432000 4194304 4196468 140733887903184 139711796471424 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15163] ppid=15099 vsize=11080032 memory=2499904 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15163/stat : 15163 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 226861399 11345952768 621031 33554432000 4194304 4196468 140733887903184 139711489071696 139713210259355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15164] ppid=15099 vsize=11080032 memory=2485144 CPUtime=5.73 cores=1,3,5,7
/proc/15102/task/15164/stat : 15164 (java) S 15099 15102 9560 0 -1 1077944384 64485 13080 0 0 559 7 5 2 20 0 15 0 226861399 11345952768 621031 33554432000 4194304 4196468 140733887903184 139712379431024 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15165] ppid=15099 vsize=11080032 memory=2484124 CPUtime=6.14 cores=1,3,5,7
/proc/15102/task/15165/stat : 15165 (java) S 15099 15102 9560 0 -1 1077944384 72104 13080 0 0 600 7 5 2 20 0 15 0 226861399 11345952768 621031 33554432000 4194304 4196468 140733887903184 139712378378224 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15166] ppid=15099 vsize=11080032 memory=2484124 CPUtime=2.11 cores=1,3,5,7
/proc/15102/task/15166/stat : 15166 (java) S 15099 15102 9560 0 -1 1077944384 40234 13080 0 0 199 5 5 2 20 0 15 0 226861399 11345952768 621031 33554432000 4194304 4196468 140733887903184 139712377325936 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15167] ppid=15099 vsize=11080032 memory=2484124 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15167/stat : 15167 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 226861399 11345952768 621031 33554432000 4194304 4196468 140733887903184 139711058274784 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15168] ppid=15099 vsize=11080032 memory=2484124 CPUtime=1.82 cores=1,3,5,7
/proc/15102/task/15168/stat : 15168 (java) S 15099 15102 9560 0 -1 1077944384 2905 13080 0 0 76 99 5 2 20 0 15 0 226861399 11345952768 621031 33554432000 4194304 4196468 140733887903184 139712376273840 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2484124 KiB

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

[startup+2466 s]
# the end of solver process 15102 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.98 s, system=3.3597 s

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

[startup+2465.81 s]
/proc/loadavg: 0.64 0.71 0.97 2/194 15315
/proc/meminfo: memFree=13997996/32770624 swapFree=67108504/67108860
[pid=15102] ppid=15099 vsize=11342184 memory=2486348 CPUtime=2520.13 cores=1,3,5,7
/proc/15102/stat : 15102 (java) S 15099 15102 9560 0 -1 1077944320 585029 13080 0 0 251676 330 5 2 20 0 17 0 226861384 11614396416 621587 33554432000 4194304 4196468 140733887903184 140733887885728 139713210240759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
/proc/15102/statm: 2835546 621587 3530 1 0 2797199 0
[pid=15102/tid=15155] ppid=15099 vsize=11342184 memory=2144 CPUtime=2444.8 cores=1,3,5,7
/proc/15102/task/15155/stat : 15155 (java) R 15099 15102 9560 0 -1 4202560 197230 13080 0 0 244390 83 5 2 20 0 17 0 226861393 11614396416 621587 33554432000 4194304 4196468 140733887903184 139713180822928 139712766460719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15156] ppid=15099 vsize=11342184 memory=1752 CPUtime=13.35 cores=1,3,5,7
/proc/15102/task/15156/stat : 15156 (java) S 15099 15102 9560 0 -1 1077944384 54683 13080 0 0 1295 33 5 2 20 0 17 0 226861394 11614396416 621587 33554432000 4194304 4196468 140733887903184 139713214482832 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15157] ppid=15099 vsize=11342184 memory=6791534058613427641 CPUtime=13.35 cores=1,3,5,7
/proc/15102/task/15157/stat : 15157 (java) S 15099 15102 9560 0 -1 1077944384 41614 13080 0 0 1295 33 5 2 20 0 17 0 226861394 11614396416 621587 33554432000 4194304 4196468 140733887903184 139713079818512 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15158] ppid=15099 vsize=11342184 memory=1068 CPUtime=13.38 cores=1,3,5,7
/proc/15102/task/15158/stat : 15158 (java) S 15099 15102 9560 0 -1 1077944384 40682 13080 0 0 1300 31 5 2 20 0 17 0 226861394 11614396416 621587 33554432000 4194304 4196468 140733887903184 139713078766224 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15159] ppid=15099 vsize=11342184 memory=15084 CPUtime=13.34 cores=1,3,5,7
/proc/15102/task/15159/stat : 15159 (java) S 15099 15102 9560 0 -1 1077944384 37745 13080 0 0 1297 30 5 2 20 0 17 0 226861394 11614396416 621587 33554432000 4194304 4196468 140733887903184 139713077713424 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15160] ppid=15099 vsize=11342184 memory=34948 CPUtime=6.63 cores=1,3,5,7
/proc/15102/task/15160/stat : 15160 (java) S 15099 15102 9560 0 -1 1077944384 30705 13080 0 0 632 24 5 2 20 0 17 0 226861396 11614396416 621587 33554432000 4194304 4196468 140733887903184 139712380484208 139713210251906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15161] ppid=15099 vsize=11342184 memory=13776 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15161/stat : 15161 (java) S 15099 15102 9560 0 -1 1077944384 18 13080 0 0 0 0 5 2 20 0 17 0 226861396 11614396416 621587 33554432000 4194304 4196468 140733887903184 139711997797728 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15162] ppid=15099 vsize=11342184 memory=3356 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15162/stat : 15162 (java) S 15099 15102 9560 0 -1 1077944384 4 13080 0 0 0 0 5 2 20 0 17 0 226861396 11614396416 621587 33554432000 4194304 4196468 140733887903184 139711796471424 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15163] ppid=15099 vsize=11342184 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15163/stat : 15163 (java) S 15099 15102 9560 0 -1 1077944384 233 13080 0 0 0 0 5 2 20 0 17 0 226861399 11614396416 621587 33554432000 4194304 4196468 140733887903184 139711489071696 139713210259355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15164] ppid=15099 vsize=11342184 memory=1616 CPUtime=5.73 cores=1,3,5,7
/proc/15102/task/15164/stat : 15164 (java) S 15099 15102 9560 0 -1 1077944384 64485 13080 0 0 559 7 5 2 20 0 17 0 226861399 11614396416 621587 33554432000 4194304 4196468 140733887903184 139712379431024 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15165] ppid=15099 vsize=11342184 memory=932 CPUtime=6.14 cores=1,3,5,7
/proc/15102/task/15165/stat : 15165 (java) S 15099 15102 9560 0 -1 1077944384 72104 13080 0 0 600 7 5 2 20 0 17 0 226861399 11614396416 621587 33554432000 4194304 4196468 140733887903184 139712378378224 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15166] ppid=15099 vsize=11342184 memory=61612 CPUtime=2.11 cores=1,3,5,7
/proc/15102/task/15166/stat : 15166 (java) S 15099 15102 9560 0 -1 1077944384 40234 13080 0 0 199 5 5 2 20 0 17 0 226861399 11614396416 621587 33554432000 4194304 4196468 140733887903184 139712377325936 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15167] ppid=15099 vsize=11342184 memory=1116 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15167/stat : 15167 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 17 0 226861399 11614396416 621587 33554432000 4194304 4196468 140733887903184 139711058274784 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15168] ppid=15099 vsize=11342184 memory=2144 CPUtime=1.82 cores=1,3,5,7
/proc/15102/task/15168/stat : 15168 (java) S 15099 15102 9560 0 -1 1077944384 2905 13080 0 0 76 99 5 2 20 0 17 0 226861399 11614396416 621587 33554432000 4194304 4196468 140733887903184 139712376273840 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
Current children cumulated CPU time: 2520.13 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 2486348 KiB

[startup+2465.9 s]
/proc/loadavg: 0.64 0.71 0.97 2/194 15315
/proc/meminfo: memFree=13997996/32770624 swapFree=67108504/67108860
[pid=15102] ppid=15099 vsize=11342184 memory=2486348 CPUtime=2520.23 cores=1,3,5,7
/proc/15102/stat : 15102 (java) S 15099 15102 9560 0 -1 1077944320 585029 13080 0 0 251686 330 5 2 20 0 17 0 226861384 11614396416 621587 33554432000 4194304 4196468 140733887903184 140733887885728 139713210240759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
/proc/15102/statm: 2835546 621587 3530 1 0 2797199 0
[pid=15102/tid=15155] ppid=15099 vsize=11342184 memory=2484124 CPUtime=2444.89 cores=1,3,5,7
/proc/15102/task/15155/stat : 15155 (java) R 15099 15102 9560 0 -1 4202560 197230 13080 0 0 244399 83 5 2 20 0 17 0 226861393 11614396416 621587 33554432000 4194304 4196468 140733887903184 139713180822928 139712766489434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15156] ppid=15099 vsize=11342184 memory=2484124 CPUtime=13.35 cores=1,3,5,7
/proc/15102/task/15156/stat : 15156 (java) S 15099 15102 9560 0 -1 1077944384 54683 13080 0 0 1295 33 5 2 20 0 17 0 226861394 11614396416 621587 33554432000 4194304 4196468 140733887903184 139713214482832 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15157] ppid=15099 vsize=11342184 memory=2484124 CPUtime=13.35 cores=1,3,5,7
/proc/15102/task/15157/stat : 15157 (java) S 15099 15102 9560 0 -1 1077944384 41614 13080 0 0 1295 33 5 2 20 0 17 0 226861394 11614396416 621587 33554432000 4194304 4196468 140733887903184 139713079818512 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15158] ppid=15099 vsize=11342184 memory=2485144 CPUtime=13.38 cores=1,3,5,7
/proc/15102/task/15158/stat : 15158 (java) S 15099 15102 9560 0 -1 1077944384 40682 13080 0 0 1300 31 5 2 20 0 17 0 226861394 11614396416 621587 33554432000 4194304 4196468 140733887903184 139713078766224 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15159] ppid=15099 vsize=11342184 memory=2499904 CPUtime=13.34 cores=1,3,5,7
/proc/15102/task/15159/stat : 15159 (java) S 15099 15102 9560 0 -1 1077944384 37745 13080 0 0 1297 30 5 2 20 0 17 0 226861394 11614396416 621587 33554432000 4194304 4196468 140733887903184 139713077713424 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15160] ppid=15099 vsize=11342184 memory=2493832 CPUtime=6.63 cores=1,3,5,7
/proc/15102/task/15160/stat : 15160 (java) S 15099 15102 9560 0 -1 1077944384 30705 13080 0 0 632 24 5 2 20 0 17 0 226861396 11614396416 621587 33554432000 4194304 4196468 140733887903184 139712380484208 139713210251906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15161] ppid=15099 vsize=11342184 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15161/stat : 15161 (java) S 15099 15102 9560 0 -1 1077944384 18 13080 0 0 0 0 5 2 20 0 17 0 226861396 11614396416 621587 33554432000 4194304 4196468 140733887903184 139711997797728 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15162] ppid=15099 vsize=11342184 memory=2484124 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15162/stat : 15162 (java) S 15099 15102 9560 0 -1 1077944384 4 13080 0 0 0 0 5 2 20 0 17 0 226861396 11614396416 621587 33554432000 4194304 4196468 140733887903184 139711796471424 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15163] ppid=15099 vsize=11342184 memory=2484124 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15163/stat : 15163 (java) S 15099 15102 9560 0 -1 1077944384 233 13080 0 0 0 0 5 2 20 0 17 0 226861399 11614396416 621587 33554432000 4194304 4196468 140733887903184 139711489071696 139713210259355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15164] ppid=15099 vsize=11342184 memory=56 CPUtime=5.73 cores=1,3,5,7
/proc/15102/task/15164/stat : 15164 (java) S 15099 15102 9560 0 -1 1077944384 64485 13080 0 0 559 7 5 2 20 0 17 0 226861399 11614396416 621587 33554432000 4194304 4196468 140733887903184 139712379431024 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15165] ppid=15099 vsize=11342184 memory=2484124 CPUtime=6.14 cores=1,3,5,7
/proc/15102/task/15165/stat : 15165 (java) S 15099 15102 9560 0 -1 1077944384 72104 13080 0 0 600 7 5 2 20 0 17 0 226861399 11614396416 621587 33554432000 4194304 4196468 140733887903184 139712378378224 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15166] ppid=15099 vsize=11342184 memory=2484124 CPUtime=2.11 cores=1,3,5,7
/proc/15102/task/15166/stat : 15166 (java) S 15099 15102 9560 0 -1 1077944384 40234 13080 0 0 199 5 5 2 20 0 17 0 226861399 11614396416 621587 33554432000 4194304 4196468 140733887903184 139712377325936 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15167] ppid=15099 vsize=11342184 memory=6768 CPUtime=0.07 cores=1,3,5,7
/proc/15102/task/15167/stat : 15167 (java) S 15099 15102 9560 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 17 0 226861399 11614396416 621587 33554432000 4194304 4196468 140733887903184 139711058274784 139713210250965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
[pid=15102/tid=15168] ppid=15099 vsize=11342184 memory=2484124 CPUtime=1.82 cores=1,3,5,7
/proc/15102/task/15168/stat : 15168 (java) S 15099 15102 9560 0 -1 1077944384 2905 13080 0 0 76 99 5 2 20 0 17 0 226861399 11614396416 621587 33554432000 4194304 4196468 140733887903184 139712376273840 139713210251906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 21676032 140733887904365 140733887907164 140733887907164 140733887909839 0
Current children cumulated CPU time: 2520.23 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 2486348 KiB

Child status: 143
Real time (s): 2466
CPU time (s): 2520.34
CPU user time (s): 2516.98
CPU system time (s): 3.3597
CPU usage (%): 102.204
Max. virtual memory (cumulated for all children) (KiB): 11342184
Max. memory (cumulated for all children) (KiB): 3193064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.98
system time used= 3.3597
maximum resident set size= 3193064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 600265
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114133
involuntary context switches= 3904


# summary of solver processes directly reported to runsolver:
#   pid: 15102
#   total CPU time (s): 2520.34
#   total CPU user time (s): 2516.98
#   total CPU system time (s): 3.3597

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3897 second user time and 22.4417 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 18:56:22
IDJOB=4304467
IDBENCH=141308
IDSOLVER=2780
FILE ID=node104/4304467-1534092982
RUNJOBID= node104-1534062308-9592
PBS_JOBID= 21036981
Free space on /tmp= 37492 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-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-4304467-1534092982/watcher-4304467-1534092982 -o /tmp/evaluation-result-4304467-1534092982/solver-4304467-1534092982 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9592 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=126639977 HOME/instance-4304467-1534092982.xml

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=126639977

node104.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.11
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.11
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.11
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.11
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:        10840944 kB
MemAvailable:   26325716 kB
Buffers:          191648 kB
Cached:         15331020 kB
SwapCached:            8 kB
Active:         13259612 kB
Inactive:        7888144 kB
Active(anon):    5576364 kB
Inactive(anon):   100964 kB
Active(file):    7683248 kB
Inactive(file):  7787180 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             31548 kB
Writeback:             0 kB
AnonPages:       5625884 kB
Mapped:            65192 kB
Shmem:             49636 kB
Slab:             471772 kB
SReclaimable:     442804 kB
SUnreclaim:        28968 kB
KernelStack:        3520 kB
PageTables:        16056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7629432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5292032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37520 MiB
End job on node104 at 2018-08-12 19:37:28