Trace number 4243400

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
R1: sat4j-CSP 2017-07-05? (TO) 2400.42 2382.45

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-queen8-8.xml
MD5SUM1f0f248e074ceb8e6b1804d1246bfc68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints728
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree22
Maximum variable degree28
Distribution of variable degrees[{"degree":22,"count":28},{"degree":24,"count":20},{"degree":26,"count":12},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":728}]
Number of extensional constraints0
Number of intensional constraints728
Distribution of constraint types[{"type":"intension","count":728}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

11.89/2.77	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
11.89/2.77	c This is free software under the dual EPL/GNU LGPL licenses.
11.89/2.77	c See www.sat4j.org for details.
11.89/2.77	c That software uses the Rhino library from the Mozilla project.
11.89/2.77	c version CUSTOM.v20170705
11.89/2.77	c java.runtime.name	Java(TM) SE Runtime Environment
11.89/2.77	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
11.89/2.77	c java.vm.version	25.131-b11
11.89/2.77	c java.vm.vendor	Oracle Corporation
11.89/2.77	c sun.arch.data.model	64
11.89/2.77	c java.version		1.8.0_131
11.89/2.77	c os.name		Linux
11.89/2.77	c os.version		3.10.0-514.16.1.el7.x86_64
11.89/2.77	c os.arch		amd64
11.89/2.77	c Free memory 		499604488
11.89/2.77	c Max memory 		7247757312
11.89/2.77	c Total memory 		504889344
11.89/2.77	c Number of processors 	8
11.89/2.77	c c --- Begin Solver configuration ---
11.89/2.77	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
11.89/2.77	c Learn all clauses as in MiniSAT
11.89/2.77	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
11.89/2.77	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
11.89/2.77	c No reason simplification
11.89/2.77	c Glucose 2.1 dynamic restart strategy
11.89/2.77	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
11.89/2.77	c timeout=2147483s
11.89/2.77	c DB Simplification allowed=false
11.89/2.77	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
11.89/2.77	c --- End Solver configuration ---
11.89/2.77	c constraints type 
11.89/2.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
11.89/2.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3239936
11.89/2.77	c org.sat4j.minisat.constraints.cnf.UnitClause => 1456
11.89/2.77	c 3241520 constraints processed.
12.98/3.17	o 63
13.35/3.37	o 60
14.88/4.35	o 58
19.76/9.09	o 56
20.50/9.72	o 53
22.67/11.86	o 45
26.53/15.60	o 32
28.45/17.49	o 31
29.77/18.72	o 30
29.87/18.86	o 24
32.22/21.17	o 23
33.76/22.66	o 22
34.60/23.50	o 21
36.94/25.73	o 20
37.75/26.54	o 19
38.57/27.34	o 18
39.47/28.22	o 17
40.56/29.18	o 16
42.12/30.34	o 15
43.35/31.52	o 14
44.06/32.22	o 13
45.06/33.23	o 12
45.46/33.61	o 11
46.77/34.93	o 10
47.27/35.49	o 9
102.48/90.69	o 8
2400.30/2382.40	c starts		: 2951
2400.30/2382.40	c conflicts		: 3001418
2400.30/2382.40	c decisions		: 11244529
2400.30/2382.40	c propagations		: 905379828
2400.30/2382.40	c inspects		: 39676148916
2400.30/2382.40	c shortcuts		: 0
2400.30/2382.40	c learnt literals	: 1507
2400.30/2382.40	c learnt binary clauses	: 1722
2400.30/2382.40	c learnt ternary clauses	: 1898
2400.30/2382.40	c learnt constraints	: 2999911
2400.30/2382.40	c ignored constraints	: 0
2400.30/2382.40	c root simplifications	: 0
2400.30/2382.40	c removed literals (reason simplification)	: 0
2400.30/2382.40	c reason swapping (by a shorter reason)	: 0
2400.30/2382.40	c Calls to reduceDB	: 136
2400.30/2382.40	c Number of update (reduction) of LBD	: 1424859
2400.30/2382.40	c Imported unit clauses	: 0
2400.30/2382.40	c number of reductions to clauses (during analyze)	: 0
2400.30/2382.40	c number of learned constraints concerned by reduction	: 0
2400.30/2382.40	c number of learning phase by resolution	: 0
2400.30/2382.40	c number of learning phase by cutting planes	: 0
2400.30/2382.40	c number of rounding to 1 operations	: 0
2400.30/2382.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.30/2382.40	c number of reductions of the coefficients by power 2 	: 0
2400.30/2382.40	c number of right shift for reduction by power 2 	: 0
2400.30/2382.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.30/2382.40	c speed (assignments/second)	: 380471.6406996901
2400.30/2382.40	c non guided choices	1293875
2400.30/2382.43	Exception in thread "Thread-0" java.lang.NullPointerException
2400.30/2382.43		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1871)
2400.30/2382.43		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2018)
2400.30/2382.43		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
2400.30/2382.43		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
2400.30/2382.43		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
2400.30/2382.43		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
2400.30/2382.43		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
2400.30/2382.43		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243400-1500671054/watcher-4243400-1500671054 -o /tmp/evaluation-result-4243400-1500671054/solver-4243400-1500671054 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500669992-13017 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243400-1500671054.xml 

pid=13718
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 15.70 13.51 9.35 2/267 13721
/proc/meminfo: memFree=28926592/32770624 swapFree=5920/208872
[pid=13721] ppid=13718 vsize=8352828 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/stat : 13721 (java) S 13718 13721 9853 0 -1 1077944320 2234 0 0 0 0 0 0 0 20 0 5 0 2372410 8553295872 2508 33554432000 4194304 4196468 140727101961808 140727101944352 139895351258871 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
/proc/13721/statm: 2088464 2508 1208 1 0 2077375 0
[pid=13721/tid=13722] ppid=13718 vsize=8356940 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13722/stat : 13722 (java) R 13718 13721 9853 0 -1 4202560 944 0 0 0 0 0 0 0 20 0 9 0 2372410 8557506560 2508 33554432000 4194304 4196468 140727101961808 139895355500240 139895343998721 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13723] ppid=13718 vsize=8357968 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13723/stat : 13723 (java) S 13718 13721 9853 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 2372411 8558559232 2508 33554432000 4194304 4196468 140727101961808 139895277333856 139895351269077 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13724] ppid=13718 vsize=8357968 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13724/stat : 13724 (java) S 13718 13721 9853 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 2372411 8558559232 2508 33554432000 4194304 4196468 140727101961808 139895276281312 139895351269077 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13725] ppid=13718 vsize=8554576 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13725/stat : 13725 (java) R 13718 13721 9853 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 2372411 8759885824 2508 33554432000 4194304 4196468 140727101961808 139895275227400 139895343975834 0 4 0 16784584 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13726] ppid=13718 vsize=8685648 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13726/stat : 13726 (java) D 13718 13721 9853 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 2372411 8894103552 2508 33554432000 4194304 4196468 140727101961808 139895274174904 139895343486691 0 4 0 16784584 18446744071582151416 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13727] ppid=13718 vsize=8882256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13727/stat : 13727 (java) D 13718 13721 9853 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 2372411 9095430144 2508 33554432000 4194304 4196468 140727101961808 139894953338936 139895343486691 0 4 0 16784584 18446744071582151416 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13728] ppid=13718 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13728/stat : 13728 (java) D 13718 13721 9853 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 2372411 9028321280 2508 33554432000 4194304 4196468 140727101961808 139894952286392 139895343976023 0 4 0 16784584 18446744071582151463 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13729] ppid=13718 vsize=9065552 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13729/stat : 13729 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2372411 9283125248 2508 33554432000 4194304 4196468 140727101961808 139894951233808 139895351269077 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13730] ppid=13718 vsize=9160560 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13730/stat : 13730 (java) D 13718 13721 9853 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 10 0 2372411 9380413440 2537 33554432000 4194304 4196468 140727101961808 139894950180792 139895343975975 0 4 0 16784584 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0

[startup+0.100109 s]
/proc/loadavg: 15.70 13.51 9.35 2/267 13721
/proc/meminfo: memFree=28926592/32770624 swapFree=5920/208872
[pid=13721] ppid=13718 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/13721/stat : 13721 (java) S 13718 13721 9853 0 -1 1077944320 4660 0 0 0 9 1 0 0 20 0 20 0 2372410 11162169344 5781 33554432000 4194304 4196468 140727101961808 140727101944352 139895351258871 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
/proc/13721/statm: 2725139 5781 2657 1 0 2713552 0
[pid=13721/tid=13722] ppid=13718 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13722/stat : 13722 (java) R 13718 13721 9853 0 -1 4202560 2755 0 0 0 8 0 0 0 20 0 20 0 2372410 11162169344 5781 33554432000 4194304 4196468 140727101961808 139895355501152 139895335339358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13723] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13723/stat : 13723 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 5781 33554432000 4194304 4196468 140727101961808 139895277333520 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13724] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13724/stat : 13724 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 5781 33554432000 4194304 4196468 140727101961808 139895276280976 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13725] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13725/stat : 13725 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 5781 33554432000 4194304 4196468 140727101961808 139895275227920 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13726] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13726/stat : 13726 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 5781 33554432000 4194304 4196468 140727101961808 139895274175376 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13727] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13727/stat : 13727 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 5781 33554432000 4194304 4196468 140727101961808 139894953339408 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13728] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13728/stat : 13728 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 5781 33554432000 4194304 4196468 140727101961808 139894952286864 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13729] ppid=13718 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13729/stat : 13729 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372411 11162066944 5784 33554432000 4194304 4196468 140727101961808 139894951233808 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13730] ppid=13718 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13730/stat : 13730 (java) S 13718 13721 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2372411 11162066944 5784 33554432000 4194304 4196468 140727101961808 139894950181264 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200819 s]
/proc/loadavg: 15.70 13.51 9.35 2/267 13721
/proc/meminfo: memFree=28926592/32770624 swapFree=5920/208872
[pid=13721] ppid=13718 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/13721/stat : 13721 (java) S 13718 13721 9853 0 -1 1077944320 7048 0 0 0 24 2 0 0 20 0 20 0 2372410 11162169344 8287 33554432000 4194304 4196468 140727101961808 140727101944352 139895351258871 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
/proc/13721/statm: 2725139 8287 2827 1 0 2713552 0
[pid=13721/tid=13722] ppid=13718 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13722/stat : 13722 (java) R 13718 13721 9853 0 -1 4202560 4673 0 0 0 17 1 0 0 20 0 20 0 2372410 11162169344 8287 33554432000 4194304 4196468 140727101961808 139895355491392 139895335339358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13723] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13723/stat : 13723 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 8287 33554432000 4194304 4196468 140727101961808 139895277333520 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13724] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13724/stat : 13724 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 8287 33554432000 4194304 4196468 140727101961808 139895276280976 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13725] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13725/stat : 13725 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 8287 33554432000 4194304 4196468 140727101961808 139895275227920 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13726] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13726/stat : 13726 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 8287 33554432000 4194304 4196468 140727101961808 139895274175376 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13727] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13727/stat : 13727 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 8287 33554432000 4194304 4196468 140727101961808 139894953339408 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13728] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13728/stat : 13728 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 8287 33554432000 4194304 4196468 140727101961808 139894952286864 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13729] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13729/stat : 13729 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 8287 33554432000 4194304 4196468 140727101961808 139894951233808 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13730] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13730/stat : 13730 (java) S 13718 13721 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 8287 33554432000 4194304 4196468 140727101961808 139894950181264 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300619 s]
/proc/loadavg: 15.70 13.51 9.35 2/267 13721
/proc/meminfo: memFree=28926592/32770624 swapFree=5920/208872
[pid=13721] ppid=13718 vsize=10900556 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/13721/stat : 13721 (java) S 13718 13721 9853 0 -1 1077944320 8461 0 0 0 40 2 0 0 20 0 20 0 2372410 11162169344 10647 33554432000 4194304 4196468 140727101961808 140727101944352 139895351258871 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
/proc/13721/statm: 2725139 10647 2948 1 0 2713552 0
[pid=13721/tid=13722] ppid=13718 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13722/stat : 13722 (java) R 13718 13721 9853 0 -1 4202560 5421 0 0 0 26 1 0 0 20 0 20 0 2372410 11162169344 10647 33554432000 4194304 4196468 140727101961808 139895355484080 139895351270806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13723] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13723/stat : 13723 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 10647 33554432000 4194304 4196468 140727101961808 139895277333520 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13724] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13724/stat : 13724 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 10647 33554432000 4194304 4196468 140727101961808 139895276280976 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13725] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13725/stat : 13725 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 10647 33554432000 4194304 4196468 140727101961808 139895275227920 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13726] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13726/stat : 13726 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 10647 33554432000 4194304 4196468 140727101961808 139895274175376 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13727] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13727/stat : 13727 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 10647 33554432000 4194304 4196468 140727101961808 139894953339408 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13728] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13728/stat : 13728 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 10647 33554432000 4194304 4196468 140727101961808 139894952286864 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13729] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13729/stat : 13729 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 10647 33554432000 4194304 4196468 140727101961808 139894951233808 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13730] ppid=13718 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13730/stat : 13730 (java) S 13718 13721 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2372411 11162169344 10647 33554432000 4194304 4196468 140727101961808 139894950181264 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.700498 s]
/proc/loadavg: 15.70 13.51 9.35 2/267 13721
/proc/meminfo: memFree=28926592/32770624 swapFree=5920/208872
[pid=13721] ppid=13718 vsize=10900632 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/13721/stat : 13721 (java) S 13718 13721 9853 0 -1 1077944320 11386 0 0 0 156 5 0 0 20 0 20 0 2372410 11162247168 40229 33554432000 4194304 4196468 140727101961808 140727101944352 139895351258871 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
/proc/13721/statm: 2725158 40229 3082 1 0 2713552 0
[pid=13721/tid=13722] ppid=13718 vsize=10900632 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13722/stat : 13722 (java) R 13718 13721 9853 0 -1 4202560 5922 0 0 0 64 3 0 0 20 0 20 0 2372410 11162247168 40229 33554432000 4194304 4196468 140727101961808 139895355494328 139894956372959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13723] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13723/stat : 13723 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162247168 40229 33554432000 4194304 4196468 140727101961808 139895277333520 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13724] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13724/stat : 13724 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162247168 40229 33554432000 4194304 4196468 140727101961808 139895276280976 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13725] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13725/stat : 13725 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162247168 40229 33554432000 4194304 4196468 140727101961808 139895275227920 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13726] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13726/stat : 13726 (java) S 13718 13721 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2372411 11162247168 40229 33554432000 4194304 4196468 140727101961808 139895274175376 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13727] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13727/stat : 13727 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372411 11162247168 40229 33554432000 4194304 4196468 140727101961808 139894953339408 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13728] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13728/stat : 13728 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372411 11162247168 40229 33554432000 4194304 4196468 140727101961808 139894952286864 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13729] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13729/stat : 13729 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372411 11162247168 40229 33554432000 4194304 4196468 140727101961808 139894951233808 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13730] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13730/stat : 13730 (java) S 13718 13721 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2372411 11162247168 40229 33554432000 4194304 4196468 140727101961808 139894950181264 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 10900632

[startup+1.50076 s]
/proc/loadavg: 15.16 13.44 9.35 13/287 13741
/proc/meminfo: memFree=28476432/32770624 swapFree=5920/208912
[pid=13721] ppid=13718 vsize=10900632 CPUtime=4.65 cores=1,3,5,7,9,11,13,15
/proc/13721/stat : 13721 (java) S 13718 13721 9853 0 -1 1077944320 12974 0 0 0 346 119 0 0 20 0 20 0 2372410 11162247168 118300 33554432000 4194304 4196468 140727101961808 140727101944352 139895351258871 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
/proc/13721/statm: 2725158 118300 3119 1 0 2713552 0
[pid=13721/tid=13722] ppid=13718 vsize=10900632 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13722/stat : 13722 (java) S 13718 13721 9853 0 -1 1077944384 6052 0 0 0 113 5 0 0 20 0 20 0 2372410 11162247168 118300 33554432000 4194304 4196468 140727101961808 139895355491248 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13723] ppid=13718 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13723/stat : 13723 (java) R 13718 13721 9853 0 -1 4202560 144 0 0 0 15 14 0 0 20 0 20 0 2372411 11162247168 118300 33554432000 4194304 4196468 140727101961808 139895277333408 139895336286745 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13724] ppid=13718 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13724/stat : 13724 (java) R 13718 13721 9853 0 -1 4202560 141 0 0 0 15 14 0 0 20 0 20 0 2372411 11162247168 118300 33554432000 4194304 4196468 140727101961808 139895276281176 139895336285942 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13725] ppid=13718 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13725/stat : 13725 (java) R 13718 13721 9853 0 -1 4202560 142 0 0 0 15 13 0 0 20 0 20 0 2372411 11162247168 118300 33554432000 4194304 4196468 140727101961808 139895275228120 139895336286290 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13726] ppid=13718 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13726/stat : 13726 (java) R 13718 13721 9853 0 -1 4202560 133 0 0 0 16 12 0 0 20 0 20 0 2372411 11162247168 118300 33554432000 4194304 4196468 140727101961808 139895274175576 139895336286652 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13727] ppid=13718 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13727/stat : 13727 (java) R 13718 13721 9853 0 -1 4202560 143 0 0 0 15 13 0 0 20 0 20 0 2372411 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894953339488 139895332884756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13728] ppid=13718 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13728/stat : 13728 (java) R 13718 13721 9853 0 -1 4202560 140 0 0 0 15 14 0 0 20 0 20 0 2372411 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894952287064 139895332884860 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13729] ppid=13718 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13729/stat : 13729 (java) R 13718 13721 9853 0 -1 4202560 139 0 0 0 15 13 0 0 20 0 20 0 2372411 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894951234008 139895336280961 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13730] ppid=13718 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13730/stat : 13730 (java) R 13718 13721 9853 0 -1 4202560 138 0 0 0 14 13 0 0 20 0 20 0 2372411 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894950181464 139895336286290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13732] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13732/stat : 13732 (java) S 13718 13721 9853 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 2372414 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894557721888 139895351269077 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13733] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13733/stat : 13733 (java) S 13718 13721 9853 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2372414 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894556669600 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13734] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13734/stat : 13734 (java) S 13718 13721 9853 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2372415 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894555616496 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13735] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13735/stat : 13735 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372418 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894554565072 139895351277467 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13736] ppid=13718 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13736/stat : 13736 (java) S 13718 13721 9853 0 -1 1077944384 1427 0 0 0 26 0 0 0 20 0 20 0 2372418 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894553512176 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13737] ppid=13718 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13737/stat : 13737 (java) S 13718 13721 9853 0 -1 1077944384 811 0 0 0 25 0 0 0 20 0 20 0 2372418 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894552444624 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13738] ppid=13718 vsize=10900632 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13738/stat : 13738 (java) S 13718 13721 9853 0 -1 1077944384 617 0 0 0 22 0 0 0 20 0 20 0 2372418 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894551406576 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13739] ppid=13718 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13739/stat : 13739 (java) S 13718 13721 9853 0 -1 1077944384 1496 0 0 0 35 0 0 0 20 0 20 0 2372418 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894550354032 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13740] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13740/stat : 13740 (java) S 13718 13721 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2372419 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894549302240 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13741] ppid=13718 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13741/stat : 13741 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2372419 11162247168 118300 33554432000 4194304 4196468 140727101961808 139894548249776 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
Current children cumulated CPU time (s) 4.65

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

[pid=13721/tid=13739] ppid=13718 vsize=10967196 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13739/stat : 13739 (java) S 13718 13721 9853 0 -1 1077944384 5014 0 0 0 49 1 0 0 20 0 21 0 2372418 11230408704 378488 33554432000 4194304 4196468 140727101961808 139894550354032 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13740] ppid=13718 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13740/stat : 13740 (java) S 13718 13721 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2372419 11230408704 378488 33554432000 4194304 4196468 140727101961808 139894549302240 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13741] ppid=13718 vsize=10967196 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13741/stat : 13741 (java) S 13718 13721 9853 0 -1 1077944384 1755 0 0 0 59 71 0 0 20 0 21 0 2372419 11230408704 378488 33554432000 4194304 4196468 140727101961808 139894548249776 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13742] ppid=13718 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13742/stat : 13742 (java) S 13718 13721 9853 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2372688 11230408704 378488 33554432000 4194304 4196468 140727101961808 139894547195056 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
Current children cumulated CPU time (s) 2340.18
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2382.2 s]
/proc/loadavg: 2.05 2.12 3.55 3/286 14157
/proc/meminfo: memFree=27287220/32770624 swapFree=5920/211552
[pid=13721] ppid=13718 vsize=10967196 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/13721/stat : 13721 (java) S 13718 13721 9853 0 -1 1077944320 77405 0 0 0 239421 588 0 0 20 0 21 0 2372410 11230408704 378519 33554432000 4194304 4196468 140727101961808 140727101944352 139895351258871 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
/proc/13721/statm: 2741799 378519 3157 1 0 2730193 0
[pid=13721/tid=13722] ppid=13718 vsize=10967196 CPUtime=2378.56 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13722/stat : 13722 (java) R 13718 13721 9853 0 -1 4202560 39333 0 0 0 237843 13 0 0 20 0 21 0 2372410 11230408704 378519 33554432000 4194304 4196468 140727101961808 139895355497472 139894958162645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13723] ppid=13718 vsize=10967196 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13723/stat : 13723 (java) S 13718 13721 9853 0 -1 1077944384 1468 0 0 0 137 66 0 0 20 0 21 0 2372411 11230408704 378519 33554432000 4194304 4196468 140727101961808 139895277333520 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13724] ppid=13718 vsize=10967196 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13724/stat : 13724 (java) S 13718 13721 9853 0 -1 1077944384 1150 0 0 0 149 57 0 0 20 0 21 0 2372411 11230408704 378519 33554432000 4194304 4196468 140727101961808 139895276280976 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13725] ppid=13718 vsize=10967196 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13725/stat : 13725 (java) S 13718 13721 9853 0 -1 1077944384 1040 0 0 0 143 64 0 0 20 0 21 0 2372411 11230408704 378519 33554432000 4194304 4196468 140727101961808 139895275227920 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13726] ppid=13718 vsize=10967196 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13726/stat : 13726 (java) S 13718 13721 9853 0 -1 1077944384 1324 0 0 0 144 59 0 0 20 0 21 0 2372411 11230408704 378519 33554432000 4194304 4196468 140727101961808 139895274175376 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13727] ppid=13718 vsize=10967196 CPUtime=2.04 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13727/stat : 13727 (java) S 13718 13721 9853 0 -1 1077944384 2187 0 0 0 142 62 0 0 20 0 21 0 2372411 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894953339408 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13728] ppid=13718 vsize=10967196 CPUtime=2.05 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13728/stat : 13728 (java) S 13718 13721 9853 0 -1 1077944384 1849 0 0 0 139 66 0 0 20 0 21 0 2372411 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894952286864 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13729] ppid=13718 vsize=10967196 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13729/stat : 13729 (java) S 13718 13721 9853 0 -1 1077944384 1718 0 0 0 141 62 0 0 20 0 21 0 2372411 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894951233808 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13730] ppid=13718 vsize=10967196 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13730/stat : 13730 (java) S 13718 13721 9853 0 -1 1077944384 1637 0 0 0 137 66 0 0 20 0 21 0 2372411 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894950181264 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13732] ppid=13718 vsize=10967196 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13732/stat : 13732 (java) S 13718 13721 9853 0 -1 1077944384 3169 0 0 0 40 3 0 0 20 0 21 0 2372414 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894557723376 139895351270018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13733] ppid=13718 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13733/stat : 13733 (java) S 13718 13721 9853 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 2372414 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894556669664 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13734] ppid=13718 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13734/stat : 13734 (java) S 13718 13721 9853 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 21 0 2372415 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894555616512 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13735] ppid=13718 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13735/stat : 13735 (java) S 13718 13721 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2372418 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894554565072 139895351277467 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13736] ppid=13718 vsize=10967196 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13736/stat : 13736 (java) S 13718 13721 9853 0 -1 1077944384 4763 0 0 0 80 1 0 0 20 0 21 0 2372418 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894553512176 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13737] ppid=13718 vsize=10967196 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13737/stat : 13737 (java) S 13718 13721 9853 0 -1 1077944384 4359 0 0 0 104 1 0 0 20 0 21 0 2372418 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894552459632 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13738] ppid=13718 vsize=10967196 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13738/stat : 13738 (java) S 13718 13721 9853 0 -1 1077944384 5174 0 0 0 90 1 0 0 20 0 21 0 2372418 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894551406576 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13739] ppid=13718 vsize=10967196 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13739/stat : 13739 (java) S 13718 13721 9853 0 -1 1077944384 5022 0 0 0 49 1 0 0 20 0 21 0 2372418 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894550354032 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13740] ppid=13718 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13740/stat : 13740 (java) S 13718 13721 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2372419 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894549302240 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13741] ppid=13718 vsize=10967196 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13741/stat : 13741 (java) S 13718 13721 9853 0 -1 1077944384 1788 0 0 0 62 72 0 0 20 0 21 0 2372419 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894548249776 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13742] ppid=13718 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13742/stat : 13742 (java) S 13718 13721 9853 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2372688 11230408704 378519 33554432000 4194304 4196468 140727101961808 139894547195056 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10967196

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

[startup+2382.31 s]
/proc/loadavg: 2.05 2.12 3.55 3/286 14157
/proc/meminfo: memFree=27287220/32770624 swapFree=5920/211552
[pid=13721] ppid=13718 vsize=11166888 CPUtime=2400.2 cores=1,3,5,7,9,11,13,15
/proc/13721/stat : 13721 (java) S 13718 13721 9853 0 -1 1077944320 78069 0 0 0 239432 588 0 0 20 0 22 0 2372410 11434893312 378583 33554432000 4194304 4196468 140727101961808 140727101944352 139895351258871 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
/proc/13721/statm: 2791722 378583 3159 1 0 2780116 0
[pid=13721/tid=13722] ppid=13718 vsize=11166888 CPUtime=2378.67 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13722/stat : 13722 (java) R 13718 13721 9853 0 -1 4202560 39496 0 0 0 237854 13 0 0 20 0 22 0 2372410 11434893312 378583 33554432000 4194304 4196468 140727101961808 139895355496056 139894953378072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13723] ppid=13718 vsize=11166888 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13723/stat : 13723 (java) S 13718 13721 9853 0 -1 1077944384 1468 0 0 0 137 66 0 0 20 0 22 0 2372411 11434893312 378583 33554432000 4194304 4196468 140727101961808 139895277333520 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13724] ppid=13718 vsize=11166888 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13724/stat : 13724 (java) S 13718 13721 9853 0 -1 1077944384 1150 0 0 0 149 57 0 0 20 0 22 0 2372411 11434893312 378583 33554432000 4194304 4196468 140727101961808 139895276280976 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13725] ppid=13718 vsize=11166888 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13725/stat : 13725 (java) S 13718 13721 9853 0 -1 1077944384 1040 0 0 0 143 64 0 0 20 0 22 0 2372411 11434893312 378583 33554432000 4194304 4196468 140727101961808 139895275227920 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13726] ppid=13718 vsize=11166888 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13726/stat : 13726 (java) S 13718 13721 9853 0 -1 1077944384 1324 0 0 0 144 59 0 0 20 0 22 0 2372411 11434893312 378583 33554432000 4194304 4196468 140727101961808 139895274175376 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13727] ppid=13718 vsize=11166888 CPUtime=2.04 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13727/stat : 13727 (java) S 13718 13721 9853 0 -1 1077944384 2187 0 0 0 142 62 0 0 20 0 22 0 2372411 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894953339408 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13728] ppid=13718 vsize=11166888 CPUtime=2.05 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13728/stat : 13728 (java) S 13718 13721 9853 0 -1 1077944384 1849 0 0 0 139 66 0 0 20 0 22 0 2372411 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894952286864 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13729] ppid=13718 vsize=11166888 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13729/stat : 13729 (java) S 13718 13721 9853 0 -1 1077944384 1718 0 0 0 141 62 0 0 20 0 22 0 2372411 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894951233808 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13730] ppid=13718 vsize=11166888 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13730/stat : 13730 (java) S 13718 13721 9853 0 -1 1077944384 1637 0 0 0 137 66 0 0 20 0 22 0 2372411 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894950181264 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13732] ppid=13718 vsize=11166888 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13732/stat : 13732 (java) S 13718 13721 9853 0 -1 1077944384 3169 0 0 0 40 3 0 0 20 0 22 0 2372414 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894557723376 139895351270018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13733] ppid=13718 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13733/stat : 13733 (java) S 13718 13721 9853 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 22 0 2372414 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894556669664 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13734] ppid=13718 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13734/stat : 13734 (java) S 13718 13721 9853 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 22 0 2372415 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894555616512 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13735] ppid=13718 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13735/stat : 13735 (java) S 13718 13721 9853 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 22 0 2372418 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894554565072 139895351277467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13736] ppid=13718 vsize=11166888 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13736/stat : 13736 (java) S 13718 13721 9853 0 -1 1077944384 4763 0 0 0 80 1 0 0 20 0 22 0 2372418 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894553512176 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13737] ppid=13718 vsize=11166888 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13737/stat : 13737 (java) S 13718 13721 9853 0 -1 1077944384 4414 0 0 0 104 1 0 0 20 0 22 0 2372418 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894552459632 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13738] ppid=13718 vsize=11166888 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13738/stat : 13738 (java) S 13718 13721 9853 0 -1 1077944384 5193 0 0 0 90 1 0 0 20 0 22 0 2372418 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894551406576 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13739] ppid=13718 vsize=11166888 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13739/stat : 13739 (java) S 13718 13721 9853 0 -1 1077944384 5161 0 0 0 50 1 0 0 20 0 22 0 2372418 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894550354032 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13740] ppid=13718 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13740/stat : 13740 (java) S 13718 13721 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2372419 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894549302240 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13741] ppid=13718 vsize=11166888 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13741/stat : 13741 (java) S 13718 13721 9853 0 -1 1077944384 1788 0 0 0 62 72 0 0 20 0 22 0 2372419 11434893312 378583 33554432000 4194304 4196468 140727101961808 139894548249776 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
Current children cumulated CPU time (s) 2400.2
Current children cumulated vsize (KiB) 11166888

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 13721 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2382.4 s]
/proc/loadavg: 2.05 2.12 3.55 3/286 14157
/proc/meminfo: memFree=27287220/32770624 swapFree=5920/211552
[pid=13721] ppid=13718 vsize=11166888 CPUtime=2400.3 cores=1,3,5,7,9,11,13,15
/proc/13721/stat : 13721 (java) S 13718 13721 9853 0 -1 1077944320 78121 0 0 0 239442 588 0 0 20 0 22 0 2372410 11434893312 378584 33554432000 4194304 4196468 140727101961808 140727101944352 139895351258871 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
/proc/13721/statm: 2791722 378584 3159 1 0 2780116 0
[pid=13721/tid=13722] ppid=13718 vsize=11166888 CPUtime=2378.76 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13722/stat : 13722 (java) R 13718 13721 9853 0 -1 4202560 39498 0 0 0 237863 13 0 0 20 0 22 0 2372410 11434893312 378584 33554432000 4194304 4196468 140727101961808 139895355497880 139894958406192 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13723] ppid=13718 vsize=11166888 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13723/stat : 13723 (java) S 13718 13721 9853 0 -1 1077944384 1468 0 0 0 137 66 0 0 20 0 22 0 2372411 11434893312 378584 33554432000 4194304 4196468 140727101961808 139895277333520 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13724] ppid=13718 vsize=11166888 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13724/stat : 13724 (java) S 13718 13721 9853 0 -1 1077944384 1150 0 0 0 149 57 0 0 20 0 22 0 2372411 11434893312 378584 33554432000 4194304 4196468 140727101961808 139895276280976 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13725] ppid=13718 vsize=11166888 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13725/stat : 13725 (java) S 13718 13721 9853 0 -1 1077944384 1040 0 0 0 143 64 0 0 20 0 22 0 2372411 11434893312 378584 33554432000 4194304 4196468 140727101961808 139895275227920 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13726] ppid=13718 vsize=11166888 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13726/stat : 13726 (java) S 13718 13721 9853 0 -1 1077944384 1324 0 0 0 144 59 0 0 20 0 22 0 2372411 11434893312 378584 33554432000 4194304 4196468 140727101961808 139895274175376 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13727] ppid=13718 vsize=11166888 CPUtime=2.04 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13727/stat : 13727 (java) S 13718 13721 9853 0 -1 1077944384 2187 0 0 0 142 62 0 0 20 0 22 0 2372411 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894953339408 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13728] ppid=13718 vsize=11166888 CPUtime=2.05 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13728/stat : 13728 (java) S 13718 13721 9853 0 -1 1077944384 1849 0 0 0 139 66 0 0 20 0 22 0 2372411 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894952286864 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13729] ppid=13718 vsize=11166888 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13729/stat : 13729 (java) S 13718 13721 9853 0 -1 1077944384 1718 0 0 0 141 62 0 0 20 0 22 0 2372411 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894951233808 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13730] ppid=13718 vsize=11166888 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13730/stat : 13730 (java) S 13718 13721 9853 0 -1 1077944384 1637 0 0 0 137 66 0 0 20 0 22 0 2372411 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894950181264 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13732] ppid=13718 vsize=11166888 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13732/stat : 13732 (java) S 13718 13721 9853 0 -1 1077944384 3169 0 0 0 40 3 0 0 20 0 22 0 2372414 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894557723376 139895351270018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13733] ppid=13718 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13733/stat : 13733 (java) S 13718 13721 9853 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 22 0 2372414 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894556669664 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13734] ppid=13718 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13734/stat : 13734 (java) S 13718 13721 9853 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 22 0 2372415 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894555616512 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13735] ppid=13718 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13735/stat : 13735 (java) S 13718 13721 9853 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 22 0 2372418 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894554565072 139895351277467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13736] ppid=13718 vsize=11166888 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13736/stat : 13736 (java) S 13718 13721 9853 0 -1 1077944384 4763 0 0 0 80 1 0 0 20 0 22 0 2372418 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894553512176 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13737] ppid=13718 vsize=11166888 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13737/stat : 13737 (java) S 13718 13721 9853 0 -1 1077944384 4414 0 0 0 104 1 0 0 20 0 22 0 2372418 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894552459632 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13738] ppid=13718 vsize=11166888 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13738/stat : 13738 (java) S 13718 13721 9853 0 -1 1077944384 5193 0 0 0 90 1 0 0 20 0 22 0 2372418 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894551406576 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13739] ppid=13718 vsize=11166888 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13739/stat : 13739 (java) S 13718 13721 9853 0 -1 1077944384 5211 0 0 0 50 1 0 0 20 0 22 0 2372418 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894550354032 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13740] ppid=13718 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13740/stat : 13740 (java) S 13718 13721 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2372419 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894549302240 139895351269077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
[pid=13721/tid=13741] ppid=13718 vsize=11166888 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/13721/task/13741/stat : 13741 (java) S 13718 13721 9853 0 -1 1077944384 1788 0 0 0 62 72 0 0 20 0 22 0 2372419 11434893312 378584 33554432000 4194304 4196468 140727101961808 139894548249776 139895351270018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19132416 140727101965483 140727101965636 140727101965636 140727101968335 0
Current children cumulated CPU time (s) 2400.3
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2382.45
CPU time (s): 2400.42
CPU user time (s): 2394.53
CPU system time (s): 5.89317
CPU usage (%): 100.754
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.53
system time used= 5.89317
maximum resident set size= 1514712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78500
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56204
involuntary context switches= 121592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3296 second user time and 20.9536 second system time

The end

Launcher Data

Begin job on node135 at 2017-07-21 23:04:14
IDJOB=4243400
IDBENCH=120544
IDSOLVER=2623
FILE ID=node135/4243400-1500671054
RUNJOBID= node135-1500669992-13017
PBS_JOBID= 20623285
Free space on /tmp= 61840 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-queen8-8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243400-1500671054/watcher-4243400-1500671054 -o /tmp/evaluation-result-4243400-1500671054/solver-4243400-1500671054 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500669992-13017 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243400-1500671054.xml

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

MD5SUM BENCH= 1f0f248e074ceb8e6b1804d1246bfc68
RANDOM SEED=501320884

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

/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		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.46
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.46
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.46
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.46
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28926988 kB
MemAvailable:   28944176 kB
Buffers:           47732 kB
Cached:           279024 kB
SwapCached:            0 kB
Active:          3246216 kB
Inactive:         217468 kB
Active(anon):    3139896 kB
Inactive(anon):     8596 kB
Active(file):     106320 kB
Inactive(file):   208872 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1896 kB
Writeback:             0 kB
AnonPages:       3091652 kB
Mapped:            42248 kB
Shmem:              8872 kB
Slab:              68096 kB
SReclaimable:      35660 kB
SUnreclaim:        32436 kB
KernelStack:        4960 kB
PageTables:        10568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4040404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2875392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61844 MiB
End job on node135 at 2017-07-21 23:43:57