Trace number 4302633

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)1681 252.129 231.735

General information on the benchmark

NameKnapsack/
Knapsack-90-400-01_c18.xml
MD5SUM21e6319225d06eb46c107a9c6e1ffb4f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1681
Best CPU time to get the best result obtained on this benchmark248.932
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":90}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":90}]
Minimum constraint arity90
Maximum constraint arity90
Distribution of constraint arities[{"arity":90,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
6.76/3.47	o 943
6.76/3.49	o 1008
7.06/3.51	o 1042
7.06/3.53	o 1044
7.06/3.54	o 1065
7.06/3.55	o 1068
7.06/3.57	o 1078
7.06/3.58	o 1122
7.06/3.59	o 1143
7.06/3.60	o 1150
7.43/3.61	o 1156
7.43/3.67	o 1184
7.43/3.67	o 1193
7.43/3.68	o 1220
7.80/3.71	o 1227
7.80/3.73	o 1228
7.80/3.73	o 1264
7.80/3.76	o 1272
7.80/3.76	o 1276
7.80/3.77	o 1291
8.13/3.80	o 1297
8.13/3.80	o 1318
8.49/3.91	o 1320
8.49/3.91	o 1351
8.49/3.92	o 1355
8.49/3.92	o 1374
8.49/3.93	o 1375
9.38/4.22	o 1401
9.38/4.23	o 1427
9.38/4.23	o 1436
9.38/4.24	o 1450
9.38/4.25	o 1459
9.38/4.25	o 1499
9.38/4.28	o 1534
9.38/4.28	o 1546
13.04/5.93	o 1554
13.04/5.97	o 1555
13.04/5.99	o 1563
13.04/5.99	o 1575
13.20/6.06	o 1589
13.20/6.07	o 1590
13.20/6.07	o 1599
22.12/13.60	o 1621
22.26/13.60	o 1630
146.19/127.07	o 1633
146.29/127.19	o 1634
210.06/190.24	o 1638
235.99/215.83	o 1641
235.99/215.83	o 1643
235.99/215.84	o 1646
235.99/215.84	o 1653
235.99/215.84	o 1666
235.99/215.84	o 1668
235.99/215.85	o 1669
235.99/215.86	o 1672
235.99/215.86	o 1681
252.08/231.70	Exception in thread "main" java.util.concurrent.TimeoutException
252.08/231.70		at concrete.MAC.mac(MAC.scala:188)
252.08/231.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.08/231.70		at scala.util.Try$.apply(Try.scala:209)
252.08/231.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/231.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/231.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/231.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/231.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.08/231.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/231.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/231.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/231.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/231.71		at concrete.MAC.oneRun(MAC.scala:253)
252.08/231.71		at concrete.MAC.nextSolution(MAC.scala:272)
252.08/231.71		at concrete.MAC.nextSolution(MAC.scala:355)
252.08/231.71		at concrete.Solver.hasNext(Solver.scala:166)
252.08/231.71		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.08/231.71		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.08/231.71		at concrete.Solver.foreach(Solver.scala:68)
252.08/231.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.08/231.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/231.71		at scala.util.Success.map(Try.scala:209)
252.08/231.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.08/231.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.08/231.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.08/231.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.08/231.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.08/231.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/231.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/231.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/231.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/231.71		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/231.71		at scala.App.main(App.scala:76)
252.08/231.71		at scala.App.main$(App.scala:74)
252.08/231.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.08/231.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/231.71	v <instantiation cost="1681">
252.08/231.71	v       <list>
252.08/231.71	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89]
252.08/231.71	v       </list>
252.08/231.71	v       <values>
252.08/231.71	v         0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 1 1 0 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0
252.08/231.71	v       </values>
252.08/231.71	v     </instantiation>
252.08/231.71	s SATISFIABLE

Verifier Data

OK	1681

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302633-1532898291/watcher-4302633-1532898291 -o /tmp/evaluation-result-4302633-1532898291/solver-4302633-1532898291 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1442882185 -superng HOME/instance-4302633-1532898291.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Starting watchdog threadCurrent StackSize limit: 8192 KiB

solver pid=3793, runsolver pid=3790

[startup+0.100059 s]*
/proc/loadavg: 1.65 1.91 1.84 3/213 3850
/proc/meminfo: memFree=27538816/32770624 swapFree=67108744/67108860
[pid=3793] ppid=3790 vsize=10005480 memory=16552 CPUtime=0.09 cores=1,3,5,7
/proc/3793/stat : 3793 (java) S 3790 3793 19273 0 -1 1077944320 4326 13091 0 0 1 0 5 3 20 0 6 0 107392360 10245611520 4138 33554432000 4194304 4196468 140732237375296 140732237357840 140708412399351 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
/proc/3793/statm: 2501370 4138 1933 1 0 2489808 0
[pid=3793/tid=3846] ppid=3790 vsize=10005480 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/3793/task/3846/stat : 3846 (java) R 3790 3793 19273 0 -1 4202560 2184 13091 0 0 1 0 5 3 20 0 6 0 107392369 10245611520 4716 33554432000 4194304 4196468 140732237375296 140708384236112 140708396479838 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3847] ppid=3790 vsize=10005480 memory=5792869726567804975 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3847/stat : 3847 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 6 0 107392370 10245611520 4716 33554432000 4194304 4196468 140732237375296 140708416642064 140708412409557 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3848] ppid=3790 vsize=10005480 memory=139761969071744 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3848/stat : 3848 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 6 0 107392370 10245611520 4716 33554432000 4194304 4196468 140732237375296 140708297907344 140708412409557 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3849] ppid=3790 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3849/stat : 3849 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 6 0 107392370 10245611520 4716 33554432000 4194304 4196468 140732237375296 140707950680848 140708412409557 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3850] ppid=3790 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3850/stat : 3850 (java) S 3790 3793 19273 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 6 0 107392370 10245611520 4716 33554432000 4194304 4196468 140732237375296 140707949628304 140708412409557 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210972 s]*
/proc/loadavg: 1.65 1.91 1.84 3/222 3859
/proc/meminfo: memFree=27514556/32770624 swapFree=67108744/67108860
[pid=3793] ppid=3790 vsize=10982744 memory=43432 CPUtime=0.26 cores=1,3,5,7
/proc/3793/stat : 3793 (java) S 3790 3793 19273 0 -1 1077944320 7572 13091 0 0 17 1 5 3 20 0 15 0 107392360 11246329856 10858 33554432000 4194304 4196468 140732237375296 140732237357840 140708412399351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
/proc/3793/statm: 2745686 10858 2957 1 0 2708109 0
[pid=3793/tid=3846] ppid=3790 vsize=10982744 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/3793/task/3846/stat : 3846 (java) R 3790 3793 19273 0 -1 4202560 4480 13091 0 0 11 0 5 3 20 0 15 0 107392369 11246329856 11188 33554432000 4194304 4196468 140732237375296 140708384216464 140708396479838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3847] ppid=3790 vsize=10982744 memory=288292155783643159 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3847/stat : 3847 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392370 11246329856 11188 33554432000 4194304 4196468 140732237375296 140708416642064 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3848] ppid=3790 vsize=10982744 memory=3762111323983906464 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3848/stat : 3848 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392370 11246329856 11188 33554432000 4194304 4196468 140732237375296 140708297907344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3849] ppid=3790 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3849/stat : 3849 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392370 11246329856 11188 33554432000 4194304 4196468 140732237375296 140707950680848 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3850] ppid=3790 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3850/stat : 3850 (java) S 3790 3793 19273 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 107392370 11246329856 11188 33554432000 4194304 4196468 140732237375296 140707949628304 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3851] ppid=3790 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3851/stat : 3851 (java) S 3790 3793 19273 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 107392371 11246329856 11188 33554432000 4194304 4196468 140732237375296 140707905534192 140708412410498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3852] ppid=3790 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3852/stat : 3852 (java) S 3790 3793 19273 0 -1 1077944384 13 13091 0 0 0 0 5 3 20 0 15 0 107392372 11246329856 11188 33554432000 4194304 4196468 140732237375296 140707168773280 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3853] ppid=3790 vsize=10982744 memory=139761969071744 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3853/stat : 3853 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392372 11246329856 11188 33554432000 4194304 4196468 140732237375296 140707020923632 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3854] ppid=3790 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3854/stat : 3854 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11246329856 11188 33554432000 4194304 4196468 140732237375296 140706713524176 140708412417947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3855] ppid=3790 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3793/task/3855/stat : 3855 (java) R 3790 3793 19273 0 -1 4202560 415 13091 0 0 1 0 5 3 20 0 15 0 107392375 11246329856 11188 33554432000 4194304 4196468 140732237375296 140707904482032 140708412410498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3856] ppid=3790 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/3793/task/3856/stat : 3856 (java) S 3790 3793 19273 0 -1 1077944384 191 13091 0 0 1 0 5 3 20 0 15 0 107392375 11246329856 11188 33554432000 4194304 4196468 140732237375296 140707903429488 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3857] ppid=3790 vsize=10982744 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/3793/task/3857/stat : 3857 (java) R 3790 3793 19273 0 -1 4202560 613 13091 0 0 3 0 5 3 20 0 15 0 107392375 11246329856 11188 33554432000 4194304 4196468 140732237375296 140707902376432 140708412420698 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3858] ppid=3790 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3858/stat : 3858 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11246329856 11188 33554432000 4194304 4196468 140732237375296 140706282728288 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3859] ppid=3790 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3859/stat : 3859 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392375 11246329856 11188 33554432000 4194304 4196468 140732237375296 140707901323824 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43432 KiB

[startup+0.310464 s]*
/proc/loadavg: 1.65 1.91 1.84 3/222 3859
/proc/meminfo: memFree=27503224/32770624 swapFree=67108744/67108860
[pid=3793] ppid=3790 vsize=10983192 memory=55452 CPUtime=0.38 cores=1,3,5,7
/proc/3793/stat : 3793 (java) S 3790 3793 19273 0 -1 1077944320 10408 13091 0 0 28 2 5 3 20 0 15 0 107392360 11246788608 13863 33554432000 4194304 4196468 140732237375296 140732237357840 140708412399351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
/proc/3793/statm: 2745798 13863 3076 1 0 2708109 0
[pid=3793/tid=3846] ppid=3790 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/3793/task/3846/stat : 3846 (java) R 3790 3793 19273 0 -1 4202560 6965 13091 0 0 19 1 5 3 20 0 15 0 107392369 11246788608 13863 33554432000 4194304 4196468 140732237375296 140708384211360 140708393963356 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3847] ppid=3790 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3847/stat : 3847 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392370 11246788608 13863 33554432000 4194304 4196468 140732237375296 140708416642064 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3848] ppid=3790 vsize=10983192 memory=-2843876213913142430 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3848/stat : 3848 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392370 11246788608 13863 33554432000 4194304 4196468 140732237375296 140708297907344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3849] ppid=3790 vsize=10983192 memory=-8412656567334364540 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3849/stat : 3849 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392370 11246788608 13863 33554432000 4194304 4196468 140732237375296 140707950680848 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3850] ppid=3790 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3850/stat : 3850 (java) S 3790 3793 19273 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 107392370 11246788608 13863 33554432000 4194304 4196468 140732237375296 140707949628304 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3851] ppid=3790 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3851/stat : 3851 (java) S 3790 3793 19273 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 107392371 11246788608 13863 33554432000 4194304 4196468 140732237375296 140707905534192 140708412410498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3852] ppid=3790 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3852/stat : 3852 (java) S 3790 3793 19273 0 -1 1077944384 13 13091 0 0 0 0 5 3 20 0 15 0 107392372 11246788608 13863 33554432000 4194304 4196468 140732237375296 140707168773280 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3853] ppid=3790 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3853/stat : 3853 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392372 11246788608 13863 33554432000 4194304 4196468 140732237375296 140707020923632 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3854] ppid=3790 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3854/stat : 3854 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11246788608 13863 33554432000 4194304 4196468 140732237375296 140706713524176 140708412417947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3855] ppid=3790 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3793/task/3855/stat : 3855 (java) S 3790 3793 19273 0 -1 1077944384 417 13091 0 0 1 0 5 3 20 0 15 0 107392375 11246788608 13863 33554432000 4194304 4196468 140732237375296 140707904482032 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3856] ppid=3790 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3793/task/3856/stat : 3856 (java) S 3790 3793 19273 0 -1 1077944384 191 13091 0 0 1 0 5 3 20 0 15 0 107392375 11246788608 13863 33554432000 4194304 4196468 140732237375296 140707903429488 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3857] ppid=3790 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3793/task/3857/stat : 3857 (java) S 3790 3793 19273 0 -1 1077944384 623 13091 0 0 4 0 5 3 20 0 15 0 107392375 11246788608 13863 33554432000 4194304 4196468 140732237375296 140707902376432 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3858] ppid=3790 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3858/stat : 3858 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11246788608 13863 33554432000 4194304 4196468 140732237375296 140706282728288 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3859] ppid=3790 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3859/stat : 3859 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392375 11246788608 13863 33554432000 4194304 4196468 140732237375296 140707901323824 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55452 KiB

[startup+0.700819 s]
/proc/loadavg: 1.65 1.91 1.84 4/222 3859
/proc/meminfo: memFree=27491936/32770624 swapFree=67108744/67108860
[pid=3793] ppid=3790 vsize=10983192 memory=88176 CPUtime=1 cores=1,3,5,7
/proc/3793/stat : 3793 (java) S 3790 3793 19273 0 -1 1077944320 16753 13091 0 0 88 4 5 3 20 0 15 0 107392360 11246788608 22044 33554432000 4194304 4196468 140732237375296 140732237357840 140708412399351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
/proc/3793/statm: 2745798 22044 3238 1 0 2708109 0
[pid=3793/tid=3846] ppid=3790 vsize=10983192 memory=30744 CPUtime=0.66 cores=1,3,5,7
/proc/3793/task/3846/stat : 3846 (java) R 3790 3793 19273 0 -1 4202560 12189 13091 0 0 56 2 5 3 20 0 15 0 107392369 11246788608 22044 33554432000 4194304 4196468 140732237375296 140708384220176 140708412421277 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3847] ppid=3790 vsize=10983192 memory=279523719384848 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3847/stat : 3847 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392370 11246788608 22044 33554432000 4194304 4196468 140732237375296 140708416642064 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3848] ppid=3790 vsize=10983192 memory=2494704912129 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3848/stat : 3848 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392370 11246788608 22044 33554432000 4194304 4196468 140732237375296 140708297907344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3849] ppid=3790 vsize=10983192 memory=2524769683201 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3849/stat : 3849 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392370 11246788608 22044 33554432000 4194304 4196468 140732237375296 140707950680848 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3850] ppid=3790 vsize=10983192 memory=2550539486977 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3850/stat : 3850 (java) S 3790 3793 19273 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 107392370 11246788608 22044 33554432000 4194304 4196468 140732237375296 140707949628304 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3851] ppid=3790 vsize=10983192 memory=2563424388865 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3851/stat : 3851 (java) S 3790 3793 19273 0 -1 1077944384 5 13091 0 0 0 0 5 3 20 0 15 0 107392371 11246788608 22044 33554432000 4194304 4196468 140732237375296 140707905534192 140708412410498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3852] ppid=3790 vsize=10983192 memory=2572014323457 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3852/stat : 3852 (java) S 3790 3793 19273 0 -1 1077944384 13 13091 0 0 0 0 5 3 20 0 15 0 107392372 11246788608 22044 33554432000 4194304 4196468 140732237375296 140707168773280 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3853] ppid=3790 vsize=10983192 memory=2632143865601 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3853/stat : 3853 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392372 11246788608 22108 33554432000 4194304 4196468 140732237375296 140707020923632 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3854] ppid=3790 vsize=10983192 memory=19773292 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3854/stat : 3854 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11246788608 22108 33554432000 4194304 4196468 140732237375296 140706713524176 140708412417947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3855] ppid=3790 vsize=10983192 memory=-7453528518462155811 CPUtime=0.17 cores=1,3,5,7
/proc/3793/task/3855/stat : 3855 (java) S 3790 3793 19273 0 -1 1077944384 1038 13091 0 0 9 0 5 3 20 0 15 0 107392375 11246788608 22108 33554432000 4194304 4196468 140732237375296 140707904482032 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3856] ppid=3790 vsize=10983192 memory=279523719947840 CPUtime=0.16 cores=1,3,5,7
/proc/3793/task/3856/stat : 3856 (java) S 3790 3793 19273 0 -1 1077944384 584 13091 0 0 8 0 5 3 20 0 15 0 107392375 11246788608 22108 33554432000 4194304 4196468 140732237375296 140707903429488 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3857] ppid=3790 vsize=10983192 memory=139762530779769 CPUtime=0.21 cores=1,3,5,7
/proc/3793/task/3857/stat : 3857 (java) R 3790 3793 19273 0 -1 4202560 716 13091 0 0 13 0 5 3 20 0 15 0 107392375 11246788608 22108 33554432000 4194304 4196468 140732237375296 140707902376432 140708412411286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3858] ppid=3790 vsize=10983192 memory=142476950110869 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3858/stat : 3858 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11246788608 22108 33554432000 4194304 4196468 140732237375296 140706282728288 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3859] ppid=3790 vsize=10983192 memory=139762530780046 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3859/stat : 3859 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392375 11246788608 22108 33554432000 4194304 4196468 140732237375296 140707901323824 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88176 KiB

[startup+1.5008 s]
/proc/loadavg: 1.65 1.91 1.84 3/222 3859
/proc/meminfo: memFree=27445356/32770624 swapFree=67108744/67108860
[pid=3793] ppid=3790 vsize=10998092 memory=179440 CPUtime=2.25 cores=1,3,5,7
/proc/3793/stat : 3793 (java) S 3790 3793 19273 0 -1 1077944320 23944 13091 0 0 208 9 5 3 20 0 15 0 107392360 11262046208 44860 33554432000 4194304 4196468 140732237375296 140732237357840 140708412399351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
/proc/3793/statm: 2749523 44860 3465 1 0 2711181 0
[pid=3793/tid=3846] ppid=3790 vsize=10998092 memory=118 CPUtime=1.44 cores=1,3,5,7
/proc/3793/task/3846/stat : 3846 (java) R 3790 3793 19273 0 -1 4202560 17854 13091 0 0 130 6 5 3 20 0 15 0 107392369 11262046208 44860 33554432000 4194304 4196468 140732237375296 140708384231520 140708398094333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3847] ppid=3790 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3793/task/3847/stat : 3847 (java) S 3790 3793 19273 0 -1 1077944384 290 13091 0 0 1 0 5 3 20 0 15 0 107392370 11262046208 44860 33554432000 4194304 4196468 140732237375296 140708416642064 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3848] ppid=3790 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3793/task/3848/stat : 3848 (java) S 3790 3793 19273 0 -1 1077944384 63 13091 0 0 1 0 5 3 20 0 15 0 107392370 11262046208 44860 33554432000 4194304 4196468 140732237375296 140708297907344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3849] ppid=3790 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3793/task/3849/stat : 3849 (java) S 3790 3793 19273 0 -1 1077944384 30 13091 0 0 1 0 5 3 20 0 15 0 107392370 11262046208 44860 33554432000 4194304 4196468 140732237375296 140707950680848 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3850] ppid=3790 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3793/task/3850/stat : 3850 (java) S 3790 3793 19273 0 -1 1077944384 42 13091 0 0 1 0 5 3 20 0 15 0 107392370 11262046208 44860 33554432000 4194304 4196468 140732237375296 140707949628304 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3851] ppid=3790 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3793/task/3851/stat : 3851 (java) S 3790 3793 19273 0 -1 1077944384 48 13091 0 0 1 0 5 3 20 0 15 0 107392371 11262046208 44860 33554432000 4194304 4196468 140732237375296 140707905534192 140708412410498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3852] ppid=3790 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3852/stat : 3852 (java) S 3790 3793 19273 0 -1 1077944384 14 13091 0 0 0 0 5 3 20 0 15 0 107392372 11262046208 44860 33554432000 4194304 4196468 140732237375296 140707168773344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3853] ppid=3790 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3853/stat : 3853 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392372 11262046208 44860 33554432000 4194304 4196468 140732237375296 140707020923648 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3854] ppid=3790 vsize=10998092 memory=279523719441344 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3854/stat : 3854 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11262046208 44860 33554432000 4194304 4196468 140732237375296 140706713524176 140708412417947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3855] ppid=3790 vsize=10998092 memory=6442213876440394334 CPUtime=0.3 cores=1,3,5,7
/proc/3793/task/3855/stat : 3855 (java) S 3790 3793 19273 0 -1 1077944384 1501 13091 0 0 22 0 5 3 20 0 15 0 107392375 11262046208 44860 33554432000 4194304 4196468 140732237375296 140707904482032 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3856] ppid=3790 vsize=10998092 memory=7813582992590659929 CPUtime=0.28 cores=1,3,5,7
/proc/3793/task/3856/stat : 3856 (java) S 3790 3793 19273 0 -1 1077944384 775 13091 0 0 20 0 5 3 20 0 15 0 107392375 11262046208 44860 33554432000 4194304 4196468 140732237375296 140707903429488 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3857] ppid=3790 vsize=10998092 memory=5794842325107042147 CPUtime=0.37 cores=1,3,5,7
/proc/3793/task/3857/stat : 3857 (java) S 3790 3793 19273 0 -1 1077944384 1124 13091 0 0 29 0 5 3 20 0 15 0 107392375 11262046208 44860 33554432000 4194304 4196468 140732237375296 140707902376432 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3858] ppid=3790 vsize=10998092 memory=8026095560356949602 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3858/stat : 3858 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11262046208 44860 33554432000 4194304 4196468 140732237375296 140706282728288 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3859] ppid=3790 vsize=10998092 memory=7665803187691809128 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3859/stat : 3859 (java) S 3790 3793 19273 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 107392375 11262046208 44860 33554432000 4194304 4196468 140732237375296 140707901323824 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB

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

/proc/3793/task/3846/stat : 3846 (java) S 3790 3793 19273 0 -1 1077944384 54132 13091 0 0 16099 21 5 3 20 0 15 0 107392369 11343855616 184806 33554432000 4194304 4196468 140732237375296 140708384234864 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3847] ppid=3790 vsize=11077984 memory=739224 CPUtime=0.47 cores=1,3,5,7
/proc/3793/task/3847/stat : 3847 (java) S 3790 3793 19273 0 -1 1077944384 2015 13091 0 0 34 5 5 3 20 0 15 0 107392370 11343855616 184806 33554432000 4194304 4196468 140732237375296 140708416642064 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3848] ppid=3790 vsize=11077984 memory=739224 CPUtime=0.47 cores=1,3,5,7
/proc/3793/task/3848/stat : 3848 (java) S 3790 3793 19273 0 -1 1077944384 3242 13091 0 0 34 5 5 3 20 0 15 0 107392370 11343855616 184806 33554432000 4194304 4196468 140732237375296 140708297907344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3849] ppid=3790 vsize=11077984 memory=739224 CPUtime=0.47 cores=1,3,5,7
/proc/3793/task/3849/stat : 3849 (java) S 3790 3793 19273 0 -1 1077944384 1136 13091 0 0 35 4 5 3 20 0 15 0 107392370 11343855616 184806 33554432000 4194304 4196468 140732237375296 140707950680848 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3850] ppid=3790 vsize=11077984 memory=739224 CPUtime=0.47 cores=1,3,5,7
/proc/3793/task/3850/stat : 3850 (java) S 3790 3793 19273 0 -1 1077944384 3087 13091 0 0 35 4 5 3 20 0 15 0 107392370 11343855616 184806 33554432000 4194304 4196468 140732237375296 140707949628304 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3851] ppid=3790 vsize=11077984 memory=739224 CPUtime=0.42 cores=1,3,5,7
/proc/3793/task/3851/stat : 3851 (java) R 3790 3793 19273 0 -1 4202560 1912 13091 0 0 32 2 5 3 20 0 15 0 107392371 11343855616 184806 33554432000 4194304 4196468 140732237375296 140707905532704 140708412411286 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3852] ppid=3790 vsize=11077984 memory=739224 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3852/stat : 3852 (java) S 3790 3793 19273 0 -1 1077944384 19 13091 0 0 0 0 5 3 20 0 15 0 107392372 11343855616 184806 33554432000 4194304 4196468 140732237375296 140707168773344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3853] ppid=3790 vsize=11077984 memory=739196 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3853/stat : 3853 (java) S 3790 3793 19273 0 -1 1077944384 6 13091 0 0 0 0 5 3 20 0 15 0 107392372 11343855616 184806 33554432000 4194304 4196468 140732237375296 140707020923648 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3854] ppid=3790 vsize=11077984 memory=279523720206464 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3854/stat : 3854 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11343855616 184806 33554432000 4194304 4196468 140732237375296 140706713524176 140708412417947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3855] ppid=3790 vsize=11077984 memory=33 CPUtime=7.83 cores=1,3,5,7
/proc/3793/task/3855/stat : 3855 (java) S 3790 3793 19273 0 -1 1077944384 19543 13091 0 0 772 3 5 3 20 0 15 0 107392375 11343855616 184806 33554432000 4194304 4196468 140732237375296 140707904482032 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3856] ppid=3790 vsize=11077984 memory=739224 CPUtime=7.62 cores=1,3,5,7
/proc/3793/task/3856/stat : 3856 (java) S 3790 3793 19273 0 -1 1077944384 13933 13091 0 0 750 4 5 3 20 0 15 0 107392375 11343855616 184806 33554432000 4194304 4196468 140732237375296 140707903429488 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3857] ppid=3790 vsize=11077984 memory=2396 CPUtime=3.29 cores=1,3,5,7
/proc/3793/task/3857/stat : 3857 (java) S 3790 3793 19273 0 -1 1077944384 18661 13091 0 0 316 5 5 3 20 0 15 0 107392375 11343855616 184806 33554432000 4194304 4196468 140732237375296 140707902376432 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3858] ppid=3790 vsize=11077984 memory=739224 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3858/stat : 3858 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11343855616 184806 33554432000 4194304 4196468 140732237375296 140706282728288 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3859] ppid=3790 vsize=11077984 memory=739224 CPUtime=0.16 cores=1,3,5,7
/proc/3793/task/3859/stat : 3859 (java) S 3790 3793 19273 0 -1 1077944384 373 13091 0 0 4 4 5 3 20 0 15 0 107392375 11343855616 184806 33554432000 4194304 4196468 140732237375296 140707901323824 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
Current children cumulated CPU time: 181.87 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 739224 KiB

[startup+222.301 s]
/proc/loadavg: 1.54 1.71 1.77 3/218 3993
/proc/meminfo: memFree=26885964/32770624 swapFree=67108744/67108860
[pid=3793] ppid=3790 vsize=11077984 memory=739300 CPUtime=242.59 cores=1,3,5,7
/proc/3793/stat : 3793 (java) S 3790 3793 19273 0 -1 1077944320 125690 13091 0 0 24186 65 5 3 20 0 15 0 107392360 11343855616 184825 33554432000 4194304 4196468 140732237375296 140732237357840 140708412399351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
/proc/3793/statm: 2769496 184825 3527 1 0 2731149 0
[pid=3793/tid=3846] ppid=3790 vsize=11077984 memory=739224 CPUtime=220.7 cores=1,3,5,7
/proc/3793/task/3846/stat : 3846 (java) R 3790 3793 19273 0 -1 4202560 55079 13091 0 0 22040 22 5 3 20 0 15 0 107392369 11343855616 184825 33554432000 4194304 4196468 140732237375296 140708384234784 140707985574623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3847] ppid=3790 vsize=11077984 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/3793/task/3847/stat : 3847 (java) S 3790 3793 19273 0 -1 1077944384 2092 13091 0 0 56 7 5 3 20 0 15 0 107392370 11343855616 184825 33554432000 4194304 4196468 140732237375296 140708416642064 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3848] ppid=3790 vsize=11077984 memory=739300 CPUtime=0.71 cores=1,3,5,7
/proc/3793/task/3848/stat : 3848 (java) S 3790 3793 19273 0 -1 1077944384 4270 13091 0 0 57 6 5 3 20 0 15 0 107392370 11343855616 184825 33554432000 4194304 4196468 140732237375296 140708297907344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3849] ppid=3790 vsize=11077984 memory=739300 CPUtime=0.71 cores=1,3,5,7
/proc/3793/task/3849/stat : 3849 (java) S 3790 3793 19273 0 -1 1077944384 1184 13091 0 0 58 5 5 3 20 0 15 0 107392370 11343855616 184825 33554432000 4194304 4196468 140732237375296 140707950680848 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3850] ppid=3790 vsize=11077984 memory=1292 CPUtime=0.71 cores=1,3,5,7
/proc/3793/task/3850/stat : 3850 (java) S 3790 3793 19273 0 -1 1077944384 3149 13091 0 0 58 5 5 3 20 0 15 0 107392370 11343855616 184825 33554432000 4194304 4196468 140732237375296 140707949628304 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3851] ppid=3790 vsize=11077984 memory=739300 CPUtime=0.64 cores=1,3,5,7
/proc/3793/task/3851/stat : 3851 (java) S 3790 3793 19273 0 -1 1077944384 1921 13091 0 0 53 3 5 3 20 0 15 0 107392371 11343855616 184825 33554432000 4194304 4196468 140732237375296 140707905534192 140708412410498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3852] ppid=3790 vsize=11077984 memory=739300 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3852/stat : 3852 (java) S 3790 3793 19273 0 -1 1077944384 19 13091 0 0 0 0 5 3 20 0 15 0 107392372 11343855616 184825 33554432000 4194304 4196468 140732237375296 140707168773344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3853] ppid=3790 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3853/stat : 3853 (java) S 3790 3793 19273 0 -1 1077944384 6 13091 0 0 0 0 5 3 20 0 15 0 107392372 11343855616 184825 33554432000 4194304 4196468 140732237375296 140707020923648 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3854] ppid=3790 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3854/stat : 3854 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11343855616 184825 33554432000 4194304 4196468 140732237375296 140706713524176 140708412417947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3855] ppid=3790 vsize=11077984 memory=10592 CPUtime=7.88 cores=1,3,5,7
/proc/3793/task/3855/stat : 3855 (java) S 3790 3793 19273 0 -1 1077944384 20966 13091 0 0 776 4 5 3 20 0 15 0 107392375 11343855616 184825 33554432000 4194304 4196468 140732237375296 140707904482032 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3856] ppid=3790 vsize=11077984 memory=13 CPUtime=7.66 cores=1,3,5,7
/proc/3793/task/3856/stat : 3856 (java) S 3790 3793 19273 0 -1 1077944384 14910 13091 0 0 754 4 5 3 20 0 15 0 107392375 11343855616 184825 33554432000 4194304 4196468 140732237375296 140707903429488 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3857] ppid=3790 vsize=11077984 memory=0 CPUtime=3.29 cores=1,3,5,7
/proc/3793/task/3857/stat : 3857 (java) S 3790 3793 19273 0 -1 1077944384 19515 13091 0 0 316 5 5 3 20 0 15 0 107392375 11343855616 184825 33554432000 4194304 4196468 140732237375296 140707902376432 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3858] ppid=3790 vsize=11077984 memory=739300 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3858/stat : 3858 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11343855616 184825 33554432000 4194304 4196468 140732237375296 140706282728288 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3859] ppid=3790 vsize=11077984 memory=4096 CPUtime=0.2 cores=1,3,5,7
/proc/3793/task/3859/stat : 3859 (java) S 3790 3793 19273 0 -1 1077944384 378 13091 0 0 6 6 5 3 20 0 15 0 107392375 11343855616 184825 33554432000 4194304 4196468 140732237375296 140707901323824 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
Current children cumulated CPU time: 242.59 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 739300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+231.701 s]
/proc/loadavg: 1.49 1.70 1.77 3/218 3993
/proc/meminfo: memFree=26886112/32770624 swapFree=67108744/67108860
[pid=3793] ppid=3790 vsize=11077984 memory=739328 CPUtime=252.08 cores=1,3,5,7
/proc/3793/stat : 3793 (java) S 3790 3793 19273 0 -1 1077944320 125813 13091 0 0 25134 66 5 3 20 0 15 0 107392360 11343855616 184832 33554432000 4194304 4196468 140732237375296 140732237357840 140708412399351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
/proc/3793/statm: 2769496 184832 3527 1 0 2731149 0
[pid=3793/tid=3846] ppid=3790 vsize=11077984 memory=739328 CPUtime=230 cores=1,3,5,7
/proc/3793/task/3846/stat : 3846 (java) R 3790 3793 19273 0 -1 4202560 55138 13091 0 0 22970 22 5 3 20 0 15 0 107392369 11343855616 184832 33554432000 4194304 4196468 140732237375296 140708384234672 140707981592962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3847] ppid=3790 vsize=11077984 memory=1844 CPUtime=0.75 cores=1,3,5,7
/proc/3793/task/3847/stat : 3847 (java) S 3790 3793 19273 0 -1 1077944384 2101 13091 0 0 60 7 5 3 20 0 15 0 107392370 11343855616 184832 33554432000 4194304 4196468 140732237375296 140708416642064 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3848] ppid=3790 vsize=11077984 memory=4096 CPUtime=0.74 cores=1,3,5,7
/proc/3793/task/3848/stat : 3848 (java) S 3790 3793 19273 0 -1 1077944384 4277 13091 0 0 60 6 5 3 20 0 15 0 107392370 11343855616 184832 33554432000 4194304 4196468 140732237375296 140708297907344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3849] ppid=3790 vsize=11077984 memory=739328 CPUtime=0.75 cores=1,3,5,7
/proc/3793/task/3849/stat : 3849 (java) S 3790 3793 19273 0 -1 1077944384 1193 13091 0 0 62 5 5 3 20 0 15 0 107392370 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707950680848 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3850] ppid=3790 vsize=11077984 memory=739300 CPUtime=0.75 cores=1,3,5,7
/proc/3793/task/3850/stat : 3850 (java) S 3790 3793 19273 0 -1 1077944384 3160 13091 0 0 62 5 5 3 20 0 15 0 107392370 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707949628304 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3851] ppid=3790 vsize=11077984 memory=739328 CPUtime=0.68 cores=1,3,5,7
/proc/3793/task/3851/stat : 3851 (java) S 3790 3793 19273 0 -1 1077944384 1921 13091 0 0 56 4 5 3 20 0 15 0 107392371 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707905534192 140708412410498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3852] ppid=3790 vsize=11077984 memory=739328 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3852/stat : 3852 (java) S 3790 3793 19273 0 -1 1077944384 19 13091 0 0 0 0 5 3 20 0 15 0 107392372 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707168773344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3853] ppid=3790 vsize=11077984 memory=739300 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3853/stat : 3853 (java) S 3790 3793 19273 0 -1 1077944384 6 13091 0 0 0 0 5 3 20 0 15 0 107392372 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707020923648 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3854] ppid=3790 vsize=11077984 memory=739328 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3854/stat : 3854 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11343855616 184832 33554432000 4194304 4196468 140732237375296 140706713524176 140708412417947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3855] ppid=3790 vsize=11077984 memory=739328 CPUtime=7.89 cores=1,3,5,7
/proc/3793/task/3855/stat : 3855 (java) S 3790 3793 19273 0 -1 1077944384 20994 13091 0 0 777 4 5 3 20 0 15 0 107392375 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707904482032 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3856] ppid=3790 vsize=11077984 memory=25160 CPUtime=7.66 cores=1,3,5,7
/proc/3793/task/3856/stat : 3856 (java) S 3790 3793 19273 0 -1 1077944384 14910 13091 0 0 754 4 5 3 20 0 15 0 107392375 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707903429488 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3857] ppid=3790 vsize=11077984 memory=0 CPUtime=3.29 cores=1,3,5,7
/proc/3793/task/3857/stat : 3857 (java) S 3790 3793 19273 0 -1 1077944384 19515 13091 0 0 316 5 5 3 20 0 15 0 107392375 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707902376432 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3858] ppid=3790 vsize=11077984 memory=279523721162880 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3858/stat : 3858 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11343855616 184832 33554432000 4194304 4196468 140732237375296 140706282728288 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3859] ppid=3790 vsize=11077984 memory=4096 CPUtime=0.2 cores=1,3,5,7
/proc/3793/task/3859/stat : 3859 (java) S 3790 3793 19273 0 -1 1077944384 378 13091 0 0 6 6 5 3 20 0 15 0 107392375 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707901323824 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 739328 KiB

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

[startup+231.735 s]
# the end of solver process 3793 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.417 s, system=0.712922 s

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

[startup+231.701 s]
/proc/loadavg: 1.49 1.70 1.77 3/218 3993
/proc/meminfo: memFree=26886112/32770624 swapFree=67108744/67108860
[pid=3793] ppid=3790 vsize=11077984 memory=739328 CPUtime=252.08 cores=1,3,5,7
/proc/3793/stat : 3793 (java) S 3790 3793 19273 0 -1 1077944320 125813 13091 0 0 25134 66 5 3 20 0 15 0 107392360 11343855616 184832 33554432000 4194304 4196468 140732237375296 140732237357840 140708412399351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
/proc/3793/statm: 2769496 184832 3527 1 0 2731149 0
[pid=3793/tid=3846] ppid=3790 vsize=11077984 memory=739328 CPUtime=230 cores=1,3,5,7
/proc/3793/task/3846/stat : 3846 (java) R 3790 3793 19273 0 -1 4202560 55138 13091 0 0 22970 22 5 3 20 0 15 0 107392369 11343855616 184832 33554432000 4194304 4196468 140732237375296 140708384234672 140707981592962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3847] ppid=3790 vsize=11077984 memory=1844 CPUtime=0.75 cores=1,3,5,7
/proc/3793/task/3847/stat : 3847 (java) S 3790 3793 19273 0 -1 1077944384 2101 13091 0 0 60 7 5 3 20 0 15 0 107392370 11343855616 184832 33554432000 4194304 4196468 140732237375296 140708416642064 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3848] ppid=3790 vsize=11077984 memory=4096 CPUtime=0.74 cores=1,3,5,7
/proc/3793/task/3848/stat : 3848 (java) S 3790 3793 19273 0 -1 1077944384 4277 13091 0 0 60 6 5 3 20 0 15 0 107392370 11343855616 184832 33554432000 4194304 4196468 140732237375296 140708297907344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3849] ppid=3790 vsize=11077984 memory=739328 CPUtime=0.75 cores=1,3,5,7
/proc/3793/task/3849/stat : 3849 (java) S 3790 3793 19273 0 -1 1077944384 1193 13091 0 0 62 5 5 3 20 0 15 0 107392370 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707950680848 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3850] ppid=3790 vsize=11077984 memory=739300 CPUtime=0.75 cores=1,3,5,7
/proc/3793/task/3850/stat : 3850 (java) S 3790 3793 19273 0 -1 1077944384 3160 13091 0 0 62 5 5 3 20 0 15 0 107392370 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707949628304 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3851] ppid=3790 vsize=11077984 memory=739328 CPUtime=0.68 cores=1,3,5,7
/proc/3793/task/3851/stat : 3851 (java) S 3790 3793 19273 0 -1 1077944384 1921 13091 0 0 56 4 5 3 20 0 15 0 107392371 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707905534192 140708412410498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3852] ppid=3790 vsize=11077984 memory=739328 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3852/stat : 3852 (java) S 3790 3793 19273 0 -1 1077944384 19 13091 0 0 0 0 5 3 20 0 15 0 107392372 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707168773344 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3853] ppid=3790 vsize=11077984 memory=739300 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3853/stat : 3853 (java) S 3790 3793 19273 0 -1 1077944384 6 13091 0 0 0 0 5 3 20 0 15 0 107392372 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707020923648 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3854] ppid=3790 vsize=11077984 memory=739328 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3854/stat : 3854 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11343855616 184832 33554432000 4194304 4196468 140732237375296 140706713524176 140708412417947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3855] ppid=3790 vsize=11077984 memory=739328 CPUtime=7.89 cores=1,3,5,7
/proc/3793/task/3855/stat : 3855 (java) S 3790 3793 19273 0 -1 1077944384 20994 13091 0 0 777 4 5 3 20 0 15 0 107392375 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707904482032 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3856] ppid=3790 vsize=11077984 memory=25160 CPUtime=7.66 cores=1,3,5,7
/proc/3793/task/3856/stat : 3856 (java) S 3790 3793 19273 0 -1 1077944384 14910 13091 0 0 754 4 5 3 20 0 15 0 107392375 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707903429488 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3857] ppid=3790 vsize=11077984 memory=0 CPUtime=3.29 cores=1,3,5,7
/proc/3793/task/3857/stat : 3857 (java) S 3790 3793 19273 0 -1 1077944384 19515 13091 0 0 316 5 5 3 20 0 15 0 107392375 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707902376432 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3858] ppid=3790 vsize=11077984 memory=279523721162880 CPUtime=0.08 cores=1,3,5,7
/proc/3793/task/3858/stat : 3858 (java) S 3790 3793 19273 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 107392375 11343855616 184832 33554432000 4194304 4196468 140732237375296 140706282728288 140708412409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
[pid=3793/tid=3859] ppid=3790 vsize=11077984 memory=4096 CPUtime=0.2 cores=1,3,5,7
/proc/3793/task/3859/stat : 3859 (java) S 3790 3793 19273 0 -1 1077944384 378 13091 0 0 6 6 5 3 20 0 15 0 107392375 11343855616 184832 33554432000 4194304 4196468 140732237375296 140707901323824 140708412410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140732237384296 140732237387105 140732237387105 140732237389775 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 739328 KiB

Child status: 143
Real time (s): 231.735
CPU time (s): 252.129
CPU user time (s): 251.417
CPU system time (s): 0.712922
CPU usage (%): 108.801
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 780988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.417
system time used= 0.712922
maximum resident set size= 781348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139517
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= 30891
involuntary context switches= 771


# summary of solver processes directly reported to runsolver:
#   pid: 3793
#   total CPU time (s): 252.129
#   total CPU user time (s): 251.417
#   total CPU system time (s): 0.712922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44096 second user time and 2.24617 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 23:04:51
IDJOB=4302633
IDBENCH=141536
IDSOLVER=2777
FILE ID=node134/4302633-1532898291
RUNJOBID= node134-1532893331-28701
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Knapsack/Knapsack-90-400-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302633-1532898291/watcher-4302633-1532898291 -o /tmp/evaluation-result-4302633-1532898291/solver-4302633-1532898291 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1442882185 -superng HOME/instance-4302633-1532898291.xml

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

MD5SUM BENCH= 21e6319225d06eb46c107a9c6e1ffb4f
RANDOM SEED=1442882185

node134.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.68
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.68
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.68
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.68
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:        27544632 kB
MemAvailable:   31197756 kB
Buffers:          211052 kB
Cached:          3712544 kB
SwapCached:            0 kB
Active:          2475240 kB
Inactive:        2269968 kB
Active(anon):     771348 kB
Inactive(anon):    78480 kB
Active(file):    1703892 kB
Inactive(file):  2191488 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26468 kB
Writeback:             0 kB
AnonPages:        827056 kB
Mapped:            57800 kB
Shmem:             25132 kB
Slab:             176084 kB
SReclaimable:     147156 kB
SUnreclaim:        28928 kB
KernelStack:        3952 kB
PageTables:         7156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1941480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    565248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60908 MiB
End job on node134 at 2018-07-29 23:08:43