Trace number 4259643

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.4SAT (TO)-7772 252.07201 216.63699

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-sentoy.xml
MD5SUMf29e5165c598919c9834c408fde8edbe
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7772
Best CPU time to get the best result obtained on this benchmark47.0811
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints30
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree31
Maximum variable degree31
Distribution of variable degrees[{"degree":31,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

3.39/2.04	c Concrete v3.4 running
7.47/3.58	o -3260
7.73/3.62	o -3270
7.73/3.64	o -3284
7.73/3.67	o -3852
7.73/3.68	o -4013
7.73/3.69	o -4230
8.10/3.71	o -4234
8.10/3.72	o -4319
8.10/3.74	o -4639
8.10/3.75	o -4677
8.10/3.76	o -5219
8.10/3.78	o -5246
8.10/3.78	o -5266
8.10/3.79	o -5279
8.46/3.80	o -5305
8.46/3.81	o -5414
8.46/3.82	o -5417
8.46/3.82	o -5656
8.46/3.83	o -6241
8.46/3.84	o -6247
8.46/3.84	o -6274
8.46/3.85	o -6288
8.46/3.85	o -6337
8.46/3.86	o -6654
8.46/3.87	o -6688
8.46/3.87	o -6788
8.46/3.88	o -6865
8.46/3.89	o -6923
8.46/3.89	o -6925
8.81/3.91	o -7481
8.81/3.92	o -7496
8.81/3.93	o -7501
8.81/3.93	o -7550
8.81/3.95	o -7578
8.81/3.96	o -7605
8.81/3.96	o -7632
9.13/4.01	o -7642
9.13/4.02	o -7653
9.13/4.06	o -7659
9.99/4.34	o -7700
10.58/4.54	o -7772
252.01/216.60	java.util.concurrent.TimeoutException
252.01/216.60		at concrete.MAC.mac(MAC.scala:74)
252.01/216.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.01/216.60		at scala.util.Try$.apply(Try.scala:209)
252.01/216.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.01/216.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.01/216.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.01/216.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.01/216.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.01/216.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.01/216.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.01/216.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.01/216.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.01/216.61		at concrete.MAC.oneRun(MAC.scala:146)
252.01/216.61		at concrete.MAC.nextSolution(MAC.scala:166)
252.01/216.61		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.01/216.61		at concrete.ProblemState.map(ProblemState.scala:203)
252.01/216.61		at concrete.ProblemState.map(ProblemState.scala:188)
252.01/216.61		at concrete.MAC.nextSolution(MAC.scala:195)
252.01/216.61		at concrete.Solver.hasNext(Solver.scala:202)
252.01/216.61		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.01/216.61		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.01/216.61		at concrete.Solver.toStream(Solver.scala:73)
252.01/216.61		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.01/216.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.01/216.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.01/216.61		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.01/216.61		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.01/216.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.01/216.61		at scala.util.Success.map(Try.scala:209)
252.01/216.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.01/216.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.01/216.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.01/216.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.01/216.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.01/216.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.01/216.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.01/216.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.01/216.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.01/216.61		at scala.collection.immutable.List.foreach(List.scala:389)
252.01/216.61		at scala.App.main(App.scala:76)
252.01/216.61		at scala.App.main$(App.scala:74)
252.01/216.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.01/216.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.01/216.61	v <instantiation cost="-7772">
252.01/216.61	v       <list>
252.01/216.61	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
252.01/216.61	v       </list>
252.01/216.61	v       <values>
252.01/216.61	v         0 0 1 0 1 1 0 1 0 1 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1
252.01/216.61	v       </values>
252.01/216.61	v     </instantiation>
252.01/216.61	s SATISFIABLE

Verifier Data

OK	-7772

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259643-1502648162/watcher-4259643-1502648162 -o /tmp/evaluation-result-4259643-1502648162/solver-4259643-1502648162 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312 bin/concrete HOME/instance-4259643-1502648162.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=12246, runsolver pid=12243
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 1.51 1.88 1.86 3/207 12300
/proc/meminfo: memFree=27020920/32770624 swapFree=67108860/67108860
[pid=12246] ppid=12243 vsize=13445604 memory=15968 CPUtime=0.09 cores=1,3,5,7
/proc/12246/stat : 12246 (java) S 12243 12246 3242 0 -1 1077944320 4636 12587 0 0 1 1 4 3 20 0 7 0 97897117 13768298496 3992 33554432000 4194304 4196468 140731102991920 140731102974464 140693433122551 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
/proc/12246/statm: 3361401 3992 2025 1 0 3349839 0
[pid=12246/tid=12296] ppid=12243 vsize=13445604 memory=4279135704047453836 CPUtime=0.08 cores=1,3,5,7
/proc/12246/task/12296/stat : 12296 (java) R 12243 12246 3242 0 -1 4202560 2489 12587 0 0 1 0 4 3 20 0 7 0 97897125 13768298496 3992 33554432000 4194304 4196468 140731102991920 140693437365008 140693418805043 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12297] ppid=12243 vsize=13445604 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12297/stat : 12297 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 7 0 97897126 13768298496 3992 33554432000 4194304 4196468 140731102991920 140693028845968 140693433132757 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12298] ppid=12243 vsize=13445604 memory=140118407616128 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12298/stat : 12298 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 7 0 97897126 13768298496 3992 33554432000 4194304 4196468 140731102991920 140693027793168 140693433132757 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12299] ppid=12243 vsize=13445604 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12299/stat : 12299 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 7 0 97897126 13768298496 3992 33554432000 4194304 4196468 140731102991920 140693026740880 140693433132757 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12300] ppid=12243 vsize=13445604 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12300/stat : 12300 (java) S 12243 12246 3242 0 -1 1077944384 2 12587 0 0 0 0 4 3 20 0 7 0 97897126 13768298496 4058 33554432000 4194304 4196468 140731102991920 140693025688080 140693433132757 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12301] ppid=12243 vsize=13445604 memory=140118407616128 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12301/stat : 12301 (java) S 12243 12246 3242 0 -1 1077944384 2 12587 0 0 0 0 4 3 20 0 7 0 97897127 13768298496 4058 33554432000 4194304 4196468 140731102991920 140692345268848 140693433133698 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13445604 KiB
Current children cumulated memory: 15968 KiB

[startup+0.210388 s]*
/proc/loadavg: 1.51 1.88 1.86 3/216 12309
/proc/meminfo: memFree=26999492/32770624 swapFree=67108860/67108860
[pid=12246] ppid=12243 vsize=13978600 memory=40000 CPUtime=0.25 cores=1,3,5,7
/proc/12246/stat : 12246 (java) S 12243 12246 3242 0 -1 1077944320 8192 12587 0 0 17 1 4 3 20 0 15 0 97897117 14314086400 10000 33554432000 4194304 4196468 140731102991920 140731102974464 140693433122551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
/proc/12246/statm: 3494650 10000 2966 1 0 3482967 0
[pid=12246/tid=12296] ppid=12243 vsize=13978600 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/12246/task/12296/stat : 12296 (java) R 12243 12246 3242 0 -1 4202560 4706 12587 0 0 11 1 4 3 20 0 15 0 97897125 14314086400 10000 33554432000 4194304 4196468 140731102991920 140693437334776 140693414686080 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12297] ppid=12243 vsize=13978600 memory=288230609019732336 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12297/stat : 12297 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 15 0 97897126 14314086400 10000 33554432000 4194304 4196468 140731102991920 140693028845968 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12298] ppid=12243 vsize=13978600 memory=3977865050995305889 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12298/stat : 12298 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 15 0 97897126 14314086400 10000 33554432000 4194304 4196468 140731102991920 140693027793168 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12299] ppid=12243 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12299/stat : 12299 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 15 0 97897126 14314086400 10000 33554432000 4194304 4196468 140731102991920 140693026740880 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12300] ppid=12243 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12300/stat : 12300 (java) S 12243 12246 3242 0 -1 1077944384 2 12587 0 0 0 0 4 3 20 0 15 0 97897126 14314086400 10000 33554432000 4194304 4196468 140731102991920 140693025688080 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12301] ppid=12243 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12301/stat : 12301 (java) S 12243 12246 3242 0 -1 1077944384 2 12587 0 0 0 0 4 3 20 0 15 0 97897127 14314086400 10000 33554432000 4194304 4196468 140731102991920 140692345268848 140693433133698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12302] ppid=12243 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12302/stat : 12302 (java) S 12243 12246 3242 0 -1 1077944384 33 12587 0 0 0 0 4 3 20 0 15 0 97897128 14314086400 10000 33554432000 4194304 4196468 140731102991920 140692344214816 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12303] ppid=12243 vsize=13978600 memory=140118407616128 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12303/stat : 12303 (java) S 12243 12246 3242 0 -1 1077944384 21 12587 0 0 0 0 4 3 20 0 15 0 97897128 14314086400 10000 33554432000 4194304 4196468 140731102991920 140692343162480 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12304] ppid=12243 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12304/stat : 12304 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14314086400 10000 33554432000 4194304 4196468 140731102991920 140692342110800 140693433141147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12305] ppid=12243 vsize=13978600 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12246/task/12305/stat : 12305 (java) S 12243 12246 3242 0 -1 1077944384 425 12587 0 0 1 0 4 3 20 0 15 0 97897131 14314086400 10000 33554432000 4194304 4196468 140731102991920 140692341057648 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12306] ppid=12243 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12306/stat : 12306 (java) S 12243 12246 3242 0 -1 1077944384 336 12587 0 0 0 0 4 3 20 0 15 0 97897131 14314086400 10000 33554432000 4194304 4196468 140731102991920 140692340004848 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12307] ppid=12243 vsize=13978600 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12246/task/12307/stat : 12307 (java) S 12243 12246 3242 0 -1 1077944384 508 12587 0 0 3 0 4 3 20 0 15 0 97897131 14314086400 10000 33554432000 4194304 4196468 140731102991920 140692338952560 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12308] ppid=12243 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12308/stat : 12308 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14314086400 10000 33554432000 4194304 4196468 140731102991920 140692337900000 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12309] ppid=12243 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12309/stat : 12309 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 15 0 97897131 14314086400 10000 33554432000 4194304 4196468 140731102991920 140692336847792 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13978600 KiB
Current children cumulated memory: 40000 KiB

[startup+0.31028 s]*
/proc/loadavg: 1.51 1.88 1.86 2/216 12309
/proc/meminfo: memFree=26986468/32770624 swapFree=67108860/67108860
[pid=12246] ppid=12243 vsize=13979028 memory=50676 CPUtime=0.38 cores=1,3,5,7
/proc/12246/stat : 12246 (java) S 12243 12246 3242 0 -1 1077944320 11258 12587 0 0 28 3 4 3 20 0 15 0 97897117 14314524672 12669 33554432000 4194304 4196468 140731102991920 140731102974464 140693433122551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
/proc/12246/statm: 3494757 12669 3080 1 0 3482967 0
[pid=12246/tid=12296] ppid=12243 vsize=13979028 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/12246/task/12296/stat : 12296 (java) R 12243 12246 3242 0 -1 4202560 7763 12587 0 0 19 2 4 3 20 0 15 0 97897125 14314524672 12669 33554432000 4194304 4196468 140731102991920 140693437344160 140693433144477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12297] ppid=12243 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12297/stat : 12297 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 15 0 97897126 14314524672 12669 33554432000 4194304 4196468 140731102991920 140693028845968 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12298] ppid=12243 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12298/stat : 12298 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 15 0 97897126 14314524672 12669 33554432000 4194304 4196468 140731102991920 140693027793168 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12299] ppid=12243 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12299/stat : 12299 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 15 0 97897126 14314524672 12669 33554432000 4194304 4196468 140731102991920 140693026740880 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12300] ppid=12243 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12300/stat : 12300 (java) S 12243 12246 3242 0 -1 1077944384 2 12587 0 0 0 0 4 3 20 0 15 0 97897126 14314524672 12669 33554432000 4194304 4196468 140731102991920 140693025688080 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12301] ppid=12243 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12301/stat : 12301 (java) S 12243 12246 3242 0 -1 1077944384 2 12587 0 0 0 0 4 3 20 0 15 0 97897127 14314524672 12669 33554432000 4194304 4196468 140731102991920 140692345268848 140693433133698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12302] ppid=12243 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12302/stat : 12302 (java) S 12243 12246 3242 0 -1 1077944384 33 12587 0 0 0 0 4 3 20 0 15 0 97897128 14314524672 12669 33554432000 4194304 4196468 140731102991920 140692344214816 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12303] ppid=12243 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12303/stat : 12303 (java) S 12243 12246 3242 0 -1 1077944384 21 12587 0 0 0 0 4 3 20 0 15 0 97897128 14314524672 12669 33554432000 4194304 4196468 140731102991920 140692343162480 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12304] ppid=12243 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12304/stat : 12304 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14314524672 12669 33554432000 4194304 4196468 140731102991920 140692342110800 140693433141147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12305] ppid=12243 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12246/task/12305/stat : 12305 (java) S 12243 12246 3242 0 -1 1077944384 428 12587 0 0 1 0 4 3 20 0 15 0 97897131 14314524672 12669 33554432000 4194304 4196468 140731102991920 140692341057648 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12306] ppid=12243 vsize=13979028 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12246/task/12306/stat : 12306 (java) S 12243 12246 3242 0 -1 1077944384 339 12587 0 0 1 0 4 3 20 0 15 0 97897131 14314524672 12669 33554432000 4194304 4196468 140731102991920 140692340004848 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12307] ppid=12243 vsize=13979028 memory=140118407616128 CPUtime=0.12 cores=1,3,5,7
/proc/12246/task/12307/stat : 12307 (java) S 12243 12246 3242 0 -1 1077944384 513 12587 0 0 5 0 4 3 20 0 15 0 97897131 14314524672 12669 33554432000 4194304 4196468 140731102991920 140692338952560 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12308] ppid=12243 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12308/stat : 12308 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14314524672 12669 33554432000 4194304 4196468 140731102991920 140692337900000 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12309] ppid=12243 vsize=13979028 memory=140118407616128 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12309/stat : 12309 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 15 0 97897131 14314524672 12669 33554432000 4194304 4196468 140731102991920 140692336847792 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 50676 KiB

[startup+0.7007 s]
/proc/loadavg: 1.51 1.88 1.86 5/216 12309
/proc/meminfo: memFree=26979140/32770624 swapFree=67108860/67108860
[pid=12246] ppid=12243 vsize=13979176 memory=81460 CPUtime=0.96 cores=1,3,5,7
/proc/12246/stat : 12246 (java) S 12243 12246 3242 0 -1 1077944320 17005 12587 0 0 85 4 4 3 20 0 15 0 97897117 14314676224 20365 33554432000 4194304 4196468 140731102991920 140731102974464 140693433122551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
/proc/12246/statm: 3494794 20365 3267 1 0 3482967 0
[pid=12246/tid=12296] ppid=12243 vsize=13979176 memory=32804 CPUtime=0.66 cores=1,3,5,7
/proc/12246/task/12296/stat : 12296 (java) R 12243 12246 3242 0 -1 4202560 12867 12587 0 0 56 3 4 3 20 0 15 0 97897125 14314676224 20365 33554432000 4194304 4196468 140731102991920 140693437341616 140693433144477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12297] ppid=12243 vsize=13979176 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12297/stat : 12297 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 15 0 97897126 14314676224 20365 33554432000 4194304 4196468 140731102991920 140693028845968 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12298] ppid=12243 vsize=13979176 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12298/stat : 12298 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 15 0 97897126 14314676224 20365 33554432000 4194304 4196468 140731102991920 140693027793168 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12299] ppid=12243 vsize=13979176 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12299/stat : 12299 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 15 0 97897126 14314676224 20365 33554432000 4194304 4196468 140731102991920 140693026740880 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12300] ppid=12243 vsize=13979176 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12300/stat : 12300 (java) S 12243 12246 3242 0 -1 1077944384 2 12587 0 0 0 0 4 3 20 0 15 0 97897126 14314676224 20365 33554432000 4194304 4196468 140731102991920 140693025688080 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12301] ppid=12243 vsize=13979176 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12301/stat : 12301 (java) S 12243 12246 3242 0 -1 1077944384 5 12587 0 0 0 0 4 3 20 0 15 0 97897127 14314676224 20365 33554432000 4194304 4196468 140731102991920 140692345268848 140693433133698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12302] ppid=12243 vsize=13979176 memory=140118275015472 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12302/stat : 12302 (java) S 12243 12246 3242 0 -1 1077944384 33 12587 0 0 0 0 4 3 20 0 15 0 97897128 14314676224 20365 33554432000 4194304 4196468 140731102991920 140692344214816 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12303] ppid=12243 vsize=13979176 memory=142734648148620 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12303/stat : 12303 (java) S 12243 12246 3242 0 -1 1077944384 21 12587 0 0 0 0 4 3 20 0 15 0 97897128 14314676224 20365 33554432000 4194304 4196468 140731102991920 140692343162480 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12304] ppid=12243 vsize=13979176 memory=18476 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12304/stat : 12304 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14314676224 20365 33554432000 4194304 4196468 140731102991920 140692342110800 140693433141147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12305] ppid=12243 vsize=13979176 memory=16960 CPUtime=0.17 cores=1,3,5,7
/proc/12246/task/12305/stat : 12305 (java) S 12243 12246 3242 0 -1 1077944384 768 12587 0 0 10 0 4 3 20 0 15 0 97897131 14314676224 20365 33554432000 4194304 4196468 140731102991920 140692341057648 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12306] ppid=12243 vsize=13979176 memory=4048 CPUtime=0.12 cores=1,3,5,7
/proc/12246/task/12306/stat : 12306 (java) S 12243 12246 3242 0 -1 1077944384 597 12587 0 0 5 0 4 3 20 0 15 0 97897131 14314676224 20365 33554432000 4194304 4196468 140731102991920 140692340004848 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12307] ppid=12243 vsize=13979176 memory=1792 CPUtime=0.19 cores=1,3,5,7
/proc/12246/task/12307/stat : 12307 (java) S 12243 12246 3242 0 -1 1077944384 553 12587 0 0 12 0 4 3 20 0 15 0 97897131 14314676224 20365 33554432000 4194304 4196468 140731102991920 140692338952560 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12308] ppid=12243 vsize=13979176 memory=648 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12308/stat : 12308 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14314676224 20365 33554432000 4194304 4196468 140731102991920 140692337900000 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12309] ppid=12243 vsize=13979176 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12309/stat : 12309 (java) S 12243 12246 3242 0 -1 1077944384 1 12587 0 0 0 0 4 3 20 0 15 0 97897131 14314676224 20365 33554432000 4194304 4196468 140731102991920 140692336847792 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 13979176 KiB
Current children cumulated memory: 81460 KiB

[startup+1.50073 s]
/proc/loadavg: 1.51 1.88 1.86 3/216 12309
/proc/meminfo: memFree=26913928/32770624 swapFree=67108860/67108860
[pid=12246] ppid=12243 vsize=13991700 memory=174320 CPUtime=2.19 cores=1,3,5,7
/proc/12246/stat : 12246 (java) S 12243 12246 3242 0 -1 1077944320 26393 12587 0 0 202 10 4 3 20 0 15 0 97897117 14327500800 43580 33554432000 4194304 4196468 140731102991920 140731102974464 140693433122551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
/proc/12246/statm: 3497925 43580 3401 1 0 3486039 0
[pid=12246/tid=12296] ppid=12243 vsize=13991700 memory=6791534058613427641 CPUtime=1.42 cores=1,3,5,7
/proc/12246/task/12296/stat : 12296 (java) R 12243 12246 3242 0 -1 4202560 19309 12587 0 0 130 5 4 3 20 0 15 0 97897125 14327500800 43580 33554432000 4194304 4196468 140731102991920 140693437352992 140693414686111 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12297] ppid=12243 vsize=13991700 memory=228 CPUtime=0.08 cores=1,3,5,7
/proc/12246/task/12297/stat : 12297 (java) S 12243 12246 3242 0 -1 1077944384 55 12587 0 0 1 0 4 3 20 0 15 0 97897126 14327500800 43580 33554432000 4194304 4196468 140731102991920 140693028845968 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12298] ppid=12243 vsize=13991700 memory=17479 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12298/stat : 12298 (java) S 12243 12246 3242 0 -1 1077944384 13 12587 0 0 0 0 4 3 20 0 15 0 97897126 14327500800 43580 33554432000 4194304 4196468 140731102991920 140693027793168 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12299] ppid=12243 vsize=13991700 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12299/stat : 12299 (java) S 12243 12246 3242 0 -1 1077944384 190 12587 0 0 0 0 4 3 20 0 15 0 97897126 14327500800 43580 33554432000 4194304 4196468 140731102991920 140693026740880 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12300] ppid=12243 vsize=13991700 memory=280236549770656 CPUtime=0.08 cores=1,3,5,7
/proc/12246/task/12300/stat : 12300 (java) S 12243 12246 3242 0 -1 1077944384 54 12587 0 0 1 0 4 3 20 0 15 0 97897126 14327500800 43580 33554432000 4194304 4196468 140731102991920 140693025688080 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12301] ppid=12243 vsize=13991700 memory=-1088251628401078322 CPUtime=0.08 cores=1,3,5,7
/proc/12246/task/12301/stat : 12301 (java) S 12243 12246 3242 0 -1 1077944384 1200 12587 0 0 1 0 4 3 20 0 15 0 97897127 14327500800 43580 33554432000 4194304 4196468 140731102991920 140692345268848 140693433133698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12302] ppid=12243 vsize=13991700 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12302/stat : 12302 (java) S 12243 12246 3242 0 -1 1077944384 55 12587 0 0 0 0 4 3 20 0 15 0 97897128 14327500800 43580 33554432000 4194304 4196468 140731102991920 140692344214816 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12303] ppid=12243 vsize=13991700 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12303/stat : 12303 (java) S 12243 12246 3242 0 -1 1077944384 44 12587 0 0 0 0 4 3 20 0 15 0 97897128 14327500800 43580 33554432000 4194304 4196468 140731102991920 140692343162496 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12304] ppid=12243 vsize=13991700 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12304/stat : 12304 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14327500800 43580 33554432000 4194304 4196468 140731102991920 140692342110800 140693433141147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12305] ppid=12243 vsize=13991700 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/12246/task/12305/stat : 12305 (java) S 12243 12246 3242 0 -1 1077944384 1024 12587 0 0 21 0 4 3 20 0 15 0 97897131 14327500800 43580 33554432000 4194304 4196468 140731102991920 140692341057648 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12306] ppid=12243 vsize=13991700 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/12246/task/12306/stat : 12306 (java) S 12243 12246 3242 0 -1 1077944384 792 12587 0 0 13 0 4 3 20 0 15 0 97897131 14327500800 43580 33554432000 4194304 4196468 140731102991920 140692340004848 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12307] ppid=12243 vsize=13991700 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/12246/task/12307/stat : 12307 (java) R 12243 12246 3242 0 -1 4202560 1498 12587 0 0 31 0 4 3 20 0 15 0 97897131 14327500800 43580 33554432000 4194304 4196468 140731102991920 140692338952560 140693433134486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12308] ppid=12243 vsize=13991700 memory=6994781577135807034 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12308/stat : 12308 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14327500800 43580 33554432000 4194304 4196468 140731102991920 140692337900000 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12309] ppid=12243 vsize=13991700 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12309/stat : 12309 (java) S 12243 12246 3242 0 -1 1077944384 4 12587 0 0 0 0 4 3 20 0 15 0 97897131 14327500800 43580 33554432000 4194304 4196468 140731102991920 140692336847792 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0

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

/proc/12246/task/12296/stat : 12296 (java) R 12243 12246 3242 0 -1 4202560 47658 12587 0 0 5024 25 4 3 20 0 15 0 97897125 14409482240 285398 33554432000 4194304 4196468 140731102991920 140693437356144 140693085312092 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12297] ppid=12243 vsize=14071760 memory=1141592 CPUtime=0.29 cores=1,3,5,7
/proc/12246/task/12297/stat : 12297 (java) S 12243 12246 3242 0 -1 1077944384 1522 12587 0 0 20 2 4 3 20 0 15 0 97897126 14409482240 285398 33554432000 4194304 4196468 140731102991920 140693028845968 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12298] ppid=12243 vsize=14071760 memory=33 CPUtime=0.24 cores=1,3,5,7
/proc/12246/task/12298/stat : 12298 (java) S 12243 12246 3242 0 -1 1077944384 2043 12587 0 0 15 2 4 3 20 0 15 0 97897126 14409482240 285398 33554432000 4194304 4196468 140731102991920 140693027793168 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12299] ppid=12243 vsize=14071760 memory=2 CPUtime=0.26 cores=1,3,5,7
/proc/12246/task/12299/stat : 12299 (java) S 12243 12246 3242 0 -1 1077944384 1534 12587 0 0 17 2 4 3 20 0 15 0 97897126 14409482240 285398 33554432000 4194304 4196468 140731102991920 140693026740880 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12300] ppid=12243 vsize=14071760 memory=17 CPUtime=0.28 cores=1,3,5,7
/proc/12246/task/12300/stat : 12300 (java) S 12243 12246 3242 0 -1 1077944384 236 12587 0 0 18 3 4 3 20 0 15 0 97897126 14409482240 285398 33554432000 4194304 4196468 140731102991920 140693025688080 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12301] ppid=12243 vsize=14071760 memory=1147236 CPUtime=0.25 cores=1,3,5,7
/proc/12246/task/12301/stat : 12301 (java) S 12243 12246 3242 0 -1 1077944384 4188 12587 0 0 18 0 4 3 20 0 15 0 97897127 14409482240 285398 33554432000 4194304 4196468 140731102991920 140692345268848 140693433133698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12302] ppid=12243 vsize=14071760 memory=4096 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12302/stat : 12302 (java) S 12243 12246 3242 0 -1 1077944384 55 12587 0 0 0 0 4 3 20 0 15 0 97897128 14409482240 285398 33554432000 4194304 4196468 140731102991920 140692344214880 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12303] ppid=12243 vsize=14071760 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12303/stat : 12303 (java) S 12243 12246 3242 0 -1 1077944384 44 12587 0 0 0 0 4 3 20 0 15 0 97897128 14409482240 285398 33554432000 4194304 4196468 140731102991920 140692343162496 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12304] ppid=12243 vsize=14071760 memory=2 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12304/stat : 12304 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14409482240 285398 33554432000 4194304 4196468 140731102991920 140692342110800 140693433141147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12305] ppid=12243 vsize=14071760 memory=1144160 CPUtime=14.89 cores=1,3,5,7
/proc/12246/task/12305/stat : 12305 (java) S 12243 12246 3242 0 -1 1077944384 17690 12587 0 0 1479 3 4 3 20 0 15 0 97897131 14409482240 285398 33554432000 4194304 4196468 140731102991920 140692341057648 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12306] ppid=12243 vsize=14071760 memory=1144672 CPUtime=14.03 cores=1,3,5,7
/proc/12246/task/12306/stat : 12306 (java) S 12243 12246 3242 0 -1 1077944384 12091 12587 0 0 1393 3 4 3 20 0 15 0 97897131 14409482240 285398 33554432000 4194304 4196468 140731102991920 140692340004848 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12307] ppid=12243 vsize=14071760 memory=1144672 CPUtime=4.15 cores=1,3,5,7
/proc/12246/task/12307/stat : 12307 (java) S 12243 12246 3242 0 -1 1077944384 14097 12587 0 0 402 6 4 3 20 0 15 0 97897131 14409482240 285398 33554432000 4194304 4196468 140731102991920 140692338952560 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12308] ppid=12243 vsize=14071760 memory=1143644 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12308/stat : 12308 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14409482240 285398 33554432000 4194304 4196468 140731102991920 140692337900000 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12309] ppid=12243 vsize=14071760 memory=4144 CPUtime=0.09 cores=1,3,5,7
/proc/12246/task/12309/stat : 12309 (java) S 12243 12246 3242 0 -1 1077944384 551 12587 0 0 1 1 4 3 20 0 15 0 97897131 14409482240 285398 33554432000 4194304 4196468 140731102991920 140692336847792 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
Current children cumulated CPU time: 84.53 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 1141592 KiB

[startup+102.301 s]
/proc/loadavg: 2.03 1.95 1.88 3/216 12435
/proc/meminfo: memFree=25848756/32770624 swapFree=67108860/67108860
[pid=12246] ppid=12243 vsize=14071760 memory=1106960 CPUtime=136.23 cores=1,3,5,7
/proc/12246/stat : 12246 (java) S 12243 12246 3242 0 -1 1077944320 107449 12587 0 0 13559 57 4 3 20 0 15 0 97897117 14409482240 276740 33554432000 4194304 4196468 140731102991920 140731102974464 140693433122551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
/proc/12246/statm: 3517940 276740 3495 1 0 3505495 0
[pid=12246/tid=12296] ppid=12243 vsize=14071760 memory=1108500 CPUtime=101.33 cores=1,3,5,7
/proc/12246/task/12296/stat : 12296 (java) R 12243 12246 3242 0 -1 4202560 48981 12587 0 0 10101 25 4 3 20 0 15 0 97897125 14409482240 276740 33554432000 4194304 4196468 140731102991920 140693437355568 140693085312023 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12297] ppid=12243 vsize=14071760 memory=1106960 CPUtime=0.47 cores=1,3,5,7
/proc/12246/task/12297/stat : 12297 (java) S 12243 12246 3242 0 -1 1077944384 2583 12587 0 0 36 4 4 3 20 0 15 0 97897126 14409482240 276740 33554432000 4194304 4196468 140731102991920 140693028845968 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12298] ppid=12243 vsize=14071760 memory=4144 CPUtime=0.41 cores=1,3,5,7
/proc/12246/task/12298/stat : 12298 (java) S 12243 12246 3242 0 -1 1077944384 2499 12587 0 0 31 3 4 3 20 0 15 0 97897126 14409482240 276740 33554432000 4194304 4196468 140731102991920 140693027793168 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12299] ppid=12243 vsize=14071760 memory=1107988 CPUtime=0.44 cores=1,3,5,7
/proc/12246/task/12299/stat : 12299 (java) S 12243 12246 3242 0 -1 1077944384 1588 12587 0 0 34 3 4 3 20 0 15 0 97897126 14409482240 276740 33554432000 4194304 4196468 140731102991920 140693026740880 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12300] ppid=12243 vsize=14071760 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/12246/task/12300/stat : 12300 (java) S 12243 12246 3242 0 -1 1077944384 402 12587 0 0 35 4 4 3 20 0 15 0 97897126 14409482240 276740 33554432000 4194304 4196468 140731102991920 140693025688080 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12301] ppid=12243 vsize=14071760 memory=1114600 CPUtime=0.44 cores=1,3,5,7
/proc/12246/task/12301/stat : 12301 (java) S 12243 12246 3242 0 -1 1077944384 4519 12587 0 0 36 1 4 3 20 0 15 0 97897127 14409482240 276740 33554432000 4194304 4196468 140731102991920 140692345268848 140693433133698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12302] ppid=12243 vsize=14071760 memory=1115112 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12302/stat : 12302 (java) S 12243 12246 3242 0 -1 1077944384 55 12587 0 0 0 0 4 3 20 0 15 0 97897128 14409482240 276740 33554432000 4194304 4196468 140731102991920 140692344214880 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12303] ppid=12243 vsize=14071760 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12303/stat : 12303 (java) S 12243 12246 3242 0 -1 1077944384 44 12587 0 0 0 0 4 3 20 0 15 0 97897128 14409482240 276740 33554432000 4194304 4196468 140731102991920 140692343162496 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12304] ppid=12243 vsize=14071760 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12304/stat : 12304 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14409482240 276740 33554432000 4194304 4196468 140731102991920 140692342110800 140693433141147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12305] ppid=12243 vsize=14071760 memory=1115112 CPUtime=14.89 cores=1,3,5,7
/proc/12246/task/12305/stat : 12305 (java) S 12243 12246 3242 0 -1 1077944384 17854 12587 0 0 1479 3 4 3 20 0 15 0 97897131 14409482240 276740 33554432000 4194304 4196468 140731102991920 140692341057648 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12306] ppid=12243 vsize=14071760 memory=6944656592455359580 CPUtime=14.03 cores=1,3,5,7
/proc/12246/task/12306/stat : 12306 (java) S 12243 12246 3242 0 -1 1077944384 12093 12587 0 0 1393 3 4 3 20 0 15 0 97897131 14409482240 276740 33554432000 4194304 4196468 140731102991920 140692340004848 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12307] ppid=12243 vsize=14071760 memory=56 CPUtime=4.15 cores=1,3,5,7
/proc/12246/task/12307/stat : 12307 (java) S 12243 12246 3242 0 -1 1077944384 14100 12587 0 0 402 6 4 3 20 0 15 0 97897131 14409482240 276740 33554432000 4194304 4196468 140731102991920 140692338952560 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12308] ppid=12243 vsize=14071760 memory=7234559265781474156 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12308/stat : 12308 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14409482240 276740 33554432000 4194304 4196468 140731102991920 140692337900000 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12309] ppid=12243 vsize=14071760 memory=280236549800832 CPUtime=0.12 cores=1,3,5,7
/proc/12246/task/12309/stat : 12309 (java) S 12243 12246 3242 0 -1 1077944384 576 12587 0 0 2 3 4 3 20 0 15 0 97897131 14409482240 276740 33554432000 4194304 4196468 140731102991920 140692336847792 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
Current children cumulated CPU time: 136.23 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 1106960 KiB

[startup+162.301 s]
/proc/loadavg: 1.47 1.82 1.84 3/216 12436
/proc/meminfo: memFree=25739892/32770624 swapFree=67108860/67108860
[pid=12246] ppid=12243 vsize=14071760 memory=1085536 CPUtime=196.98 cores=1,3,5,7
/proc/12246/stat : 12246 (java) S 12243 12246 3242 0 -1 1077944320 112836 12587 0 0 19627 64 4 3 20 0 15 0 97897117 14409482240 271384 33554432000 4194304 4196468 140731102991920 140731102974464 140693433122551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
/proc/12246/statm: 3517940 271384 3495 1 0 3505495 0
[pid=12246/tid=12296] ppid=12243 vsize=14071760 memory=1092716 CPUtime=160.74 cores=1,3,5,7
/proc/12246/task/12296/stat : 12296 (java) R 12243 12246 3242 0 -1 4202560 50404 12587 0 0 16041 26 4 3 20 0 15 0 97897125 14409482240 271384 33554432000 4194304 4196468 140731102991920 140693437356624 140693083144519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12297] ppid=12243 vsize=14071760 memory=1092716 CPUtime=0.72 cores=1,3,5,7
/proc/12246/task/12297/stat : 12297 (java) S 12243 12246 3242 0 -1 1077944384 3172 12587 0 0 60 5 4 3 20 0 15 0 97897126 14409482240 271384 33554432000 4194304 4196468 140731102991920 140693028845968 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12298] ppid=12243 vsize=14071760 memory=1085536 CPUtime=0.67 cores=1,3,5,7
/proc/12246/task/12298/stat : 12298 (java) S 12243 12246 3242 0 -1 1077944384 2735 12587 0 0 56 4 4 3 20 0 15 0 97897126 14409482240 271384 33554432000 4194304 4196468 140731102991920 140693027793168 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12299] ppid=12243 vsize=14071760 memory=1085536 CPUtime=0.7 cores=1,3,5,7
/proc/12246/task/12299/stat : 12299 (java) S 12243 12246 3242 0 -1 1077944384 1794 12587 0 0 59 4 4 3 20 0 15 0 97897126 14409482240 271384 33554432000 4194304 4196468 140731102991920 140693026740880 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12300] ppid=12243 vsize=14071760 memory=1092716 CPUtime=0.71 cores=1,3,5,7
/proc/12246/task/12300/stat : 12300 (java) S 12243 12246 3242 0 -1 1077944384 1488 12587 0 0 59 5 4 3 20 0 15 0 97897126 14409482240 271384 33554432000 4194304 4196468 140731102991920 140693025688080 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12301] ppid=12243 vsize=14071760 memory=4144 CPUtime=0.72 cores=1,3,5,7
/proc/12246/task/12301/stat : 12301 (java) S 12243 12246 3242 0 -1 1077944384 4845 12587 0 0 62 3 4 3 20 0 15 0 97897127 14409482240 271384 33554432000 4194304 4196468 140731102991920 140692345268848 140693433133698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12302] ppid=12243 vsize=14071760 memory=28628 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12302/stat : 12302 (java) S 12243 12246 3242 0 -1 1077944384 55 12587 0 0 0 0 4 3 20 0 15 0 97897128 14409482240 271384 33554432000 4194304 4196468 140731102991920 140692344214880 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12303] ppid=12243 vsize=14071760 memory=1085536 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12303/stat : 12303 (java) S 12243 12246 3242 0 -1 1077944384 44 12587 0 0 0 0 4 3 20 0 15 0 97897128 14409482240 271384 33554432000 4194304 4196468 140731102991920 140692343162496 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12304] ppid=12243 vsize=14071760 memory=1085536 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12304/stat : 12304 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14409482240 271384 33554432000 4194304 4196468 140731102991920 140692342110800 140693433141147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12305] ppid=12243 vsize=14071760 memory=18476 CPUtime=14.9 cores=1,3,5,7
/proc/12246/task/12305/stat : 12305 (java) S 12243 12246 3242 0 -1 1077944384 18245 12587 0 0 1480 3 4 3 20 0 15 0 97897131 14409482240 271384 33554432000 4194304 4196468 140731102991920 140692341057648 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12306] ppid=12243 vsize=14071760 memory=16960 CPUtime=14.03 cores=1,3,5,7
/proc/12246/task/12306/stat : 12306 (java) S 12243 12246 3242 0 -1 1077944384 13195 12587 0 0 1393 3 4 3 20 0 15 0 97897131 14409482240 271384 33554432000 4194304 4196468 140731102991920 140692340004848 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12307] ppid=12243 vsize=14071760 memory=1085536 CPUtime=4.15 cores=1,3,5,7
/proc/12246/task/12307/stat : 12307 (java) S 12243 12246 3242 0 -1 1077944384 14105 12587 0 0 402 6 4 3 20 0 15 0 97897131 14409482240 271384 33554432000 4194304 4196468 140731102991920 140692338952560 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12308] ppid=12243 vsize=14071760 memory=2408 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12308/stat : 12308 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14409482240 271384 33554432000 4194304 4196468 140731102991920 140692337900000 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12309] ppid=12243 vsize=14071760 memory=1085536 CPUtime=0.16 cores=1,3,5,7
/proc/12246/task/12309/stat : 12309 (java) S 12243 12246 3242 0 -1 1077944384 599 12587 0 0 3 6 4 3 20 0 15 0 97897131 14409482240 271384 33554432000 4194304 4196468 140731102991920 140692336847792 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
Current children cumulated CPU time: 196.98 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 1085536 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+216.601 s]
/proc/loadavg: 1.41 1.75 1.82 3/216 12437
/proc/meminfo: memFree=25752052/32770624 swapFree=67108860/67108860
[pid=12246] ppid=12243 vsize=14071760 memory=1071824 CPUtime=252.01 cores=1,3,5,7
/proc/12246/stat : 12246 (java) S 12243 12246 3242 0 -1 1077944320 116340 12587 0 0 25122 72 4 3 20 0 15 0 97897117 14409482240 267956 33554432000 4194304 4196468 140731102991920 140731102974464 140693433122551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
/proc/12246/statm: 3517940 267956 3495 1 0 3505495 0
[pid=12246/tid=12296] ppid=12243 vsize=14071760 memory=288230621803970871 CPUtime=214.46 cores=1,3,5,7
/proc/12246/task/12296/stat : 12296 (java) R 12243 12246 3242 0 -1 4202560 51549 12587 0 0 21412 27 4 3 20 0 15 0 97897125 14409482240 267956 33554432000 4194304 4196468 140731102991920 140693437355760 140693415644122 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12297] ppid=12243 vsize=14071760 memory=15262532197681591 CPUtime=0.98 cores=1,3,5,7
/proc/12246/task/12297/stat : 12297 (java) S 12243 12246 3242 0 -1 1077944384 4282 12587 0 0 85 6 4 3 20 0 15 0 97897126 14409482240 267956 33554432000 4194304 4196468 140731102991920 140693028845968 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12298] ppid=12243 vsize=14071760 memory=5792 CPUtime=0.92 cores=1,3,5,7
/proc/12246/task/12298/stat : 12298 (java) S 12243 12246 3242 0 -1 1077944384 2938 12587 0 0 79 6 4 3 20 0 15 0 97897126 14409482240 267956 33554432000 4194304 4196468 140731102991920 140693027793168 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12299] ppid=12243 vsize=14071760 memory=796 CPUtime=0.95 cores=1,3,5,7
/proc/12246/task/12299/stat : 12299 (java) S 12243 12246 3242 0 -1 1077944384 2375 12587 0 0 83 5 4 3 20 0 15 0 97897126 14409482240 267956 33554432000 4194304 4196468 140731102991920 140693026740880 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12300] ppid=12243 vsize=14071760 memory=1436 CPUtime=0.96 cores=1,3,5,7
/proc/12246/task/12300/stat : 12300 (java) S 12243 12246 3242 0 -1 1077944384 1588 12587 0 0 83 6 4 3 20 0 15 0 97897126 14409482240 267956 33554432000 4194304 4196468 140731102991920 140693025688080 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12301] ppid=12243 vsize=14071760 memory=1012 CPUtime=0.99 cores=1,3,5,7
/proc/12246/task/12301/stat : 12301 (java) S 12243 12246 3242 0 -1 1077944384 5179 12587 0 0 88 4 4 3 20 0 15 0 97897127 14409482240 267956 33554432000 4194304 4196468 140731102991920 140692345268848 140693433133698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12302] ppid=12243 vsize=14071760 memory=1712 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12302/stat : 12302 (java) S 12243 12246 3242 0 -1 1077944384 55 12587 0 0 0 0 4 3 20 0 15 0 97897128 14409482240 267956 33554432000 4194304 4196468 140731102991920 140692344214880 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12303] ppid=12243 vsize=14071760 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12303/stat : 12303 (java) S 12243 12246 3242 0 -1 1077944384 44 12587 0 0 0 0 4 3 20 0 15 0 97897128 14409482240 267956 33554432000 4194304 4196468 140731102991920 140692343162496 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12304] ppid=12243 vsize=14071760 memory=8612 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12304/stat : 12304 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14409482240 267956 33554432000 4194304 4196468 140731102991920 140692342110800 140693433141147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12305] ppid=12243 vsize=14071760 memory=4620 CPUtime=14.9 cores=1,3,5,7
/proc/12246/task/12305/stat : 12305 (java) S 12243 12246 3242 0 -1 1077944384 18247 12587 0 0 1480 3 4 3 20 0 15 0 97897131 14409482240 267956 33554432000 4194304 4196468 140731102991920 140692341057648 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12306] ppid=12243 vsize=14071760 memory=1196 CPUtime=14.03 cores=1,3,5,7
/proc/12246/task/12306/stat : 12306 (java) S 12243 12246 3242 0 -1 1077944384 13200 12587 0 0 1393 3 4 3 20 0 15 0 97897131 14409482240 267956 33554432000 4194304 4196468 140731102991920 140692340004848 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12307] ppid=12243 vsize=14071760 memory=15872 CPUtime=4.15 cores=1,3,5,7
/proc/12246/task/12307/stat : 12307 (java) S 12243 12246 3242 0 -1 1077944384 14108 12587 0 0 402 6 4 3 20 0 15 0 97897131 14409482240 267956 33554432000 4194304 4196468 140731102991920 140692338952560 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12308] ppid=12243 vsize=14071760 memory=18476 CPUtime=0.07 cores=1,3,5,7
/proc/12246/task/12308/stat : 12308 (java) S 12243 12246 3242 0 -1 1077944384 3 12587 0 0 0 0 4 3 20 0 15 0 97897131 14409482240 267956 33554432000 4194304 4196468 140731102991920 140692337900000 140693433132757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
[pid=12246/tid=12309] ppid=12243 vsize=14071760 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/12246/task/12309/stat : 12309 (java) S 12243 12246 3242 0 -1 1077944384 620 12587 0 0 5 8 4 3 20 0 15 0 97897131 14409482240 267956 33554432000 4194304 4196468 140731102991920 140692336847792 140693433133698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140731102993046 140731102995831 140731102995831 140731102998479 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 1071824 KiB

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

[startup+216.637 s]
# the end of solver process 12246 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.298 s, system=0.773934 s

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

Child status: 143
Real time (s): 216.637
CPU time (s): 252.072
CPU user time (s): 251.298
CPU system time (s): 0.773934
CPU usage (%): 116.357
Max. virtual memory (cumulated for all children) (KiB): 14074280
Max. memory (cumulated for all children) (KiB): 1149288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.298
system time used= 0.773934
maximum resident set size= 1150128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133421
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33820
involuntary context switches= 875


# summary of solver processes directly reported to runsolver:
#   pid: 12246
#   total CPU time (s): 252.072
#   total CPU user time (s): 251.298
#   total CPU system time (s): 0.773934

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.30748 second user time and 2.06015 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 20:01:44
IDJOB=4259643
IDBENCH=135451
IDSOLVER=2646
FILE ID=node149/4259643-1502648162
RUNJOBID= node149-1502644582-9045
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-sentoy.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259643-1502648162/watcher-4259643-1502648162 -o /tmp/evaluation-result-4259643-1502648162/solver-4259643-1502648162 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312  bin/concrete HOME/instance-4259643-1502648162.xml

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

MD5SUM BENCH= f29e5165c598919c9834c408fde8edbe
RANDOM SEED=299083589

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.43
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.43
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.43
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.43
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:        27025268 kB
MemAvailable:   31183720 kB
Buffers:          270936 kB
Cached:          4161024 kB
SwapCached:            0 kB
Active:          1956192 kB
Inactive:        3318488 kB
Active(anon):     845948 kB
Inactive(anon):    24944 kB
Active(file):    1110244 kB
Inactive(file):  3293544 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24144 kB
Writeback:             0 kB
AnonPages:        848964 kB
Mapped:            56964 kB
Shmem:             25224 kB
Slab:             168156 kB
SReclaimable:     140996 kB
SUnreclaim:        27160 kB
KernelStack:        3536 kB
PageTables:         6848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1806688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61888 MiB
End job on node149 at 2017-08-13 20:05:21