Trace number 4302347

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)626 252.08 237.74

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 benchmark252.005
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.74	c Concrete v3.9.2.1532736233296 running
21.51/13.05	o 944
21.51/13.08	o 940
21.51/13.09	o 939
21.51/13.10	o 932
21.85/13.13	o 922
21.85/13.14	o 917
21.85/13.16	o 915
27.79/17.71	o 911
33.92/23.52	o 771
33.92/23.52	o 768
33.92/23.53	o 754
33.92/23.53	o 751
33.92/23.54	o 739
33.92/23.54	o 728
33.92/23.56	o 723
34.10/23.62	o 721
49.45/38.45	o 702
49.45/38.45	o 700
49.45/38.46	o 699
49.60/38.51	o 698
49.60/38.59	o 685
118.56/105.58	o 675
118.56/105.59	o 674
118.56/105.59	o 670
118.68/105.60	o 650
118.68/105.60	o 639
118.68/105.61	o 630
118.68/105.69	o 629
118.82/105.76	o 626
252.02/237.71	Exception in thread "main" java.util.concurrent.TimeoutException
252.02/237.71		at concrete.MAC.mac(MAC.scala:188)
252.02/237.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/237.71		at scala.util.Try$.apply(Try.scala:209)
252.02/237.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/237.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/237.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/237.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/237.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/237.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/237.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/237.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/237.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/237.71		at concrete.MAC.oneRun(MAC.scala:253)
252.02/237.71		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/237.71		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/237.71		at concrete.Solver.hasNext(Solver.scala:166)
252.02/237.71		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/237.71		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/237.71		at concrete.Solver.foreach(Solver.scala:68)
252.02/237.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/237.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/237.71		at scala.util.Success.map(Try.scala:209)
252.02/237.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/237.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/237.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/237.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/237.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/237.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/237.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/237.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/237.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/237.71		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/237.71		at scala.App.main(App.scala:76)
252.02/237.71		at scala.App.main$(App.scala:74)
252.02/237.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/237.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/237.72	v <instantiation cost="626">
252.02/237.72	v       <list>
252.02/237.72	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]
252.02/237.72	v       </list>
252.02/237.72	v       <values>
252.02/237.72	v         11 26 19 32 42 36 51 56 55 66 72 62 65 59 39 33 37 41 40 27 23 43 60 61 70 71 38 20 17 22 34 31 28 21 12 5 7 9 16 15 13 14 18 25 30 35 46 52 64 47 53 73 74 69 54 50 49 45 29 44 48 63 68 67 58 57 10 6 1 3 2 0 24 4 8 11 19 9 4 5 9 3 1 29 6 7 1 9 12 3 1 8 1 5 7 17 26 2 6 3 28 10 4 6 8 7 4 7 10 4 6 2 6 7 13 4 10 9 4 3 8 3 8 33 4 21 8 6 10 2 12 3 9 9 4 9 3 5 5 5 29 4 4 6 1 11 17 21 3 7
252.02/237.72	v       </values>
252.02/237.72	v     </instantiation>
252.02/237.72	s SATISFIABLE

Verifier Data

OK	626

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302347-1532898424/watcher-4302347-1532898424 -o /tmp/evaluation-result-4302347-1532898424/solver-4302347-1532898424 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1011097505 HOME/instance-4302347-1532898424.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=22432, runsolver pid=22429

[startup+0.100108 s]*
/proc/loadavg: 1.35 1.60 1.66 3/202 22486
/proc/meminfo: memFree=22111996/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10005480 memory=16548 CPUtime=0.1 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 6396 0 -1 1077944320 4315 13157 0 0 1 1 5 3 20 0 6 0 107405617 10245611520 4137 33554432000 4194304 4196468 140736380629296 140736380611840 139826737479415 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
/proc/22432/statm: 2501370 4137 1933 1 0 2489808 0
[pid=22432/tid=22486] ppid=22429 vsize=10005480 memory=4279135704047321741 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22486/stat : 22486 (java) R 22429 22432 6396 0 -1 4202560 2132 13157 0 0 0 0 5 3 20 0 6 0 107405626 10245611520 4203 33554432000 4194304 4196468 140736380629296 139826709316176 139826721559902 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22487] ppid=22429 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22487/stat : 22487 (java) S 22429 22432 6396 0 -1 1077944384 2 13157 0 0 0 0 5 3 20 0 6 0 107405627 10245611520 4203 33554432000 4194304 4196468 140736380629296 139826741722256 139826737489621 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22488] ppid=22429 vsize=10005480 memory=139625090504320 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22488/stat : 22488 (java) S 22429 22432 6396 0 -1 1077944384 1 13157 0 0 0 0 5 3 20 0 6 0 107405627 10245611520 4203 33554432000 4194304 4196468 140736380629296 139826622987280 139826737489621 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22489] ppid=22429 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22489/stat : 22489 (java) S 22429 22432 6396 0 -1 1077944384 1 13157 0 0 0 0 5 3 20 0 6 0 107405627 10245611520 4203 33554432000 4194304 4196468 140736380629296 139826621934480 139826737489621 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22490] ppid=22429 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22490/stat : 22490 (java) S 22429 22432 6396 0 -1 1077944384 2 13157 0 0 0 0 5 3 20 0 6 0 107405627 10245611520 4203 33554432000 4194304 4196468 140736380629296 139826620881680 139826737489621 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210069 s]*
/proc/loadavg: 1.35 1.60 1.66 3/215 22499
/proc/meminfo: memFree=22089948/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10982696 memory=41868 CPUtime=0.26 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 6396 0 -1 1077944320 8383 13157 0 0 16 2 5 3 20 0 15 0 107405617 11246280704 10467 33554432000 4194304 4196468 140736380629296 140736380611840 139826737479415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
/proc/22432/statm: 2745674 10467 2932 1 0 2708109 0
[pid=22432/tid=22486] ppid=22429 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/22432/task/22486/stat : 22486 (java) R 22429 22432 6396 0 -1 4202560 4906 13157 0 0 10 1 5 3 20 0 15 0 107405626 11246280704 10467 33554432000 4194304 4196468 140736380629296 139826709277072 139826737493302 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22487] ppid=22429 vsize=10982696 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22487/stat : 22487 (java) S 22429 22432 6396 0 -1 1077944384 2 13157 0 0 0 0 5 3 20 0 15 0 107405627 11246280704 10467 33554432000 4194304 4196468 140736380629296 139826741722256 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22488] ppid=22429 vsize=10982696 memory=288370001242216064 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22488/stat : 22488 (java) S 22429 22432 6396 0 -1 1077944384 1 13157 0 0 0 0 5 3 20 0 15 0 107405627 11246280704 10467 33554432000 4194304 4196468 140736380629296 139826622987280 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22489] ppid=22429 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22489/stat : 22489 (java) S 22429 22432 6396 0 -1 1077944384 1 13157 0 0 0 0 5 3 20 0 15 0 107405627 11246280704 10467 33554432000 4194304 4196468 140736380629296 139826621934480 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22490] ppid=22429 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22490/stat : 22490 (java) S 22429 22432 6396 0 -1 1077944384 2 13157 0 0 0 0 5 3 20 0 15 0 107405627 11246280704 10467 33554432000 4194304 4196468 140736380629296 139826620881680 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22491] ppid=22429 vsize=10982696 memory=139625090504320 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22491/stat : 22491 (java) S 22429 22432 6396 0 -1 1077944384 2 13157 0 0 0 0 5 3 20 0 15 0 107405628 11246280704 10467 33554432000 4194304 4196468 140736380629296 139826230528368 139826737490562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22492] ppid=22429 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22492/stat : 22492 (java) S 22429 22432 6396 0 -1 1077944384 14 13157 0 0 0 0 5 3 20 0 15 0 107405628 11246280704 10467 33554432000 4194304 4196468 140736380629296 139825478886432 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22493] ppid=22429 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22493/stat : 22493 (java) S 22429 22432 6396 0 -1 1077944384 21 13157 0 0 0 0 5 3 20 0 15 0 107405629 11246280704 10467 33554432000 4194304 4196468 140736380629296 139825411773296 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22494] ppid=22429 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22494/stat : 22494 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11246280704 10467 33554432000 4194304 4196468 140736380629296 139825104377680 139826737498011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22495] ppid=22429 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22432/task/22495/stat : 22495 (java) S 22429 22432 6396 0 -1 1077944384 480 13157 0 0 1 0 5 3 20 0 15 0 107405631 11246280704 10467 33554432000 4194304 4196468 140736380629296 139826229476208 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22496] ppid=22429 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22496/stat : 22496 (java) S 22429 22432 6396 0 -1 1077944384 128 13157 0 0 0 0 5 3 20 0 15 0 107405631 11246280704 10467 33554432000 4194304 4196468 140736380629296 139826228423408 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22497] ppid=22429 vsize=10982696 memory=139625090504320 CPUtime=0.11 cores=0,2,4,6
/proc/22432/task/22497/stat : 22497 (java) S 22429 22432 6396 0 -1 1077944384 629 13157 0 0 3 0 5 3 20 0 15 0 107405631 11246280704 10467 33554432000 4194304 4196468 140736380629296 139826227370608 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22498] ppid=22429 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22498/stat : 22498 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11246280704 10467 33554432000 4194304 4196468 140736380629296 139824673581792 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22499] ppid=22429 vsize=10982696 memory=139625090504320 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22499/stat : 22499 (java) S 22429 22432 6396 0 -1 1077944384 1 13157 0 0 0 0 5 3 20 0 15 0 107405632 11246280704 10467 33554432000 4194304 4196468 140736380629296 139826226318000 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 41868 KiB

[startup+0.310508 s]*
/proc/loadavg: 1.35 1.60 1.66 3/215 22499
/proc/meminfo: memFree=22079372/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10983192 memory=53196 CPUtime=0.39 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 6396 0 -1 1077944320 10403 13157 0 0 28 3 5 3 20 0 15 0 107405617 11246788608 13299 33554432000 4194304 4196468 140736380629296 140736380611840 139826737479415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
/proc/22432/statm: 2745798 13299 3064 1 0 2708109 0
[pid=22432/tid=22486] ppid=22429 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/22432/task/22486/stat : 22486 (java) R 22429 22432 6396 0 -1 4202560 6918 13157 0 0 19 2 5 3 20 0 15 0 107405626 11246788608 13299 33554432000 4194304 4196468 140736380629296 139826709291424 139826717754737 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22487] ppid=22429 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22487/stat : 22487 (java) S 22429 22432 6396 0 -1 1077944384 2 13157 0 0 0 0 5 3 20 0 15 0 107405627 11246788608 13299 33554432000 4194304 4196468 140736380629296 139826741722256 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22488] ppid=22429 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22488/stat : 22488 (java) S 22429 22432 6396 0 -1 1077944384 1 13157 0 0 0 0 5 3 20 0 15 0 107405627 11246788608 13299 33554432000 4194304 4196468 140736380629296 139826622987280 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22489] ppid=22429 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22489/stat : 22489 (java) S 22429 22432 6396 0 -1 1077944384 1 13157 0 0 0 0 5 3 20 0 15 0 107405627 11246788608 13299 33554432000 4194304 4196468 140736380629296 139826621934480 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22490] ppid=22429 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22490/stat : 22490 (java) S 22429 22432 6396 0 -1 1077944384 2 13157 0 0 0 0 5 3 20 0 15 0 107405627 11246788608 13299 33554432000 4194304 4196468 140736380629296 139826620881680 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22491] ppid=22429 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22491/stat : 22491 (java) S 22429 22432 6396 0 -1 1077944384 2 13157 0 0 0 0 5 3 20 0 15 0 107405628 11246788608 13299 33554432000 4194304 4196468 140736380629296 139826230528368 139826737490562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22492] ppid=22429 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22492/stat : 22492 (java) S 22429 22432 6396 0 -1 1077944384 14 13157 0 0 0 0 5 3 20 0 15 0 107405628 11246788608 13299 33554432000 4194304 4196468 140736380629296 139825478886432 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22493] ppid=22429 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22493/stat : 22493 (java) S 22429 22432 6396 0 -1 1077944384 21 13157 0 0 0 0 5 3 20 0 15 0 107405629 11246788608 13299 33554432000 4194304 4196468 140736380629296 139825411773296 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22494] ppid=22429 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22494/stat : 22494 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11246788608 13299 33554432000 4194304 4196468 140736380629296 139825104377680 139826737498011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22495] ppid=22429 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22432/task/22495/stat : 22495 (java) S 22429 22432 6396 0 -1 1077944384 480 13157 0 0 1 0 5 3 20 0 15 0 107405631 11246788608 13299 33554432000 4194304 4196468 140736380629296 139826229476208 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22496] ppid=22429 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/22432/task/22496/stat : 22496 (java) S 22429 22432 6396 0 -1 1077944384 131 13157 0 0 1 0 5 3 20 0 15 0 107405631 11246788608 13299 33554432000 4194304 4196468 140736380629296 139826228423408 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22497] ppid=22429 vsize=10983192 memory=139625090504320 CPUtime=0.13 cores=0,2,4,6
/proc/22432/task/22497/stat : 22497 (java) S 22429 22432 6396 0 -1 1077944384 634 13157 0 0 5 0 5 3 20 0 15 0 107405631 11246788608 13299 33554432000 4194304 4196468 140736380629296 139826227370608 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22498] ppid=22429 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22498/stat : 22498 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11246788608 13299 33554432000 4194304 4196468 140736380629296 139824673581792 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22499] ppid=22429 vsize=10983192 memory=139625090504320 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22499/stat : 22499 (java) S 22429 22432 6396 0 -1 1077944384 1 13157 0 0 0 0 5 3 20 0 15 0 107405632 11246788608 13299 33554432000 4194304 4196468 140736380629296 139826226318000 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53196 KiB

[startup+0.70081 s]
/proc/loadavg: 1.35 1.60 1.66 3/215 22499
/proc/meminfo: memFree=22067588/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10983192 memory=86828 CPUtime=0.99 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 6396 0 -1 1077944320 16828 13157 0 0 86 5 5 3 20 0 15 0 107405617 11246788608 21643 33554432000 4194304 4196468 140736380629296 140736380611840 139826737479415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
/proc/22432/statm: 2745798 21643 3236 1 0 2708109 0
[pid=22432/tid=22486] ppid=22429 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/22432/task/22486/stat : 22486 (java) R 22429 22432 6396 0 -1 4202560 12406 13157 0 0 56 3 5 3 20 0 15 0 107405626 11246788608 21707 33554432000 4194304 4196468 140736380629296 139826709300240 139826721559902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22487] ppid=22429 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22487/stat : 22487 (java) S 22429 22432 6396 0 -1 1077944384 2 13157 0 0 0 0 5 3 20 0 15 0 107405627 11246788608 21707 33554432000 4194304 4196468 140736380629296 139826741722256 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22488] ppid=22429 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22488/stat : 22488 (java) S 22429 22432 6396 0 -1 1077944384 1 13157 0 0 0 0 5 3 20 0 15 0 107405627 11246788608 21707 33554432000 4194304 4196468 140736380629296 139826622987280 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22489] ppid=22429 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22489/stat : 22489 (java) S 22429 22432 6396 0 -1 1077944384 1 13157 0 0 0 0 5 3 20 0 15 0 107405627 11246788608 21707 33554432000 4194304 4196468 140736380629296 139826621934480 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22490] ppid=22429 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22490/stat : 22490 (java) S 22429 22432 6396 0 -1 1077944384 2 13157 0 0 0 0 5 3 20 0 15 0 107405627 11246788608 21707 33554432000 4194304 4196468 140736380629296 139826620881680 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22491] ppid=22429 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22491/stat : 22491 (java) S 22429 22432 6396 0 -1 1077944384 5 13157 0 0 0 0 5 3 20 0 15 0 107405628 11246788608 21707 33554432000 4194304 4196468 140736380629296 139826230528368 139826737490562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22492] ppid=22429 vsize=10983192 memory=139624957752016 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22492/stat : 22492 (java) S 22429 22432 6396 0 -1 1077944384 14 13157 0 0 0 0 5 3 20 0 15 0 107405628 11246788608 21707 33554432000 4194304 4196468 140736380629296 139825478886432 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22493] ppid=22429 vsize=10983192 memory=139625091826275 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22493/stat : 22493 (java) S 22429 22432 6396 0 -1 1077944384 21 13157 0 0 0 0 5 3 20 0 15 0 107405629 11246788608 21707 33554432000 4194304 4196468 140736380629296 139825411773296 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22494] ppid=22429 vsize=10983192 memory=8600 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22494/stat : 22494 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11246788608 21707 33554432000 4194304 4196468 140736380629296 139825104377680 139826737498011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22495] ppid=22429 vsize=10983192 memory=7234564758908855872 CPUtime=0.17 cores=0,2,4,6
/proc/22432/task/22495/stat : 22495 (java) S 22429 22432 6396 0 -1 1077944384 1070 13157 0 0 9 0 5 3 20 0 15 0 107405631 11246788608 21707 33554432000 4194304 4196468 140736380629296 139826229476208 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22496] ppid=22429 vsize=10983192 memory=7597685182856913236 CPUtime=0.15 cores=0,2,4,6
/proc/22432/task/22496/stat : 22496 (java) S 22429 22432 6396 0 -1 1077944384 407 13157 0 0 7 0 5 3 20 0 15 0 107405631 11246788608 21707 33554432000 4194304 4196468 140736380629296 139826228423408 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22497] ppid=22429 vsize=10983192 memory=5787220445994897765 CPUtime=0.2 cores=0,2,4,6
/proc/22432/task/22497/stat : 22497 (java) R 22429 22432 6396 0 -1 1077944384 712 13157 0 0 12 0 5 3 20 0 15 0 107405631 11246788608 21707 33554432000 4194304 4196468 140736380629296 139826227370608 139826737490562 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22498] ppid=22429 vsize=10983192 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22498/stat : 22498 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11246788608 21707 33554432000 4194304 4196468 140736380629296 139824673581792 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22499] ppid=22429 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22499/stat : 22499 (java) S 22429 22432 6396 0 -1 1077944384 1 13157 0 0 0 0 5 3 20 0 15 0 107405632 11246788608 21707 33554432000 4194304 4196468 140736380629296 139826226318000 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86828 KiB

[startup+1.50075 s]
/proc/loadavg: 1.35 1.60 1.66 4/215 22499
/proc/meminfo: memFree=22025436/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10998092 memory=182808 CPUtime=2.9 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 6396 0 -1 1077944320 27243 13157 0 0 273 9 5 3 20 0 15 0 107405617 11262046208 45702 33554432000 4194304 4196468 140736380629296 140736380611840 139826737479415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
/proc/22432/statm: 2749523 45702 3470 1 0 2711181 0
[pid=22432/tid=22486] ppid=22429 vsize=10998092 memory=12813 CPUtime=1.42 cores=0,2,4,6
/proc/22432/task/22486/stat : 22486 (java) R 22429 22432 6396 0 -1 4202560 17626 13157 0 0 129 5 5 3 20 0 15 0 107405626 11262046208 45702 33554432000 4194304 4196468 140736380629296 139826709296064 139826722847536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22487] ppid=22429 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/22432/task/22487/stat : 22487 (java) S 22429 22432 6396 0 -1 1077944384 17 13157 0 0 1 0 5 3 20 0 15 0 107405627 11262046208 45702 33554432000 4194304 4196468 140736380629296 139826741722256 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22488] ppid=22429 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22432/task/22488/stat : 22488 (java) S 22429 22432 6396 0 -1 1077944384 59 13157 0 0 1 0 5 3 20 0 15 0 107405627 11262046208 45702 33554432000 4194304 4196468 140736380629296 139826622987280 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22489] ppid=22429 vsize=10998092 memory=259 CPUtime=0.09 cores=0,2,4,6
/proc/22432/task/22489/stat : 22489 (java) S 22429 22432 6396 0 -1 1077944384 14 13157 0 0 1 0 5 3 20 0 15 0 107405627 11262046208 45702 33554432000 4194304 4196468 140736380629296 139826621934480 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22490] ppid=22429 vsize=10998092 memory=86828 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22490/stat : 22490 (java) S 22429 22432 6396 0 -1 1077944384 240 13157 0 0 0 0 5 3 20 0 15 0 107405627 11262046208 45702 33554432000 4194304 4196468 140736380629296 139826620881680 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22491] ppid=22429 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22432/task/22491/stat : 22491 (java) S 22429 22432 6396 0 -1 1077944384 56 13157 0 0 1 0 5 3 20 0 15 0 107405628 11262046208 45702 33554432000 4194304 4196468 140736380629296 139826230528368 139826737490562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22492] ppid=22429 vsize=10998092 memory=279249915445744 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22492/stat : 22492 (java) S 22429 22432 6396 0 -1 1077944384 14 13157 0 0 0 0 5 3 20 0 15 0 107405628 11262046208 45702 33554432000 4194304 4196468 140736380629296 139825478886432 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22493] ppid=22429 vsize=10998092 memory=279249915496544 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22493/stat : 22493 (java) S 22429 22432 6396 0 -1 1077944384 42 13157 0 0 0 0 5 3 20 0 15 0 107405629 11262046208 45702 33554432000 4194304 4196468 140736380629296 139825411773296 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22494] ppid=22429 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22494/stat : 22494 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11262046208 45702 33554432000 4194304 4196468 140736380629296 139825104377680 139826737498011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22495] ppid=22429 vsize=10998092 memory=4638778398332698720 CPUtime=0.63 cores=0,2,4,6
/proc/22432/task/22495/stat : 22495 (java) S 22429 22432 6396 0 -1 1077944384 3178 13157 0 0 55 0 5 3 20 0 15 0 107405631 11262046208 45702 33554432000 4194304 4196468 140736380629296 139826229476208 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22496] ppid=22429 vsize=10998092 memory=279249915779968 CPUtime=0.55 cores=0,2,4,6
/proc/22432/task/22496/stat : 22496 (java) S 22429 22432 6396 0 -1 1077944384 2368 13157 0 0 47 0 5 3 20 0 15 0 107405631 11262046208 45702 33554432000 4194304 4196468 140736380629296 139826228423408 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22497] ppid=22429 vsize=10998092 memory=-7531822216213012384 CPUtime=0.41 cores=0,2,4,6
/proc/22432/task/22497/stat : 22497 (java) S 22429 22432 6396 0 -1 1077944384 1432 13157 0 0 33 0 5 3 20 0 15 0 107405631 11262046208 45702 33554432000 4194304 4196468 140736380629296 139826227370608 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22498] ppid=22429 vsize=10998092 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22498/stat : 22498 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11262046208 45702 33554432000 4194304 4196468 140736380629296 139824673581792 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22499] ppid=22429 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22499/stat : 22499 (java) S 22429 22432 6396 0 -1 1077944384 1 13157 0 0 0 0 5 3 20 0 15 0 107405632 11262046208 45702 33554432000 4194304 4196468 140736380629296 139826226318000 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 10998092 KiB

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

/proc/22432/task/22486/stat : 22486 (java) R 22429 22432 6396 0 -1 4202560 58550 13157 0 0 16155 19 5 3 20 0 15 0 107405626 11345952768 133520 33554432000 4194304 4196468 140736380629296 139826709302880 139826316535635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22487] ppid=22429 vsize=11080032 memory=534080 CPUtime=0.26 cores=0,2,4,6
/proc/22432/task/22487/stat : 22487 (java) S 22429 22432 6396 0 -1 1077944384 1357 13157 0 0 15 3 5 3 20 0 15 0 107405627 11345952768 133520 33554432000 4194304 4196468 140736380629296 139826741722256 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22488] ppid=22429 vsize=11080032 memory=534080 CPUtime=0.26 cores=0,2,4,6
/proc/22432/task/22488/stat : 22488 (java) S 22429 22432 6396 0 -1 1077944384 2418 13157 0 0 16 2 5 3 20 0 15 0 107405627 11345952768 133520 33554432000 4194304 4196468 140736380629296 139826622987280 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22489] ppid=22429 vsize=11080032 memory=534080 CPUtime=0.27 cores=0,2,4,6
/proc/22432/task/22489/stat : 22489 (java) S 22429 22432 6396 0 -1 1077944384 2709 13157 0 0 16 3 5 3 20 0 15 0 107405627 11345952768 133520 33554432000 4194304 4196468 140736380629296 139826621934480 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22490] ppid=22429 vsize=11080032 memory=534080 CPUtime=0.26 cores=0,2,4,6
/proc/22432/task/22490/stat : 22490 (java) S 22429 22432 6396 0 -1 1077944384 4200 13157 0 0 15 3 5 3 20 0 15 0 107405627 11345952768 133520 33554432000 4194304 4196468 140736380629296 139826620881680 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22491] ppid=22429 vsize=11080032 memory=279249916728864 CPUtime=0.24 cores=0,2,4,6
/proc/22432/task/22491/stat : 22491 (java) S 22429 22432 6396 0 -1 1077944384 5481 13157 0 0 15 1 5 3 20 0 15 0 107405628 11345952768 133520 33554432000 4194304 4196468 140736380629296 139826230528368 139826737490562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22492] ppid=22429 vsize=11080032 memory=534080 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22492/stat : 22492 (java) S 22429 22432 6396 0 -1 1077944384 26 13157 0 0 0 0 5 3 20 0 15 0 107405628 11345952768 133520 33554432000 4194304 4196468 140736380629296 139825478886496 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22493] ppid=22429 vsize=11080032 memory=534080 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22493/stat : 22493 (java) S 22429 22432 6396 0 -1 1077944384 74 13157 0 0 0 0 5 3 20 0 15 0 107405629 11345952768 133520 33554432000 4194304 4196468 140736380629296 139825411773312 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22494] ppid=22429 vsize=11080032 memory=534080 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22494/stat : 22494 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11345952768 133520 33554432000 4194304 4196468 140736380629296 139825104377680 139826737498011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22495] ppid=22429 vsize=11080032 memory=4128 CPUtime=5.7 cores=0,2,4,6
/proc/22432/task/22495/stat : 22495 (java) S 22429 22432 6396 0 -1 1077944384 27708 13157 0 0 559 3 5 3 20 0 15 0 107405631 11345952768 133520 33554432000 4194304 4196468 140736380629296 139826229476208 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22496] ppid=22429 vsize=11080032 memory=6791534058613427641 CPUtime=5.44 cores=0,2,4,6
/proc/22432/task/22496/stat : 22496 (java) S 22429 22432 6396 0 -1 1077944384 29293 13157 0 0 532 4 5 3 20 0 15 0 107405631 11345952768 133520 33554432000 4194304 4196468 140736380629296 139826228423408 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22497] ppid=22429 vsize=11080032 memory=8600 CPUtime=2.12 cores=0,2,4,6
/proc/22432/task/22497/stat : 22497 (java) S 22429 22432 6396 0 -1 1077944384 19813 13157 0 0 200 4 5 3 20 0 15 0 107405631 11345952768 133520 33554432000 4194304 4196468 140736380629296 139826227370608 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22498] ppid=22429 vsize=11080032 memory=534080 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22498/stat : 22498 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11345952768 133520 33554432000 4194304 4196468 140736380629296 139824673581792 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22499] ppid=22429 vsize=11080032 memory=534080 CPUtime=0.14 cores=0,2,4,6
/proc/22432/task/22499/stat : 22499 (java) S 22429 22432 6396 0 -1 1077944384 1389 13157 0 0 4 2 5 3 20 0 15 0 107405632 11345952768 133520 33554432000 4194304 4196468 140736380629296 139826226318000 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
Current children cumulated CPU time: 175.89 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 534080 KiB

[startup+222.301 s]
/proc/loadavg: 1.31 1.50 1.61 3/216 22771
/proc/meminfo: memFree=22782612/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=11080032 memory=530036 CPUtime=236.46 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 6396 0 -1 1077944320 163386 13157 0 0 23586 52 5 3 20 0 15 0 107405617 11345952768 132509 33554432000 4194304 4196468 140736380629296 140736380611840 139826737479415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
/proc/22432/statm: 2770008 132509 3525 1 0 2731661 0
[pid=22432/tid=22486] ppid=22429 vsize=11080032 memory=529972 CPUtime=221.51 cores=0,2,4,6
/proc/22432/task/22486/stat : 22486 (java) R 22429 22432 6396 0 -1 4202560 59664 13157 0 0 22123 20 5 3 20 0 15 0 107405626 11345952768 132509 33554432000 4194304 4196468 140736380629296 139826709313392 139826316536551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22487] ppid=22429 vsize=11080032 memory=529988 CPUtime=0.39 cores=0,2,4,6
/proc/22432/task/22487/stat : 22487 (java) S 22429 22432 6396 0 -1 1077944384 1936 13157 0 0 27 4 5 3 20 0 15 0 107405627 11345952768 132509 33554432000 4194304 4196468 140736380629296 139826741722256 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22488] ppid=22429 vsize=11080032 memory=529988 CPUtime=0.4 cores=0,2,4,6
/proc/22432/task/22488/stat : 22488 (java) S 22429 22432 6396 0 -1 1077944384 2450 13157 0 0 28 4 5 3 20 0 15 0 107405627 11345952768 132509 33554432000 4194304 4196468 140736380629296 139826622987280 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22489] ppid=22429 vsize=11080032 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/22432/task/22489/stat : 22489 (java) S 22429 22432 6396 0 -1 1077944384 3838 13157 0 0 28 4 5 3 20 0 15 0 107405627 11345952768 132509 33554432000 4194304 4196468 140736380629296 139826621934480 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22490] ppid=22429 vsize=11080032 memory=530036 CPUtime=0.39 cores=0,2,4,6
/proc/22432/task/22490/stat : 22490 (java) S 22429 22432 6396 0 -1 1077944384 4299 13157 0 0 27 4 5 3 20 0 15 0 107405627 11345952768 132509 33554432000 4194304 4196468 140736380629296 139826620881680 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22491] ppid=22429 vsize=11080032 memory=530036 CPUtime=0.37 cores=0,2,4,6
/proc/22432/task/22491/stat : 22491 (java) S 22429 22432 6396 0 -1 1077944384 5773 13157 0 0 27 2 5 3 20 0 15 0 107405628 11345952768 132509 33554432000 4194304 4196468 140736380629296 139826230528368 139826737490562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22492] ppid=22429 vsize=11080032 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22492/stat : 22492 (java) S 22429 22432 6396 0 -1 1077944384 26 13157 0 0 0 0 5 3 20 0 15 0 107405628 11345952768 132509 33554432000 4194304 4196468 140736380629296 139825478886496 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22493] ppid=22429 vsize=11080032 memory=533564 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22493/stat : 22493 (java) S 22429 22432 6396 0 -1 1077944384 74 13157 0 0 0 0 5 3 20 0 15 0 107405629 11345952768 132509 33554432000 4194304 4196468 140736380629296 139825411773312 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22494] ppid=22429 vsize=11080032 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22494/stat : 22494 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11345952768 132509 33554432000 4194304 4196468 140736380629296 139825104377680 139826737498011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22495] ppid=22429 vsize=11080032 memory=530036 CPUtime=5.78 cores=0,2,4,6
/proc/22432/task/22495/stat : 22495 (java) S 22429 22432 6396 0 -1 1077944384 28861 13157 0 0 567 3 5 3 20 0 15 0 107405631 11345952768 132509 33554432000 4194304 4196468 140736380629296 139826229476208 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22496] ppid=22429 vsize=11080032 memory=4128 CPUtime=5.52 cores=0,2,4,6
/proc/22432/task/22496/stat : 22496 (java) S 22429 22432 6396 0 -1 1077944384 31475 13157 0 0 540 4 5 3 20 0 15 0 107405631 11345952768 132509 33554432000 4194304 4196468 140736380629296 139826228423408 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22497] ppid=22429 vsize=11080032 memory=30524 CPUtime=2.15 cores=0,2,4,6
/proc/22432/task/22497/stat : 22497 (java) S 22429 22432 6396 0 -1 1077944384 21303 13157 0 0 203 4 5 3 20 0 15 0 107405631 11345952768 132509 33554432000 4194304 4196468 140736380629296 139826227370608 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22498] ppid=22429 vsize=11080032 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22498/stat : 22498 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11345952768 132509 33554432000 4194304 4196468 140736380629296 139824673581792 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22499] ppid=22429 vsize=11080032 memory=530036 CPUtime=0.17 cores=0,2,4,6
/proc/22432/task/22499/stat : 22499 (java) S 22429 22432 6396 0 -1 1077944384 1491 13157 0 0 5 4 5 3 20 0 15 0 107405632 11345952768 132509 33554432000 4194304 4196468 140736380629296 139826226318000 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
Current children cumulated CPU time: 236.46 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 530036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.701 s]
/proc/loadavg: 1.39 1.51 1.61 3/216 22771
/proc/meminfo: memFree=22785164/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=11080032 memory=526448 CPUtime=252.02 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 6396 0 -1 1077944320 165749 13157 0 0 25141 53 5 3 20 0 15 0 107405617 11345952768 131612 33554432000 4194304 4196468 140736380629296 140736380611840 139826737479415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
/proc/22432/statm: 2770008 131612 3525 1 0 2731661 0
[pid=22432/tid=22486] ppid=22429 vsize=11080032 memory=526960 CPUtime=236.82 cores=0,2,4,6
/proc/22432/task/22486/stat : 22486 (java) R 22429 22432 6396 0 -1 4202560 59934 13157 0 0 23654 20 5 3 20 0 15 0 107405626 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826709313888 139826316537134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22487] ppid=22429 vsize=11080032 memory=526448 CPUtime=0.43 cores=0,2,4,6
/proc/22432/task/22487/stat : 22487 (java) S 22429 22432 6396 0 -1 1077944384 1978 13157 0 0 31 4 5 3 20 0 15 0 107405627 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826741722256 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22488] ppid=22429 vsize=11080032 memory=530036 CPUtime=0.44 cores=0,2,4,6
/proc/22432/task/22488/stat : 22488 (java) S 22429 22432 6396 0 -1 1077944384 2490 13157 0 0 32 4 5 3 20 0 15 0 107405627 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826622987280 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22489] ppid=22429 vsize=11080032 memory=4048 CPUtime=0.44 cores=0,2,4,6
/proc/22432/task/22489/stat : 22489 (java) S 22429 22432 6396 0 -1 1077944384 3869 13157 0 0 32 4 5 3 20 0 15 0 107405627 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826621934480 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22490] ppid=22429 vsize=11080032 memory=529972 CPUtime=0.43 cores=0,2,4,6
/proc/22432/task/22490/stat : 22490 (java) S 22429 22432 6396 0 -1 1077944384 4313 13157 0 0 31 4 5 3 20 0 15 0 107405627 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826620881680 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22491] ppid=22429 vsize=11080032 memory=4128 CPUtime=0.41 cores=0,2,4,6
/proc/22432/task/22491/stat : 22491 (java) S 22429 22432 6396 0 -1 1077944384 5775 13157 0 0 31 2 5 3 20 0 15 0 107405628 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826230528368 139826737490562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22492] ppid=22429 vsize=11080032 memory=527472 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22492/stat : 22492 (java) S 22429 22432 6396 0 -1 1077944384 26 13157 0 0 0 0 5 3 20 0 15 0 107405628 11345952768 131612 33554432000 4194304 4196468 140736380629296 139825478886496 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22493] ppid=22429 vsize=11080032 memory=527472 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22493/stat : 22493 (java) S 22429 22432 6396 0 -1 1077944384 74 13157 0 0 0 0 5 3 20 0 15 0 107405629 11345952768 131612 33554432000 4194304 4196468 140736380629296 139825411773312 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22494] ppid=22429 vsize=11080032 memory=530036 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22494/stat : 22494 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11345952768 131612 33554432000 4194304 4196468 140736380629296 139825104377680 139826737498011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22495] ppid=22429 vsize=11080032 memory=1008 CPUtime=5.8 cores=0,2,4,6
/proc/22432/task/22495/stat : 22495 (java) S 22429 22432 6396 0 -1 1077944384 29262 13157 0 0 569 3 5 3 20 0 15 0 107405631 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826229476208 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22496] ppid=22429 vsize=11080032 memory=6791534058613427641 CPUtime=5.54 cores=0,2,4,6
/proc/22432/task/22496/stat : 22496 (java) S 22429 22432 6396 0 -1 1077944384 32037 13157 0 0 542 4 5 3 20 0 15 0 107405631 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826228423408 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22497] ppid=22429 vsize=11080032 memory=4616 CPUtime=2.16 cores=0,2,4,6
/proc/22432/task/22497/stat : 22497 (java) S 22429 22432 6396 0 -1 1077944384 22304 13157 0 0 204 4 5 3 20 0 15 0 107405631 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826227370608 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22498] ppid=22429 vsize=11080032 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22498/stat : 22498 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11345952768 131612 33554432000 4194304 4196468 140736380629296 139824673581792 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22499] ppid=22429 vsize=11080032 memory=4124 CPUtime=0.18 cores=0,2,4,6
/proc/22432/task/22499/stat : 22499 (java) S 22429 22432 6396 0 -1 1077944384 1491 13157 0 0 6 4 5 3 20 0 15 0 107405632 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826226318000 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 526448 KiB

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

[startup+237.74 s]
# the end of solver process 22432 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.491 s, system=0.588901 s

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

[startup+237.701 s]
/proc/loadavg: 1.39 1.51 1.61 3/216 22771
/proc/meminfo: memFree=22785164/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=11080032 memory=526448 CPUtime=252.02 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 6396 0 -1 1077944320 165749 13157 0 0 25141 53 5 3 20 0 15 0 107405617 11345952768 131612 33554432000 4194304 4196468 140736380629296 140736380611840 139826737479415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
/proc/22432/statm: 2770008 131612 3525 1 0 2731661 0
[pid=22432/tid=22486] ppid=22429 vsize=11080032 memory=526960 CPUtime=236.82 cores=0,2,4,6
/proc/22432/task/22486/stat : 22486 (java) R 22429 22432 6396 0 -1 4202560 59934 13157 0 0 23654 20 5 3 20 0 15 0 107405626 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826709313888 139826316537134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22487] ppid=22429 vsize=11080032 memory=526448 CPUtime=0.43 cores=0,2,4,6
/proc/22432/task/22487/stat : 22487 (java) S 22429 22432 6396 0 -1 1077944384 1978 13157 0 0 31 4 5 3 20 0 15 0 107405627 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826741722256 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22488] ppid=22429 vsize=11080032 memory=530036 CPUtime=0.44 cores=0,2,4,6
/proc/22432/task/22488/stat : 22488 (java) S 22429 22432 6396 0 -1 1077944384 2490 13157 0 0 32 4 5 3 20 0 15 0 107405627 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826622987280 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22489] ppid=22429 vsize=11080032 memory=4048 CPUtime=0.44 cores=0,2,4,6
/proc/22432/task/22489/stat : 22489 (java) S 22429 22432 6396 0 -1 1077944384 3869 13157 0 0 32 4 5 3 20 0 15 0 107405627 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826621934480 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22490] ppid=22429 vsize=11080032 memory=529972 CPUtime=0.43 cores=0,2,4,6
/proc/22432/task/22490/stat : 22490 (java) S 22429 22432 6396 0 -1 1077944384 4313 13157 0 0 31 4 5 3 20 0 15 0 107405627 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826620881680 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22491] ppid=22429 vsize=11080032 memory=4128 CPUtime=0.41 cores=0,2,4,6
/proc/22432/task/22491/stat : 22491 (java) S 22429 22432 6396 0 -1 1077944384 5775 13157 0 0 31 2 5 3 20 0 15 0 107405628 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826230528368 139826737490562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22492] ppid=22429 vsize=11080032 memory=527472 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22492/stat : 22492 (java) S 22429 22432 6396 0 -1 1077944384 26 13157 0 0 0 0 5 3 20 0 15 0 107405628 11345952768 131612 33554432000 4194304 4196468 140736380629296 139825478886496 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22493] ppid=22429 vsize=11080032 memory=527472 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22493/stat : 22493 (java) S 22429 22432 6396 0 -1 1077944384 74 13157 0 0 0 0 5 3 20 0 15 0 107405629 11345952768 131612 33554432000 4194304 4196468 140736380629296 139825411773312 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22494] ppid=22429 vsize=11080032 memory=530036 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22494/stat : 22494 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11345952768 131612 33554432000 4194304 4196468 140736380629296 139825104377680 139826737498011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22495] ppid=22429 vsize=11080032 memory=1008 CPUtime=5.8 cores=0,2,4,6
/proc/22432/task/22495/stat : 22495 (java) S 22429 22432 6396 0 -1 1077944384 29262 13157 0 0 569 3 5 3 20 0 15 0 107405631 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826229476208 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22496] ppid=22429 vsize=11080032 memory=6791534058613427641 CPUtime=5.54 cores=0,2,4,6
/proc/22432/task/22496/stat : 22496 (java) S 22429 22432 6396 0 -1 1077944384 32037 13157 0 0 542 4 5 3 20 0 15 0 107405631 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826228423408 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22497] ppid=22429 vsize=11080032 memory=4616 CPUtime=2.16 cores=0,2,4,6
/proc/22432/task/22497/stat : 22497 (java) S 22429 22432 6396 0 -1 1077944384 22304 13157 0 0 204 4 5 3 20 0 15 0 107405631 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826227370608 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22498] ppid=22429 vsize=11080032 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22498/stat : 22498 (java) S 22429 22432 6396 0 -1 1077944384 3 13157 0 0 0 0 5 3 20 0 15 0 107405631 11345952768 131612 33554432000 4194304 4196468 140736380629296 139824673581792 139826737489621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
[pid=22432/tid=22499] ppid=22429 vsize=11080032 memory=4124 CPUtime=0.18 cores=0,2,4,6
/proc/22432/task/22499/stat : 22499 (java) S 22429 22432 6396 0 -1 1077944384 1491 13157 0 0 6 4 5 3 20 0 15 0 107405632 11345952768 131612 33554432000 4194304 4196468 140736380629296 139826226318000 139826737490562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 10018816 140736380631665 140736380634465 140736380634465 140736380637135 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 526448 KiB

Child status: 143
Real time (s): 237.74
CPU time (s): 252.08
CPU user time (s): 251.491
CPU system time (s): 0.588901
CPU usage (%): 106.032
Max. virtual memory (cumulated for all children) (KiB): 11081036
Max. memory (cumulated for all children) (KiB): 691988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.491
system time used= 0.588901
maximum resident set size= 692508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179723
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19959
involuntary context switches= 584


# summary of solver processes directly reported to runsolver:
#   pid: 22432
#   total CPU time (s): 252.08
#   total CPU user time (s): 251.491
#   total CPU system time (s): 0.588901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31084 second user time and 2.32205 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 23:07:04
IDJOB=4302347
IDBENCH=141625
IDSOLVER=2776
FILE ID=node139/4302347-1532898424
RUNJOBID= node139-1532895510-17592
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-75-50-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302347-1532898424/watcher-4302347-1532898424 -o /tmp/evaluation-result-4302347-1532898424/solver-4302347-1532898424 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1011097505 HOME/instance-4302347-1532898424.xml

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

MD5SUM BENCH= 7fcf74bccc1d4f399a3457b4fd80f100
RANDOM SEED=1011097505

node139.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.80
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.80
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.80
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.80
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:        22118924 kB
MemAvailable:   30187276 kB
Buffers:          256812 kB
Cached:          7924928 kB
SwapCached:            0 kB
Active:          4835608 kB
Inactive:        5139684 kB
Active(anon):    1747992 kB
Inactive(anon):    73544 kB
Active(file):    3087616 kB
Inactive(file):  5066140 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26640 kB
Writeback:             0 kB
AnonPages:       1835196 kB
Mapped:            58320 kB
Shmem:             25228 kB
Slab:             372256 kB
SReclaimable:     343056 kB
SUnreclaim:        29200 kB
KernelStack:        3792 kB
PageTables:         8956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2884540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1589248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44996 MiB
End job on node139 at 2018-07-29 23:11:02