Trace number 4244020

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) 2415.73 709.347

General information on the benchmark

NameNonogram/Nonogram-table-s1/
Nonogram-096-table.xml
MD5SUMc42d2c129703f9e6d9981e58e561edd8
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 benchmark0.868801
Satisfiable
(Un)Satisfiability was proved
Number of variables576
Number of constraints48
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":576}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":576}]
Minimum constraint arity24
Maximum constraint arity24
Distribution of constraint arities[{"arity":24,"count":48}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
Optimization problemNO
Type of objective

Solver Data

524.92/115.78	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
524.92/115.78	c This is free software under the dual EPL/GNU LGPL licenses.
524.92/115.78	c See www.sat4j.org for details.
524.92/115.78	c That software uses the Rhino library from the Mozilla project.
524.92/115.78	c version CUSTOM.v20170705
524.92/115.78	c java.runtime.name	Java(TM) SE Runtime Environment
524.92/115.78	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
524.92/115.78	c java.vm.version	25.131-b11
524.92/115.78	c java.vm.vendor	Oracle Corporation
524.92/115.78	c sun.arch.data.model	64
524.92/115.78	c java.version		1.8.0_131
524.92/115.78	c os.name		Linux
524.92/115.78	c os.version		3.10.0-514.16.1.el7.x86_64
524.92/115.78	c os.arch		amd64
524.92/115.78	c Free memory 		499604488
524.92/115.78	c Max memory 		7247757312
524.92/115.78	c Total memory 		504889344
524.92/115.78	c Number of processors 	8
524.92/115.78	c c --- Begin Solver configuration ---
524.92/115.78	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
524.92/115.78	c Learn all clauses as in MiniSAT
524.92/115.78	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
524.92/115.78	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
524.92/115.78	c No reason simplification
524.92/115.78	c Glucose 2.1 dynamic restart strategy
524.92/115.78	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
524.92/115.78	c timeout=2147483s
524.92/115.78	c DB Simplification allowed=false
524.92/115.78	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
524.92/115.78	c --- End Solver configuration ---
524.92/115.78	c constraints type 
524.92/115.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 1152
524.92/115.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7869696
524.92/115.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15739200
524.92/115.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 96
524.92/115.78	c 23610144 constraints processed.
2136.26/672.95	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2136.26/672.95		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
2136.26/672.95		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(LearntWLClause.java:39)
2136.26/672.95		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructLearntClause(UnitBinaryWLClauseConstructor.java:66)
2136.26/672.95		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructLearntClause(AbstractPBClauseCardConstrDataStructure.java:241)
2136.26/672.95		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createUnregisteredClause(AbstractPBClauseCardConstrDataStructure.java:75)
2136.26/672.95		at org.sat4j.minisat.core.Solver.analyze(Solver.java:645)
2136.26/672.95		at org.sat4j.minisat.core.Solver.search(Solver.java:1319)
2136.26/672.95		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1819)
2136.26/672.95		at org.sat4j.csp.CspSatSolverDecorator.isSatisfiable(CspSatSolverDecorator.java:127)
2136.26/672.95		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
2136.26/672.95		at org.sat4j.pb.PseudoOptDecorator.isSatisfiable(PseudoOptDecorator.java:137)
2136.26/672.95		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
2136.26/672.95		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:179)
2136.26/672.95		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:172)
2136.26/672.95		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:121)
2136.26/672.95		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:318)
2136.26/672.95		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:257)
2136.26/672.95		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244020-1500679220/watcher-4244020-1500679220 -o /tmp/evaluation-result-4244020-1500679220/solver-4244020-1500679220 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1500674614-13044 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244020-1500679220.xml 

pid=13610
running on 8 cores: 0,2,4,6,8,10,12,14

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: 2.00 2.02 2.23 3/262 13613
/proc/meminfo: memFree=28877096/32770624 swapFree=5916/205124
[pid=13613] ppid=13610 vsize=8356940 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/stat : 13613 (java) S 13610 13613 9824 0 -1 1077944320 2251 0 0 0 0 0 0 0 20 0 9 0 3187107 8557506560 1998 33554432000 4194304 4196468 140735742524272 140735742506816 140529752760055 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
/proc/13613/statm: 2089492 1998 1208 1 0 2078403 0
[pid=13613/tid=13614] ppid=13610 vsize=8816720 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13614/stat : 13614 (java) D 13610 13613 9824 0 -1 4202560 949 0 0 0 0 0 0 0 20 0 10 0 3187107 9028321280 1998 33554432000 4194304 4196468 140735742524272 140529757001832 140529737764144 0 4 0 16784584 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13615] ppid=13610 vsize=8816720 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13615/stat : 13615 (java) R 13610 13613 9824 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3187108 9028321280 1998 33554432000 4194304 4196468 140735742524272 140529359054904 140529744987875 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13616] ppid=13610 vsize=9065552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13616/stat : 13616 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3187108 9283125248 2027 33554432000 4194304 4196468 140735742524272 140529358002832 140529752770261 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13617] ppid=13610 vsize=9147248 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13617/stat : 13617 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3187108 9366781952 2027 33554432000 4194304 4196468 140735742524272 140529356949776 140529752770261 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13618] ppid=13610 vsize=10204016 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13618/stat : 13618 (java) S 13610 13613 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3187108 10448912384 2027 33554432000 4194304 4196468 140735742524272 140529355897232 140529752770261 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13619] ppid=13610 vsize=10204016 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13619/stat : 13619 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3187108 10448912384 2027 33554432000 4194304 4196468 140735742524272 140529354845200 140529752770261 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13620] ppid=13610 vsize=10204016 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13620/stat : 13620 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3187108 10448912384 2027 33554432000 4194304 4196468 140735742524272 140529353792656 140529752770261 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13621] ppid=13610 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13621/stat : 13621 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3187108 10449768448 2027 33554432000 4194304 4196468 140735742524272 140529352739600 140529752770261 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13622] ppid=13610 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13622/stat : 13622 (java) S 13610 13613 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 3187108 10449768448 2092 33554432000 4194304 4196468 140735742524272 140529351687056 140529752770261 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0

[startup+0.100061 s]
/proc/loadavg: 2.00 2.02 2.23 3/262 13613
/proc/meminfo: memFree=28877096/32770624 swapFree=5916/205124
[pid=13613] ppid=13610 vsize=10900456 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/13613/stat : 13613 (java) S 13610 13613 9824 0 -1 1077944320 4905 0 0 0 8 1 0 0 20 0 20 0 3187107 11162066944 5487 33554432000 4194304 4196468 140735742524272 140735742506816 140529752760055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
/proc/13613/statm: 2725114 5487 2604 1 0 2713552 0
[pid=13613/tid=13614] ppid=13610 vsize=10900456 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13614/stat : 13614 (java) R 13610 13613 9824 0 -1 4202560 2968 0 0 0 7 1 0 0 20 0 20 0 3187107 11162066944 5487 33554432000 4194304 4196468 140735742524272 140529757002336 140529745438069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13615] ppid=13610 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13615/stat : 13615 (java) S 13610 13613 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3187108 11162066944 5487 33554432000 4194304 4196468 140735742524272 140529359055376 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13616] ppid=13610 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13616/stat : 13616 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162066944 5487 33554432000 4194304 4196468 140735742524272 140529358002832 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13617] ppid=13610 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13617/stat : 13617 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162066944 5487 33554432000 4194304 4196468 140735742524272 140529356949776 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13618] ppid=13610 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13618/stat : 13618 (java) S 13610 13613 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3187108 11162066944 5487 33554432000 4194304 4196468 140735742524272 140529355897232 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13619] ppid=13610 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13619/stat : 13619 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162066944 5487 33554432000 4194304 4196468 140735742524272 140529354845200 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13620] ppid=13610 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13620/stat : 13620 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162066944 5487 33554432000 4194304 4196468 140735742524272 140529353792656 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13621] ppid=13610 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13621/stat : 13621 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162066944 5487 33554432000 4194304 4196468 140735742524272 140529352739600 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13622] ppid=13610 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13622/stat : 13622 (java) S 13610 13613 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3187108 11162066944 5487 33554432000 4194304 4196468 140735742524272 140529351687056 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200877 s]
/proc/loadavg: 2.00 2.02 2.23 3/262 13613
/proc/meminfo: memFree=28877096/32770624 swapFree=5916/205124
[pid=13613] ppid=13610 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/13613/stat : 13613 (java) S 13610 13613 9824 0 -1 1077944320 7203 0 0 0 23 3 0 0 20 0 20 0 3187107 11162169344 8117 33554432000 4194304 4196468 140735742524272 140735742506816 140529752760055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
/proc/13613/statm: 2725139 8117 2909 1 0 2713552 0
[pid=13613/tid=13614] ppid=13610 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13614/stat : 13614 (java) R 13610 13613 9824 0 -1 4202560 4768 0 0 0 16 1 0 0 20 0 20 0 3187107 11162169344 8117 33554432000 4194304 4196468 140735742524272 140529756980944 140529738828048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13615] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13615/stat : 13615 (java) S 13610 13613 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 8117 33554432000 4194304 4196468 140735742524272 140529359055376 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13616] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13616/stat : 13616 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 8117 33554432000 4194304 4196468 140735742524272 140529358002832 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13617] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13617/stat : 13617 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 8117 33554432000 4194304 4196468 140735742524272 140529356949776 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13618] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13618/stat : 13618 (java) S 13610 13613 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 8117 33554432000 4194304 4196468 140735742524272 140529355897232 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13619] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13619/stat : 13619 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 8117 33554432000 4194304 4196468 140735742524272 140529354845200 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13620] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13620/stat : 13620 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 8117 33554432000 4194304 4196468 140735742524272 140529353792656 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13621] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13621/stat : 13621 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 8117 33554432000 4194304 4196468 140735742524272 140529352739600 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13622] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13622/stat : 13622 (java) S 13610 13613 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 8117 33554432000 4194304 4196468 140735742524272 140529351687056 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.30063 s]
/proc/loadavg: 2.00 2.02 2.23 3/262 13613
/proc/meminfo: memFree=28877096/32770624 swapFree=5916/205124
[pid=13613] ppid=13610 vsize=10900556 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/13613/stat : 13613 (java) S 13610 13613 9824 0 -1 1077944320 8516 0 0 0 41 4 0 0 20 0 20 0 3187107 11162169344 12964 33554432000 4194304 4196468 140735742524272 140735742506816 140529752760055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
/proc/13613/statm: 2725139 12964 2978 1 0 2713552 0
[pid=13613/tid=13614] ppid=13610 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13614/stat : 13614 (java) R 13610 13613 9824 0 -1 4202560 5144 0 0 0 26 2 0 0 20 0 20 0 3187107 11162169344 12964 33554432000 4194304 4196468 140735742524272 140529756998280 140529744992241 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13615] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13615/stat : 13615 (java) S 13610 13613 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 12964 33554432000 4194304 4196468 140735742524272 140529359055376 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13616] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13616/stat : 13616 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 12964 33554432000 4194304 4196468 140735742524272 140529358002832 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13617] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13617/stat : 13617 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 12964 33554432000 4194304 4196468 140735742524272 140529356949776 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13618] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13618/stat : 13618 (java) S 13610 13613 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 12964 33554432000 4194304 4196468 140735742524272 140529355897232 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13619] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13619/stat : 13619 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 12964 33554432000 4194304 4196468 140735742524272 140529354845200 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13620] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13620/stat : 13620 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 12964 33554432000 4194304 4196468 140735742524272 140529353792656 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13621] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13621/stat : 13621 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 12964 33554432000 4194304 4196468 140735742524272 140529352739600 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13622] ppid=13610 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13622/stat : 13622 (java) S 13610 13613 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3187108 11162169344 12964 33554432000 4194304 4196468 140735742524272 140529351687056 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10900556

[startup+0.700481 s]
/proc/loadavg: 2.00 2.02 2.23 3/262 13613
/proc/meminfo: memFree=28877096/32770624 swapFree=5916/205124
[pid=13613] ppid=13610 vsize=10900632 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/13613/stat : 13613 (java) S 13610 13613 9824 0 -1 1077944320 12437 0 0 0 163 16 0 0 20 0 20 0 3187107 11162247168 50811 33554432000 4194304 4196468 140735742524272 140735742506816 140529752760055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
/proc/13613/statm: 2725158 50811 3096 1 0 2713552 0
[pid=13613/tid=13614] ppid=13610 vsize=10900632 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13614/stat : 13614 (java) R 13610 13613 9824 0 -1 4202560 5892 0 0 0 61 4 0 0 20 0 20 0 3187107 11162247168 50811 33554432000 4194304 4196468 140735742524272 140529756994712 140529752771990 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13615] ppid=13610 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13615/stat : 13615 (java) S 13610 13613 9824 0 -1 1077944384 8 0 0 0 0 1 0 0 20 0 20 0 3187108 11162247168 50811 33554432000 4194304 4196468 140735742524272 140529359055376 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13616] ppid=13610 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13616/stat : 13616 (java) S 13610 13613 9824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 3187108 11162247168 50811 33554432000 4194304 4196468 140735742524272 140529358002832 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13617] ppid=13610 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13617/stat : 13617 (java) S 13610 13613 9824 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 20 0 3187108 11162247168 50811 33554432000 4194304 4196468 140735742524272 140529356949776 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13618] ppid=13610 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13618/stat : 13618 (java) S 13610 13613 9824 0 -1 1077944384 10 0 0 0 1 1 0 0 20 0 20 0 3187108 11162247168 50811 33554432000 4194304 4196468 140735742524272 140529355897232 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13619] ppid=13610 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13619/stat : 13619 (java) S 13610 13613 9824 0 -1 1077944384 15 0 0 0 1 1 0 0 20 0 20 0 3187108 11162247168 50811 33554432000 4194304 4196468 140735742524272 140529354845200 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13620] ppid=13610 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13620/stat : 13620 (java) S 13610 13613 9824 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 20 0 3187108 11162247168 50811 33554432000 4194304 4196468 140735742524272 140529353792656 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13621] ppid=13610 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13621/stat : 13621 (java) S 13610 13613 9824 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 20 0 3187108 11162247168 50811 33554432000 4194304 4196468 140735742524272 140529352739600 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13622] ppid=13610 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13622/stat : 13622 (java) S 13610 13613 9824 0 -1 1077944384 10 0 0 0 0 1 0 0 20 0 20 0 3187108 11162247168 50811 33554432000 4194304 4196468 140735742524272 140529351687056 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 10900632

[startup+1.50114 s]
/proc/loadavg: 2.00 2.02 2.23 5/282 13633
/proc/meminfo: memFree=28657544/32770624 swapFree=5916/205124
[pid=13613] ppid=13610 vsize=10900632 CPUtime=4.37 cores=0,2,4,6,8,10,12,14
/proc/13613/stat : 13613 (java) S 13610 13613 9824 0 -1 1077944320 20756 0 0 0 388 49 0 0 20 0 20 0 3187107 11162247168 101368 33554432000 4194304 4196468 140735742524272 140735742506816 140529752760055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
/proc/13613/statm: 2725158 101368 3123 1 0 2713552 0
[pid=13613/tid=13614] ppid=13610 vsize=10900632 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13614/stat : 13614 (java) R 13610 13613 9824 0 -1 4202560 6081 0 0 0 130 7 0 0 20 0 20 0 3187107 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529756989800 140529393244254 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13615] ppid=13610 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13615/stat : 13615 (java) S 13610 13613 9824 0 -1 1077944384 93 0 0 0 3 5 0 0 20 0 20 0 3187108 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529359055376 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13616] ppid=13610 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13616/stat : 13616 (java) S 13610 13613 9824 0 -1 1077944384 51 0 0 0 3 4 0 0 20 0 20 0 3187108 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529358002832 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13617] ppid=13610 vsize=10900632 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13617/stat : 13617 (java) S 13610 13613 9824 0 -1 1077944384 97 0 0 0 4 5 0 0 20 0 20 0 3187108 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529356949776 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13618] ppid=13610 vsize=10900632 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13618/stat : 13618 (java) S 13610 13613 9824 0 -1 1077944384 98 0 0 0 5 4 0 0 20 0 20 0 3187108 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529355897232 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13619] ppid=13610 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13619/stat : 13619 (java) S 13610 13613 9824 0 -1 1077944384 84 0 0 0 3 4 0 0 20 0 20 0 3187108 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529354845200 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13620] ppid=13610 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13620/stat : 13620 (java) S 13610 13613 9824 0 -1 1077944384 65 0 0 0 3 5 0 0 20 0 20 0 3187108 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529353792656 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13621] ppid=13610 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13621/stat : 13621 (java) S 13610 13613 9824 0 -1 1077944384 71 0 0 0 3 3 0 0 20 0 20 0 3187108 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529352739600 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13622] ppid=13610 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13622/stat : 13622 (java) S 13610 13613 9824 0 -1 1077944384 41 0 0 0 3 5 0 0 20 0 20 0 3187108 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529351687056 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13624] ppid=13610 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13624/stat : 13624 (java) S 13610 13613 9824 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 20 0 3187111 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529228490992 140529752771202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13625] ppid=13610 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13625/stat : 13625 (java) S 13610 13613 9824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3187111 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529227437280 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13626] ppid=13610 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13626/stat : 13626 (java) S 13610 13613 9824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3187112 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529226384112 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13627] ppid=13610 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13627/stat : 13627 (java) S 13610 13613 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3187115 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529225332688 140529752778651 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13628] ppid=13610 vsize=10900632 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13628/stat : 13628 (java) R 13610 13613 9824 0 -1 4202560 5804 0 0 0 68 1 0 0 20 0 20 0 3187115 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529224260120 140529736170946 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13629] ppid=13610 vsize=10900632 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13629/stat : 13629 (java) R 13610 13613 9824 0 -1 4202560 2538 0 0 0 62 1 0 0 20 0 20 0 3187115 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529223209288 140529736170946 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13630] ppid=13610 vsize=10900632 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13630/stat : 13630 (java) R 13610 13613 9824 0 -1 4202560 2617 0 0 0 64 0 0 0 20 0 20 0 3187115 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529222161096 140529737875301 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13631] ppid=13610 vsize=10900632 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13631/stat : 13631 (java) S 13610 13613 9824 0 -1 1077944384 1538 0 0 0 32 1 0 0 20 0 20 0 3187115 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529221122672 140529752771202 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13632] ppid=13610 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13632/stat : 13632 (java) S 13610 13613 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3187116 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529220069856 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13633] ppid=13610 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13633/stat : 13633 (java) S 13610 13613 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3187116 11162247168 101368 33554432000 4194304 4196468 140735742524272 140529219017392 140529752771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
Current children cumulated CPU time (s) 4.37

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

[pid=13613/tid=13630] ppid=13610 vsize=11100324 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13630/stat : 13630 (java) S 13610 13613 9824 0 -1 1077944384 9712 0 0 0 145 1 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529222174784 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13631] ppid=13610 vsize=11100324 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13631/stat : 13631 (java) S 13610 13613 9824 0 -1 1077944384 3744 0 0 0 43 1 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529221121568 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13632] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13632/stat : 13632 (java) S 13610 13613 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3187116 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529220069856 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13633] ppid=13610 vsize=11100324 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13633/stat : 13633 (java) S 13610 13613 9824 0 -1 1077944384 623 0 0 0 19 14 0 0 20 0 22 0 3187116 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529219017392 140529752771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13831] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13831/stat : 13831 (java) S 13610 13613 9824 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 22 0 3256129 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529216908784 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13832] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13832/stat : 13832 (java) S 13610 13613 9824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 22 0 3256129 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529215856544 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
Current children cumulated CPU time (s) 2405.59
Current children cumulated vsize (KiB) 11100324

[startup+708.801 s]
/proc/loadavg: 7.99 4.92 3.38 10/284 13833
/proc/meminfo: memFree=23397608/32770624 swapFree=5916/206392
[pid=13613] ppid=13610 vsize=11100324 CPUtime=2411.81 cores=0,2,4,6,8,10,12,14
/proc/13613/stat : 13613 (java) S 13610 13613 9824 0 -1 1077944320 338525 0 0 0 238474 2707 0 0 20 0 22 0 3187107 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140735742506816 140529752760055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
/proc/13613/statm: 2775081 2099110 3173 1 0 2763475 0
[pid=13613/tid=13614] ppid=13610 vsize=11100324 CPUtime=445.56 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13614/stat : 13614 (java) S 13610 13613 9824 0 -1 1077944384 31213 0 0 0 44539 17 0 0 20 0 22 0 3187107 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529757000736 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13615] ppid=13610 vsize=11100324 CPUtime=244.54 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13615/stat : 13615 (java) R 13610 13613 9824 0 -1 4202560 32484 0 0 0 24127 327 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529359055496 140529745388263 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13616] ppid=13610 vsize=11100324 CPUtime=243.78 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13616/stat : 13616 (java) R 13610 13613 9824 0 -1 4202560 23406 0 0 0 24041 337 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529358003032 140529745864748 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13617] ppid=13610 vsize=11100324 CPUtime=242.7 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13617/stat : 13617 (java) R 13610 13613 9824 0 -1 4202560 23104 0 0 0 23931 339 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529356949896 140529736143090 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13618] ppid=13610 vsize=11100324 CPUtime=242.91 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13618/stat : 13618 (java) R 13610 13613 9824 0 -1 4202560 24694 0 0 0 23948 343 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529355897040 140529745388263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13619] ppid=13610 vsize=11100324 CPUtime=243.3 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13619/stat : 13619 (java) R 13610 13613 9824 0 -1 4202560 27545 0 0 0 23998 332 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529354845320 140529745388263 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13620] ppid=13610 vsize=11100324 CPUtime=243.95 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13620/stat : 13620 (java) R 13610 13613 9824 0 -1 4202560 19723 0 0 0 24070 325 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529353792776 140529745388263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13621] ppid=13610 vsize=11100324 CPUtime=242.58 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13621/stat : 13621 (java) R 13610 13613 9824 0 -1 4202560 17641 0 0 0 23932 326 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529352739408 140529745388263 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13622] ppid=13610 vsize=11100324 CPUtime=242.91 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13622/stat : 13622 (java) R 13610 13613 9824 0 -1 4202560 27568 0 0 0 23957 334 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529351686864 140529745388263 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13624] ppid=13610 vsize=11100324 CPUtime=14.48 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13624/stat : 13624 (java) S 13610 13613 9824 0 -1 1077944384 77946 0 0 0 1443 5 0 0 20 0 22 0 3187111 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529228489536 140529752770261 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13625] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13625/stat : 13625 (java) S 13610 13613 9824 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 22 0 3187111 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529227437280 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13626] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13626/stat : 13626 (java) S 13610 13613 9824 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 22 0 3187112 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529226384112 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13627] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13627/stat : 13627 (java) S 13610 13613 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529225332336 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13628] ppid=13610 vsize=11100324 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13628/stat : 13628 (java) S 13610 13613 9824 0 -1 1077944384 10144 0 0 0 151 2 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529224280576 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13629] ppid=13610 vsize=11100324 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13629/stat : 13629 (java) S 13610 13613 9824 0 -1 1077944384 7359 0 0 0 121 1 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529223228320 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13630] ppid=13610 vsize=11100324 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13630/stat : 13630 (java) S 13610 13613 9824 0 -1 1077944384 9712 0 0 0 145 1 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529222174784 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13631] ppid=13610 vsize=11100324 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13631/stat : 13631 (java) S 13610 13613 9824 0 -1 1077944384 3744 0 0 0 43 1 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529221121568 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13632] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13632/stat : 13632 (java) S 13610 13613 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3187116 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529220069856 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13633] ppid=13610 vsize=11100324 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13633/stat : 13633 (java) S 13610 13613 9824 0 -1 1077944384 623 0 0 0 19 14 0 0 20 0 22 0 3187116 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529219017392 140529752771202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13831] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13831/stat : 13831 (java) S 13610 13613 9824 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 22 0 3256129 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529216908784 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13832] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13832/stat : 13832 (java) S 13610 13613 9824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 22 0 3256129 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529215856544 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
Current children cumulated CPU time (s) 2411.81
Current children cumulated vsize (KiB) 11100324

[startup+709.201 s]
/proc/loadavg: 7.99 4.92 3.38 10/284 13833
/proc/meminfo: memFree=23397608/32770624 swapFree=5916/206392
[pid=13613] ppid=13610 vsize=11100324 CPUtime=2414.88 cores=0,2,4,6,8,10,12,14
/proc/13613/stat : 13613 (java) S 13610 13613 9824 0 -1 1077944320 338599 0 0 0 238779 2709 0 0 20 0 22 0 3187107 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140735742506816 140529752760055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
/proc/13613/statm: 2775081 2099110 3173 1 0 2763475 0
[pid=13613/tid=13614] ppid=13610 vsize=11100324 CPUtime=445.56 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13614/stat : 13614 (java) S 13610 13613 9824 0 -1 1077944384 31213 0 0 0 44539 17 0 0 20 0 22 0 3187107 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529757000736 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13615] ppid=13610 vsize=11100324 CPUtime=244.92 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13615/stat : 13615 (java) R 13610 13613 9824 0 -1 4202560 32484 0 0 0 24165 327 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529359055496 140529745388263 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13616] ppid=13610 vsize=11100324 CPUtime=244.18 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13616/stat : 13616 (java) R 13610 13613 9824 0 -1 4202560 23480 0 0 0 24081 337 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529358003032 140529745863059 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13617] ppid=13610 vsize=11100324 CPUtime=243.05 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13617/stat : 13617 (java) R 13610 13613 9824 0 -1 4202560 23104 0 0 0 23966 339 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529356949896 140529745388263 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13618] ppid=13610 vsize=11100324 CPUtime=243.29 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13618/stat : 13618 (java) R 13610 13613 9824 0 -1 4202560 24694 0 0 0 23986 343 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529355897040 140529745388263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13619] ppid=13610 vsize=11100324 CPUtime=243.69 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13619/stat : 13619 (java) R 13610 13613 9824 0 -1 4202560 27545 0 0 0 24037 332 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529354845008 140529745388263 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13620] ppid=13610 vsize=11100324 CPUtime=244.34 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13620/stat : 13620 (java) R 13610 13613 9824 0 -1 4202560 19723 0 0 0 24109 325 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529353792776 140529745388263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13621] ppid=13610 vsize=11100324 CPUtime=242.94 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13621/stat : 13621 (java) R 13610 13613 9824 0 -1 4202560 17641 0 0 0 23968 326 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529352739720 140529738518864 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13622] ppid=13610 vsize=11100324 CPUtime=243.29 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13622/stat : 13622 (java) R 13610 13613 9824 0 -1 4202560 27568 0 0 0 23995 334 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529351686864 140529752781402 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13624] ppid=13610 vsize=11100324 CPUtime=14.48 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13624/stat : 13624 (java) S 13610 13613 9824 0 -1 1077944384 77946 0 0 0 1443 5 0 0 20 0 22 0 3187111 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529228489536 140529752770261 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13625] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13625/stat : 13625 (java) S 13610 13613 9824 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 22 0 3187111 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529227437280 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13626] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13626/stat : 13626 (java) S 13610 13613 9824 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 22 0 3187112 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529226384112 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13627] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13627/stat : 13627 (java) S 13610 13613 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529225332336 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13628] ppid=13610 vsize=11100324 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13628/stat : 13628 (java) S 13610 13613 9824 0 -1 1077944384 10144 0 0 0 151 2 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529224280576 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13629] ppid=13610 vsize=11100324 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13629/stat : 13629 (java) S 13610 13613 9824 0 -1 1077944384 7359 0 0 0 121 1 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529223228320 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13630] ppid=13610 vsize=11100324 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13630/stat : 13630 (java) S 13610 13613 9824 0 -1 1077944384 9712 0 0 0 145 1 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529222174784 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13631] ppid=13610 vsize=11100324 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13631/stat : 13631 (java) S 13610 13613 9824 0 -1 1077944384 3744 0 0 0 43 1 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529221121568 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13632] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13632/stat : 13632 (java) S 13610 13613 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3187116 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529220069856 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13633] ppid=13610 vsize=11100324 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13633/stat : 13633 (java) S 13610 13613 9824 0 -1 1077944384 623 0 0 0 19 14 0 0 20 0 22 0 3187116 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529219017392 140529752771202 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13831] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13831/stat : 13831 (java) S 13610 13613 9824 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 22 0 3256129 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529216908784 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13832] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13832/stat : 13832 (java) S 13610 13613 9824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 22 0 3256129 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529215856544 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
Current children cumulated CPU time (s) 2414.88
Current children cumulated vsize (KiB) 11100324

[startup+709.301 s]
/proc/loadavg: 7.99 4.92 3.38 10/284 13833
/proc/meminfo: memFree=23397608/32770624 swapFree=5916/206392
[pid=13613] ppid=13610 vsize=11100324 CPUtime=2415.66 cores=0,2,4,6,8,10,12,14
/proc/13613/stat : 13613 (java) S 13610 13613 9824 0 -1 1077944320 338628 0 0 0 238857 2709 0 0 20 0 22 0 3187107 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140735742506816 140529752760055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
/proc/13613/statm: 2775081 2099110 3173 1 0 2763475 0
[pid=13613/tid=13614] ppid=13610 vsize=11100324 CPUtime=445.56 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13614/stat : 13614 (java) S 13610 13613 9824 0 -1 1077944384 31213 0 0 0 44539 17 0 0 20 0 22 0 3187107 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529757000736 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13615] ppid=13610 vsize=11100324 CPUtime=245.02 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13615/stat : 13615 (java) R 13610 13613 9824 0 -1 4202560 32484 0 0 0 24175 327 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529359055496 140529745388263 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13616] ppid=13610 vsize=11100324 CPUtime=244.28 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13616/stat : 13616 (java) R 13610 13613 9824 0 -1 4202560 23509 0 0 0 24091 337 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529358003032 140529737756459 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13617] ppid=13610 vsize=11100324 CPUtime=243.15 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13617/stat : 13617 (java) R 13610 13613 9824 0 -1 4202560 23104 0 0 0 23976 339 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529356949584 140529745388263 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13618] ppid=13610 vsize=11100324 CPUtime=243.4 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13618/stat : 13618 (java) R 13610 13613 9824 0 -1 4202560 24694 0 0 0 23996 344 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529355897352 140529745388263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13619] ppid=13610 vsize=11100324 CPUtime=243.78 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13619/stat : 13619 (java) R 13610 13613 9824 0 -1 4202560 27545 0 0 0 24046 332 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529354845320 140529745388263 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13620] ppid=13610 vsize=11100324 CPUtime=244.44 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13620/stat : 13620 (java) R 13610 13613 9824 0 -1 4202560 19723 0 0 0 24119 325 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529353792464 140529745388263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13621] ppid=13610 vsize=11100324 CPUtime=243.04 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13621/stat : 13621 (java) R 13610 13613 9824 0 -1 4202560 17641 0 0 0 23978 326 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529352739720 140529736143088 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13622] ppid=13610 vsize=11100324 CPUtime=243.39 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13622/stat : 13622 (java) R 13610 13613 9824 0 -1 4202560 27568 0 0 0 24005 334 0 0 20 0 22 0 3187108 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529351687176 140529745388263 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13624] ppid=13610 vsize=11100324 CPUtime=14.48 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13624/stat : 13624 (java) S 13610 13613 9824 0 -1 1077944384 77946 0 0 0 1443 5 0 0 20 0 22 0 3187111 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529228489536 140529752770261 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13625] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13625/stat : 13625 (java) S 13610 13613 9824 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 22 0 3187111 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529227437280 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13626] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13626/stat : 13626 (java) S 13610 13613 9824 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 22 0 3187112 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529226384112 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13627] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13627/stat : 13627 (java) S 13610 13613 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529225332336 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13628] ppid=13610 vsize=11100324 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13628/stat : 13628 (java) S 13610 13613 9824 0 -1 1077944384 10144 0 0 0 151 2 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529224280576 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13629] ppid=13610 vsize=11100324 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13629/stat : 13629 (java) S 13610 13613 9824 0 -1 1077944384 7359 0 0 0 121 1 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529223228320 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13630] ppid=13610 vsize=11100324 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13630/stat : 13630 (java) S 13610 13613 9824 0 -1 1077944384 9712 0 0 0 145 1 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529222174784 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13631] ppid=13610 vsize=11100324 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13631/stat : 13631 (java) S 13610 13613 9824 0 -1 1077944384 3744 0 0 0 43 1 0 0 20 0 22 0 3187115 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529221121568 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13632] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13632/stat : 13632 (java) S 13610 13613 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3187116 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529220069856 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13633] ppid=13610 vsize=11100324 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13633/stat : 13633 (java) S 13610 13613 9824 0 -1 1077944384 623 0 0 0 19 14 0 0 20 0 22 0 3187116 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529219017392 140529752771202 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13831] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13831/stat : 13831 (java) S 13610 13613 9824 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 22 0 3256129 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529216908784 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
[pid=13613/tid=13832] ppid=13610 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13613/task/13832/stat : 13832 (java) S 13610 13613 9824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 22 0 3256129 11366731776 2099110 33554432000 4194304 4196468 140735742524272 140529215856544 140529752770261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31322112 140735742526635 140735742526788 140735742526788 140735742529487 0
Current children cumulated CPU time (s) 2415.66
Current children cumulated vsize (KiB) 11100324

Child ended because it received signal 9 (SIGKILL)
Real time (s): 709.347
CPU time (s): 2415.73
CPU user time (s): 2388.59
CPU system time (s): 27.1378
CPU usage (%): 340.557
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2388.59
system time used= 27.1378
maximum resident set size= 8396712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338632
page faults= 0
swaps= 0
block input operations= 8
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54658
involuntary context switches= 184365

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.17773 second user time and 6.25054 second system time

The end

Launcher Data

Begin job on node150 at 2017-07-22 01:20:21
IDJOB=4244020
IDBENCH=133994
IDSOLVER=2623
FILE ID=node150/4244020-1500679220
RUNJOBID= node150-1500674614-13044
PBS_JOBID= 20623271
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Nonogram/Nonogram-table-s1/Nonogram-096-table.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244020-1500679220/watcher-4244020-1500679220 -o /tmp/evaluation-result-4244020-1500679220/solver-4244020-1500679220 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1500674614-13044 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244020-1500679220.xml

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

MD5SUM BENCH= c42d2c129703f9e6d9981e58e561edd8
RANDOM SEED=1133903058

node150.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		: 1733.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.10
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.10
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.10
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	: 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.10
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		: 1600.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.10
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		: 1867.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.10
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		: 2133.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.10
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		: 2668.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.10
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:        28877580 kB
MemAvailable:   28892380 kB
Buffers:           42788 kB
Cached:           282676 kB
SwapCached:            0 kB
Active:          3296460 kB
Inactive:         213848 kB
Active(anon):    3188320 kB
Inactive(anon):     8724 kB
Active(file):     108140 kB
Inactive(file):   205124 kB
Unevictable:        5916 kB
Mlocked:            5916 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7776 kB
Writeback:            16 kB
AnonPages:       3401916 kB
Mapped:            42896 kB
Shmem:              8848 kB
Slab:              67144 kB
SReclaimable:      34740 kB
SUnreclaim:        32404 kB
KernelStack:        4896 kB
PageTables:        11884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3679844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3180544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 62016 MiB
End job on node150 at 2017-07-22 01:32:10