Trace number 4289856

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
Sat4j-CSP 2018-07-11? (TO) 2400.31 2265.65

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-01_c18.xml
MD5SUM03892ae4f8c09e3dcf1eb144c7e7557f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark1.71398
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size329
Distribution of domain sizes[{"size":1,"count":1},{"size":329,"count":61}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":22},{"degree":4,"count":19},{"degree":5,"count":21}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":93},{"arity":14,"count":2},{"arity":16,"count":2}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

108.70/40.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
108.70/40.11	c This is free software under the dual EPL/GNU LGPL licenses.
108.70/40.11	c See www.sat4j.org for details.
108.70/40.11	c That software uses the Rhino library from the Mozilla project.
108.70/40.11	c version 2.3.6-SNAPSHOT
108.70/40.11	c java.runtime.name	Java(TM) SE Runtime Environment
108.70/40.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
108.70/40.11	c java.vm.version	25.131-b11
108.70/40.11	c java.vm.vendor	Oracle Corporation
108.70/40.11	c sun.arch.data.model	64
108.70/40.11	c java.version		1.8.0_131
108.70/40.11	c os.name		Linux
108.70/40.11	c os.version		3.10.0-514.16.1.el7.x86_64
108.70/40.11	c os.arch		amd64
108.70/40.11	c Free memory 		499604488
108.70/40.11	c Max memory 		7247757312
108.70/40.11	c Total memory 		504889344
108.70/40.11	c Number of processors 	4
108.70/40.11	c c --- Begin Solver configuration ---
108.70/40.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
108.70/40.11	c Learn all clauses as in MiniSAT
108.70/40.11	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
108.70/40.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
108.70/40.11	c No reason simplification
108.70/40.11	c Glucose 2.1 dynamic restart strategy
108.70/40.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
108.70/40.11	c timeout=2147483s
108.70/40.11	c DB Simplification allowed=false
108.70/40.11	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
108.70/40.11	c --- End Solver configuration ---
108.70/40.11	c constraints type 
108.70/40.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 122
108.70/40.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20176419
108.70/40.11	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
108.70/40.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12022094
108.70/40.11	c org.sat4j.specs.Constr$1 => 1
108.70/40.11	c org.sat4j.minisat.constraints.cnf.UnitClause => 2886
108.70/40.11	c 32201523 constraints processed.
224.70/135.05	o 328
233.77/142.59	o 327
255.47/163.87	o 326
309.55/217.05	o 325
325.91/233.33	o 324
343.40/249.99	o 323
356.15/261.80	o 322
363.36/269.05	o 321
371.53/276.49	o 320
386.86/291.77	o 319
399.15/303.28	o 318
404.86/308.97	o 317
424.74/328.07	o 316
449.66/352.95	o 315
462.44/364.91	o 314
476.57/379.08	o 313
493.57/395.20	o 312
506.59/408.22	o 311
515.58/416.45	o 310
549.23/450.04	o 309
564.60/464.69	o 308
593.23/493.25	o 307
620.37/519.57	o 306
641.89/541.03	o 305
716.96/615.29	o 304
731.41/628.84	o 303
747.52/644.94	o 302
780.14/676.79	o 301
815.11/711.63	o 300
837.88/733.50	o 299
844.58/740.22	o 298
870.65/765.49	o 297
877.36/772.17	o 296
896.62/790.50	o 295
910.43/804.30	o 294
921.10/814.15	o 293
930.01/823.10	o 292
957.19/849.48	o 291
988.98/881.11	o 290
1022.69/913.91	o 289
1032.29/923.57	o 288
1086.55/976.98	o 287
1121.97/1012.37	o 286
1133.04/1022.51	o 281
1146.46/1035.91	o 280
1155.36/1044.81	o 279
1172.69/1061.34	o 278
1181.51/1070.12	o 277
1197.44/1085.26	o 276
1205.95/1093.77	o 275
1238.13/1125.02	o 274
1248.25/1135.18	o 273
1290.20/1176.26	o 272
1301.50/1187.51	o 271
1335.17/1220.30	o 270
1344.17/1229.38	o 269
1423.08/1307.37	o 268
1430.98/1315.29	o 267
1468.14/1351.53	o 266
1476.35/1359.72	o 265
1485.67/1368.28	o 264
1505.60/1388.18	o 263
1566.39/1448.07	o 262
1609.52/1491.14	o 261
1622.85/1503.67	o 260
1643.67/1524.45	o 259
1656.40/1536.34	o 258
1710.74/1590.60	o 257
1734.13/1613.18	o 256
1751.43/1630.49	o 255
1774.30/1652.45	o 254
1784.61/1662.74	o 253
1827.19/1704.44	o 252
1837.50/1714.77	o 251
1858.93/1735.38	o 250
1869.44/1745.83	o 249
1880.78/1756.33	o 248
1888.79/1764.37	o 247
1928.35/1803.10	o 246
1941.56/1816.29	o 245
1957.40/1831.27	o 244
1973.60/1847.45	o 243
1984.33/1857.30	o 242
2020.95/1893.94	o 241
2041.46/1914.50	o 240
2052.81/1924.90	o 239
2070.04/1942.18	o 238
2099.76/1971.08	o 237
2111.07/1982.37	o 236
2150.01/2020.47	o 235
2167.22/2037.65	o 234
2196.26/2065.85	o 233
2206.07/2075.67	o 231
2250.92/2119.64	o 230
2265.33/2134.02	o 229
2286.03/2153.96	o 228
2295.73/2163.66	o 227
2318.64/2185.71	o 226
2343.06/2210.17	o 225
2360.20/2226.45	o 224
2372.60/2238.84	o 223
2385.40/2250.86	o 222
2400.24/2265.60	c starts		: 5052
2400.24/2265.60	c conflicts		: 940311
2400.24/2265.60	c decisions		: 1364582070
2400.24/2265.60	c propagations		: 4220892035
2400.24/2265.60	c inspects		: 7238351147
2400.24/2265.60	c shortcuts		: 0
2400.24/2265.60	c learnt literals	: 5096
2400.24/2265.60	c learnt binary clauses	: 69309
2400.24/2265.60	c learnt ternary clauses	: 6225
2400.24/2265.61	c learnt constraints	: 935215
2400.24/2265.61	c ignored constraints	: 0
2400.24/2265.61	c root simplifications	: 0
2400.24/2265.61	c removed literals (reason simplification)	: 0
2400.24/2265.61	c reason swapping (by a shorter reason)	: 0
2400.24/2265.61	c Calls to reduceDB	: 134
2400.24/2265.61	c Number of update (reduction) of LBD	: 741290
2400.24/2265.61	c Imported unit clauses	: 0
2400.24/2265.61	c number of reductions to clauses (during analyze)	: 0
2400.24/2265.61	c number of learned constraints concerned by reduction	: 0
2400.24/2265.61	c number of learning phase by resolution	: 0
2400.24/2265.61	c number of learning phase by cutting planes	: 0
2400.24/2265.61	c number of rounding to 1 operations	: 0
2400.24/2265.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.24/2265.61	c number of reductions of the coefficients by power 2 	: 0
2400.24/2265.61	c number of right shift for reduction by power 2 	: 0
2400.24/2265.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.24/2265.61	c number of ending skipping 	: 0
2400.24/2265.61	c number of internal skipping 	: 0
2400.24/2265.61	c number of derivation steps 	: 0
2400.24/2265.61	c number of skipped derivation steps 	: 0
2400.24/2265.61	c number of remaining unassigned 	: 0
2400.24/2265.61	c number of remaining assigned 	: 0
2400.24/2265.61	c speed (assignments/second)	: 1896825.5266847622
2400.24/2265.61	c non guided choices	: 1258988747
2400.24/2265.61	Exception in thread "Thread-0" java.lang.NullPointerException
2400.24/2265.61		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1876)
2400.24/2265.61		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2022)
2400.24/2265.61		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
2400.24/2265.61		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
2400.24/2265.61		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
2400.24/2265.61		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
2400.24/2265.61		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
2400.24/2265.61		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289856-1532219675/watcher-4289856-1532219675 -o /tmp/evaluation-result-4289856-1532219675/solver-4289856-1532219675 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26948 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289856-1532219675.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=28452, runsolver pid=28449

[startup+0.10066 s]*
/proc/loadavg: 1.84 1.97 2.08 3/217 28467
/proc/meminfo: memFree=19273468/32770624 swapFree=67108860/67108860
[pid=28452] ppid=28449 vsize=10659012 memory=31520 CPUtime=0.12 cores=0,2,4,6
/proc/28452/stat : 28452 (java) S 28449 28452 24561 0 -1 1077944320 6436 0 0 0 11 1 0 0 20 0 15 0 39530664 10914828288 7880 33554432000 4194304 4196468 140724436870848 140724436853392 140162027761399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
/proc/28452/statm: 2664753 7880 2845 1 0 2627263 0
[pid=28452/tid=28454] ppid=28449 vsize=10659012 memory=-8701690554792448894 CPUtime=0.09 cores=0,2,4,6
/proc/28452/task/28454/stat : 28454 (java) R 28449 28452 24561 0 -1 4202560 4273 0 0 0 8 1 0 0 20 0 15 0 39530665 10914828288 7880 33554432000 4194304 4196468 140724436870848 140162031975392 140162027773334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28455] ppid=28449 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28455/stat : 28455 (java) S 28449 28452 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39530666 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161964452496 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28456] ppid=28449 vsize=10659012 memory=139864233797248 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28456/stat : 28456 (java) S 28449 28452 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39530666 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161633348112 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28457] ppid=28449 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28457/stat : 28457 (java) S 28449 28452 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39530666 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161632295312 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28458] ppid=28449 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28458/stat : 28458 (java) S 28449 28452 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39530666 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161631242512 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28459] ppid=28449 vsize=10659012 memory=139864233797248 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28459/stat : 28459 (java) S 28449 28452 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39530667 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161535900528 140162027772546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28460] ppid=28449 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28460/stat : 28460 (java) S 28449 28452 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39530667 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161534846496 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28461] ppid=28449 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28461/stat : 28461 (java) S 28449 28452 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39530668 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161533793648 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28462] ppid=28449 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28462/stat : 28462 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39530670 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161532741968 140162027779995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28463] ppid=28449 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28463/stat : 28463 (java) S 28449 28452 24561 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 39530670 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161531689328 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28464] ppid=28449 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28464/stat : 28464 (java) S 28449 28452 24561 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39530670 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161530636528 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28465] ppid=28449 vsize=10659012 memory=139864233797248 CPUtime=0.02 cores=0,2,4,6
/proc/28452/task/28465/stat : 28465 (java) R 28449 28452 24561 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 39530670 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161529583728 140162011385184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28466] ppid=28449 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28466/stat : 28466 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39530670 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161528531168 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28467] ppid=28449 vsize=10659012 memory=139864233797248 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28467/stat : 28467 (java) S 28449 28452 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39530670 10914828288 7880 33554432000 4194304 4196468 140724436870848 140161527479472 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31520 KiB

[startup+0.210508 s]*
/proc/loadavg: 1.84 1.97 2.08 4/217 28467
/proc/meminfo: memFree=19265268/32770624 swapFree=67108860/67108860
[pid=28452] ppid=28449 vsize=10659012 memory=42268 CPUtime=0.33 cores=0,2,4,6
/proc/28452/stat : 28452 (java) S 28449 28452 24561 0 -1 1077944320 7669 0 0 0 31 2 0 0 20 0 15 0 39530664 10914828288 10567 33554432000 4194304 4196468 140724436870848 140724436853392 140162027761399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
/proc/28452/statm: 2664753 10567 3004 1 0 2627263 0
[pid=28452/tid=28454] ppid=28449 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28452/task/28454/stat : 28454 (java) R 28449 28452 24561 0 -1 4202560 4617 0 0 0 18 1 0 0 20 0 15 0 39530665 10914828288 10567 33554432000 4194304 4196468 140724436870848 140162031997680 140162027783325 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28455] ppid=28449 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28455/stat : 28455 (java) S 28449 28452 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39530666 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161964452496 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28456] ppid=28449 vsize=10659012 memory=288370240385508992 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28456/stat : 28456 (java) S 28449 28452 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39530666 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161633348112 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28457] ppid=28449 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28457/stat : 28457 (java) S 28449 28452 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39530666 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161632295312 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28458] ppid=28449 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28458/stat : 28458 (java) S 28449 28452 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39530666 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161631242512 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28459] ppid=28449 vsize=10659012 memory=139864233797248 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28459/stat : 28459 (java) S 28449 28452 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39530667 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161535900528 140162027772546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28460] ppid=28449 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28460/stat : 28460 (java) S 28449 28452 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39530667 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161534846496 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28461] ppid=28449 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28461/stat : 28461 (java) S 28449 28452 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39530668 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161533793648 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28462] ppid=28449 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28462/stat : 28462 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39530670 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161532741968 140162027779995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28463] ppid=28449 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28452/task/28463/stat : 28463 (java) S 28449 28452 24561 0 -1 1077944384 638 0 0 0 2 0 0 0 20 0 15 0 39530670 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161531689328 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28464] ppid=28449 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28452/task/28464/stat : 28464 (java) S 28449 28452 24561 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 15 0 39530670 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161530636528 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28465] ppid=28449 vsize=10659012 memory=139864233797248 CPUtime=0.07 cores=0,2,4,6
/proc/28452/task/28465/stat : 28465 (java) R 28449 28452 24561 0 -1 4202560 678 0 0 0 7 0 0 0 20 0 15 0 39530670 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161529583728 140162006281550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28466] ppid=28449 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28466/stat : 28466 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39530670 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161528531168 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28467] ppid=28449 vsize=10659012 memory=139864233797248 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28467/stat : 28467 (java) S 28449 28452 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39530670 10914828288 10567 33554432000 4194304 4196468 140724436870848 140161527479472 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42268 KiB

[startup+0.312057 s]*
/proc/loadavg: 1.84 1.97 2.08 4/217 28467
/proc/meminfo: memFree=19258816/32770624 swapFree=67108860/67108860
[pid=28452] ppid=28449 vsize=10659088 memory=47476 CPUtime=0.53 cores=0,2,4,6
/proc/28452/stat : 28452 (java) S 28449 28452 24561 0 -1 1077944320 8426 0 0 0 50 3 0 0 20 0 15 0 39530664 10914906112 11869 33554432000 4194304 4196468 140724436870848 140724436853392 140162027761399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
/proc/28452/statm: 2664772 11869 3054 1 0 2627263 0
[pid=28452/tid=28454] ppid=28449 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/28452/task/28454/stat : 28454 (java) R 28449 28452 24561 0 -1 4202560 5182 0 0 0 28 1 0 0 20 0 15 0 39530665 10914906112 11869 33554432000 4194304 4196468 140724436870848 140162031996368 140162011805029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28455] ppid=28449 vsize=10659088 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28455/stat : 28455 (java) S 28449 28452 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39530666 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161964452496 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28456] ppid=28449 vsize=10659088 memory=288370240385508992 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28456/stat : 28456 (java) S 28449 28452 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39530666 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161633348112 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28457] ppid=28449 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28457/stat : 28457 (java) S 28449 28452 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39530666 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161632295312 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28458] ppid=28449 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28458/stat : 28458 (java) S 28449 28452 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39530666 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161631242512 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28459] ppid=28449 vsize=10659088 memory=139864233797248 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28459/stat : 28459 (java) S 28449 28452 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39530667 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161535900528 140162027772546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28460] ppid=28449 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28460/stat : 28460 (java) S 28449 28452 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39530667 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161534846496 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28461] ppid=28449 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28461/stat : 28461 (java) S 28449 28452 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39530668 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161533793648 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28462] ppid=28449 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28462/stat : 28462 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39530670 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161532741968 140162027779995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28463] ppid=28449 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28452/task/28463/stat : 28463 (java) S 28449 28452 24561 0 -1 1077944384 732 0 0 0 4 0 0 0 20 0 15 0 39530670 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161531689328 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28464] ppid=28449 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/28452/task/28464/stat : 28464 (java) S 28449 28452 24561 0 -1 1077944384 377 0 0 0 3 0 0 0 20 0 15 0 39530670 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161530636528 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28465] ppid=28449 vsize=10659088 memory=139864233797248 CPUtime=0.13 cores=0,2,4,6
/proc/28452/task/28465/stat : 28465 (java) R 28449 28452 24561 0 -1 4202560 766 0 0 0 13 0 0 0 20 0 15 0 39530670 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161529583728 140162027773334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28466] ppid=28449 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28466/stat : 28466 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39530670 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161528531168 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28467] ppid=28449 vsize=10659088 memory=139864233797248 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28467/stat : 28467 (java) S 28449 28452 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39530670 10914906112 11869 33554432000 4194304 4196468 140724436870848 140161527479472 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47476 KiB

[startup+0.701585 s]
/proc/loadavg: 1.84 1.97 2.08 5/217 28467
/proc/meminfo: memFree=19205216/32770624 swapFree=67108860/67108860
[pid=28452] ppid=28449 vsize=10659088 memory=231164 CPUtime=1.6 cores=0,2,4,6
/proc/28452/stat : 28452 (java) S 28449 28452 24561 0 -1 1077944320 11229 0 0 0 148 12 0 0 20 0 15 0 39530664 10914906112 57791 33554432000 4194304 4196468 140724436870848 140724436853392 140162027761399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
/proc/28452/statm: 2664772 57791 3102 1 0 2627263 0
[pid=28452/tid=28454] ppid=28449 vsize=10659088 memory=1728 CPUtime=0.61 cores=0,2,4,6
/proc/28452/task/28454/stat : 28454 (java) S 28449 28452 24561 0 -1 1077944384 5674 0 0 0 57 4 0 0 20 0 15 0 39530665 10914906112 57791 33554432000 4194304 4196468 140724436870848 140162031996448 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28455] ppid=28449 vsize=10659088 memory=1004 CPUtime=0.05 cores=0,2,4,6
/proc/28452/task/28455/stat : 28455 (java) R 28449 28452 24561 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 15 0 39530666 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161964452696 140162012783520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28456] ppid=28449 vsize=10659088 memory=11956 CPUtime=0.05 cores=0,2,4,6
/proc/28452/task/28456/stat : 28456 (java) R 28449 28452 24561 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 15 0 39530666 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161633348112 140162012782885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28457] ppid=28449 vsize=10659088 memory=5520 CPUtime=0.05 cores=0,2,4,6
/proc/28452/task/28457/stat : 28457 (java) R 28449 28452 24561 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 15 0 39530666 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161632295312 140162012783520 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28458] ppid=28449 vsize=10659088 memory=792 CPUtime=0.05 cores=0,2,4,6
/proc/28452/task/28458/stat : 28458 (java) R 28449 28452 24561 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 15 0 39530666 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161631242400 140162012783520 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28459] ppid=28449 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28459/stat : 28459 (java) S 28449 28452 24561 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39530667 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161535899040 140162027771605 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28460] ppid=28449 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28460/stat : 28460 (java) S 28449 28452 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39530667 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161534846496 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28461] ppid=28449 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28461/stat : 28461 (java) S 28449 28452 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39530668 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161533793648 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28462] ppid=28449 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28462/stat : 28462 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39530670 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161532741968 140162027779995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28463] ppid=28449 vsize=10659088 memory=7163631965283378496 CPUtime=0.25 cores=0,2,4,6
/proc/28452/task/28463/stat : 28463 (java) S 28449 28452 24561 0 -1 1077944384 1363 0 0 0 25 0 0 0 20 0 15 0 39530670 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161531689328 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28464] ppid=28449 vsize=10659088 memory=6083353102074538087 CPUtime=0.23 cores=0,2,4,6
/proc/28452/task/28464/stat : 28464 (java) S 28449 28452 24561 0 -1 1077944384 1216 0 0 0 23 0 0 0 20 0 15 0 39530670 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161530636528 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28465] ppid=28449 vsize=10659088 memory=7440061282865139792 CPUtime=0.22 cores=0,2,4,6
/proc/28452/task/28465/stat : 28465 (java) S 28449 28452 24561 0 -1 1077944384 1464 0 0 0 22 0 0 0 20 0 15 0 39530670 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161529583728 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28466] ppid=28449 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28466/stat : 28466 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39530670 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161528531168 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28467] ppid=28449 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28467/stat : 28467 (java) S 28449 28452 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39530670 10914906112 57791 33554432000 4194304 4196468 140724436870848 140161527479472 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 231164 KiB

[startup+1.50158 s]
/proc/loadavg: 1.84 1.97 2.08 3/217 28467
/proc/meminfo: memFree=18977892/32770624 swapFree=67108860/67108860
[pid=28452] ppid=28449 vsize=10659088 memory=569308 CPUtime=3.51 cores=0,2,4,6
/proc/28452/stat : 28452 (java) S 28449 28452 24561 0 -1 1077944320 12379 0 0 0 311 40 0 0 20 0 15 0 39530664 10914906112 142327 33554432000 4194304 4196468 140724436870848 140724436853392 140162027761399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
/proc/28452/statm: 2664772 142327 3130 1 0 2627263 0
[pid=28452/tid=28454] ppid=28449 vsize=10659088 memory=0 CPUtime=1.04 cores=0,2,4,6
/proc/28452/task/28454/stat : 28454 (java) S 28449 28452 24561 0 -1 1077944384 5730 0 0 0 100 4 0 0 20 0 15 0 39530665 10914906112 142327 33554432000 4194304 4196468 140724436870848 140162031998272 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28455] ppid=28449 vsize=10659088 memory=-6951259422114956437 CPUtime=0.41 cores=0,2,4,6
/proc/28452/task/28455/stat : 28455 (java) R 28449 28452 24561 0 -1 4202560 236 0 0 0 33 8 0 0 20 0 15 0 39530666 10914906112 142327 33554432000 4194304 4196468 140724436870848 140161964452496 140162009357216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28456] ppid=28449 vsize=10659088 memory=-6509546260019855295 CPUtime=0.41 cores=0,2,4,6
/proc/28452/task/28456/stat : 28456 (java) R 28449 28452 24561 0 -1 4202560 242 0 0 0 33 8 0 0 20 0 15 0 39530666 10914906112 142327 33554432000 4194304 4196468 140724436870848 140161633348000 140162012459038 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28457] ppid=28449 vsize=10659088 memory=-7390251449858225344 CPUtime=0.41 cores=0,2,4,6
/proc/28452/task/28457/stat : 28457 (java) R 28449 28452 24561 0 -1 4202560 234 0 0 0 33 8 0 0 20 0 15 0 39530666 10914906112 142327 33554432000 4194304 4196468 140724436870848 140161632295312 140162009315048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28458] ppid=28449 vsize=10659088 memory=4134692831991786133 CPUtime=0.41 cores=0,2,4,6
/proc/28452/task/28458/stat : 28458 (java) R 28449 28452 24561 0 -1 4202560 254 0 0 0 33 8 0 0 20 0 15 0 39530666 10914906112 142327 33554432000 4194304 4196468 140724436870848 140161631242512 140162012459038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28459] ppid=28449 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28459/stat : 28459 (java) S 28449 28452 24561 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 39530667 10914906112 142327 33554432000 4194304 4196468 140724436870848 140161535898848 140162027771605 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0

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

/proc/28452/task/28457/stat : 28457 (java) S 28449 28452 24561 0 -1 1077944384 46992 0 0 0 4108 129 0 0 20 0 16 0 39530666 10985164800 1627899 33554432000 4194304 4196468 140724436870848 140161632295312 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28458] ppid=28449 vsize=10727700 memory=6515232 CPUtime=42.52 cores=0,2,4,6
/proc/28452/task/28458/stat : 28458 (java) S 28449 28452 24561 0 -1 1077944384 44641 0 0 0 4131 121 0 0 20 0 16 0 39530666 10985164800 1627899 33554432000 4194304 4196468 140724436870848 140161631242512 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28459] ppid=28449 vsize=10727700 memory=6511596 CPUtime=10.81 cores=0,2,4,6
/proc/28452/task/28459/stat : 28459 (java) S 28449 28452 24561 0 -1 1077944384 25701 0 0 0 1077 4 0 0 20 0 16 0 39530667 10985164800 1627899 33554432000 4194304 4196468 140724436870848 140161535900528 140162027772546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28460] ppid=28449 vsize=10727700 memory=6511596 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28460/stat : 28460 (java) S 28449 28452 24561 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 39530667 10985164800 1627899 33554432000 4194304 4196468 140724436870848 140161534846560 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28461] ppid=28449 vsize=10727700 memory=6511596 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28461/stat : 28461 (java) S 28449 28452 24561 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 39530668 10985164800 1627899 33554432000 4194304 4196468 140724436870848 140161533793664 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28462] ppid=28449 vsize=10727700 memory=6511596 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28462/stat : 28462 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39530670 10985164800 1627899 33554432000 4194304 4196468 140724436870848 140161532741968 140162027779995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28463] ppid=28449 vsize=10727700 memory=6511596 CPUtime=2.3 cores=0,2,4,6
/proc/28452/task/28463/stat : 28463 (java) S 28449 28452 24561 0 -1 1077944384 16292 0 0 0 228 2 0 0 20 0 16 0 39530670 10985164800 1627899 33554432000 4194304 4196468 140724436870848 140161531689328 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28464] ppid=28449 vsize=10727700 memory=6511596 CPUtime=2.02 cores=0,2,4,6
/proc/28452/task/28464/stat : 28464 (java) S 28449 28452 24561 0 -1 1077944384 14559 0 0 0 200 2 0 0 20 0 16 0 39530670 10985164800 1627899 33554432000 4194304 4196468 140724436870848 140161530636528 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28465] ppid=28449 vsize=10727700 memory=6508528 CPUtime=0.55 cores=0,2,4,6
/proc/28452/task/28465/stat : 28465 (java) S 28449 28452 24561 0 -1 1077944384 8582 0 0 0 53 2 0 0 20 0 16 0 39530670 10985164800 1627899 33554432000 4194304 4196468 140724436870848 140161529583728 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28466] ppid=28449 vsize=10727700 memory=6511596 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28466/stat : 28466 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39530670 10985164800 1627899 33554432000 4194304 4196468 140724436870848 140161528531168 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28467] ppid=28449 vsize=10727700 memory=6511596 CPUtime=1.4 cores=0,2,4,6
/proc/28452/task/28467/stat : 28467 (java) S 28449 28452 24561 0 -1 1077944384 2040 0 0 0 71 69 0 0 20 0 16 0 39530670 10985164800 1627899 33554432000 4194304 4196468 140724436870848 140161527479472 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28468] ppid=28449 vsize=10727700 memory=6500932 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28468/stat : 28468 (java) S 28449 28452 24561 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39534701 10985164800 1627899 33554432000 4194304 4196468 140724436870848 140161524327856 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
Current children cumulated CPU time: 2335.25 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6511596 KiB

[startup+2262.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/219 28562
/proc/meminfo: memFree=12656844/32770624 swapFree=67108860/67108860
[pid=28452] ppid=28449 vsize=10727700 memory=6520780 CPUtime=2396.91 cores=0,2,4,6
/proc/28452/stat : 28452 (java) S 28449 28452 24561 0 -1 1077944320 582652 0 0 0 239078 613 0 0 20 0 16 0 39530664 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140724436853392 140162027761399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
/proc/28452/statm: 2681925 1630195 3192 1 0 2644416 0
[pid=28452/tid=28454] ppid=28449 vsize=10727700 memory=6520780 CPUtime=2207.95 cores=0,2,4,6
/proc/28452/task/28454/stat : 28454 (java) R 28449 28452 24561 0 -1 4202560 297936 0 0 0 220759 36 0 0 20 0 16 0 39530665 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140162032000072 140161644310608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28455] ppid=28449 vsize=10727700 memory=6520780 CPUtime=42.93 cores=0,2,4,6
/proc/28452/task/28455/stat : 28455 (java) S 28449 28452 24561 0 -1 1077944384 52908 0 0 0 4162 131 0 0 20 0 16 0 39530666 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161964452496 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28456] ppid=28449 vsize=10727700 memory=6520780 CPUtime=42.84 cores=0,2,4,6
/proc/28452/task/28456/stat : 28456 (java) S 28449 28452 24561 0 -1 1077944384 66849 0 0 0 4157 127 0 0 20 0 16 0 39530666 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161633348112 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28457] ppid=28449 vsize=10727700 memory=0 CPUtime=42.91 cores=0,2,4,6
/proc/28452/task/28457/stat : 28457 (java) S 28449 28452 24561 0 -1 1077944384 47520 0 0 0 4162 129 0 0 20 0 16 0 39530666 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161632295312 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28458] ppid=28449 vsize=10727700 memory=6521304 CPUtime=43.06 cores=0,2,4,6
/proc/28452/task/28458/stat : 28458 (java) S 28449 28452 24561 0 -1 1077944384 47528 0 0 0 4185 121 0 0 20 0 16 0 39530666 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161631242512 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28459] ppid=28449 vsize=10727700 memory=6520780 CPUtime=10.82 cores=0,2,4,6
/proc/28452/task/28459/stat : 28459 (java) S 28449 28452 24561 0 -1 1077944384 26161 0 0 0 1077 5 0 0 20 0 16 0 39530667 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161535900528 140162027772546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28460] ppid=28449 vsize=10727700 memory=6520780 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28460/stat : 28460 (java) S 28449 28452 24561 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 39530667 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161534846560 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28461] ppid=28449 vsize=10727700 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28461/stat : 28461 (java) S 28449 28452 24561 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 39530668 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161533793664 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28462] ppid=28449 vsize=10727700 memory=6520780 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28462/stat : 28462 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39530670 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161532741968 140162027779995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28463] ppid=28449 vsize=10727700 memory=6520780 CPUtime=2.3 cores=0,2,4,6
/proc/28452/task/28463/stat : 28463 (java) S 28449 28452 24561 0 -1 1077944384 16295 0 0 0 228 2 0 0 20 0 16 0 39530670 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161531689328 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28464] ppid=28449 vsize=10727700 memory=4028 CPUtime=2.02 cores=0,2,4,6
/proc/28452/task/28464/stat : 28464 (java) S 28449 28452 24561 0 -1 1077944384 14572 0 0 0 200 2 0 0 20 0 16 0 39530670 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161530636528 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28465] ppid=28449 vsize=10727700 memory=6520780 CPUtime=0.55 cores=0,2,4,6
/proc/28452/task/28465/stat : 28465 (java) S 28449 28452 24561 0 -1 1077944384 9368 0 0 0 53 2 0 0 20 0 16 0 39530670 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161529583728 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28466] ppid=28449 vsize=10727700 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28466/stat : 28466 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39530670 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161528531168 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28467] ppid=28449 vsize=10727700 memory=13976 CPUtime=1.43 cores=0,2,4,6
/proc/28452/task/28467/stat : 28467 (java) S 28449 28452 24561 0 -1 1077944384 2078 0 0 0 73 70 0 0 20 0 16 0 39530670 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161527479472 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28468] ppid=28449 vsize=10727700 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28468/stat : 28468 (java) S 28449 28452 24561 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39534701 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161524327856 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
Current children cumulated CPU time: 2396.91 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6520780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2265.4 s]
/proc/loadavg: 2.11 2.05 2.05 3/218 28638
/proc/meminfo: memFree=14125320/32770624 swapFree=67108860/67108860
[pid=28452] ppid=28449 vsize=10727700 memory=6520780 CPUtime=2400.01 cores=0,2,4,6
/proc/28452/stat : 28452 (java) S 28449 28452 24561 0 -1 1077944320 582973 0 0 0 239388 613 0 0 20 0 16 0 39530664 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140724436853392 140162027761399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
/proc/28452/statm: 2681925 1630195 3192 1 0 2644416 0
[pid=28452/tid=28454] ppid=28449 vsize=10727700 memory=288230621803970871 CPUtime=2211.04 cores=0,2,4,6
/proc/28452/task/28454/stat : 28454 (java) R 28449 28452 24561 0 -1 4202560 298255 0 0 0 221068 36 0 0 20 0 16 0 39530665 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140162032000072 140161644310596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28455] ppid=28449 vsize=10727700 memory=14418107267549734 CPUtime=42.93 cores=0,2,4,6
/proc/28452/task/28455/stat : 28455 (java) S 28449 28452 24561 0 -1 1077944384 52908 0 0 0 4162 131 0 0 20 0 16 0 39530666 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161964452496 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28456] ppid=28449 vsize=10727700 memory=848 CPUtime=42.84 cores=0,2,4,6
/proc/28452/task/28456/stat : 28456 (java) S 28449 28452 24561 0 -1 1077944384 66849 0 0 0 4157 127 0 0 20 0 16 0 39530666 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161633348112 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28457] ppid=28449 vsize=10727700 memory=1796 CPUtime=42.91 cores=0,2,4,6
/proc/28452/task/28457/stat : 28457 (java) S 28449 28452 24561 0 -1 1077944384 47520 0 0 0 4162 129 0 0 20 0 16 0 39530666 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161632295312 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28458] ppid=28449 vsize=10727700 memory=916 CPUtime=43.06 cores=0,2,4,6
/proc/28452/task/28458/stat : 28458 (java) S 28449 28452 24561 0 -1 1077944384 47528 0 0 0 4185 121 0 0 20 0 16 0 39530666 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161631242512 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28459] ppid=28449 vsize=10727700 memory=3848 CPUtime=10.82 cores=0,2,4,6
/proc/28452/task/28459/stat : 28459 (java) S 28449 28452 24561 0 -1 1077944384 26161 0 0 0 1077 5 0 0 20 0 16 0 39530667 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161535900528 140162027772546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28460] ppid=28449 vsize=10727700 memory=2820 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28460/stat : 28460 (java) S 28449 28452 24561 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 39530667 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161534846560 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28461] ppid=28449 vsize=10727700 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28461/stat : 28461 (java) S 28449 28452 24561 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 39530668 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161533793664 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28462] ppid=28449 vsize=10727700 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28462/stat : 28462 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39530670 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161532741968 140162027779995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28463] ppid=28449 vsize=10727700 memory=3312 CPUtime=2.3 cores=0,2,4,6
/proc/28452/task/28463/stat : 28463 (java) S 28449 28452 24561 0 -1 1077944384 16295 0 0 0 228 2 0 0 20 0 16 0 39530670 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161531689328 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28464] ppid=28449 vsize=10727700 memory=8148 CPUtime=2.02 cores=0,2,4,6
/proc/28452/task/28464/stat : 28464 (java) S 28449 28452 24561 0 -1 1077944384 14572 0 0 0 200 2 0 0 20 0 16 0 39530670 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161530636528 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28465] ppid=28449 vsize=10727700 memory=848 CPUtime=0.55 cores=0,2,4,6
/proc/28452/task/28465/stat : 28465 (java) S 28449 28452 24561 0 -1 1077944384 9368 0 0 0 53 2 0 0 20 0 16 0 39530670 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161529583728 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28466] ppid=28449 vsize=10727700 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28466/stat : 28466 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39530670 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161528531168 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28467] ppid=28449 vsize=10727700 memory=4291 CPUtime=1.43 cores=0,2,4,6
/proc/28452/task/28467/stat : 28467 (java) S 28449 28452 24561 0 -1 1077944384 2080 0 0 0 73 70 0 0 20 0 16 0 39530670 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161527479472 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28468] ppid=28449 vsize=10727700 memory=4306 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28468/stat : 28468 (java) S 28449 28452 24561 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39534701 10985164800 1630195 33554432000 4194304 4196468 140724436870848 140161524327856 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6520780 KiB

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

[startup+2265.65 s]
# the end of solver process 28452 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.14 s, system=6.16207 s

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

[startup+2265.6 s]
/proc/loadavg: 2.11 2.05 2.05 3/218 28638
/proc/meminfo: memFree=14125320/32770624 swapFree=67108860/67108860
[pid=28452] ppid=28449 vsize=10927392 memory=6520996 CPUtime=2400.24 cores=0,2,4,6
/proc/28452/stat : 28452 (java) S 28449 28452 24561 0 -1 1077944320 584831 0 0 0 239411 613 0 0 20 0 17 0 39530664 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140724436853392 140162027761399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
/proc/28452/statm: 2731848 1630249 3194 1 0 2694339 0
[pid=28452/tid=28454] ppid=28449 vsize=10927392 memory=13976 CPUtime=2211.25 cores=0,2,4,6
/proc/28452/task/28454/stat : 28454 (java) R 28449 28452 24561 0 -1 4202560 298360 0 0 0 221089 36 0 0 20 0 17 0 39530665 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140162031998584 140161649466076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28455] ppid=28449 vsize=10927392 memory=4028 CPUtime=42.93 cores=0,2,4,6
/proc/28452/task/28455/stat : 28455 (java) S 28449 28452 24561 0 -1 1077944384 52908 0 0 0 4162 131 0 0 20 0 17 0 39530666 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161964452496 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28456] ppid=28449 vsize=10927392 memory=13976 CPUtime=42.84 cores=0,2,4,6
/proc/28452/task/28456/stat : 28456 (java) S 28449 28452 24561 0 -1 1077944384 66849 0 0 0 4157 127 0 0 20 0 17 0 39530666 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161633348112 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28457] ppid=28449 vsize=10927392 memory=6520780 CPUtime=42.91 cores=0,2,4,6
/proc/28452/task/28457/stat : 28457 (java) S 28449 28452 24561 0 -1 1077944384 47520 0 0 0 4162 129 0 0 20 0 17 0 39530666 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161632295312 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28458] ppid=28449 vsize=10927392 memory=3328 CPUtime=43.06 cores=0,2,4,6
/proc/28452/task/28458/stat : 28458 (java) S 28449 28452 24561 0 -1 1077944384 47528 0 0 0 4185 121 0 0 20 0 17 0 39530666 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161631242512 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28459] ppid=28449 vsize=10927392 memory=6520780 CPUtime=10.82 cores=0,2,4,6
/proc/28452/task/28459/stat : 28459 (java) S 28449 28452 24561 0 -1 1077944384 26177 0 0 0 1077 5 0 0 20 0 17 0 39530667 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161535900528 140162027772546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28460] ppid=28449 vsize=10927392 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28460/stat : 28460 (java) S 28449 28452 24561 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 39530667 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161534846560 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28461] ppid=28449 vsize=10927392 memory=792 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28461/stat : 28461 (java) S 28449 28452 24561 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 39530668 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161533793664 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28462] ppid=28449 vsize=10927392 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28462/stat : 28462 (java) S 28449 28452 24561 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 39530670 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161532741968 140162027779995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28463] ppid=28449 vsize=10927392 memory=8384 CPUtime=2.3 cores=0,2,4,6
/proc/28452/task/28463/stat : 28463 (java) S 28449 28452 24561 0 -1 1077944384 16450 0 0 0 228 2 0 0 20 0 17 0 39530670 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161531689328 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28464] ppid=28449 vsize=10927392 memory=1712 CPUtime=2.04 cores=0,2,4,6
/proc/28452/task/28464/stat : 28464 (java) R 28449 28452 24561 0 -1 4202560 15234 0 0 0 202 2 0 0 20 0 17 0 39530670 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161530636824 140162011260377 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28465] ppid=28449 vsize=10927392 memory=1200 CPUtime=0.56 cores=0,2,4,6
/proc/28452/task/28465/stat : 28465 (java) S 28449 28452 24561 0 -1 1077944384 9934 0 0 0 54 2 0 0 20 0 17 0 39530670 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161529583728 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28466] ppid=28449 vsize=10927392 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/28452/task/28466/stat : 28466 (java) S 28449 28452 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39530670 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161528531168 140162027771605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
[pid=28452/tid=28467] ppid=28449 vsize=10927392 memory=1424 CPUtime=1.43 cores=0,2,4,6
/proc/28452/task/28467/stat : 28467 (java) S 28449 28452 24561 0 -1 1077944384 2080 0 0 0 73 70 0 0 20 0 17 0 39530670 11189649408 1630249 33554432000 4194304 4196468 140724436870848 140161527479472 140162027772546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32755712 140724436878449 140724436878601 140724436878601 140724436881359 0
Current children cumulated CPU time: 2400.24 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 6520996 KiB

Child status: 143
Real time (s): 2265.65
CPU time (s): 2400.31
CPU user time (s): 2394.14
CPU system time (s): 6.16207
CPU usage (%): 105.943
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 6532076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.14
system time used= 6.16207
maximum resident set size= 6532076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 585252
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54285
involuntary context switches= 3798


# summary of solver processes directly reported to runsolver:
#   pid: 28452
#   total CPU time (s): 2400.31
#   total CPU user time (s): 2394.14
#   total CPU system time (s): 6.16207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8136 second user time and 23.0793 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 02:34:35
IDJOB=4289856
IDBENCH=141467
IDSOLVER=2742
FILE ID=node151/4289856-1532219675
RUNJOBID= node151-1532209720-26948
PBS_JOBID= 21018924
Free space on /tmp= 55076 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-01_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289856-1532219675/watcher-4289856-1532219675 -o /tmp/evaluation-result-4289856-1532219675/solver-4289856-1532219675 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26948 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289856-1532219675.xml

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

MD5SUM BENCH= 03892ae4f8c09e3dcf1eb144c7e7557f
RANDOM SEED=2019977409

node151.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.87
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.87
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.87
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.87
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:        19291592 kB
MemAvailable:   30511308 kB
Buffers:          225144 kB
Cached:         11146636 kB
SwapCached:            0 kB
Active:          2357040 kB
Inactive:       10494964 kB
Active(anon):    1482864 kB
Inactive(anon):    16976 kB
Active(file):     874176 kB
Inactive(file): 10477988 kB
Unevictable:        7904 kB
Mlocked:            7904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:       1606188 kB
Mapped:            47016 kB
Shmem:             17032 kB
Slab:             323108 kB
SReclaimable:     296012 kB
SUnreclaim:        27096 kB
KernelStack:        3872 kB
PageTables:         8780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3201604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1341440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55072 MiB
End job on node151 at 2018-07-22 03:12:20