Trace number 4304734

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)581 2520.08 2486.13

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-75-50-00_c18.xml
MD5SUM7fcf74bccc1d4f399a3457b4fd80f100
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark357
Best CPU time to get the best result obtained on this benchmark2519.91
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints76
Number of domains2
Minimum domain size59
Maximum domain size75
Distribution of domain sizes[{"size":59,"count":75},{"size":75,"count":75}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":75},{"degree":3,"count":75}]
Minimum constraint arity3
Maximum constraint arity75
Distribution of constraint arities[{"arity":3,"count":75},{"arity":75,"count":1}]
Number of extensional constraints75
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":75},{"type":"allDifferent","count":1}]
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

0.99/0.75	c Concrete v3.9.2.1532736233296 running
19.76/12.13	o 862
19.76/12.16	o 835
19.76/12.18	o 814
20.06/12.22	o 810
20.06/12.26	o 807
20.06/12.28	o 797
27.04/17.12	o 768
27.04/17.13	o 764
27.20/17.23	o 757
41.31/29.96	o 733
41.31/29.96	o 732
41.31/29.97	o 712
41.31/29.99	o 708
41.31/29.99	o 707
41.69/30.19	o 705
41.79/30.20	o 703
41.79/30.21	o 695
41.79/30.21	o 689
41.79/30.29	o 685
41.79/30.30	o 683
50.81/38.80	o 647
50.81/38.80	o 645
50.81/38.81	o 643
50.81/38.81	o 641
50.81/38.82	o 639
72.04/59.22	o 638
72.04/59.22	o 636
73.23/60.37	o 634
73.23/60.39	o 632
78.27/65.33	o 624
78.79/65.79	o 613
137.67/122.95	o 607
137.67/122.97	o 600
839.73/817.97	o 597
878.13/855.93	o 595
904.48/881.97	o 581
2520.04/2486.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2486.12		at concrete.MAC.mac(MAC.scala:188)
2520.04/2486.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2486.12		at scala.util.Try$.apply(Try.scala:209)
2520.04/2486.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2486.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2486.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2486.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2486.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2486.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2486.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2486.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2486.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2486.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2486.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2486.12		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2486.12		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2486.12		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.04/2486.12		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.04/2486.12		at concrete.Solver.foreach(Solver.scala:68)
2520.04/2486.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.04/2486.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2486.12		at scala.util.Success.map(Try.scala:209)
2520.04/2486.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2486.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2486.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2486.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2486.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2486.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2486.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2486.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2486.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2486.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2486.12		at scala.App.main(App.scala:76)
2520.04/2486.12		at scala.App.main$(App.scala:74)
2520.04/2486.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2486.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2486.12	v <instantiation cost="581">
2520.04/2486.12	v       <list>
2520.04/2486.12	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74]
2520.04/2486.12	v       </list>
2520.04/2486.12	v       <values>
2520.04/2486.12	v         32 36 46 42 52 56 55 54 50 71 70 67 58 72 66 65 59 27 34 31 11 21 26 7 15 13 25 30 35 51 44 48 60 61 68 63 53 47 62 43 39 8 10 6 2 4 3 1 0 17 24 33 37 38 40 41 57 20 23 22 28 29 45 49 64 73 69 74 12 5 14 9 16 19 18 3 7 4 7 4 1 1 2 13 3 13 5 11 6 2 9 17 6 7 17 7 4 20 9 13 12 4 3 9 16 4 6 2 6 3 6 4 9 17 2 28 7 4 4 3 2 6 7 12 6 6 1 9 2 1 10 22 4 1 12 1 9 3 22 13 10 6 42 4 6 1 6 3 4 10
2520.04/2486.12	v       </values>
2520.04/2486.12	v     </instantiation>
2520.04/2486.12	s SATISFIABLE

Verifier Data

OK	581

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304734-1534146909/watcher-4304734-1534146909 -o /tmp/evaluation-result-4304734-1534146909/solver-4304734-1534146909 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534136980-8317 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=19746583 -superng HOME/instance-4304734-1534146909.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=10435, runsolver pid=10432
Current StackSize limit: 8192 KiB


[startup+0.100076 s]*
/proc/loadavg: 1.67 1.45 1.42 3/204 10490
/proc/meminfo: memFree=16580196/32770624 swapFree=67108844/67108860
[pid=10435] ppid=10432 vsize=10005480 memory=16544 CPUtime=0.1 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 7925 0 -1 1077944320 4299 13172 0 0 1 1 5 3 20 0 6 0 232254039 10245611520 4136 33554432000 4194304 4196468 140730319884688 140730319867232 140446494822135 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
/proc/10435/statm: 2501370 4136 1932 1 0 2489808 0
[pid=10435/tid=10488] ppid=10432 vsize=10005480 memory=4279135703980212877 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 7925 0 -1 4202560 2130 13172 0 0 0 0 5 3 20 0 6 0 232254049 10245611520 4202 33554432000 4194304 4196468 140730319884688 140446466658896 140446478902622 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10489] ppid=10432 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 7925 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 6 0 232254049 10245611520 4202 33554432000 4194304 4196468 140730319884688 140446499064592 140446494832341 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10490] ppid=10432 vsize=10005480 memory=140517403027072 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 7925 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 6 0 232254049 10245611520 4202 33554432000 4194304 4196468 140730319884688 140446380329872 140446494832341 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10491] ppid=10432 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 6 0 232254049 10245611520 4202 33554432000 4194304 4196468 140730319884688 140446379277328 140446494832341 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10492] ppid=10432 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 6 0 232254049 10245611520 4202 33554432000 4194304 4196468 140730319884688 140446378224784 140446494832341 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16544 KiB

[startup+0.210467 s]*
/proc/loadavg: 1.67 1.45 1.42 3/215 10501
/proc/meminfo: memFree=16555040/32770624 swapFree=67108844/67108860
[pid=10435] ppid=10432 vsize=10982744 memory=44860 CPUtime=0.26 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 7925 0 -1 1077944320 7341 13172 0 0 16 2 5 3 20 0 15 0 232254039 11246329856 11215 33554432000 4194304 4196468 140730319884688 140730319867232 140446494822135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
/proc/10435/statm: 2745686 11215 2973 1 0 2708109 0
[pid=10435/tid=10488] ppid=10432 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 7925 0 -1 4202560 4031 13172 0 0 10 1 5 3 20 0 15 0 232254049 11246329856 11347 33554432000 4194304 4196468 140730319884688 140446466644040 140446475097884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10489] ppid=10432 vsize=10982744 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 7925 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 232254049 11246329856 11347 33554432000 4194304 4196468 140730319884688 140446499064592 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10490] ppid=10432 vsize=10982744 memory=3688644894293255840 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 7925 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 232254049 11246329856 11347 33554432000 4194304 4196468 140730319884688 140446380329872 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10491] ppid=10432 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254049 11246329856 11347 33554432000 4194304 4196468 140730319884688 140446379277328 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10492] ppid=10432 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254049 11246329856 11347 33554432000 4194304 4196468 140730319884688 140446378224784 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10493] ppid=10432 vsize=10982744 memory=140517403027072 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 7925 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 232254051 11246329856 11347 33554432000 4194304 4196468 140730319884688 140445987837936 140446494833282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10494] ppid=10432 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 7925 0 -1 1077944384 13 13172 0 0 0 0 5 3 20 0 15 0 232254051 11246329856 11347 33554432000 4194304 4196468 140730319884688 140445242876832 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10495] ppid=10432 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254051 11246329856 11347 33554432000 4194304 4196468 140730319884688 140445095027696 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10496] ppid=10432 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11246329856 11347 33554432000 4194304 4196468 140730319884688 140444787628240 140446494840731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10497] ppid=10432 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 7925 0 -1 1077944384 476 13172 0 0 1 0 5 3 20 0 15 0 232254054 11246329856 11413 33554432000 4194304 4196468 140730319884688 140445986785776 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10498] ppid=10432 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 7925 0 -1 1077944384 139 13172 0 0 0 0 5 3 20 0 15 0 232254054 11246329856 11413 33554432000 4194304 4196468 140730319884688 140445985733232 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10499] ppid=10432 vsize=10982744 memory=140517403027072 CPUtime=0.11 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 7925 0 -1 1077944384 612 13172 0 0 3 0 5 3 20 0 15 0 232254054 11246329856 11413 33554432000 4194304 4196468 140730319884688 140445984680688 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10500] ppid=10432 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11246329856 11413 33554432000 4194304 4196468 140730319884688 140444356832352 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10501] ppid=10432 vsize=10982744 memory=140517403027072 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254055 11246329856 11413 33554432000 4194304 4196468 140730319884688 140445983627568 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44860 KiB

[startup+0.310183 s]*
/proc/loadavg: 1.67 1.45 1.42 3/215 10501
/proc/meminfo: memFree=16543124/32770624 swapFree=67108844/67108860
[pid=10435] ppid=10432 vsize=10983192 memory=57476 CPUtime=0.39 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 7925 0 -1 1077944320 10378 13172 0 0 28 3 5 3 20 0 15 0 232254039 11246788608 14369 33554432000 4194304 4196468 140730319884688 140730319867232 140446494822135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
/proc/10435/statm: 2745798 14369 3092 1 0 2708109 0
[pid=10435/tid=10488] ppid=10432 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 7925 0 -1 4202560 6920 13172 0 0 19 2 5 3 20 0 15 0 232254049 11246788608 14369 33554432000 4194304 4196468 140730319884688 140446466611664 140446475097922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10489] ppid=10432 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 7925 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 232254049 11246788608 14369 33554432000 4194304 4196468 140730319884688 140446499064592 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10490] ppid=10432 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 7925 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 232254049 11246788608 14369 33554432000 4194304 4196468 140730319884688 140446380329872 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10491] ppid=10432 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254049 11246788608 14369 33554432000 4194304 4196468 140730319884688 140446379277328 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10492] ppid=10432 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254049 11246788608 14369 33554432000 4194304 4196468 140730319884688 140446378224784 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10493] ppid=10432 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 7925 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 232254051 11246788608 14369 33554432000 4194304 4196468 140730319884688 140445987837936 140446494833282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10494] ppid=10432 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 7925 0 -1 1077944384 13 13172 0 0 0 0 5 3 20 0 15 0 232254051 11246788608 14369 33554432000 4194304 4196468 140730319884688 140445242876832 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10495] ppid=10432 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254051 11246788608 14369 33554432000 4194304 4196468 140730319884688 140445095027696 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10496] ppid=10432 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11246788608 14369 33554432000 4194304 4196468 140730319884688 140444787628240 140446494840731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10497] ppid=10432 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 7925 0 -1 1077944384 476 13172 0 0 1 0 5 3 20 0 15 0 232254054 11246788608 14369 33554432000 4194304 4196468 140730319884688 140445986785776 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10498] ppid=10432 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 7925 0 -1 1077944384 142 13172 0 0 1 0 5 3 20 0 15 0 232254054 11246788608 14369 33554432000 4194304 4196468 140730319884688 140445985733232 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10499] ppid=10432 vsize=10983192 memory=140517403027072 CPUtime=0.12 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 7925 0 -1 1077944384 622 13172 0 0 4 0 5 3 20 0 15 0 232254054 11246788608 14369 33554432000 4194304 4196468 140730319884688 140445984680688 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10500] ppid=10432 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11246788608 14369 33554432000 4194304 4196468 140730319884688 140444356832352 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10501] ppid=10432 vsize=10983192 memory=140517403027072 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254055 11246788608 14369 33554432000 4194304 4196468 140730319884688 140445983627568 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57476 KiB

[startup+0.700823 s]
/proc/loadavg: 1.67 1.45 1.42 3/215 10501
/proc/meminfo: memFree=16531960/32770624 swapFree=67108844/67108860
[pid=10435] ppid=10432 vsize=10983192 memory=90064 CPUtime=0.99 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 7925 0 -1 1077944320 16728 13172 0 0 86 5 5 3 20 0 15 0 232254039 11246788608 22516 33554432000 4194304 4196468 140730319884688 140730319867232 140446494822135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
/proc/10435/statm: 2745798 22516 3238 1 0 2708109 0
[pid=10435/tid=10488] ppid=10432 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 7925 0 -1 4202560 12147 13172 0 0 55 3 5 3 20 0 15 0 232254049 11246788608 22516 33554432000 4194304 4196468 140730319884688 140446466645072 140446478902622 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10489] ppid=10432 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 7925 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 232254049 11246788608 22516 33554432000 4194304 4196468 140730319884688 140446499064592 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10490] ppid=10432 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 7925 0 -1 1077944384 2 13172 0 0 0 0 5 3 20 0 15 0 232254049 11246788608 22516 33554432000 4194304 4196468 140730319884688 140446380329872 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10491] ppid=10432 vsize=10983192 memory=140517304316688 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254049 11246788608 22516 33554432000 4194304 4196468 140730319884688 140446379277328 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10492] ppid=10432 vsize=10983192 memory=140518445023828 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254049 11246788608 22516 33554432000 4194304 4196468 140730319884688 140446378224784 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10493] ppid=10432 vsize=10983192 memory=5780 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 7925 0 -1 1077944384 6 13172 0 0 0 0 5 3 20 0 15 0 232254051 11246788608 22516 33554432000 4194304 4196468 140730319884688 140445987837936 140446494833282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10494] ppid=10432 vsize=10983192 memory=7662705889289527641 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 7925 0 -1 1077944384 13 13172 0 0 0 0 5 3 20 0 15 0 232254051 11246788608 22516 33554432000 4194304 4196468 140730319884688 140445242876832 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10495] ppid=10432 vsize=10983192 memory=6082220498109623144 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254051 11246788608 22516 33554432000 4194304 4196468 140730319884688 140445095027696 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10496] ppid=10432 vsize=10983192 memory=12708 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11246788608 22516 33554432000 4194304 4196468 140730319884688 140444787628240 140446494840731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10497] ppid=10432 vsize=10983192 memory=34692 CPUtime=0.15 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 7925 0 -1 1077944384 853 13172 0 0 7 0 5 3 20 0 15 0 232254054 11246788608 22516 33554432000 4194304 4196468 140730319884688 140445986785776 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10498] ppid=10432 vsize=10983192 memory=2324 CPUtime=0.17 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 7925 0 -1 1077944384 789 13172 0 0 9 0 5 3 20 0 15 0 232254054 11246788608 22516 33554432000 4194304 4196468 140730319884688 140445985733232 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10499] ppid=10432 vsize=10983192 memory=1584 CPUtime=0.21 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 7925 0 -1 1077944384 710 13172 0 0 13 0 5 3 20 0 15 0 232254054 11246788608 22516 33554432000 4194304 4196468 140730319884688 140445984680688 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10500] ppid=10432 vsize=10983192 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11246788608 22516 33554432000 4194304 4196468 140730319884688 140444356832352 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10501] ppid=10432 vsize=10983192 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254055 11246788608 22516 33554432000 4194304 4196468 140730319884688 140445983627568 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90064 KiB

[startup+1.50075 s]
/proc/loadavg: 1.67 1.45 1.42 3/215 10501
/proc/meminfo: memFree=16488668/32770624 swapFree=67108844/67108860
[pid=10435] ppid=10432 vsize=10998092 memory=187892 CPUtime=2.46 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 7925 0 -1 1077944320 24247 13172 0 0 227 11 5 3 20 0 15 0 232254039 11262046208 46973 33554432000 4194304 4196468 140730319884688 140730319867232 140446494822135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
/proc/10435/statm: 2749523 46973 3472 1 0 2711181 0
[pid=10435/tid=10488] ppid=10432 vsize=10998092 memory=67176 CPUtime=1.43 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 7925 0 -1 4202560 17456 13172 0 0 128 7 5 3 20 0 15 0 232254049 11262046208 46973 33554432000 4194304 4196468 140730319884688 140446466652112 140446051458682 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10489] ppid=10432 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 7925 0 -1 1077944384 25 13172 0 0 1 0 5 3 20 0 15 0 232254049 11262046208 46973 33554432000 4194304 4196468 140730319884688 140446499064592 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10490] ppid=10432 vsize=10998092 memory=281034608664736 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 7925 0 -1 1077944384 192 13172 0 0 1 0 5 3 20 0 15 0 232254049 11262046208 46973 33554432000 4194304 4196468 140730319884688 140446380329872 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10491] ppid=10432 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 7925 0 -1 1077944384 19 13172 0 0 1 0 5 3 20 0 15 0 232254049 11262046208 46973 33554432000 4194304 4196468 140730319884688 140446379277328 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10492] ppid=10432 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 7925 0 -1 1077944384 55 13172 0 0 1 0 5 3 20 0 15 0 232254049 11262046208 46973 33554432000 4194304 4196468 140730319884688 140446378224784 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10493] ppid=10432 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 7925 0 -1 1077944384 46 13172 0 0 1 0 5 3 20 0 15 0 232254051 11262046208 46973 33554432000 4194304 4196468 140730319884688 140445987837936 140446494833282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10494] ppid=10432 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 7925 0 -1 1077944384 14 13172 0 0 0 0 5 3 20 0 15 0 232254051 11262046208 46973 33554432000 4194304 4196468 140730319884688 140445242876896 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10495] ppid=10432 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254051 11262046208 46973 33554432000 4194304 4196468 140730319884688 140445095027712 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10496] ppid=10432 vsize=10998092 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11262046208 46973 33554432000 4194304 4196468 140730319884688 140444787628240 140446494840731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10497] ppid=10432 vsize=10998092 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 7925 0 -1 1077944384 1415 13172 0 0 23 0 5 3 20 0 15 0 232254054 11262046208 46973 33554432000 4194304 4196468 140730319884688 140445986785776 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10498] ppid=10432 vsize=10998092 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 7925 0 -1 1077944384 1457 13172 0 0 32 0 5 3 20 0 15 0 232254054 11262046208 46973 33554432000 4194304 4196468 140730319884688 140445985733232 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10499] ppid=10432 vsize=10998092 memory=6791534058613427641 CPUtime=0.43 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 7925 0 -1 1077944384 1364 13172 0 0 35 0 5 3 20 0 15 0 232254054 11262046208 46973 33554432000 4194304 4196468 140730319884688 140445984680688 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10500] ppid=10432 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11262046208 46973 33554432000 4194304 4196468 140730319884688 140444356832352 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10501] ppid=10432 vsize=10998092 memory=281034608909184 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 7925 0 -1 1077944384 1 13172 0 0 0 0 5 3 20 0 15 0 232254055 11262046208 46973 33554432000 4194304 4196468 140730319884688 140445983627568 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10998092 KiB

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

/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 7925 0 -1 4202560 86604 13172 0 0 237237 28 5 3 20 0 15 0 232254049 11345952768 115348 33554432000 4194304 4196468 140730319884688 140446466644560 140446066198546 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10489] ppid=10432 vsize=11080032 memory=461392 CPUtime=5.49 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 7925 0 -1 1077944384 14290 13172 0 0 505 36 5 3 20 0 15 0 232254049 11345952768 115348 33554432000 4194304 4196468 140730319884688 140446499064592 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10490] ppid=10432 vsize=11080032 memory=461392 CPUtime=5.53 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 7925 0 -1 1077944384 9751 13172 0 0 512 33 5 3 20 0 15 0 232254049 11345952768 115348 33554432000 4194304 4196468 140730319884688 140446380329872 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10491] ppid=10432 vsize=11080032 memory=461392 CPUtime=5.48 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 7925 0 -1 1077944384 15426 13172 0 0 505 35 5 3 20 0 15 0 232254049 11345952768 115348 33554432000 4194304 4196468 140730319884688 140446379277328 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10492] ppid=10432 vsize=11080032 memory=2257 CPUtime=5.51 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 7925 0 -1 1077944384 9383 13172 0 0 510 33 5 3 20 0 15 0 232254049 11345952768 115348 33554432000 4194304 4196468 140730319884688 140446378224784 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10493] ppid=10432 vsize=11080032 memory=461392 CPUtime=2.83 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 7925 0 -1 1077944384 14808 13172 0 0 257 18 5 3 20 0 15 0 232254051 11345952768 115348 33554432000 4194304 4196468 140730319884688 140445987837936 140446494833282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10494] ppid=10432 vsize=11080032 memory=461392 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 7925 0 -1 1077944384 27 13172 0 0 0 0 5 3 20 0 15 0 232254051 11345952768 115348 33554432000 4194304 4196468 140730319884688 140445242876896 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10495] ppid=10432 vsize=11080032 memory=461392 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 7925 0 -1 1077944384 24 13172 0 0 0 0 5 3 20 0 15 0 232254051 11345952768 115348 33554432000 4194304 4196468 140730319884688 140445095027712 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10496] ppid=10432 vsize=11080032 memory=10464 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11345952768 115348 33554432000 4194304 4196468 140730319884688 140444787628240 140446494840731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10497] ppid=10432 vsize=11080032 memory=2096 CPUtime=6.72 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 7925 0 -1 1077944384 56079 13172 0 0 658 6 5 3 20 0 15 0 232254054 11345952768 115348 33554432000 4194304 4196468 140730319884688 140445986785776 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10498] ppid=10432 vsize=11080032 memory=1572 CPUtime=7.87 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 7925 0 -1 1077944384 65187 13172 0 0 771 8 5 3 20 0 15 0 232254054 11345952768 115348 33554432000 4194304 4196468 140730319884688 140445985733232 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10499] ppid=10432 vsize=11080032 memory=7523376918531162212 CPUtime=2.65 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 7925 0 -1 1077944384 48546 13172 0 0 252 5 5 3 20 0 15 0 232254054 11345952768 115348 33554432000 4194304 4196468 140730319884688 140445984680688 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10500] ppid=10432 vsize=11080032 memory=7523376918531162212 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11345952768 115348 33554432000 4194304 4196468 140730319884688 140444356832352 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10501] ppid=10432 vsize=11080032 memory=6791534058613427641 CPUtime=1.39 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 7925 0 -1 1077944384 1742 13172 0 0 67 64 5 3 20 0 15 0 232254055 11345952768 115348 33554432000 4194304 4196468 140730319884688 140445983627568 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 2415.57 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 461392 KiB

[startup+2442.3 s]
/proc/loadavg: 1.26 1.29 1.32 3/215 10622
/proc/meminfo: memFree=16274664/32770624 swapFree=67108844/67108860
[pid=10435] ppid=10432 vsize=11080032 memory=461444 CPUtime=2475.95 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 7925 0 -1 1077944320 325727 13172 0 0 247347 240 5 3 20 0 15 0 232254039 11345952768 115361 33554432000 4194304 4196468 140730319884688 140730319867232 140446494822135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
/proc/10435/statm: 2770008 115361 3531 1 0 2731661 0
[pid=10435/tid=10488] ppid=10432 vsize=11080032 memory=461444 CPUtime=2432.53 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 7925 0 -1 4202560 86991 13172 0 0 243217 28 5 3 20 0 15 0 232254049 11345952768 115361 33554432000 4194304 4196468 140730319884688 140446466645104 140446054735900 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10489] ppid=10432 vsize=11080032 memory=461444 CPUtime=5.6 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 7925 0 -1 1077944384 14368 13172 0 0 516 36 5 3 20 0 15 0 232254049 11345952768 115361 33554432000 4194304 4196468 140730319884688 140446499064592 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10490] ppid=10432 vsize=11080032 memory=461444 CPUtime=5.63 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 7925 0 -1 1077944384 9773 13172 0 0 522 33 5 3 20 0 15 0 232254049 11345952768 115361 33554432000 4194304 4196468 140730319884688 140446380329872 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10491] ppid=10432 vsize=11080032 memory=461444 CPUtime=5.59 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 7925 0 -1 1077944384 15871 13172 0 0 516 35 5 3 20 0 15 0 232254049 11345952768 115361 33554432000 4194304 4196468 140730319884688 140446379277328 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10492] ppid=10432 vsize=11080032 memory=3904674891331363681 CPUtime=5.62 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 7925 0 -1 1077944384 9458 13172 0 0 521 33 5 3 20 0 15 0 232254049 11345952768 115361 33554432000 4194304 4196468 140730319884688 140446378224784 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10493] ppid=10432 vsize=11080032 memory=461392 CPUtime=2.88 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 7925 0 -1 1077944384 14996 13172 0 0 262 18 5 3 20 0 15 0 232254051 11345952768 115361 33554432000 4194304 4196468 140730319884688 140445987837936 140446494833282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10494] ppid=10432 vsize=11080032 memory=461444 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 7925 0 -1 1077944384 27 13172 0 0 0 0 5 3 20 0 15 0 232254051 11345952768 115361 33554432000 4194304 4196468 140730319884688 140445242876896 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10495] ppid=10432 vsize=11080032 memory=461444 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 7925 0 -1 1077944384 24 13172 0 0 0 0 5 3 20 0 15 0 232254051 11345952768 115361 33554432000 4194304 4196468 140730319884688 140445095027712 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10496] ppid=10432 vsize=11080032 memory=461444 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11345952768 115361 33554432000 4194304 4196468 140730319884688 140444787628240 140446494840731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10497] ppid=10432 vsize=11080032 memory=461444 CPUtime=6.73 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 7925 0 -1 1077944384 56177 13172 0 0 659 6 5 3 20 0 15 0 232254054 11345952768 115361 33554432000 4194304 4196468 140730319884688 140445986785776 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10498] ppid=10432 vsize=11080032 memory=1256 CPUtime=7.89 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 7925 0 -1 1077944384 65471 13172 0 0 773 8 5 3 20 0 15 0 232254054 11345952768 115361 33554432000 4194304 4196468 140730319884688 140445985733232 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10499] ppid=10432 vsize=11080032 memory=461444 CPUtime=2.66 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 7925 0 -1 1077944384 48610 13172 0 0 253 5 5 3 20 0 15 0 232254054 11345952768 115361 33554432000 4194304 4196468 140730319884688 140445984680688 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10500] ppid=10432 vsize=11080032 memory=461444 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11345952768 115361 33554432000 4194304 4196468 140730319884688 140444356832352 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10501] ppid=10432 vsize=11080032 memory=461444 CPUtime=1.42 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 7925 0 -1 1077944384 1759 13172 0 0 69 65 5 3 20 0 15 0 232254055 11345952768 115361 33554432000 4194304 4196468 140730319884688 140445983627568 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 2475.95 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 461444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.11 s]
/proc/loadavg: 1.48 1.33 1.33 3/215 10753
/proc/meminfo: memFree=15747452/32770624 swapFree=67108844/67108860
[pid=10435] ppid=10432 vsize=11080032 memory=463504 CPUtime=2520.04 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 7925 0 -1 1077944320 326744 13172 0 0 251754 242 5 3 20 0 15 0 232254039 11345952768 115876 33554432000 4194304 4196468 140730319884688 140730319867232 140446494822135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
/proc/10435/statm: 2770008 115876 3531 1 0 2731661 0
[pid=10435/tid=10488] ppid=10432 vsize=11080032 memory=461456 CPUtime=2476.19 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 7925 0 -1 4202560 87249 13172 0 0 247583 28 5 3 20 0 15 0 232254049 11345952768 115876 33554432000 4194304 4196468 140730319884688 140446466657088 140446058868438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10489] ppid=10432 vsize=11080032 memory=461456 CPUtime=5.69 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 7925 0 -1 1077944384 14387 13172 0 0 524 37 5 3 20 0 15 0 232254049 11345952768 115876 33554432000 4194304 4196468 140730319884688 140446499064592 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10490] ppid=10432 vsize=11080032 memory=461456 CPUtime=5.72 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 7925 0 -1 1077944384 9783 13172 0 0 531 33 5 3 20 0 15 0 232254049 11345952768 115876 33554432000 4194304 4196468 140730319884688 140446380329872 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10491] ppid=10432 vsize=11080032 memory=461456 CPUtime=5.68 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 7925 0 -1 1077944384 15885 13172 0 0 525 35 5 3 20 0 15 0 232254049 11345952768 115876 33554432000 4194304 4196468 140730319884688 140446379277328 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10492] ppid=10432 vsize=11080032 memory=461444 CPUtime=5.7 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 7925 0 -1 1077944384 9787 13172 0 0 529 33 5 3 20 0 15 0 232254049 11345952768 115876 33554432000 4194304 4196468 140730319884688 140446378224784 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10493] ppid=10432 vsize=11080032 memory=0 CPUtime=2.93 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 7925 0 -1 1077944384 15017 13172 0 0 267 18 5 3 20 0 15 0 232254051 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445987837936 140446494833282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10494] ppid=10432 vsize=11080032 memory=461444 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 7925 0 -1 1077944384 27 13172 0 0 0 0 5 3 20 0 15 0 232254051 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445242876896 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10495] ppid=10432 vsize=11080032 memory=249098 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 7925 0 -1 1077944384 24 13172 0 0 0 0 5 3 20 0 15 0 232254051 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445095027712 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10496] ppid=10432 vsize=11080032 memory=461456 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11345952768 115876 33554432000 4194304 4196468 140730319884688 140444787628240 140446494840731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10497] ppid=10432 vsize=11080032 memory=461456 CPUtime=6.75 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 7925 0 -1 1077944384 56312 13172 0 0 661 6 5 3 20 0 15 0 232254054 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445986785776 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10498] ppid=10432 vsize=11080032 memory=461456 CPUtime=7.9 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 7925 0 -1 1077944384 65535 13172 0 0 774 8 5 3 20 0 15 0 232254054 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445985733232 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10499] ppid=10432 vsize=11080032 memory=461444 CPUtime=2.66 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 7925 0 -1 1077944384 48773 13172 0 0 253 5 5 3 20 0 15 0 232254054 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445984680688 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10500] ppid=10432 vsize=11080032 memory=559 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11345952768 115876 33554432000 4194304 4196468 140730319884688 140444356832352 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10501] ppid=10432 vsize=11080032 memory=461456 CPUtime=1.44 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 7925 0 -1 1077944384 1763 13172 0 0 70 66 5 3 20 0 15 0 232254055 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445983627568 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 463504 KiB

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

[startup+2486.13 s]
# the end of solver process 10435 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.62 s, system=2.4654 s

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

[startup+2486.11 s]
/proc/loadavg: 1.48 1.33 1.33 3/215 10753
/proc/meminfo: memFree=15747452/32770624 swapFree=67108844/67108860
[pid=10435] ppid=10432 vsize=11080032 memory=463504 CPUtime=2520.04 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 7925 0 -1 1077944320 326744 13172 0 0 251754 242 5 3 20 0 15 0 232254039 11345952768 115876 33554432000 4194304 4196468 140730319884688 140730319867232 140446494822135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
/proc/10435/statm: 2770008 115876 3531 1 0 2731661 0
[pid=10435/tid=10488] ppid=10432 vsize=11080032 memory=461456 CPUtime=2476.19 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 7925 0 -1 4202560 87249 13172 0 0 247583 28 5 3 20 0 15 0 232254049 11345952768 115876 33554432000 4194304 4196468 140730319884688 140446466657088 140446058868438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10489] ppid=10432 vsize=11080032 memory=461456 CPUtime=5.69 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 7925 0 -1 1077944384 14387 13172 0 0 524 37 5 3 20 0 15 0 232254049 11345952768 115876 33554432000 4194304 4196468 140730319884688 140446499064592 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10490] ppid=10432 vsize=11080032 memory=461456 CPUtime=5.72 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 7925 0 -1 1077944384 9783 13172 0 0 531 33 5 3 20 0 15 0 232254049 11345952768 115876 33554432000 4194304 4196468 140730319884688 140446380329872 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10491] ppid=10432 vsize=11080032 memory=461456 CPUtime=5.68 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 7925 0 -1 1077944384 15885 13172 0 0 525 35 5 3 20 0 15 0 232254049 11345952768 115876 33554432000 4194304 4196468 140730319884688 140446379277328 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10492] ppid=10432 vsize=11080032 memory=461444 CPUtime=5.7 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 7925 0 -1 1077944384 9787 13172 0 0 529 33 5 3 20 0 15 0 232254049 11345952768 115876 33554432000 4194304 4196468 140730319884688 140446378224784 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10493] ppid=10432 vsize=11080032 memory=0 CPUtime=2.93 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 7925 0 -1 1077944384 15017 13172 0 0 267 18 5 3 20 0 15 0 232254051 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445987837936 140446494833282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10494] ppid=10432 vsize=11080032 memory=461444 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 7925 0 -1 1077944384 27 13172 0 0 0 0 5 3 20 0 15 0 232254051 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445242876896 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10495] ppid=10432 vsize=11080032 memory=249098 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 7925 0 -1 1077944384 24 13172 0 0 0 0 5 3 20 0 15 0 232254051 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445095027712 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10496] ppid=10432 vsize=11080032 memory=461456 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11345952768 115876 33554432000 4194304 4196468 140730319884688 140444787628240 140446494840731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10497] ppid=10432 vsize=11080032 memory=461456 CPUtime=6.75 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 7925 0 -1 1077944384 56312 13172 0 0 661 6 5 3 20 0 15 0 232254054 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445986785776 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10498] ppid=10432 vsize=11080032 memory=461456 CPUtime=7.9 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 7925 0 -1 1077944384 65535 13172 0 0 774 8 5 3 20 0 15 0 232254054 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445985733232 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10499] ppid=10432 vsize=11080032 memory=461444 CPUtime=2.66 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 7925 0 -1 1077944384 48773 13172 0 0 253 5 5 3 20 0 15 0 232254054 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445984680688 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10500] ppid=10432 vsize=11080032 memory=559 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 7925 0 -1 1077944384 3 13172 0 0 0 0 5 3 20 0 15 0 232254054 11345952768 115876 33554432000 4194304 4196468 140730319884688 140444356832352 140446494832341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
[pid=10435/tid=10501] ppid=10432 vsize=11080032 memory=461456 CPUtime=1.44 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 7925 0 -1 1077944384 1763 13172 0 0 70 66 5 3 20 0 15 0 232254055 11345952768 115876 33554432000 4194304 4196468 140730319884688 140445983627568 140446494833282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30167040 140730319886949 140730319889756 140730319889756 140730319892431 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 463504 KiB

Child status: 143
Real time (s): 2486.13
CPU time (s): 2520.08
CPU user time (s): 2517.62
CPU system time (s): 2.4654
CPU usage (%): 101.366
Max. virtual memory (cumulated for all children) (KiB): 11080624
Max. memory (cumulated for all children) (KiB): 1033772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.62
system time used= 2.4654
maximum resident set size= 1043520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340327
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120356
involuntary context switches= 5637


# summary of solver processes directly reported to runsolver:
#   pid: 10435
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.62
#   total CPU system time (s): 2.4654

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8636 second user time and 24.0827 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-13 09:55:09
IDJOB=4304734
IDBENCH=141625
IDSOLVER=2781
FILE ID=node136/4304734-1534146909
RUNJOBID= node136-1534136980-8317
PBS_JOBID= 21037023
Free space on /tmp= 35516 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-75-50-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304734-1534146909/watcher-4304734-1534146909 -o /tmp/evaluation-result-4304734-1534146909/solver-4304734-1534146909 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534136980-8317 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=19746583 -superng HOME/instance-4304734-1534146909.xml

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

MD5SUM BENCH= 7fcf74bccc1d4f399a3457b4fd80f100
RANDOM SEED=19746583

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16586292 kB
MemAvailable:   31221108 kB
Buffers:          243740 kB
Cached:         14500616 kB
SwapCached:            8 kB
Active:          7962504 kB
Inactive:        7520388 kB
Active(anon):     689536 kB
Inactive(anon):   101844 kB
Active(file):    7272968 kB
Inactive(file):  7418544 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:             26712 kB
Writeback:             0 kB
AnonPages:        713008 kB
Mapped:            67104 kB
Shmem:             49788 kB
Slab:             399976 kB
SReclaimable:     371764 kB
SUnreclaim:        28212 kB
KernelStack:        3840 kB
PageTables:         6596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1997996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 35488 MiB
End job on node136 at 2018-08-13 10:36:35