Trace number 4243318

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? 1396.38 381.349

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-9.xml
MD5SUM61a67ae858673343e351cd0fcc1d1459
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark615
Best CPU time to get the best result obtained on this benchmark19946.6
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size704
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":704,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1275.45/349.04	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1320.13/360.95		at java.io.DataInputStream.readUTF(DataInputStream.java:661)
1320.13/360.95		at java.io.DataInputStream.readUTF(DataInputStream.java:564)
1320.13/360.95		at sun.util.calendar.ZoneInfoFile.load(ZoneInfoFile.java:312)
1320.13/360.95		at sun.util.calendar.ZoneInfoFile.access$000(ZoneInfoFile.java:61)
1320.13/360.95		at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:258)
1320.13/360.95		at java.security.AccessController.doPrivileged(Native Method)
1320.13/360.95		at sun.util.calendar.ZoneInfoFile.<clinit>(ZoneInfoFile.java:251)
1320.13/360.95		at sun.util.calendar.ZoneInfo.getTimeZone(ZoneInfo.java:589)
1320.13/360.95		at java.util.TimeZone.getTimeZone(TimeZone.java:560)
1320.13/360.95		at java.util.TimeZone.setDefaultZone(TimeZone.java:666)
1320.13/360.95		at java.util.TimeZone.getDefaultRef(TimeZone.java:636)
1320.13/360.95		at java.util.TimeZone.getDefault(TimeZone.java:625)
1320.13/360.95		at java.util.Calendar.getInstance(Calendar.java:1640)
1320.13/360.95		at java.util.Formatter$FormatSpecifier.printDateTime(Formatter.java:2826)
1320.13/360.95		at java.util.Formatter$FormatSpecifier.print(Formatter.java:2740)
1320.13/360.95		at java.util.Formatter.format(Formatter.java:2526)
1320.13/360.95		at java.util.Formatter.format(Formatter.java:2455)
1320.13/360.95		at java.lang.String.format(String.java:2940)
1320.13/360.95		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:161)
1320.13/360.95		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1320.13/360.95		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1320.13/360.96		at java.util.logging.Logger.log(Logger.java:738)
1320.13/360.96		at java.util.logging.Logger.doLog(Logger.java:765)
1320.13/360.96		at java.util.logging.Logger.log(Logger.java:876)
1320.13/360.96		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1320.13/360.96		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1320.13/360.96		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1320.13/360.96		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1320.13/360.96		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1320.13/360.96		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1396.33/381.30	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1396.33/381.30	c This is free software under the dual EPL/GNU LGPL licenses.
1396.33/381.30	c See www.sat4j.org for details.
1396.33/381.30	c That software uses the Rhino library from the Mozilla project.
1396.33/381.30	c version CUSTOM.v20170705
1396.33/381.30	c java.runtime.name	Java(TM) SE Runtime Environment
1396.33/381.30	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1396.33/381.30	c java.vm.version	25.131-b11
1396.33/381.30	c java.vm.vendor	Oracle Corporation
1396.33/381.30	c sun.arch.data.model	64
1396.33/381.30	c java.version		1.8.0_131
1396.33/381.30	c os.name		Linux
1396.33/381.30	c os.version		3.10.0-514.16.1.el7.x86_64
1396.33/381.30	c os.arch		amd64
1396.33/381.30	c Free memory 		499604488
1396.33/381.30	c Max memory 		7247757312
1396.33/381.30	c Total memory 		504889344
1396.33/381.30	c Number of processors 	4
1396.33/381.30	c c --- Begin Solver configuration ---
1396.33/381.30	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1396.33/381.30	c Learn all clauses as in MiniSAT
1396.33/381.30	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1396.33/381.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1396.33/381.30	c No reason simplification
1396.33/381.30	c Glucose 2.1 dynamic restart strategy
1396.33/381.30	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
1396.33/381.30	c timeout=2147483s
1396.33/381.30	c DB Simplification allowed=false
1396.33/381.30	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1396.33/381.30	c --- End Solver configuration ---
1396.33/381.30	c starts		: 0
1396.33/381.30	c conflicts		: 0
1396.33/381.30	c decisions		: 0
1396.33/381.30	c propagations		: 0
1396.33/381.30	c inspects		: 0
1396.33/381.30	c shortcuts		: 0
1396.33/381.30	c learnt literals	: 0
1396.33/381.30	c learnt binary clauses	: 0
1396.33/381.30	c learnt ternary clauses	: 0
1396.33/381.30	c learnt constraints	: 0
1396.33/381.30	c ignored constraints	: 0
1396.33/381.30	c root simplifications	: 0
1396.33/381.30	c removed literals (reason simplification)	: 0
1396.33/381.30	c reason swapping (by a shorter reason)	: 0
1396.33/381.30	c Calls to reduceDB	: 0
1396.33/381.30	c Number of update (reduction) of LBD	: 0
1396.33/381.30	c Imported unit clauses	: 0
1396.33/381.30	c number of reductions to clauses (during analyze)	: 0
1396.33/381.30	c number of learned constraints concerned by reduction	: 0
1396.33/381.30	c number of learning phase by resolution	: 0
1396.33/381.30	c number of learning phase by cutting planes	: 0
1396.33/381.30	c number of rounding to 1 operations	: 0
1396.33/381.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1396.33/381.30	c number of reductions of the coefficients by power 2 	: 0
1396.33/381.30	c number of right shift for reduction by power 2 	: 0
1396.33/381.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
1396.33/381.30	c speed (assignments/second)	: 0.0
1396.33/381.30	c non guided choices	0
1396.33/381.30	c learnt constraints type 
1396.33/381.30	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-4243318-1501978228/watcher-4243318-1501978228 -o /tmp/evaluation-result-4243318-1501978228/solver-4243318-1501978228 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1501977385-2523 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243318-1501978228.xml 

pid=2545
running on 4 cores: 1,3,5,7

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: 0.00 0.20 0.17 3/186 2551
/proc/meminfo: memFree=32101476/32770624 swapFree=0/197868
[pid=2551] ppid=2545 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/2551/stat : 2551 (runsolver) D 2545 2551 2462 34816 2462 4202560 107 0 0 0 0 0 0 0 20 0 1 0 43835 24240128 108 18446744073709551615 4194304 4338465 140723196919984 140723196917624 139749613064919 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 29569024 140723196924043 140723196924492 140723196924492 140723196927946 0
/proc/2551/statm: 5918 108 54 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 0.00 0.20 0.17 3/186 2551
/proc/meminfo: memFree=32101476/32770624 swapFree=0/197868
[pid=2551] ppid=2545 vsize=10648 CPUtime=0 cores=1,3,5,7
/proc/2551/stat : 2551 (java) D 2545 2551 2462 34816 2462 4202496 342 0 0 0 0 0 0 0 20 0 1 0 43835 10903552 189 18446744073709551615 4194304 4196468 140724679830224 140724679810920 139718300370695 0 0 1 0 18446744071580419588 0 0 17 7 0 0 7 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
/proc/2551/statm: 2662 189 153 1 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10648

[startup+0.200217 s]
/proc/loadavg: 0.00 0.20 0.17 3/186 2551
/proc/meminfo: memFree=32101476/32770624 swapFree=0/197868
[pid=2551] ppid=2545 vsize=26980 CPUtime=0 cores=1,3,5,7
/proc/2551/stat : 2551 (java) D 2545 2551 2462 34816 2462 4202496 345 0 1 0 0 0 0 0 20 0 1 0 43835 27627520 201 18446744073709551615 4194304 4196468 140724679830224 140724679810648 139718300372080 0 0 1 0 18446744071580431491 0 0 17 7 0 0 17 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
/proc/2551/statm: 6745 201 161 1 0 159 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26980

[startup+0.300191 s]
/proc/loadavg: 0.00 0.20 0.17 3/186 2551
/proc/meminfo: memFree=32101476/32770624 swapFree=0/197868
[pid=2551] ppid=2545 vsize=356952 CPUtime=0 cores=1,3,5,7
/proc/2551/stat : 2551 (java) S 2545 2551 2462 34816 2462 1077944320 1727 0 2 0 0 0 0 0 20 0 2 0 43835 365518848 1891 18446744073709551615 4194304 4196468 140724679830224 140724679812768 139718298095351 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 19 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
/proc/2551/statm: 89238 1891 1041 1 0 79216 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.700274 s]
/proc/loadavg: 0.00 0.20 0.17 3/186 2551
/proc/meminfo: memFree=32101476/32770624 swapFree=0/197868
[pid=2551] ppid=2545 vsize=10551156 CPUtime=0.08 cores=1,3,5,7
/proc/2551/stat : 2551 (java) S 2545 2551 2462 34816 2462 1077944320 4948 0 3 0 6 2 0 0 20 0 15 0 43835 10804383744 5944 18446744073709551615 4194304 4196468 140724679830224 140724679812768 139718298095351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 19 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
/proc/2551/statm: 2637789 5944 2589 1 0 2627269 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551156

[startup+1.50054 s]
/proc/loadavg: 0.00 0.20 0.17 2/216 2581
/proc/meminfo: memFree=32003456/32770624 swapFree=0/235128
[pid=2551] ppid=2545 vsize=10551232 CPUtime=0.66 cores=1,3,5,7
/proc/2551/stat : 2551 (java) S 2545 2551 2462 34816 2462 1077944320 10713 0 4 0 61 5 0 0 20 0 15 0 43835 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 140724679812768 139718298095351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 19 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
/proc/2551/statm: 2637808 11843 3014 1 0 2627269 0
[pid=2551/tid=2555] ppid=2545 vsize=10551232 CPUtime=0.35 cores=1,3,5,7
/proc/2551/task/2555/stat : 2555 (java) R 2545 2551 2462 34816 2462 4202560 7356 0 2 0 32 3 0 0 20 0 15 0 43861 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139718302330608 139718298107286 0 4 1 16800974 0 0 0 -1 5 0 0 83 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2559] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2559/stat : 2559 (java) S 2545 2551 2462 34816 2462 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43865 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717909539088 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2561] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2561/stat : 2561 (java) S 2545 2551 2462 34816 2462 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43865 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717908486544 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2562] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2562/stat : 2562 (java) S 2545 2551 2462 34816 2462 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43865 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717907434000 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2563] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2563/stat : 2563 (java) S 2545 2551 2462 34816 2462 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43865 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717906381456 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2564] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2564/stat : 2564 (java) S 2545 2551 2462 34816 2462 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 43877 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717405059568 139718298106498 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2566] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2566/stat : 2566 (java) S 2545 2551 2462 34816 2462 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717404005792 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2568] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2568/stat : 2568 (java) S 2545 2551 2462 34816 2462 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717402953200 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2570] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2570/stat : 2570 (java) S 2545 2551 2462 34816 2462 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717401901776 139718298113947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2572] ppid=2545 vsize=10551232 CPUtime=0.06 cores=1,3,5,7
/proc/2551/task/2572/stat : 2572 (java) R 2545 2551 2462 34816 2462 1077944384 796 0 0 0 6 0 0 0 20 0 15 0 43884 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717400848368 139718298106498 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2574] ppid=2545 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/2551/task/2574/stat : 2574 (java) R 2545 2551 2462 34816 2462 4202560 230 0 0 0 5 0 0 0 20 0 15 0 43884 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717399787152 139718277244040 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2576] ppid=2545 vsize=10551232 CPUtime=0.16 cores=1,3,5,7
/proc/2551/task/2576/stat : 2576 (java) R 2545 2551 2462 34816 2462 4202560 968 0 0 0 16 0 0 0 20 0 15 0 43884 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717398739648 139718298107286 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2578] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2578/stat : 2578 (java) S 2545 2551 2462 34816 2462 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717397690976 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2580] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2580/stat : 2580 (java) S 2545 2551 2462 34816 2462 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43893 10804461568 11843 18446744073709551615 4194304 4196468 140724679830224 139717396638512 139718298106498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 10551232

[startup+3.10061 s]
/proc/loadavg: 0.32 0.26 0.19 8/216 2581
/proc/meminfo: memFree=31003296/32770624 swapFree=0/244816
[pid=2551] ppid=2545 vsize=10551232 CPUtime=3.76 cores=1,3,5,7
/proc/2551/stat : 2551 (java) S 2545 2551 2462 34816 2462 1077944320 14049 0 4 0 333 43 0 0 20 0 15 0 43835 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 140724679812768 139718298095351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 19 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
/proc/2551/statm: 2637808 174251 3079 1 0 2627269 0
[pid=2551/tid=2555] ppid=2545 vsize=10551232 CPUtime=1.7 cores=1,3,5,7
/proc/2551/task/2555/stat : 2555 (java) R 2545 2551 2462 34816 2462 4202560 8223 0 2 0 160 10 0 0 20 0 15 0 43861 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139718302329544 139717923529016 0 4 1 16800974 0 0 0 -1 1 0 0 83 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2559] ppid=2545 vsize=10551232 CPUtime=0.23 cores=1,3,5,7
/proc/2551/task/2559/stat : 2559 (java) S 2545 2551 2462 34816 2462 1077944384 117 0 0 0 16 7 0 0 20 0 15 0 43865 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717909539088 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2561] ppid=2545 vsize=10551232 CPUtime=0.23 cores=1,3,5,7
/proc/2551/task/2561/stat : 2561 (java) S 2545 2551 2462 34816 2462 1077944384 198 0 0 0 16 7 0 0 20 0 15 0 43865 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717908486544 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2562] ppid=2545 vsize=10551232 CPUtime=0.23 cores=1,3,5,7
/proc/2551/task/2562/stat : 2562 (java) S 2545 2551 2462 34816 2462 1077944384 207 0 0 0 16 7 0 0 20 0 15 0 43865 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717907434000 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2563] ppid=2545 vsize=10551232 CPUtime=0.23 cores=1,3,5,7
/proc/2551/task/2563/stat : 2563 (java) S 2545 2551 2462 34816 2462 1077944384 225 0 0 0 16 7 0 0 20 0 15 0 43865 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717906381456 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2564] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2564/stat : 2564 (java) S 2545 2551 2462 34816 2462 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 43877 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717405059568 139718298106498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2566] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2566/stat : 2566 (java) S 2545 2551 2462 34816 2462 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717404005856 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2568] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2568/stat : 2568 (java) S 2545 2551 2462 34816 2462 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717402953200 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2570] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2570/stat : 2570 (java) S 2545 2551 2462 34816 2462 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717401901776 139718298113947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2572] ppid=2545 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/2551/task/2572/stat : 2572 (java) S 2545 2551 2462 34816 2462 1077944384 1450 0 0 0 36 0 0 0 20 0 15 0 43884 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717400848368 139718298106498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2574] ppid=2545 vsize=10551232 CPUtime=0.42 cores=1,3,5,7
/proc/2551/task/2574/stat : 2574 (java) S 2545 2551 2462 34816 2462 1077944384 828 0 0 0 42 0 0 0 20 0 15 0 43884 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717399795824 139718298106498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2576] ppid=2545 vsize=10551232 CPUtime=0.27 cores=1,3,5,7
/proc/2551/task/2576/stat : 2576 (java) S 2545 2551 2462 34816 2462 1077944384 1236 0 0 0 27 0 0 0 20 0 15 0 43884 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717398743280 139718298106498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2578] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2578/stat : 2578 (java) S 2545 2551 2462 34816 2462 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717397690976 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2580] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2580/stat : 2580 (java) S 2545 2551 2462 34816 2462 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43893 10804461568 174251 18446744073709551615 4194304 4196468 140724679830224 139717396638512 139718298106498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 10551232

[startup+6.30133 s]
/proc/loadavg: 0.32 0.26 0.19 7/212 2583
/proc/meminfo: memFree=28120704/32770624 swapFree=0/244072
[pid=2551] ppid=2545 vsize=10551232 CPUtime=12.39 cores=1,3,5,7
/proc/2551/stat : 2551 (java) S 2545 2551 2462 0 -1 1077944320 51932 0 4 0 1142 97 0 0 20 0 15 0 43835 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 140724679812768 139718298095351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 19 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
/proc/2551/statm: 2637808 301102 3100 1 0 2627269 0
[pid=2551/tid=2555] ppid=2545 vsize=10551232 CPUtime=2.53 cores=1,3,5,7
/proc/2551/task/2555/stat : 2555 (java) S 2545 2551 2462 0 -1 1077944384 10368 0 2 0 242 11 0 0 20 0 15 0 43861 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139718302330192 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 83 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2559] ppid=2545 vsize=10551232 CPUtime=1.89 cores=1,3,5,7
/proc/2551/task/2559/stat : 2559 (java) R 2545 2551 2462 0 -1 4202560 6264 0 0 0 169 20 0 0 20 0 15 0 43865 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717909539088 139718283123225 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2561] ppid=2545 vsize=10551232 CPUtime=1.9 cores=1,3,5,7
/proc/2551/task/2561/stat : 2561 (java) R 2545 2551 2462 0 -1 4202560 7543 0 0 0 170 20 0 0 20 0 15 0 43865 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717908486744 139718283122268 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2562] ppid=2545 vsize=10551232 CPUtime=1.91 cores=1,3,5,7
/proc/2551/task/2562/stat : 2562 (java) R 2545 2551 2462 0 -1 4202560 8360 0 0 0 169 22 0 0 20 0 15 0 43865 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717907434000 139718283123225 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2563] ppid=2545 vsize=10551232 CPUtime=1.89 cores=1,3,5,7
/proc/2551/task/2563/stat : 2563 (java) R 2545 2551 2462 0 -1 4202560 8787 0 0 0 169 20 0 0 20 0 15 0 43865 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717906381456 139718291195262 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2564] ppid=2545 vsize=10551232 CPUtime=0.69 cores=1,3,5,7
/proc/2551/task/2564/stat : 2564 (java) S 2545 2551 2462 0 -1 1077944384 2107 0 0 0 69 0 0 0 20 0 15 0 43877 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717405058080 139718298105557 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2566] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2566/stat : 2566 (java) S 2545 2551 2462 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717404005856 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2568] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2568/stat : 2568 (java) S 2545 2551 2462 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717402953200 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2570] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2570/stat : 2570 (java) S 2545 2551 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717401901776 139718298113947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2572] ppid=2545 vsize=10551232 CPUtime=0.55 cores=1,3,5,7
/proc/2551/task/2572/stat : 2572 (java) S 2545 2551 2462 0 -1 1077944384 2333 0 0 0 55 0 0 0 20 0 15 0 43884 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717400848368 139718298106498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2574] ppid=2545 vsize=10551232 CPUtime=0.63 cores=1,3,5,7
/proc/2551/task/2574/stat : 2574 (java) S 2545 2551 2462 0 -1 1077944384 2083 0 0 0 63 0 0 0 20 0 15 0 43884 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717399795824 139718298106498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2576] ppid=2545 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/2551/task/2576/stat : 2576 (java) S 2545 2551 2462 0 -1 1077944384 2696 0 0 0 32 0 0 0 20 0 15 0 43884 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717398743280 139718298106498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2578] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2578/stat : 2578 (java) S 2545 2551 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717397690976 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2580] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2580/stat : 2580 (java) R 2545 2551 2462 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 43893 10804461568 301102 18446744073709551615 4194304 4196468 140724679830224 139717396638512 139718298106498 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 1.04 0.42 0.24 7/212 2583
/proc/meminfo: memFree=25423452/32770624 swapFree=0/244064
[pid=2551] ppid=2545 vsize=10551232 CPUtime=28.96 cores=1,3,5,7
/proc/2551/stat : 2551 (java) S 2545 2551 2462 0 -1 1077944320 87038 0 4 0 2673 223 0 0 20 0 15 0 43835 10804461568 639710 18446744073709551615 4194304 4196468 140724679830224 140724679812768 139718298095351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 19 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
/proc/2551/statm: 2637808 639710 3100 1 0 2627269 0
[pid=2551/tid=2555] ppid=2545 vsize=10551232 CPUtime=4.38 cores=1,3,5,7
/proc/2551/task/2555/stat : 2555 (java) R 2545 2551 2462 0 -1 4202560 12465 0 2 0 425 13 0 0 20 0 15 0 43861 10804461568 639710 18446744073709551615 4194304 4196468 140724679830224 139718302331952 139717924161979 0 4 1 16800974 0 0 0 -1 5 0 0 83 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2559] ppid=2545 vsize=10551232 CPUtime=5.31 cores=1,3,5,7
/proc/2551/task/2559/stat : 2559 (java) S 2545 2551 2462 0 -1 1077944384 8928 0 0 0 478 53 0 0 20 0 15 0 43865 10804461568 639710 18446744073709551615 4194304 4196468 140724679830224 139717909539088 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2561] ppid=2545 vsize=10551232 CPUtime=5.24 cores=1,3,5,7
/proc/2551/task/2561/stat : 2561 (java) S 2545 2551 2462 0 -1 1077944384 11378 0 0 0 474 50 0 0 20 0 15 0 43865 10804461568 639710 18446744073709551615 4194304 4196468 140724679830224 139717908486544 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2562] ppid=2545 vsize=10551232 CPUtime=5.34 cores=1,3,5,7
/proc/2551/task/2562/stat : 2562 (java) S 2545 2551 2462 0 -1 1077944384 21108 0 0 0 482 52 0 0 20 0 15 0 43865 10804461568 639710 18446744073709551615 4194304 4196468 140724679830224 139717907434000 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2563] ppid=2545 vsize=10551232 CPUtime=5.27 cores=1,3,5,7
/proc/2551/task/2563/stat : 2563 (java) S 2545 2551 2462 0 -1 1077944384 20730 0 0 0 477 50 0 0 20 0 15 0 43865 10804461568 639710 18446744073709551615 4194304 4196468 140724679830224 139717906381456 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2564] ppid=2545 vsize=10551232 CPUtime=1.81 cores=1,3,5,7
/proc/2551/task/2564/stat : 2564 (java) S 2545 2551 2462 0 -1 1077944384 3882 0 0 0 181 0 0 0 20 0 15 0 43877 10804461568 639710 18446744073709551615 4194304 4196468 140724679830224 139717405059568 139718298106498 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2566] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2566/stat : 2566 (java) S 2545 2551 2462 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 639710 18446744073709551615 4194304 4196468 140724679830224 139717404005856 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2568] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2568/stat : 2568 (java) S 2545 2551 2462 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 43878 10804461568 639710 18446744073709551615 4194304 4196468 140724679830224 139717402953216 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2570] ppid=2545 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2570/stat : 2570 (java) S 2545 2551 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43884 10804461568 640222 18446744073709551615 4194304 4196468 140724679830224 139717401901776 139718298113947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0

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

/proc/2551/task/2640/stat : 2640 (java) S 2545 2551 2462 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 79931 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717394530864 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
Current children cumulated CPU time (s) 1389.87
Current children cumulated vsize (KiB) 10684512

[startup+380.001 s]
/proc/loadavg: 7.93 5.44 2.56 8/214 2641
/proc/meminfo: memFree=15587104/32770624 swapFree=0/251836
[pid=2551] ppid=2545 vsize=10684512 CPUtime=1392.97 cores=1,3,5,7
/proc/2551/stat : 2551 (java) S 2545 2551 2462 0 -1 1077944320 485040 0 6 0 138494 803 0 0 20 0 17 0 43835 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 140724679812768 139718298095351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 19 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
/proc/2551/statm: 2671128 2028519 3150 1 0 2660551 0
[pid=2551/tid=2555] ppid=2545 vsize=10684512 CPUtime=13.72 cores=1,3,5,7
/proc/2551/task/2555/stat : 2555 (java) S 2545 2551 2462 0 -1 1077944384 19423 0 4 0 1357 15 0 0 20 0 17 0 43861 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139718302336032 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 94 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2559] ppid=2545 vsize=10684512 CPUtime=339.04 cores=1,3,5,7
/proc/2551/task/2559/stat : 2559 (java) R 2545 2551 2462 0 -1 4202560 99051 0 0 0 33705 199 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717909539288 139718283084994 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2561] ppid=2545 vsize=10684512 CPUtime=338.79 cores=1,3,5,7
/proc/2551/task/2561/stat : 2561 (java) R 2545 2551 2462 0 -1 4202560 84882 0 0 0 33690 189 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717908486664 139718290723559 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2562] ppid=2545 vsize=10684512 CPUtime=339.37 cores=1,3,5,7
/proc/2551/task/2562/stat : 2562 (java) R 2545 2551 2462 0 -1 4202560 63731 0 0 0 33745 192 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717907433808 139718290723559 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2563] ppid=2545 vsize=10684512 CPUtime=338.23 cores=1,3,5,7
/proc/2551/task/2563/stat : 2563 (java) R 2545 2551 2462 0 -1 4202560 125698 0 0 0 33629 194 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717906381264 139718290723559 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2564] ppid=2545 vsize=10684512 CPUtime=21.25 cores=1,3,5,7
/proc/2551/task/2564/stat : 2564 (java) S 2545 2551 2462 0 -1 1077944384 71013 0 0 0 2121 4 0 0 20 0 17 0 43877 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717405058112 139718298105557 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2566] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2566/stat : 2566 (java) S 2545 2551 2462 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 43878 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717404005856 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2568] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2568/stat : 2568 (java) S 2545 2551 2462 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 43878 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717402953216 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2570] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2570/stat : 2570 (java) S 2545 2551 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717401901776 139718298113947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2572] ppid=2545 vsize=10684512 CPUtime=1.24 cores=1,3,5,7
/proc/2551/task/2572/stat : 2572 (java) S 2545 2551 2462 0 -1 1077944384 12050 0 0 0 122 2 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717400848416 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2574] ppid=2545 vsize=10684512 CPUtime=0.72 cores=1,3,5,7
/proc/2551/task/2574/stat : 2574 (java) S 2545 2551 2462 0 -1 1077944384 3325 0 0 0 72 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717399795584 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2576] ppid=2545 vsize=10684512 CPUtime=0.36 cores=1,3,5,7
/proc/2551/task/2576/stat : 2576 (java) S 2545 2551 2462 0 -1 1077944384 4083 0 0 0 36 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717398740784 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2578] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2578/stat : 2578 (java) S 2545 2551 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717397690976 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2580] ppid=2545 vsize=10684512 CPUtime=0.15 cores=1,3,5,7
/proc/2551/task/2580/stat : 2580 (java) S 2545 2551 2462 0 -1 1077944384 318 0 0 0 10 5 0 0 20 0 17 0 43893 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717396638512 139718298106498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2639] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2639/stat : 2639 (java) S 2545 2551 2462 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 79931 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717395582640 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2640] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2640/stat : 2640 (java) S 2545 2551 2462 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 79931 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717394530864 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
Current children cumulated CPU time (s) 1392.97
Current children cumulated vsize (KiB) 10684512

[startup+380.801 s]
/proc/loadavg: 7.93 5.44 2.56 10/214 2641
/proc/meminfo: memFree=15587104/32770624 swapFree=0/251840
[pid=2551] ppid=2545 vsize=10684512 CPUtime=1395.82 cores=1,3,5,7
/proc/2551/stat : 2551 (java) S 2545 2551 2462 0 -1 1077944320 485040 0 6 0 138778 804 0 0 20 0 17 0 43835 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 140724679812768 139718298095351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 19 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
/proc/2551/statm: 2671128 2028519 3150 1 0 2660551 0
[pid=2551/tid=2555] ppid=2545 vsize=10684512 CPUtime=13.72 cores=1,3,5,7
/proc/2551/task/2555/stat : 2555 (java) S 2545 2551 2462 0 -1 1077944384 19423 0 4 0 1357 15 0 0 20 0 17 0 43861 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139718302336032 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 94 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2559] ppid=2545 vsize=10684512 CPUtime=339.75 cores=1,3,5,7
/proc/2551/task/2559/stat : 2559 (java) S 2545 2551 2462 0 -1 1077944384 99051 0 0 0 33776 199 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717909539088 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2561] ppid=2545 vsize=10684512 CPUtime=339.46 cores=1,3,5,7
/proc/2551/task/2561/stat : 2561 (java) S 2545 2551 2462 0 -1 1077944384 84882 0 0 0 33757 189 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717908486544 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2562] ppid=2545 vsize=10684512 CPUtime=340.06 cores=1,3,5,7
/proc/2551/task/2562/stat : 2562 (java) S 2545 2551 2462 0 -1 1077944384 63731 0 0 0 33813 193 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717907434000 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2563] ppid=2545 vsize=10684512 CPUtime=338.91 cores=1,3,5,7
/proc/2551/task/2563/stat : 2563 (java) S 2545 2551 2462 0 -1 1077944384 125698 0 0 0 33697 194 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717906381456 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2564] ppid=2545 vsize=10684512 CPUtime=21.34 cores=1,3,5,7
/proc/2551/task/2564/stat : 2564 (java) R 2545 2551 2462 0 -1 4202560 71013 0 0 0 2130 4 0 0 20 0 17 0 43877 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717405058112 139718283091775 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2566] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2566/stat : 2566 (java) S 2545 2551 2462 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 43878 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717404005856 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2568] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2568/stat : 2568 (java) S 2545 2551 2462 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 43878 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717402953216 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2570] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2570/stat : 2570 (java) S 2545 2551 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717401901776 139718298113947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2572] ppid=2545 vsize=10684512 CPUtime=1.24 cores=1,3,5,7
/proc/2551/task/2572/stat : 2572 (java) S 2545 2551 2462 0 -1 1077944384 12050 0 0 0 122 2 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717400848416 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2574] ppid=2545 vsize=10684512 CPUtime=0.72 cores=1,3,5,7
/proc/2551/task/2574/stat : 2574 (java) S 2545 2551 2462 0 -1 1077944384 3325 0 0 0 72 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717399795584 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2576] ppid=2545 vsize=10684512 CPUtime=0.36 cores=1,3,5,7
/proc/2551/task/2576/stat : 2576 (java) S 2545 2551 2462 0 -1 1077944384 4083 0 0 0 36 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717398740784 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2578] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2578/stat : 2578 (java) S 2545 2551 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717397690976 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2580] ppid=2545 vsize=10684512 CPUtime=0.15 cores=1,3,5,7
/proc/2551/task/2580/stat : 2580 (java) S 2545 2551 2462 0 -1 1077944384 318 0 0 0 10 5 0 0 20 0 17 0 43893 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717396638512 139718298106498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2639] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2639/stat : 2639 (java) S 2545 2551 2462 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 79931 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717395582640 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2640] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2640/stat : 2640 (java) S 2545 2551 2462 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 79931 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717394530864 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
Current children cumulated CPU time (s) 1395.82
Current children cumulated vsize (KiB) 10684512

[startup+381.201 s]
/proc/loadavg: 7.93 5.44 2.56 10/214 2641
/proc/meminfo: memFree=15587104/32770624 swapFree=0/251840
[pid=2551] ppid=2545 vsize=10684512 CPUtime=1396.23 cores=1,3,5,7
/proc/2551/stat : 2551 (java) S 2545 2551 2462 0 -1 1077944320 485040 0 6 0 138819 804 0 0 20 0 17 0 43835 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 140724679812768 139718298095351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 19 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
/proc/2551/statm: 2671128 2028519 3150 1 0 2660551 0
[pid=2551/tid=2555] ppid=2545 vsize=10684512 CPUtime=13.72 cores=1,3,5,7
/proc/2551/task/2555/stat : 2555 (java) S 2545 2551 2462 0 -1 1077944384 19423 0 4 0 1357 15 0 0 20 0 17 0 43861 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139718302336032 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 94 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2559] ppid=2545 vsize=10684512 CPUtime=339.75 cores=1,3,5,7
/proc/2551/task/2559/stat : 2559 (java) S 2545 2551 2462 0 -1 1077944384 99051 0 0 0 33776 199 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717909539088 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2561] ppid=2545 vsize=10684512 CPUtime=339.46 cores=1,3,5,7
/proc/2551/task/2561/stat : 2561 (java) S 2545 2551 2462 0 -1 1077944384 84882 0 0 0 33757 189 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717908486544 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2562] ppid=2545 vsize=10684512 CPUtime=340.06 cores=1,3,5,7
/proc/2551/task/2562/stat : 2562 (java) S 2545 2551 2462 0 -1 1077944384 63731 0 0 0 33813 193 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717907434000 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2563] ppid=2545 vsize=10684512 CPUtime=338.91 cores=1,3,5,7
/proc/2551/task/2563/stat : 2563 (java) S 2545 2551 2462 0 -1 1077944384 125698 0 0 0 33697 194 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717906381456 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2564] ppid=2545 vsize=10684512 CPUtime=21.74 cores=1,3,5,7
/proc/2551/task/2564/stat : 2564 (java) R 2545 2551 2462 0 -1 4202560 71013 0 0 0 2170 4 0 0 20 0 17 0 43877 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717405058112 139718283091758 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2566] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2566/stat : 2566 (java) S 2545 2551 2462 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 43878 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717404005856 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2568] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2568/stat : 2568 (java) S 2545 2551 2462 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 43878 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717402953216 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2570] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2570/stat : 2570 (java) S 2545 2551 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717401901776 139718298113947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2572] ppid=2545 vsize=10684512 CPUtime=1.24 cores=1,3,5,7
/proc/2551/task/2572/stat : 2572 (java) S 2545 2551 2462 0 -1 1077944384 12050 0 0 0 122 2 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717400848416 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2574] ppid=2545 vsize=10684512 CPUtime=0.72 cores=1,3,5,7
/proc/2551/task/2574/stat : 2574 (java) S 2545 2551 2462 0 -1 1077944384 3325 0 0 0 72 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717399795584 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2576] ppid=2545 vsize=10684512 CPUtime=0.36 cores=1,3,5,7
/proc/2551/task/2576/stat : 2576 (java) S 2545 2551 2462 0 -1 1077944384 4083 0 0 0 36 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717398740784 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2578] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2578/stat : 2578 (java) S 2545 2551 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717397690976 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2580] ppid=2545 vsize=10684512 CPUtime=0.15 cores=1,3,5,7
/proc/2551/task/2580/stat : 2580 (java) S 2545 2551 2462 0 -1 1077944384 318 0 0 0 10 5 0 0 20 0 17 0 43893 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717396638512 139718298106498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2639] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2639/stat : 2639 (java) S 2545 2551 2462 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 79931 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717395582640 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2640] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2640/stat : 2640 (java) S 2545 2551 2462 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 79931 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717394530864 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
Current children cumulated CPU time (s) 1396.23
Current children cumulated vsize (KiB) 10684512

[startup+381.301 s]
/proc/loadavg: 7.93 5.44 2.56 10/214 2641
/proc/meminfo: memFree=15587104/32770624 swapFree=0/251840
[pid=2551] ppid=2545 vsize=10684512 CPUtime=1396.33 cores=1,3,5,7
/proc/2551/stat : 2551 (java) S 2545 2551 2462 0 -1 1077944320 485040 0 6 0 138829 804 0 0 20 0 17 0 43835 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 140724679812768 139718298095351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 19 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
/proc/2551/statm: 2671128 2028519 3150 1 0 2660551 0
[pid=2551/tid=2555] ppid=2545 vsize=10684512 CPUtime=13.72 cores=1,3,5,7
/proc/2551/task/2555/stat : 2555 (java) S 2545 2551 2462 0 -1 1077944384 19423 0 4 0 1357 15 0 0 20 0 17 0 43861 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139718302336032 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 94 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2559] ppid=2545 vsize=10684512 CPUtime=339.75 cores=1,3,5,7
/proc/2551/task/2559/stat : 2559 (java) S 2545 2551 2462 0 -1 1077944384 99051 0 0 0 33776 199 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717909539088 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2561] ppid=2545 vsize=10684512 CPUtime=339.46 cores=1,3,5,7
/proc/2551/task/2561/stat : 2561 (java) S 2545 2551 2462 0 -1 1077944384 84882 0 0 0 33757 189 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717908486544 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2562] ppid=2545 vsize=10684512 CPUtime=340.06 cores=1,3,5,7
/proc/2551/task/2562/stat : 2562 (java) S 2545 2551 2462 0 -1 1077944384 63731 0 0 0 33813 193 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717907434000 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2563] ppid=2545 vsize=10684512 CPUtime=338.91 cores=1,3,5,7
/proc/2551/task/2563/stat : 2563 (java) S 2545 2551 2462 0 -1 1077944384 125698 0 0 0 33697 194 0 0 20 0 17 0 43865 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717906381456 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2564] ppid=2545 vsize=10684512 CPUtime=21.84 cores=1,3,5,7
/proc/2551/task/2564/stat : 2564 (java) R 2545 2551 2462 0 -1 4202560 71013 0 0 0 2180 4 0 0 20 0 17 0 43877 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717405058112 139718290384805 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2566] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2566/stat : 2566 (java) S 2545 2551 2462 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 43878 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717404005856 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2568] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2568/stat : 2568 (java) S 2545 2551 2462 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 43878 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717402953216 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2570] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2570/stat : 2570 (java) S 2545 2551 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717401901776 139718298113947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2572] ppid=2545 vsize=10684512 CPUtime=1.24 cores=1,3,5,7
/proc/2551/task/2572/stat : 2572 (java) S 2545 2551 2462 0 -1 1077944384 12050 0 0 0 122 2 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717400848416 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2574] ppid=2545 vsize=10684512 CPUtime=0.72 cores=1,3,5,7
/proc/2551/task/2574/stat : 2574 (java) S 2545 2551 2462 0 -1 1077944384 3325 0 0 0 72 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717399795584 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2576] ppid=2545 vsize=10684512 CPUtime=0.36 cores=1,3,5,7
/proc/2551/task/2576/stat : 2576 (java) S 2545 2551 2462 0 -1 1077944384 4083 0 0 0 36 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717398740784 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2578] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2578/stat : 2578 (java) S 2545 2551 2462 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43884 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717397690976 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2580] ppid=2545 vsize=10684512 CPUtime=0.15 cores=1,3,5,7
/proc/2551/task/2580/stat : 2580 (java) S 2545 2551 2462 0 -1 1077944384 318 0 0 0 10 5 0 0 20 0 17 0 43893 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717396638512 139718298106498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2639] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2639/stat : 2639 (java) S 2545 2551 2462 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 79931 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717395582640 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
[pid=2551/tid=2640] ppid=2545 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/2551/task/2640/stat : 2640 (java) S 2545 2551 2462 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 79931 10940940288 2028519 18446744073709551615 4194304 4196468 140724679830224 139717394530864 139718298105557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140724679836088 140724679836241 140724679836241 140724679839695 0
Current children cumulated CPU time (s) 1396.33
Current children cumulated vsize (KiB) 10684512

Child status: 1
Real time (s): 381.349
CPU time (s): 1396.38
CPU user time (s): 1388.3
CPU system time (s): 8.08083
CPU usage (%): 366.169
Max. virtual memory (cumulated for all children) (KiB): 10684512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1388.3
system time used= 8.08083
maximum resident set size= 8130012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485119
page faults= 6
swaps= 0
block input operations= 82624
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25923
involuntary context switches= 25007

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.66038 second user time and 2.37703 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-06 01:56:26
IDJOB=4243318
IDBENCH=115805
IDSOLVER=2623
FILE ID=node125/4243318-1501978228
RUNJOBID= node125-1501977385-2523
PBS_JOBID= 
Free space on /tmp= 61700 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243318-1501978228/watcher-4243318-1501978228 -o /tmp/evaluation-result-4243318-1501978228/solver-4243318-1501978228 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1501977385-2523 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243318-1501978228.xml

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

MD5SUM BENCH= 61a67ae858673343e351cd0fcc1d1459
RANDOM SEED=218864120

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32102776 kB
MemAvailable:   32054604 kB
Buffers:           26972 kB
Cached:           236296 kB
SwapCached:            0 kB
Active:           114596 kB
Inactive:         206148 kB
Active(anon):      57516 kB
Inactive(anon):     8540 kB
Active(file):      57080 kB
Inactive(file):   197608 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3160 kB
Writeback:             0 kB
AnonPages:         57480 kB
Mapped:            27768 kB
Shmem:              8872 kB
Slab:              48892 kB
SReclaimable:      25952 kB
SUnreclaim:        22940 kB
KernelStack:        3136 kB
PageTables:         4904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     316208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61696 MiB
End job on node125 at 2017-08-06 02:02:47