Trace number 4243842

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 NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2400.19 2362.3

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-80-02.xml
MD5SUM201da62bda966dccc44cd0c6ff0d4af7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20.808901
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1431
Number of domains2
Minimum domain size2
Maximum domain size25
Distribution of domain sizes[{"size":2,"count":1000},{"size":25,"count":200}]
Minimum variable degree2
Maximum variable degree75
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":51,"count":8}, {"degree":52,"count":9}, {"degree":53,"count":9}, {"degree":54,"count":56}, {"degree":55,"count":5}, {"degree":56,"count":5}, {"degree":57,"count":6}, {"degree":58,"count":6}, {"degree":59,"count":38}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":2}, {"degree":64,"count":2}, {"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":3}, {"degree":75,"count":57}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":35,"count":1},{"arity":38,"count":1},{"arity":40,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":2},{"arity":47,"count":1},{"arity":50,"count":3},{"arity":53,"count":2},{"arity":55,"count":2},{"arity":56,"count":2},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":3},{"arity":62,"count":3},{"arity":64,"count":1},{"arity":65,"count":4},{"arity":66,"count":1},{"arity":68,"count":3},{"arity":70,"count":3},{"arity":71,"count":2},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1230},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

24.32/5.92	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
24.32/5.92	c This is free software under the dual EPL/GNU LGPL licenses.
24.32/5.92	c See www.sat4j.org for details.
24.32/5.92	c That software uses the Rhino library from the Mozilla project.
24.32/5.92	c version CUSTOM.v20170705
24.32/5.92	c java.runtime.name	Java(TM) SE Runtime Environment
24.32/5.92	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
24.32/5.92	c java.vm.version	25.131-b11
24.32/5.92	c java.vm.vendor	Oracle Corporation
24.32/5.92	c sun.arch.data.model	64
24.32/5.92	c java.version		1.8.0_131
24.32/5.92	c os.name		Linux
24.32/5.92	c os.version		3.10.0-514.16.1.el7.x86_64
24.32/5.92	c os.arch		amd64
24.32/5.92	c Free memory 		499604488
24.32/5.92	c Max memory 		7247757312
24.32/5.92	c Total memory 		504889344
24.32/5.92	c Number of processors 	8
24.32/5.92	c c --- Begin Solver configuration ---
24.32/5.92	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
24.32/5.92	c Learn all clauses as in MiniSAT
24.32/5.92	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
24.32/5.92	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
24.32/5.92	c No reason simplification
24.32/5.92	c Glucose 2.1 dynamic restart strategy
24.32/5.92	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
24.32/5.92	c timeout=2147483s
24.32/5.92	c DB Simplification allowed=false
24.32/5.92	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
24.32/5.92	c --- End Solver configuration ---
24.32/5.92	c constraints type 
24.32/5.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 2400
24.32/5.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 349874
24.32/5.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4925183
24.32/5.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 2910
24.32/5.92	c 5280367 constraints processed.
2400.08/2362.20	c starts		: 3064
2400.08/2362.20	c conflicts		: 1463659
2400.08/2362.20	c decisions		: 122642487
2400.08/2362.20	c propagations		: 7600781508
2400.08/2362.20	c inspects		: 12172297479
2400.08/2362.20	c shortcuts		: 0
2400.08/2362.20	c learnt literals	: 7243
2400.08/2362.20	c learnt binary clauses	: 45439
2400.08/2362.20	c learnt ternary clauses	: 90598
2400.08/2362.20	c learnt constraints	: 1456416
2400.08/2362.20	c ignored constraints	: 0
2400.08/2362.20	c root simplifications	: 0
2400.08/2362.20	c removed literals (reason simplification)	: 0
2400.08/2362.20	c reason swapping (by a shorter reason)	: 0
2400.08/2362.20	c Calls to reduceDB	: 49
2400.08/2362.20	c Number of update (reduction) of LBD	: 717694
2400.08/2362.20	c Imported unit clauses	: 0
2400.08/2362.20	c number of reductions to clauses (during analyze)	: 0
2400.08/2362.20	c number of learned constraints concerned by reduction	: 0
2400.08/2362.20	c number of learning phase by resolution	: 0
2400.08/2362.20	c number of learning phase by cutting planes	: 0
2400.08/2362.20	c number of rounding to 1 operations	: 0
2400.08/2362.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.08/2362.20	c number of reductions of the coefficients by power 2 	: 0
2400.08/2362.20	c number of right shift for reduction by power 2 	: 0
2400.08/2362.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.08/2362.20	c speed (assignments/second)	: 3225879.3789462564
2400.08/2362.21	c non guided choices	74326305
2400.08/2362.26	c learnt constraints type 
2400.08/2362.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 45439
2400.08/2362.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 179190
2400.08/2362.26	s UNKNOWN

Verifier Data


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-4243842-1500676755/watcher-4243842-1500676755 -o /tmp/evaluation-result-4243842-1500676755/solver-4243842-1500676755 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500676755-14840 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243842-1500676755.xml 

pid=14875
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: 7.08 5.01 3.22 3/254 14878
/proc/meminfo: memFree=32005584/32770624 swapFree=5920/214868
[pid=14878] ppid=14875 vsize=8353856 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/stat : 14878 (java) S 14875 14878 9853 0 -1 1077944320 2239 0 0 0 0 0 0 0 20 0 6 0 2942478 8554348544 2461 33554432000 4194304 4196468 140736341534288 140736341516832 139844652965623 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
/proc/14878/statm: 2088721 2461 1197 1 0 2077632 0
[pid=14878/tid=14879] ppid=14875 vsize=8357968 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14879/stat : 14879 (java) S 14875 14878 9853 0 -1 1077944384 948 0 0 0 0 0 0 0 20 0 10 0 2942478 8558559232 2527 33554432000 4194304 4196468 140736341534288 139844657206992 139844652975829 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14881] ppid=14875 vsize=8733420 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14881/stat : 14881 (java) R 14875 14878 9853 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 2942479 8943022080 2527 33554432000 4194304 4196468 140736341534288 139844259600312 139844645682727 0 4 0 16784584 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14882] ppid=14875 vsize=8751184 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14882/stat : 14882 (java) D 14875 14878 9853 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 2942479 8961212416 2527 33554432000 4194304 4196468 140736341534288 139844258548208 139844645759696 0 4 0 16784584 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14883] ppid=14875 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14883/stat : 14883 (java) D 14875 14878 9853 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 10 0 2942479 9028321280 2527 33554432000 4194304 4196468 140736341534288 139844257495224 139844632989488 0 4 0 16784584 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14884] ppid=14875 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 2942479 9028321280 2527 33554432000 4194304 4196468 140736341534288 139844256442424 139844652975829 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14885] ppid=14875 vsize=9212784 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2942479 9433890816 2537 33554432000 4194304 4196468 140736341534288 139844255390608 139844652975829 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14886] ppid=14875 vsize=10195824 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 2942479 10440523776 2537 33554432000 4194304 4196468 140736341534288 139844254337808 139844652975829 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14887] ppid=14875 vsize=10204016 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2942479 10448912384 2537 33554432000 4194304 4196468 140736341534288 139844253285520 139844652975829 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14888] ppid=14875 vsize=10204016 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 2942479 10448912384 2537 33554432000 4194304 4196468 140736341534288 139844252232720 139844652975829 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0

[startup+0.100117 s]
/proc/loadavg: 7.08 5.01 3.22 3/254 14878
/proc/meminfo: memFree=32005584/32770624 swapFree=5920/214868
[pid=14878] ppid=14875 vsize=10900456 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/14878/stat : 14878 (java) S 14875 14878 9853 0 -1 1077944320 4766 0 0 0 8 2 0 0 20 0 20 0 2942478 11162066944 5866 33554432000 4194304 4196468 140736341534288 140736341516832 139844652965623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
/proc/14878/statm: 2725114 5866 2627 1 0 2713552 0
[pid=14878/tid=14879] ppid=14875 vsize=10900456 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14879/stat : 14879 (java) R 14875 14878 9853 0 -1 4202560 2837 0 0 0 7 1 0 0 20 0 20 0 2942478 11162066944 5866 33554432000 4194304 4196468 140736341534288 139844657192592 139844645643637 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14881] ppid=14875 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162066944 5866 33554432000 4194304 4196468 140736341534288 139844259600784 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14882] ppid=14875 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2942479 11162066944 5866 33554432000 4194304 4196468 140736341534288 139844258547984 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14883] ppid=14875 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162066944 5866 33554432000 4194304 4196468 140736341534288 139844257495696 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14884] ppid=14875 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162066944 5866 33554432000 4194304 4196468 140736341534288 139844256442896 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14885] ppid=14875 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2942479 11162066944 5866 33554432000 4194304 4196468 140736341534288 139844255390608 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14886] ppid=14875 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162066944 5866 33554432000 4194304 4196468 140736341534288 139844254337808 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14887] ppid=14875 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2942479 11162066944 5866 33554432000 4194304 4196468 140736341534288 139844253285520 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14888] ppid=14875 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162066944 5866 33554432000 4194304 4196468 140736341534288 139844252232720 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900456

[startup+0.20079 s]
/proc/loadavg: 7.08 5.01 3.22 3/254 14878
/proc/meminfo: memFree=32005584/32770624 swapFree=5920/214868
[pid=14878] ppid=14875 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14878/stat : 14878 (java) S 14875 14878 9853 0 -1 1077944320 7097 0 0 0 23 3 0 0 20 0 20 0 2942478 11162169344 8411 33554432000 4194304 4196468 140736341534288 140736341516832 139844652965623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
/proc/14878/statm: 2725139 8411 2884 1 0 2713552 0
[pid=14878/tid=14879] ppid=14875 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14879/stat : 14879 (java) R 14875 14878 9853 0 -1 4202560 4666 0 0 0 16 2 0 0 20 0 20 0 2942478 11162169344 8411 33554432000 4194304 4196468 140736341534288 139844657171376 139844286289720 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14881] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 8411 33554432000 4194304 4196468 140736341534288 139844259600784 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14882] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 8411 33554432000 4194304 4196468 140736341534288 139844258547984 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14883] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 8411 33554432000 4194304 4196468 140736341534288 139844257495696 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14884] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 8411 33554432000 4194304 4196468 140736341534288 139844256442896 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14885] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 8411 33554432000 4194304 4196468 140736341534288 139844255390608 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14886] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 8411 33554432000 4194304 4196468 140736341534288 139844254337808 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14887] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 8411 33554432000 4194304 4196468 140736341534288 139844253285520 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14888] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 8411 33554432000 4194304 4196468 140736341534288 139844252232720 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300624 s]
/proc/loadavg: 7.08 5.01 3.22 3/254 14878
/proc/meminfo: memFree=32005584/32770624 swapFree=5920/214868
[pid=14878] ppid=14875 vsize=10900556 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/14878/stat : 14878 (java) S 14875 14878 9853 0 -1 1077944320 9112 0 0 0 47 3 0 0 20 0 20 0 2942478 11162169344 11497 33554432000 4194304 4196468 140736341534288 140736341516832 139844652965623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
/proc/14878/statm: 2725139 11497 3017 1 0 2713552 0
[pid=14878/tid=14879] ppid=14875 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14879/stat : 14879 (java) R 14875 14878 9853 0 -1 4202560 5248 0 0 0 25 2 0 0 20 0 20 0 2942478 11162169344 11497 33554432000 4194304 4196468 140736341534288 139844657194432 139844652977558 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14881] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 11497 33554432000 4194304 4196468 140736341534288 139844259600784 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14882] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 11497 33554432000 4194304 4196468 140736341534288 139844258547984 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14883] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 11497 33554432000 4194304 4196468 140736341534288 139844257495696 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14884] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 11497 33554432000 4194304 4196468 140736341534288 139844256442896 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14885] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 11497 33554432000 4194304 4196468 140736341534288 139844255390608 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14886] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 11497 33554432000 4194304 4196468 140736341534288 139844254337808 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14887] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 11497 33554432000 4194304 4196468 140736341534288 139844253285520 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14888] ppid=14875 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162169344 11497 33554432000 4194304 4196468 140736341534288 139844252232720 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10900556

[startup+0.700516 s]
/proc/loadavg: 7.08 5.01 3.22 3/254 14878
/proc/meminfo: memFree=32005584/32770624 swapFree=5920/214868
[pid=14878] ppid=14875 vsize=10900632 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/14878/stat : 14878 (java) S 14875 14878 9853 0 -1 1077944320 12106 0 0 0 186 9 0 0 20 0 20 0 2942478 11162247168 45919 33554432000 4194304 4196468 140736341534288 140736341516832 139844652965623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
/proc/14878/statm: 2725158 45919 3111 1 0 2713552 0
[pid=14878/tid=14879] ppid=14875 vsize=10900632 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14879/stat : 14879 (java) R 14875 14878 9853 0 -1 4202560 5972 0 0 0 61 5 0 0 20 0 20 0 2942478 11162247168 45919 33554432000 4194304 4196468 140736341534288 139844657193912 139844290278334 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14881] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 9853 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 2942479 11162247168 45919 33554432000 4194304 4196468 140736341534288 139844259600784 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14882] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2942479 11162247168 45919 33554432000 4194304 4196468 140736341534288 139844258547984 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14883] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 9853 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 2942479 11162247168 45919 33554432000 4194304 4196468 140736341534288 139844257495696 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14884] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 9853 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 2942479 11162247168 45919 33554432000 4194304 4196468 140736341534288 139844256442896 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14885] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 9853 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 2942479 11162247168 45919 33554432000 4194304 4196468 140736341534288 139844255390608 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14886] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 9853 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 2942479 11162247168 45919 33554432000 4194304 4196468 140736341534288 139844254337808 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14887] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 9853 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 2942479 11162247168 45919 33554432000 4194304 4196468 140736341534288 139844253285520 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14888] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 9853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2942479 11162247168 45919 33554432000 4194304 4196468 140736341534288 139844252232720 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 10900632

[startup+1.50114 s]
/proc/loadavg: 7.08 5.01 3.22 10/284 14908
/proc/meminfo: memFree=31533568/32770624 swapFree=5920/215184
[pid=14878] ppid=14875 vsize=10900632 CPUtime=5.66 cores=1,3,5,7,9,11,13,15
/proc/14878/stat : 14878 (java) S 14875 14878 9853 0 -1 1077944320 21819 0 0 0 517 49 0 0 20 0 20 0 2942478 11162247168 110130 33554432000 4194304 4196468 140736341534288 140736341516832 139844652965623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
/proc/14878/statm: 2725158 110130 3141 1 0 2713552 0
[pid=14878/tid=14879] ppid=14875 vsize=10900632 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14879/stat : 14879 (java) S 14875 14878 9853 0 -1 1077944384 6049 0 0 0 127 7 0 0 20 0 20 0 2942478 11162247168 110130 33554432000 4194304 4196468 140736341534288 139844657200384 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14881] ppid=14875 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14881/stat : 14881 (java) R 14875 14878 9853 0 -1 4202560 48 0 0 0 4 4 0 0 20 0 20 0 2942479 11162247168 110130 33554432000 4194304 4196468 140736341534288 139844259600984 139844637993042 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14882] ppid=14875 vsize=10900632 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14882/stat : 14882 (java) R 14875 14878 9853 0 -1 4202560 73 0 0 0 4 3 0 0 20 0 20 0 2942479 11162247168 110130 33554432000 4194304 4196468 140736341534288 139844258548184 139844637993042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14883] ppid=14875 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14883/stat : 14883 (java) R 14875 14878 9853 0 -1 4202560 81 0 0 0 5 4 0 0 20 0 20 0 2942479 11162247168 110130 33554432000 4194304 4196468 140736341534288 139844257495584 139844637993042 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14884] ppid=14875 vsize=10900632 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14884/stat : 14884 (java) R 14875 14878 9853 0 -1 4202560 100 0 0 0 5 5 0 0 20 0 20 0 2942479 11162247168 110130 33554432000 4194304 4196468 140736341534288 139844256443096 139844634591542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14885] ppid=14875 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14885/stat : 14885 (java) R 14875 14878 9853 0 -1 4202560 88 0 0 0 6 3 0 0 20 0 20 0 2942479 11162247168 110130 33554432000 4194304 4196468 140736341534288 139844255390808 139844637987744 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14886] ppid=14875 vsize=10900632 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14886/stat : 14886 (java) R 14875 14878 9853 0 -1 4202560 98 0 0 0 6 5 0 0 20 0 20 0 2942479 11162247168 110130 33554432000 4194304 4196468 140736341534288 139844254338008 139844646070321 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14887] ppid=14875 vsize=10900632 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14887/stat : 14887 (java) R 14875 14878 9853 0 -1 4202560 101 0 0 0 7 4 0 0 20 0 20 0 2942479 11162247168 110130 33554432000 4194304 4196468 140736341534288 139844253285720 139844637993497 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14888] ppid=14875 vsize=10900632 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14888/stat : 14888 (java) R 14875 14878 9853 0 -1 4202560 96 0 0 0 6 4 0 0 20 0 20 0 2942479 11162247168 110130 33554432000 4194304 4196468 140736341534288 139844252232920 139844637992746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14892] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14892/stat : 14892 (java) S 14875 14878 9853 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 2942482 11162247168 110130 33554432000 4194304 4196468 140736341534288 139843470324384 139844652975829 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14893] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14893/stat : 14893 (java) S 14875 14878 9853 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2942482 11162247168 110130 33554432000 4194304 4196468 140736341534288 139843469271904 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14894] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14894/stat : 14894 (java) S 14875 14878 9853 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2942483 11162247168 110130 33554432000 4194304 4196468 140736341534288 139843468219504 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14902] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14902/stat : 14902 (java) S 14875 14878 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2942486 11162247168 110130 33554432000 4194304 4196468 140736341534288 139843467167824 139844652984219 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14903] ppid=14875 vsize=10900632 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14903/stat : 14903 (java) S 14875 14878 9853 0 -1 1077944384 4038 0 0 0 101 0 0 0 20 0 20 0 2942486 11162247168 110130 33554432000 4194304 4196468 140736341534288 139843466100688 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14904] ppid=14875 vsize=10900632 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14904/stat : 14904 (java) S 14875 14878 9853 0 -1 1077944384 3478 0 0 0 96 0 0 0 20 0 20 0 2942486 11162247168 110130 33554432000 4194304 4196468 140736341534288 139843128510432 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14905] ppid=14875 vsize=10900632 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14905/stat : 14905 (java) S 14875 14878 9853 0 -1 1077944384 3983 0 0 0 101 1 0 0 20 0 20 0 2942486 11162247168 110130 33554432000 4194304 4196468 140736341534288 139843127459600 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14906] ppid=14875 vsize=10900632 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14906/stat : 14906 (java) S 14875 14878 9853 0 -1 1077944384 2135 0 0 0 43 0 0 0 20 0 20 0 2942486 11162247168 110130 33554432000 4194304 4196468 140736341534288 139843126414064 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14907] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14907/stat : 14907 (java) S 14875 14878 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2942487 11162247168 110130 33554432000 4194304 4196468 140736341534288 139843125360992 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14908] ppid=14875 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14908/stat : 14908 (java) S 14875 14878 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2942487 11162247168 110130 33554432000 4194304 4196468 140736341534288 139843124308272 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
Current children cumulated CPU time (s) 5.66

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

[pid=14878/tid=14907] ppid=14875 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14907/stat : 14907 (java) S 14875 14878 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2942487 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843125360992 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14908] ppid=14875 vsize=10967196 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14908/stat : 14908 (java) S 14875 14878 9853 0 -1 1077944384 2535 0 0 0 60 56 0 0 20 0 21 0 2942487 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843124308272 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14909] ppid=14875 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14909/stat : 14909 (java) S 14875 14878 9853 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2943080 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843123254320 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
Current children cumulated CPU time (s) 2300.35
Current children cumulated vsize (KiB) 10967196

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.14 3/286 15007
/proc/meminfo: memFree=28015684/32770624 swapFree=5920/216864
[pid=14878] ppid=14875 vsize=10967196 CPUtime=2360.36 cores=1,3,5,7,9,11,13,15
/proc/14878/stat : 14878 (java) S 14875 14878 9853 0 -1 1077944320 603637 0 0 0 235456 580 0 0 20 0 21 0 2942478 11230408704 614426 33554432000 4194304 4196468 140736341534288 140736341516832 139844652965623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
/proc/14878/statm: 2741799 614426 3176 1 0 2730193 0
[pid=14878/tid=14879] ppid=14875 vsize=10967196 CPUtime=2314.41 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14879/stat : 14879 (java) R 14875 14878 9853 0 -1 4202560 520211 0 0 0 231394 47 0 0 20 0 21 0 2942478 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844657202504 139844286492740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14881] ppid=14875 vsize=10967196 CPUtime=4.58 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 9853 0 -1 1077944384 10979 0 0 0 403 55 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844259600784 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14882] ppid=14875 vsize=10967196 CPUtime=4.58 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 9853 0 -1 1077944384 3853 0 0 0 400 58 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844258547984 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14883] ppid=14875 vsize=10967196 CPUtime=4.54 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 9853 0 -1 1077944384 5368 0 0 0 395 59 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844257495696 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14884] ppid=14875 vsize=10967196 CPUtime=4.64 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 9853 0 -1 1077944384 4711 0 0 0 401 63 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844256442896 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14885] ppid=14875 vsize=10967196 CPUtime=4.59 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 9853 0 -1 1077944384 6068 0 0 0 403 56 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844255390608 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14886] ppid=14875 vsize=10967196 CPUtime=4.67 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 9853 0 -1 1077944384 4474 0 0 0 405 62 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844254337808 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14887] ppid=14875 vsize=10967196 CPUtime=4.64 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 9853 0 -1 1077944384 3193 0 0 0 402 62 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844253285520 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14888] ppid=14875 vsize=10967196 CPUtime=4.58 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 9853 0 -1 1077944384 4355 0 0 0 405 53 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844252232720 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14892] ppid=14875 vsize=10967196 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14892/stat : 14892 (java) S 14875 14878 9853 0 -1 1077944384 5871 0 0 0 184 2 0 0 20 0 21 0 2942482 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843470325872 139844652976770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14893] ppid=14875 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14893/stat : 14893 (java) S 14875 14878 9853 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 2942482 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843469271904 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14894] ppid=14875 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14894/stat : 14894 (java) S 14875 14878 9853 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 2942483 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843468219504 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14902] ppid=14875 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14902/stat : 14902 (java) S 14875 14878 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2942486 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843467167824 139844652984219 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14903] ppid=14875 vsize=10967196 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14903/stat : 14903 (java) S 14875 14878 9853 0 -1 1077944384 9316 0 0 0 176 1 0 0 20 0 21 0 2942486 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843466115696 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14904] ppid=14875 vsize=10967196 CPUtime=1.97 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14904/stat : 14904 (java) S 14875 14878 9853 0 -1 1077944384 9975 0 0 0 195 2 0 0 20 0 21 0 2942486 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843128519152 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14905] ppid=14875 vsize=10967196 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14905/stat : 14905 (java) S 14875 14878 9853 0 -1 1077944384 6700 0 0 0 160 1 0 0 20 0 21 0 2942486 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843127466864 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14906] ppid=14875 vsize=10967196 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14906/stat : 14906 (java) S 14875 14878 9853 0 -1 1077944384 4575 0 0 0 58 1 0 0 20 0 21 0 2942486 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843126414064 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14907] ppid=14875 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14907/stat : 14907 (java) S 14875 14878 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2942487 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843125360992 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14908] ppid=14875 vsize=10967196 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14908/stat : 14908 (java) S 14875 14878 9853 0 -1 1077944384 2577 0 0 0 61 57 0 0 20 0 21 0 2942487 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843124308272 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14909] ppid=14875 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14909/stat : 14909 (java) S 14875 14878 9853 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2943080 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843123254320 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
Current children cumulated CPU time (s) 2360.36
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2362 s]
/proc/loadavg: 2.00 2.01 2.13 3/286 15008
/proc/meminfo: memFree=28015108/32770624 swapFree=5920/216892
[pid=14878] ppid=14875 vsize=10967196 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/14878/stat : 14878 (java) S 14875 14878 9853 0 -1 1077944320 604780 0 0 0 239425 581 0 0 20 0 21 0 2942478 11230408704 614426 33554432000 4194304 4196468 140736341534288 140736341516832 139844652965623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
/proc/14878/statm: 2741799 614426 3176 1 0 2730193 0
[pid=14878/tid=14879] ppid=14875 vsize=10967196 CPUtime=2354.09 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14879/stat : 14879 (java) R 14875 14878 9853 0 -1 4202560 521284 0 0 0 235362 47 0 0 20 0 21 0 2942478 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844657202504 139844291910196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14881] ppid=14875 vsize=10967196 CPUtime=4.58 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 9853 0 -1 1077944384 10979 0 0 0 403 55 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844259600784 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14882] ppid=14875 vsize=10967196 CPUtime=4.58 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 9853 0 -1 1077944384 3853 0 0 0 400 58 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844258547984 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14883] ppid=14875 vsize=10967196 CPUtime=4.54 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 9853 0 -1 1077944384 5368 0 0 0 395 59 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844257495696 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14884] ppid=14875 vsize=10967196 CPUtime=4.64 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 9853 0 -1 1077944384 4711 0 0 0 401 63 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844256442896 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14885] ppid=14875 vsize=10967196 CPUtime=4.59 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 9853 0 -1 1077944384 6068 0 0 0 403 56 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844255390608 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14886] ppid=14875 vsize=10967196 CPUtime=4.67 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 9853 0 -1 1077944384 4474 0 0 0 405 62 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844254337808 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14887] ppid=14875 vsize=10967196 CPUtime=4.64 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 9853 0 -1 1077944384 3193 0 0 0 402 62 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844253285520 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14888] ppid=14875 vsize=10967196 CPUtime=4.58 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 9853 0 -1 1077944384 4355 0 0 0 405 53 0 0 20 0 21 0 2942479 11230408704 614426 33554432000 4194304 4196468 140736341534288 139844252232720 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14892] ppid=14875 vsize=10967196 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14892/stat : 14892 (java) S 14875 14878 9853 0 -1 1077944384 5879 0 0 0 184 2 0 0 20 0 21 0 2942482 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843470325872 139844652976770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14893] ppid=14875 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14893/stat : 14893 (java) S 14875 14878 9853 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 2942482 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843469271904 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14894] ppid=14875 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14894/stat : 14894 (java) S 14875 14878 9853 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 2942483 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843468219504 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14902] ppid=14875 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14902/stat : 14902 (java) S 14875 14878 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2942486 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843467167824 139844652984219 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14903] ppid=14875 vsize=10967196 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14903/stat : 14903 (java) S 14875 14878 9853 0 -1 1077944384 9320 0 0 0 176 1 0 0 20 0 21 0 2942486 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843466115696 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14904] ppid=14875 vsize=10967196 CPUtime=1.97 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14904/stat : 14904 (java) S 14875 14878 9853 0 -1 1077944384 9978 0 0 0 195 2 0 0 20 0 21 0 2942486 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843128519152 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14905] ppid=14875 vsize=10967196 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14905/stat : 14905 (java) S 14875 14878 9853 0 -1 1077944384 6714 0 0 0 160 1 0 0 20 0 21 0 2942486 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843127466864 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14906] ppid=14875 vsize=10967196 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14906/stat : 14906 (java) S 14875 14878 9853 0 -1 1077944384 4580 0 0 0 58 1 0 0 20 0 21 0 2942486 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843126414064 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14907] ppid=14875 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14907/stat : 14907 (java) S 14875 14878 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2942487 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843125360992 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14908] ppid=14875 vsize=10967196 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14908/stat : 14908 (java) S 14875 14878 9853 0 -1 1077944384 2613 0 0 0 62 58 0 0 20 0 21 0 2942487 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843124308272 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14909] ppid=14875 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14909/stat : 14909 (java) S 14875 14878 9853 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2943080 11230408704 614426 33554432000 4194304 4196468 140736341534288 139843123254320 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10967196

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

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

[startup+2362.2 s]
/proc/loadavg: 2.00 2.01 2.13 3/286 15008
/proc/meminfo: memFree=28015108/32770624 swapFree=5920/216892
[pid=14878] ppid=14875 vsize=11166888 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/14878/stat : 14878 (java) S 14875 14878 9853 0 -1 1077944320 605725 0 0 0 239427 581 0 0 20 0 22 0 2942478 11434893312 614503 33554432000 4194304 4196468 140736341534288 140736341516832 139844652965623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
/proc/14878/statm: 2791722 614503 3178 1 0 2780116 0
[pid=14878/tid=14879] ppid=14875 vsize=11166888 CPUtime=2354.11 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14879/stat : 14879 (java) S 14875 14878 9853 0 -1 1077944384 521377 0 0 0 235364 47 0 0 20 0 22 0 2942478 11434893312 614503 33554432000 4194304 4196468 140736341534288 139844657208496 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14881] ppid=14875 vsize=11166888 CPUtime=4.58 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14881/stat : 14881 (java) S 14875 14878 9853 0 -1 1077944384 10979 0 0 0 403 55 0 0 20 0 22 0 2942479 11434893312 614503 33554432000 4194304 4196468 140736341534288 139844259600784 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14882] ppid=14875 vsize=11166888 CPUtime=4.58 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14882/stat : 14882 (java) S 14875 14878 9853 0 -1 1077944384 3853 0 0 0 400 58 0 0 20 0 22 0 2942479 11434893312 614503 33554432000 4194304 4196468 140736341534288 139844258547984 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14883] ppid=14875 vsize=11166888 CPUtime=4.54 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14883/stat : 14883 (java) S 14875 14878 9853 0 -1 1077944384 5368 0 0 0 395 59 0 0 20 0 22 0 2942479 11434893312 614503 33554432000 4194304 4196468 140736341534288 139844257495696 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14884] ppid=14875 vsize=11166888 CPUtime=4.64 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14884/stat : 14884 (java) S 14875 14878 9853 0 -1 1077944384 4711 0 0 0 401 63 0 0 20 0 22 0 2942479 11434893312 614503 33554432000 4194304 4196468 140736341534288 139844256442896 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14885] ppid=14875 vsize=11166888 CPUtime=4.59 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14885/stat : 14885 (java) S 14875 14878 9853 0 -1 1077944384 6068 0 0 0 403 56 0 0 20 0 22 0 2942479 11434893312 614503 33554432000 4194304 4196468 140736341534288 139844255390608 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14886] ppid=14875 vsize=11166888 CPUtime=4.67 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14886/stat : 14886 (java) S 14875 14878 9853 0 -1 1077944384 4474 0 0 0 405 62 0 0 20 0 22 0 2942479 11434893312 614503 33554432000 4194304 4196468 140736341534288 139844254337808 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14887] ppid=14875 vsize=11166888 CPUtime=4.64 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14887/stat : 14887 (java) S 14875 14878 9853 0 -1 1077944384 3193 0 0 0 402 62 0 0 20 0 22 0 2942479 11434893312 614503 33554432000 4194304 4196468 140736341534288 139844253285520 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14888] ppid=14875 vsize=11166888 CPUtime=4.58 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14888/stat : 14888 (java) S 14875 14878 9853 0 -1 1077944384 4355 0 0 0 405 53 0 0 20 0 22 0 2942479 11434893312 614503 33554432000 4194304 4196468 140736341534288 139844252232720 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14892] ppid=14875 vsize=11166888 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14892/stat : 14892 (java) S 14875 14878 9853 0 -1 1077944384 5917 0 0 0 184 2 0 0 20 0 22 0 2942482 11434893312 614503 33554432000 4194304 4196468 140736341534288 139843470325872 139844652976770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14893] ppid=14875 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14893/stat : 14893 (java) S 14875 14878 9853 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 22 0 2942482 11434893312 614503 33554432000 4194304 4196468 140736341534288 139843469271904 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14894] ppid=14875 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14894/stat : 14894 (java) S 14875 14878 9853 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 22 0 2942483 11434893312 614503 33554432000 4194304 4196468 140736341534288 139843468219504 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14902] ppid=14875 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14902/stat : 14902 (java) S 14875 14878 9853 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 22 0 2942486 11434893312 614503 33554432000 4194304 4196468 140736341534288 139843467167824 139844652984219 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14903] ppid=14875 vsize=11166888 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14903/stat : 14903 (java) S 14875 14878 9853 0 -1 1077944384 9320 0 0 0 176 1 0 0 20 0 22 0 2942486 11434893312 614503 33554432000 4194304 4196468 140736341534288 139843466115696 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14904] ppid=14875 vsize=11166888 CPUtime=1.97 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14904/stat : 14904 (java) S 14875 14878 9853 0 -1 1077944384 9978 0 0 0 195 2 0 0 20 0 22 0 2942486 11434893312 614503 33554432000 4194304 4196468 140736341534288 139843128519152 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14905] ppid=14875 vsize=11166888 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14905/stat : 14905 (java) S 14875 14878 9853 0 -1 1077944384 6714 0 0 0 160 1 0 0 20 0 22 0 2942486 11434893312 614503 33554432000 4194304 4196468 140736341534288 139843127466864 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14906] ppid=14875 vsize=11166888 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14906/stat : 14906 (java) S 14875 14878 9853 0 -1 1077944384 4800 0 0 0 58 1 0 0 20 0 22 0 2942486 11434893312 614503 33554432000 4194304 4196468 140736341534288 139843126414064 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14907] ppid=14875 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14907/stat : 14907 (java) S 14875 14878 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2942487 11434893312 614503 33554432000 4194304 4196468 140736341534288 139843125360992 139844652975829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
[pid=14878/tid=14908] ppid=14875 vsize=11166888 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/14878/task/14908/stat : 14908 (java) S 14875 14878 9853 0 -1 1077944384 2613 0 0 0 62 58 0 0 20 0 22 0 2942487 11434893312 614503 33554432000 4194304 4196468 140736341534288 139843124308272 139844652976770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140736341542059 140736341542212 140736341542212 140736341544911 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2362.3
CPU time (s): 2400.19
CPU user time (s): 2394.35
CPU system time (s): 5.8404
CPU usage (%): 101.604
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.35
system time used= 5.8404
maximum resident set size= 2458432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 606610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57628
involuntary context switches= 122505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.98908 second user time and 25.1694 second system time

The end

Launcher Data

Begin job on node135 at 2017-07-22 00:39:15
IDJOB=4243842
IDBENCH=128081
IDSOLVER=2623
FILE ID=node135/4243842-1500676755
RUNJOBID= node135-1500676755-14840
PBS_JOBID= 20623285
Free space on /tmp= 61844 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-80-02.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243842-1500676755/watcher-4243842-1500676755 -o /tmp/evaluation-result-4243842-1500676755/solver-4243842-1500676755 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500676755-14840 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243842-1500676755.xml

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

MD5SUM BENCH= 201da62bda966dccc44cd0c6ff0d4af7
RANDOM SEED=1257408835

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		: 1600.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		: 1600.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		: 1600.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		: 1733.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		: 1600.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		: 2133.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		: 1600.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		: 1733.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		: 1600.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		: 1600.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		: 1600.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:        32011628 kB
MemAvailable:   32031468 kB
Buffers:           52048 kB
Cached:           277528 kB
SwapCached:            0 kB
Active:           159312 kB
Inactive:         223464 kB
Active(anon):      56348 kB
Inactive(anon):     8596 kB
Active(file):     102964 kB
Inactive(file):   214868 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3152 kB
Writeback:             0 kB
AnonPages:         54992 kB
Mapped:            32676 kB
Shmem:              8872 kB
Slab:              68608 kB
SReclaimable:      35688 kB
SUnreclaim:        32920 kB
KernelStack:        4096 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     321236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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-22 01:18:37