Trace number 4399490

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
choco-solver 2019-09-16 parallel? 9257.49 1632.07

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-12.xml
MD5SUM5dc18f9bddc2dfff84e0f90fec56ce3b
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 benchmark24.9156
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size520
Maximum domain size616
Distribution of domain sizes[{"size":520,"count":2},{"size":521,"count":4},{"size":522,"count":2},{"size":523,"count":4},{"size":525,"count":4},{"size":527,"count":4},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":6},{"size":532,"count":2},{"size":534,"count":2},{"size":535,"count":2},{"size":536,"count":2},{"size":537,"count":2},{"size":541,"count":2},{"size":542,"count":4},{"size":543,"count":2},{"size":545,"count":4},{"size":547,"count":2},{"size":550,"count":2},{"size":551,"count":2},{"size":552,"count":2},{"size":553,"count":2},{"size":554,"count":2},"...",{"size":582,"count":6}, {"size":585,"count":4}, {"size":586,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":4}, {"size":590,"count":2}, {"size":592,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":599,"count":2}, {"size":600,"count":6}, {"size":601,"count":2}, {"size":602,"count":2}, {"size":603,"count":2}, {"size":604,"count":6}, {"size":605,"count":2}, {"size":606,"count":2}, {"size":608,"count":4}, {"size":609,"count":2}, {"size":612,"count":4}, {"size":614,"count":6}, {"size":615,"count":4}, {"size":616,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399490-1568713764.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399490-1568713764.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
9159.62/1616.60	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
9159.62/1616.60		at java.util.stream.ReferencePipeline$4.opWrapSink(ReferencePipeline.java:207)
9159.62/1616.60		at java.util.stream.AbstractPipeline.wrapSink(AbstractPipeline.java:517)
9159.62/1616.60		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
9159.62/1616.60		at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
9159.62/1616.60		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
9159.62/1616.60		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
9159.62/1616.60		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
9159.62/1616.60		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
9159.62/1616.60		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
9159.62/1616.60		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
9159.62/1616.60		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/673068808.valid(Unknown Source)
9159.62/1616.60		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
9159.62/1616.60		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
9159.62/1616.60		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
9159.62/1616.60		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
9159.62/1616.60		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
9159.62/1616.60		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
9159.62/1616.60		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
9159.62/1616.60		at org.xcsp.parser.XCallbacks$$Lambda$89/205962452.accept(Unknown Source)
9159.62/1616.60		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
9159.62/1616.60		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
9159.62/1616.60		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
9159.62/1616.60		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
9159.62/1616.60		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
9159.62/1616.60		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
9159.62/1616.60		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
9159.62/1616.60		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
9159.62/1616.60		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
9159.62/1616.60		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
9159.62/1616.60		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
9159.62/1616.60		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
9257.34/1631.93	s UNKNOWN
9257.34/1631.93	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14715 MiB free)
  memory of node 1: 16384 MiB (15239 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399490-1568713764/watcher-4399490-1568713764 -o /tmp/evaluation-result-4399490-1568713764/solver-4399490-1568713764 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1568707524-5581 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1456838719 HOME/instance-4399490-1568713764.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=5881, runsolver pid=5878
Current StackSize limit: 8192 KiB


[startup+0.100117 s]*
/proc/loadavg: 8.05 8.20 8.22 3/210 5902
/proc/meminfo: memFree=30656168/32770624 swapFree=66926824/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 5554 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447632195 115843072 363 33554432000 4194304 5098028 140726107398864 140726107396968 140120388575868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31129600 140726107403125 140726107403369 140726107403369 140726107406282 0
/proc/5881/statm: 28282 363 304 221 0 87 0
[pid=5883] ppid=5881 vsize=28227396 memory=29956 CPUtime=0.12 cores=0-7
/proc/5883/stat : 5883 (java) S 5881 5881 5554 0 -1 1077944320 5956 0 0 0 11 1 0 0 20 0 20 0 447632196 28904853504 7489 33554432000 4194304 4196468 140723835543776 140723835526320 140487491497719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
/proc/5883/statm: 7056849 7489 3120 1 0 7019032 0
[pid=5883/tid=5884] ppid=5881 vsize=28227396 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) R 5881 5881 5554 0 -1 4202560 3882 0 0 0 8 0 0 0 20 0 20 0 447632196 28904853504 7489 33554432000 4194304 4196468 140723835543776 140487495730512 140487491519645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5885] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 5554 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 7489 33554432000 4194304 4196468 140723835543776 140487444118288 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5886] ppid=5881 vsize=28227396 memory=140352893092306 CPUtime=0 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 7489 33554432000 4194304 4196468 140723835543776 140487443065744 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5887] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 7489 33554432000 4194304 4196468 140723835543776 140487442013200 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5888] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5888/stat : 5888 (java) S 5881 5881 5554 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 7489 33554432000 4194304 4196468 140723835543776 140487040031888 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5889] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5889/stat : 5889 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 7489 33554432000 4194304 4196468 140723835543776 140487038978320 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5890] ppid=5881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5883/task/5890/stat : 5890 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 7489 33554432000 4194304 4196468 140723835543776 140487037925776 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5891] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5891/stat : 5891 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 7489 33554432000 4194304 4196468 140723835543776 140487036873232 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5892] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5892/stat : 5892 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 7489 33554432000 4194304 4196468 140723835543776 140487035820688 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5893] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5893/stat : 5893 (java) S 5881 5881 5554 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447632198 28904853504 7489 33554432000 4194304 4196468 140723835543776 140486876211696 140487491508866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5894] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5894/stat : 5894 (java) S 5881 5881 5554 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447632199 28904853504 7489 33554432000 4194304 4196468 140723835543776 140486875157920 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5895] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5895/stat : 5895 (java) S 5881 5881 5554 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447632199 28904853504 7489 33554432000 4194304 4196468 140723835543776 140486874105328 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5896] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5896/stat : 5896 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632201 28904853504 7489 33554432000 4194304 4196468 140723835543776 140486873053904 140487491516315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5897] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5897/stat : 5897 (java) R 5881 5881 5554 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 447632201 28904853504 7489 33554432000 4194304 4196468 140723835543776 140486872000496 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5898] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5898/stat : 5898 (java) S 5881 5881 5554 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447632201 28904853504 7489 33554432000 4194304 4196468 140723835543776 140486870947952 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5899] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5899/stat : 5899 (java) R 5881 5881 5554 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447632201 28904853504 7489 33554432000 4194304 4196468 140723835543776 140486869895408 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5900] ppid=5881 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/5883/task/5900/stat : 5900 (java) S 5881 5881 5554 0 -1 1077944384 341 0 0 0 2 0 0 0 20 0 20 0 447632201 28904853504 7489 33554432000 4194304 4196468 140723835543776 140486868842864 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5901] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5901/stat : 5901 (java) S 5881 5881 5554 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447632202 28904853504 7489 33554432000 4194304 4196468 140723835543776 140486867790560 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5902] ppid=5881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5883/task/5902/stat : 5902 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632202 28904853504 7489 33554432000 4194304 4196468 140723835543776 140486866738096 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31408 KiB

[startup+0.210293 s]*
/proc/loadavg: 8.05 8.20 8.22 2/210 5902
/proc/meminfo: memFree=30644184/32770624 swapFree=66926824/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 5554 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447632195 115843072 363 33554432000 4194304 5098028 140726107398864 140726107396968 140120388575868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31129600 140726107403125 140726107403369 140726107403369 140726107406282 0
/proc/5881/statm: 28282 363 304 221 0 87 0
[pid=5883] ppid=5881 vsize=28227396 memory=41160 CPUtime=0.34 cores=0-7
/proc/5883/stat : 5883 (java) S 5881 5881 5554 0 -1 1077944320 9460 0 0 0 31 3 0 0 20 0 20 0 447632196 28904853504 10290 33554432000 4194304 4196468 140723835543776 140723835526320 140487491497719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
/proc/5883/statm: 7056849 10290 3276 1 0 7019032 0
[pid=5883/tid=5884] ppid=5881 vsize=28227396 memory=8316850467074736180 CPUtime=0.2 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) R 5881 5881 5554 0 -1 4202560 6647 0 0 0 18 2 0 0 20 0 20 0 447632196 28904853504 10290 33554432000 4194304 4196468 140723835543776 140487495727440 140487473061216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5885] ppid=5881 vsize=28227396 memory=10923 CPUtime=0 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 5554 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 10290 33554432000 4194304 4196468 140723835543776 140487444118288 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5886] ppid=5881 vsize=28227396 memory=288370729044780672 CPUtime=0 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 10290 33554432000 4194304 4196468 140723835543776 140487443065744 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5887] ppid=5881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 10290 33554432000 4194304 4196468 140723835543776 140487442013200 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5888] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5888/stat : 5888 (java) S 5881 5881 5554 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 10290 33554432000 4194304 4196468 140723835543776 140487040031888 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5889] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5889/stat : 5889 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 10290 33554432000 4194304 4196468 140723835543776 140487038978320 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5890] ppid=5881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5883/task/5890/stat : 5890 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 10290 33554432000 4194304 4196468 140723835543776 140487037925776 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5891] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5891/stat : 5891 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 10290 33554432000 4194304 4196468 140723835543776 140487036873232 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5892] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5892/stat : 5892 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28904853504 10290 33554432000 4194304 4196468 140723835543776 140487035820688 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5893] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5893/stat : 5893 (java) S 5881 5881 5554 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447632198 28904853504 10290 33554432000 4194304 4196468 140723835543776 140486876211696 140487491508866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5894] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5894/stat : 5894 (java) S 5881 5881 5554 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447632199 28904853504 10290 33554432000 4194304 4196468 140723835543776 140486875157920 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5895] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5895/stat : 5895 (java) S 5881 5881 5554 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447632199 28904853504 10290 33554432000 4194304 4196468 140723835543776 140486874105328 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5896] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5896/stat : 5896 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632201 28904853504 10290 33554432000 4194304 4196468 140723835543776 140486873053904 140487491516315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5897] ppid=5881 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/5883/task/5897/stat : 5897 (java) S 5881 5881 5554 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 20 0 447632201 28904853504 10290 33554432000 4194304 4196468 140723835543776 140486872000496 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5898] ppid=5881 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/5883/task/5898/stat : 5898 (java) S 5881 5881 5554 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 20 0 447632201 28904853504 10290 33554432000 4194304 4196468 140723835543776 140486870947952 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5899] ppid=5881 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/5883/task/5899/stat : 5899 (java) S 5881 5881 5554 0 -1 1077944384 179 0 0 0 1 0 0 0 20 0 20 0 447632201 28904853504 10290 33554432000 4194304 4196468 140723835543776 140486869895408 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5900] ppid=5881 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/5883/task/5900/stat : 5900 (java) S 5881 5881 5554 0 -1 1077944384 726 0 0 0 7 0 0 0 20 0 20 0 447632201 28904853504 10290 33554432000 4194304 4196468 140723835543776 140486868842864 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5901] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5901/stat : 5901 (java) S 5881 5881 5554 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447632202 28904853504 10290 33554432000 4194304 4196468 140723835543776 140486867790560 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5902] ppid=5881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5883/task/5902/stat : 5902 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632202 28904853504 10290 33554432000 4194304 4196468 140723835543776 140486866738096 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42612 KiB

[startup+0.309674 s]*
/proc/loadavg: 8.05 8.20 8.22 3/210 5902
/proc/meminfo: memFree=30638948/32770624 swapFree=66926824/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 5554 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447632195 115843072 363 33554432000 4194304 5098028 140726107398864 140726107396968 140120388575868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31129600 140726107403125 140726107403369 140726107403369 140726107406282 0
/proc/5881/statm: 28282 363 304 221 0 87 0
[pid=5883] ppid=5881 vsize=28231652 memory=49800 CPUtime=0.52 cores=0-7
/proc/5883/stat : 5883 (java) S 5881 5881 5554 0 -1 1077944320 10753 0 0 0 48 4 0 0 20 0 20 0 447632196 28909211648 12450 33554432000 4194304 4196468 140723835543776 140723835526320 140487491497719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
/proc/5883/statm: 7057913 12450 3352 1 0 7019032 0
[pid=5883/tid=5884] ppid=5881 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) R 5881 5881 5554 0 -1 4202560 7731 0 0 0 27 2 0 0 20 0 20 0 447632196 28909211648 12450 33554432000 4194304 4196468 140723835543776 140487495728832 140487475578206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5885] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 5554 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447632197 28909211648 12450 33554432000 4194304 4196468 140723835543776 140487444118288 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5886] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28909211648 12450 33554432000 4194304 4196468 140723835543776 140487443065744 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5887] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28909211648 12450 33554432000 4194304 4196468 140723835543776 140487442013200 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5888] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5888/stat : 5888 (java) S 5881 5881 5554 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447632197 28909211648 12450 33554432000 4194304 4196468 140723835543776 140487040031888 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5889] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5889/stat : 5889 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28909211648 12450 33554432000 4194304 4196468 140723835543776 140487038978320 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5890] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5890/stat : 5890 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28909211648 12450 33554432000 4194304 4196468 140723835543776 140487037925776 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5891] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5891/stat : 5891 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28909211648 12450 33554432000 4194304 4196468 140723835543776 140487036873232 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5892] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5892/stat : 5892 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28909211648 12450 33554432000 4194304 4196468 140723835543776 140487035820688 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5893] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5893/stat : 5893 (java) S 5881 5881 5554 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447632198 28909211648 12450 33554432000 4194304 4196468 140723835543776 140486876211696 140487491508866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5894] ppid=5881 vsize=28231652 memory=280705506680192 CPUtime=0 cores=0-7
/proc/5883/task/5894/stat : 5894 (java) S 5881 5881 5554 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447632199 28909211648 12450 33554432000 4194304 4196468 140723835543776 140486875157920 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5895] ppid=5881 vsize=28231652 memory=280705506684800 CPUtime=0 cores=0-7
/proc/5883/task/5895/stat : 5895 (java) S 5881 5881 5554 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447632199 28909211648 12450 33554432000 4194304 4196468 140723835543776 140486874105328 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5896] ppid=5881 vsize=28231652 memory=280705506689408 CPUtime=0 cores=0-7
/proc/5883/task/5896/stat : 5896 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632201 28909211648 12450 33554432000 4194304 4196468 140723835543776 140486873053904 140487491516315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5897] ppid=5881 vsize=28231652 memory=280705506694016 CPUtime=0.03 cores=0-7
/proc/5883/task/5897/stat : 5897 (java) S 5881 5881 5554 0 -1 1077944384 415 0 0 0 3 0 0 0 20 0 20 0 447632201 28909211648 12450 33554432000 4194304 4196468 140723835543776 140486872000496 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5898] ppid=5881 vsize=28231652 memory=280705506698624 CPUtime=0.02 cores=0-7
/proc/5883/task/5898/stat : 5898 (java) S 5881 5881 5554 0 -1 1077944384 213 0 0 0 2 0 0 0 20 0 20 0 447632201 28909211648 12450 33554432000 4194304 4196468 140723835543776 140486870947952 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5899] ppid=5881 vsize=28231652 memory=280705506703232 CPUtime=0.02 cores=0-7
/proc/5883/task/5899/stat : 5899 (java) R 5881 5881 5554 0 -1 4202560 297 0 0 0 2 0 0 0 20 0 20 0 447632201 28909211648 12450 33554432000 4194304 4196468 140723835543776 140486869885792 140487472198016 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5900] ppid=5881 vsize=28231652 memory=280705506707840 CPUtime=0.12 cores=0-7
/proc/5883/task/5900/stat : 5900 (java) S 5881 5881 5554 0 -1 1077944384 842 0 0 0 12 0 0 0 20 0 20 0 447632201 28909211648 12450 33554432000 4194304 4196468 140723835543776 140486868842864 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5901] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5901/stat : 5901 (java) S 5881 5881 5554 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447632202 28909211648 12490 33554432000 4194304 4196468 140723835543776 140486867790560 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5902] ppid=5881 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/5883/task/5902/stat : 5902 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632202 28909211648 12490 33554432000 4194304 4196468 140723835543776 140486866738096 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51252 KiB

[startup+0.700954 s]
/proc/loadavg: 8.05 8.20 8.22 6/210 5902
/proc/meminfo: memFree=30610636/32770624 swapFree=66926824/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 5554 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447632195 115843072 363 33554432000 4194304 5098028 140726107398864 140726107396968 140120388575868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31129600 140726107403125 140726107403369 140726107403369 140726107406282 0
/proc/5881/statm: 28282 363 304 221 0 87 0
[pid=5883] ppid=5881 vsize=28233776 memory=112764 CPUtime=2.01 cores=0-7
/proc/5883/stat : 5883 (java) S 5881 5881 5554 0 -1 1077944320 17335 0 0 0 196 5 0 0 20 0 20 0 447632196 28911386624 28191 33554432000 4194304 4196468 140723835543776 140723835526320 140487491497719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
/proc/5883/statm: 7058444 28191 3446 1 0 7019544 0
[pid=5883/tid=5884] ppid=5881 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) R 5881 5881 5554 0 -1 4202560 9231 0 0 0 64 3 0 0 20 0 20 0 447632196 28911386624 28191 33554432000 4194304 4196468 140723835543776 140487495733232 140487121993029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5885] ppid=5881 vsize=28233776 memory=140352753542016 CPUtime=0 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 5554 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447632197 28911386624 28191 33554432000 4194304 4196468 140723835543776 140487444118288 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5886] ppid=5881 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28911386624 28191 33554432000 4194304 4196468 140723835543776 140487443065744 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5887] ppid=5881 vsize=28233776 memory=9364 CPUtime=0 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447632197 28911386624 28191 33554432000 4194304 4196468 140723835543776 140487442013200 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0

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

[pid=5883/tid=5884] ppid=5881 vsize=28300340 memory=8112282956445269571 CPUtime=340.95 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) S 5881 5881 5554 0 -1 1077944384 88737 0 0 0 33970 125 0 0 20 0 21 0 447632196 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487495738400 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5885] ppid=5881 vsize=28300340 memory=1984 CPUtime=1091.25 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 5554 0 -1 1077944384 510534 0 0 0 108566 559 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487444118288 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5886] ppid=5881 vsize=28300340 memory=2552 CPUtime=1090.02 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 5554 0 -1 1077944384 486001 0 0 0 108441 561 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487443065744 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5887] ppid=5881 vsize=28300340 memory=1760 CPUtime=1091.43 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 5554 0 -1 1077944384 474171 0 0 0 108534 609 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487442013200 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5888] ppid=5881 vsize=28300340 memory=111632 CPUtime=1088.6 cores=0-7
/proc/5883/task/5888/stat : 5888 (java) S 5881 5881 5554 0 -1 1077944384 553247 0 0 0 108273 587 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487040031888 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5889] ppid=5881 vsize=28300340 memory=1452 CPUtime=1089.89 cores=0-7
/proc/5883/task/5889/stat : 5889 (java) S 5881 5881 5554 0 -1 1077944384 535059 0 0 0 108444 545 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487038978320 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5890] ppid=5881 vsize=28300340 memory=25473624 CPUtime=1088.62 cores=0-7
/proc/5883/task/5890/stat : 5890 (java) S 5881 5881 5554 0 -1 1077944384 499637 0 0 0 108277 585 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487037925776 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5891] ppid=5881 vsize=28300340 memory=111632 CPUtime=1089.21 cores=0-7
/proc/5883/task/5891/stat : 5891 (java) S 5881 5881 5554 0 -1 1077944384 564852 0 0 0 108346 575 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487036873232 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5892] ppid=5881 vsize=28300340 memory=804 CPUtime=1089.28 cores=0-7
/proc/5883/task/5892/stat : 5892 (java) S 5881 5881 5554 0 -1 1077944384 533493 0 0 0 108360 568 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487035820688 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5893] ppid=5881 vsize=28300340 memory=4100 CPUtime=191.52 cores=0-7
/proc/5883/task/5893/stat : 5893 (java) R 5881 5881 5554 0 -1 4202560 1013324 0 0 0 19028 124 0 0 20 0 21 0 447632198 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486876210128 140487476494100 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5894] ppid=5881 vsize=28300340 memory=1804 CPUtime=0 cores=0-7
/proc/5883/task/5894/stat : 5894 (java) S 5881 5881 5554 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 447632199 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486875157984 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5895] ppid=5881 vsize=28300340 memory=896 CPUtime=0 cores=0-7
/proc/5883/task/5895/stat : 5895 (java) S 5881 5881 5554 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 447632199 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486874105344 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5896] ppid=5881 vsize=28300340 memory=1984 CPUtime=0 cores=0-7
/proc/5883/task/5896/stat : 5896 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486873053904 140487491516315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5897] ppid=5881 vsize=28300340 memory=2552 CPUtime=1.29 cores=0-7
/proc/5883/task/5897/stat : 5897 (java) S 5881 5881 5554 0 -1 1077944384 10175 0 0 0 128 1 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486872000544 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5898] ppid=5881 vsize=28300340 memory=1760 CPUtime=1.12 cores=0-7
/proc/5883/task/5898/stat : 5898 (java) S 5881 5881 5554 0 -1 1077944384 8516 0 0 0 110 2 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486870947712 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5899] ppid=5881 vsize=28300340 memory=111632 CPUtime=1.23 cores=0-7
/proc/5883/task/5899/stat : 5899 (java) S 5881 5881 5554 0 -1 1077944384 10525 0 0 0 121 2 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486869895456 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5900] ppid=5881 vsize=28300340 memory=804 CPUtime=0.65 cores=0-7
/proc/5883/task/5900/stat : 5900 (java) S 5881 5881 5554 0 -1 1077944384 8891 0 0 0 64 1 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486868842912 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5901] ppid=5881 vsize=28300340 memory=4100 CPUtime=0 cores=0-7
/proc/5883/task/5901/stat : 5901 (java) S 5881 5881 5554 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447632202 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486867790560 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5902] ppid=5881 vsize=28300340 memory=1284 CPUtime=0.65 cores=0-7
/proc/5883/task/5902/stat : 5902 (java) S 5881 5881 5554 0 -1 1077944384 2565 0 0 0 32 33 0 0 20 0 21 0 447632202 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486866738096 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=6052] ppid=5881 vsize=28300340 memory=1044 CPUtime=0 cores=0-7
/proc/5883/task/6052/stat : 6052 (java) S 5881 5881 5554 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 447793856 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486857523008 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
Current children cumulated CPU time: 9255.84 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25475076 KiB

[startup+1631.2 s]
/proc/loadavg: 6.56 6.86 6.58 2/212 6052
/proc/meminfo: memFree=5167116/32770624 swapFree=66926844/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 5554 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447632195 115843072 363 33554432000 4194304 5098028 140726107398864 140726107396968 140120388575868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31129600 140726107403125 140726107403369 140726107403369 140726107406282 0
/proc/5881/statm: 28282 363 304 221 0 87 0
[pid=5883] ppid=5881 vsize=28300340 memory=25473624 CPUtime=9256.64 cores=0-7
/proc/5883/stat : 5883 (java) S 5881 5881 5554 0 -1 1077944320 5301725 0 0 0 920801 4863 0 0 20 0 21 0 447632196 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140723835526320 140487491497719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
/proc/5883/statm: 7075085 6368406 3517 1 0 7036185 0
[pid=5883/tid=5884] ppid=5881 vsize=28300340 memory=25473568 CPUtime=340.95 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) S 5881 5881 5554 0 -1 1077944384 88737 0 0 0 33970 125 0 0 20 0 21 0 447632196 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487495738400 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5885] ppid=5881 vsize=28300340 memory=8112282956445269571 CPUtime=1091.25 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 5554 0 -1 1077944384 510534 0 0 0 108566 559 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487444118288 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5886] ppid=5881 vsize=28300340 memory=25473624 CPUtime=1090.02 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 5554 0 -1 1077944384 486001 0 0 0 108441 561 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487443065744 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5887] ppid=5881 vsize=28300340 memory=1120 CPUtime=1091.43 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 5554 0 -1 1077944384 474171 0 0 0 108534 609 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487442013200 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5888] ppid=5881 vsize=28300340 memory=776 CPUtime=1088.6 cores=0-7
/proc/5883/task/5888/stat : 5888 (java) S 5881 5881 5554 0 -1 1077944384 553247 0 0 0 108273 587 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487040031888 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5889] ppid=5881 vsize=28300340 memory=1552 CPUtime=1089.89 cores=0-7
/proc/5883/task/5889/stat : 5889 (java) S 5881 5881 5554 0 -1 1077944384 535059 0 0 0 108444 545 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487038978320 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5890] ppid=5881 vsize=28300340 memory=0 CPUtime=1088.62 cores=0-7
/proc/5883/task/5890/stat : 5890 (java) S 5881 5881 5554 0 -1 1077944384 499637 0 0 0 108277 585 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487037925776 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5891] ppid=5881 vsize=28300340 memory=140355236266581 CPUtime=1089.21 cores=0-7
/proc/5883/task/5891/stat : 5891 (java) S 5881 5881 5554 0 -1 1077944384 564852 0 0 0 108346 575 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487036873232 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5892] ppid=5881 vsize=28300340 memory=140355236266583 CPUtime=1089.28 cores=0-7
/proc/5883/task/5892/stat : 5892 (java) S 5881 5881 5554 0 -1 1077944384 533493 0 0 0 108360 568 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487035820688 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5893] ppid=5881 vsize=28300340 memory=140355236266586 CPUtime=192.32 cores=0-7
/proc/5883/task/5893/stat : 5893 (java) R 5881 5881 5554 0 -1 4202560 1013994 0 0 0 19108 124 0 0 20 0 21 0 447632198 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486876210128 140487475955310 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5894] ppid=5881 vsize=28300340 memory=140355236266604 CPUtime=0 cores=0-7
/proc/5883/task/5894/stat : 5894 (java) S 5881 5881 5554 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 447632199 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486875157984 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5895] ppid=5881 vsize=28300340 memory=142906446840463 CPUtime=0 cores=0-7
/proc/5883/task/5895/stat : 5895 (java) S 5881 5881 5554 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 447632199 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486874105344 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5896] ppid=5881 vsize=28300340 memory=140355236266874 CPUtime=0 cores=0-7
/proc/5883/task/5896/stat : 5896 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486873053904 140487491516315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5897] ppid=5881 vsize=28300340 memory=496 CPUtime=1.29 cores=0-7
/proc/5883/task/5897/stat : 5897 (java) S 5881 5881 5554 0 -1 1077944384 10175 0 0 0 128 1 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486872000544 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5898] ppid=5881 vsize=28300340 memory=-8412652152092201843 CPUtime=1.12 cores=0-7
/proc/5883/task/5898/stat : 5898 (java) S 5881 5881 5554 0 -1 1077944384 8516 0 0 0 110 2 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486870947712 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5899] ppid=5881 vsize=28300340 memory=-7023579799431922829 CPUtime=1.23 cores=0-7
/proc/5883/task/5899/stat : 5899 (java) S 5881 5881 5554 0 -1 1077944384 10525 0 0 0 121 2 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486869895456 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5900] ppid=5881 vsize=28300340 memory=-8486080722631693414 CPUtime=0.65 cores=0-7
/proc/5883/task/5900/stat : 5900 (java) S 5881 5881 5554 0 -1 1077944384 8891 0 0 0 64 1 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486868842912 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5901] ppid=5881 vsize=28300340 memory=4426639978525455914 CPUtime=0 cores=0-7
/proc/5883/task/5901/stat : 5901 (java) S 5881 5881 5554 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447632202 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486867790560 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5902] ppid=5881 vsize=28300340 memory=6011856255023671654 CPUtime=0.65 cores=0-7
/proc/5883/task/5902/stat : 5902 (java) S 5881 5881 5554 0 -1 1077944384 2565 0 0 0 32 33 0 0 20 0 21 0 447632202 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486866738096 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=6052] ppid=5881 vsize=28300340 memory=6011856255023671654 CPUtime=0 cores=0-7
/proc/5883/task/6052/stat : 6052 (java) S 5881 5881 5554 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 447793856 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486857523008 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
Current children cumulated CPU time: 9256.64 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25475076 KiB

[startup+1631.6 s]
/proc/loadavg: 6.56 6.86 6.58 2/212 6052
/proc/meminfo: memFree=5167116/32770624 swapFree=66926844/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 5554 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447632195 115843072 363 33554432000 4194304 5098028 140726107398864 140726107396968 140120388575868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31129600 140726107403125 140726107403369 140726107403369 140726107406282 0
/proc/5881/statm: 28282 363 304 221 0 87 0
[pid=5883] ppid=5881 vsize=28300340 memory=25473624 CPUtime=9257.04 cores=0-7
/proc/5883/stat : 5883 (java) S 5881 5881 5554 0 -1 1077944320 5301935 0 0 0 920841 4863 0 0 20 0 21 0 447632196 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140723835526320 140487491497719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
/proc/5883/statm: 7075085 6368406 3517 1 0 7036185 0
[pid=5883/tid=5884] ppid=5881 vsize=28300340 memory=8112282956445269571 CPUtime=340.95 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) S 5881 5881 5554 0 -1 1077944384 88737 0 0 0 33970 125 0 0 20 0 21 0 447632196 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487495738400 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5885] ppid=5881 vsize=28300340 memory=1680 CPUtime=1091.25 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 5554 0 -1 1077944384 510534 0 0 0 108566 559 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487444118288 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5886] ppid=5881 vsize=28300340 memory=1444 CPUtime=1090.02 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 5554 0 -1 1077944384 486001 0 0 0 108441 561 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487443065744 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5887] ppid=5881 vsize=28300340 memory=896 CPUtime=1091.43 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 5554 0 -1 1077944384 474171 0 0 0 108534 609 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487442013200 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5888] ppid=5881 vsize=28300340 memory=1984 CPUtime=1088.6 cores=0-7
/proc/5883/task/5888/stat : 5888 (java) S 5881 5881 5554 0 -1 1077944384 553247 0 0 0 108273 587 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487040031888 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5889] ppid=5881 vsize=28300340 memory=2552 CPUtime=1089.89 cores=0-7
/proc/5883/task/5889/stat : 5889 (java) S 5881 5881 5554 0 -1 1077944384 535059 0 0 0 108444 545 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487038978320 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5890] ppid=5881 vsize=28300340 memory=1760 CPUtime=1088.62 cores=0-7
/proc/5883/task/5890/stat : 5890 (java) S 5881 5881 5554 0 -1 1077944384 499637 0 0 0 108277 585 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487037925776 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5891] ppid=5881 vsize=28300340 memory=111632 CPUtime=1089.21 cores=0-7
/proc/5883/task/5891/stat : 5891 (java) S 5881 5881 5554 0 -1 1077944384 564852 0 0 0 108346 575 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487036873232 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5892] ppid=5881 vsize=28300340 memory=988 CPUtime=1089.28 cores=0-7
/proc/5883/task/5892/stat : 5892 (java) S 5881 5881 5554 0 -1 1077944384 533493 0 0 0 108360 568 0 0 20 0 21 0 447632197 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140487035820688 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5893] ppid=5881 vsize=28300340 memory=2016 CPUtime=192.72 cores=0-7
/proc/5883/task/5893/stat : 5893 (java) R 5881 5881 5554 0 -1 4202560 1014204 0 0 0 19148 124 0 0 20 0 21 0 447632198 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486876210128 140487476494064 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5894] ppid=5881 vsize=28300340 memory=1284 CPUtime=0 cores=0-7
/proc/5883/task/5894/stat : 5894 (java) S 5881 5881 5554 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 447632199 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486875157984 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5895] ppid=5881 vsize=28300340 memory=1044 CPUtime=0 cores=0-7
/proc/5883/task/5895/stat : 5895 (java) S 5881 5881 5554 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 447632199 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486874105344 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5896] ppid=5881 vsize=28300340 memory=708 CPUtime=0 cores=0-7
/proc/5883/task/5896/stat : 5896 (java) S 5881 5881 5554 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486873053904 140487491516315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5897] ppid=5881 vsize=28300340 memory=9364 CPUtime=1.29 cores=0-7
/proc/5883/task/5897/stat : 5897 (java) S 5881 5881 5554 0 -1 1077944384 10175 0 0 0 128 1 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486872000544 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5898] ppid=5881 vsize=28300340 memory=1120 CPUtime=1.12 cores=0-7
/proc/5883/task/5898/stat : 5898 (java) S 5881 5881 5554 0 -1 1077944384 8516 0 0 0 110 2 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486870947712 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5899] ppid=5881 vsize=28300340 memory=776 CPUtime=1.23 cores=0-7
/proc/5883/task/5899/stat : 5899 (java) S 5881 5881 5554 0 -1 1077944384 10525 0 0 0 121 2 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486869895456 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5900] ppid=5881 vsize=28300340 memory=1552 CPUtime=0.65 cores=0-7
/proc/5883/task/5900/stat : 5900 (java) S 5881 5881 5554 0 -1 1077944384 8891 0 0 0 64 1 0 0 20 0 21 0 447632201 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486868842912 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5901] ppid=5881 vsize=28300340 memory=8076 CPUtime=0 cores=0-7
/proc/5883/task/5901/stat : 5901 (java) S 5881 5881 5554 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447632202 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486867790560 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=5902] ppid=5881 vsize=28300340 memory=804 CPUtime=0.65 cores=0-7
/proc/5883/task/5902/stat : 5902 (java) S 5881 5881 5554 0 -1 1077944384 2565 0 0 0 32 33 0 0 20 0 21 0 447632202 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486866738096 140487491508866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
[pid=5883/tid=6052] ppid=5881 vsize=28300340 memory=4100 CPUtime=0 cores=0-7
/proc/5883/task/6052/stat : 6052 (java) S 5881 5881 5554 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 447793856 28979548160 6368406 33554432000 4194304 4196468 140723835543776 140486857523008 140487491507925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15929344 140723835552746 140723835552918 140723835552918 140723835555791 0
Current children cumulated CPU time: 9257.04 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25475076 KiB

[startup+1632 s]*
/proc/loadavg: 6.56 6.86 6.58 2/193 6052
/proc/meminfo: memFree=21518480/32770624 swapFree=66926844/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 5554 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447632195 115843072 363 33554432000 4194304 5098028 140726107398864 140726107396968 140120388575868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31129600 140726107403125 140726107403369 140726107403369 140726107406282 0
/proc/5881/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 1632.07
CPU time (s): 9257.49
CPU user time (s): 9208.72
CPU system time (s): 48.7725
CPU usage (%): 567.225
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25475076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9208.72
system time used= 48.7725
maximum resident set size= 25473900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5319419
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88782
involuntary context switches= 113248


# summary of solver processes directly reported to runsolver:
#   pid: 5881
#   total CPU time (s): 9257.49
#   total CPU user time (s): 9208.72
#   total CPU system time (s): 48.7725

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9381 second user time and 17.8759 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-17 10:47:25
IDJOB=4399490
IDBENCH=138454
IDSOLVER=2854
FILE ID=node107/4399490-1568713764
RUNJOBID= node107-1568707524-5581
PBS_JOBID= 21703924
Free space on /tmp= 59040 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-12.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399490-1568713764/watcher-4399490-1568713764 -o /tmp/evaluation-result-4399490-1568713764/solver-4399490-1568713764 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1568707524-5581 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1456838719 HOME/instance-4399490-1568713764.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 5dc18f9bddc2dfff84e0f90fec56ce3b
RANDOM SEED=1456838719

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        30674116 kB
MemAvailable:   31813176 kB
Buffers:          227124 kB
Cached:          1187732 kB
SwapCached:        76256 kB
Active:           682968 kB
Inactive:         808696 kB
Active(anon):      10440 kB
Inactive(anon):   109076 kB
Active(file):     672528 kB
Inactive(file):   699620 kB
Unevictable:      111200 kB
Mlocked:          111200 kB
SwapTotal:      67108860 kB
SwapFree:       66926824 kB
Dirty:             26044 kB
Writeback:             4 kB
AnonPages:        112812 kB
Mapped:            42760 kB
Shmem:             34440 kB
Slab:             194484 kB
SReclaimable:     165496 kB
SUnreclaim:        28988 kB
KernelStack:        3392 kB
PageTables:         5500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 59012 MiB
End job on node107 at 2019-09-17 11:14:37