Trace number 4404290

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-20 parallel? 6612.47 1291.76

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-4404290-1569007511.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404290-1569007511.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
6531.60/1278.24	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
6531.60/1278.24		at java.util.stream.ReferencePipeline$4.opWrapSink(ReferencePipeline.java:207)
6531.60/1278.24		at java.util.stream.AbstractPipeline.wrapSink(AbstractPipeline.java:517)
6531.60/1278.24		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
6531.60/1278.24		at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
6531.60/1278.24		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
6531.60/1278.24		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
6531.60/1278.24		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
6531.60/1278.24		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
6531.60/1278.24		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
6531.60/1278.24		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
6531.60/1278.24		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$146/615634843.valid(Unknown Source)
6531.60/1278.24		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
6531.60/1278.24		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
6531.60/1278.24		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
6531.60/1278.24		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
6531.60/1278.24		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
6531.60/1278.24		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
6531.60/1278.24		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
6531.60/1278.24		at org.xcsp.parser.XCallbacks$$Lambda$88/103887628.accept(Unknown Source)
6531.60/1278.24		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
6531.60/1278.24		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
6531.60/1278.24		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
6531.60/1278.24		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
6531.60/1278.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
6531.60/1278.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
6531.60/1278.24		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
6531.60/1278.24		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
6531.60/1278.24		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
6531.60/1278.24		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
6531.60/1278.24		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
6531.60/1278.24		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
6612.10/1291.43	s UNKNOWN
6612.10/1291.43	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 (11779 MiB free)
  memory of node 1: 16384 MiB (13028 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404290-1569007511/watcher-4404290-1569007511 -o /var/tmp/evaluation-result-4404290-1569007511/solver-4404290-1569007511 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node121-1569004947-15378 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 917611321 HOME/instance-4404290-1569007511.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
Current StackSize limit: 8192 KiB

solver pid=15699, runsolver pid=15696

[startup+0.100112 s]*
/proc/loadavg: 8.02 8.20 8.27 3/212 15720
/proc/meminfo: memFree=25389140/32770624 swapFree=66989088/67108860
[pid=15699] ppid=15696 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15699/stat : 15699 (xcsp3-exec) S 15696 15699 15351 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477013731 115843072 362 33554432000 4194304 5098028 140724626940256 140724626938360 140385865048700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22134784 140724626944850 140724626945109 140724626945109 140724626948038 0
/proc/15699/statm: 28282 362 304 221 0 87 0
[pid=15701] ppid=15699 vsize=28227396 memory=28964 CPUtime=0.13 cores=0-7
/proc/15701/stat : 15701 (java) S 15699 15699 15351 0 -1 1077944320 5695 0 0 0 11 2 0 0 20 0 20 0 477013731 28904853504 7241 33554432000 4194304 4196468 140732342776240 140732342758784 139881893846775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
/proc/15701/statm: 7056849 7241 3126 1 0 7019032 0
[pid=15701/tid=15702] ppid=15699 vsize=28227396 memory=-2177352373413752899 CPUtime=0.09 cores=0-7
/proc/15701/task/15702/stat : 15702 (java) R 15699 15699 15351 0 -1 4202560 3615 0 0 0 8 1 0 0 20 0 20 0 477013732 28904853504 7241 33554432000 4194304 4196468 140732342776240 139881898081920 139881875241981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15703] ppid=15699 vsize=28227396 memory=732370056161061861 CPUtime=0 cores=0-7
/proc/15701/task/15703/stat : 15703 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 7241 33554432000 4194304 4196468 140732342776240 139881445710352 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15704] ppid=15699 vsize=28227396 memory=139917823608448 CPUtime=0 cores=0-7
/proc/15701/task/15704/stat : 15704 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 7241 33554432000 4194304 4196468 140732342776240 139881444657808 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15705] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15705/stat : 15705 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 7241 33554432000 4194304 4196468 140732342776240 139881443604752 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15706] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15706/stat : 15706 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 7241 33554432000 4194304 4196468 140732342776240 139881442552208 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15707] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15707/stat : 15707 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 7241 33554432000 4194304 4196468 140732342776240 139881441500176 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15708] ppid=15699 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15701/task/15708/stat : 15708 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 7241 33554432000 4194304 4196468 140732342776240 139881440447632 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15709] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15709/stat : 15709 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 7241 33554432000 4194304 4196468 140732342776240 139881439394576 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15710] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15710/stat : 15710 (java) S 15699 15699 15351 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 7241 33554432000 4194304 4196468 140732342776240 139881438342032 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15711] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15711/stat : 15711 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013734 28904853504 7241 33554432000 4194304 4196468 140732342776240 139880492095728 139881893857922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15712] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15712/stat : 15712 (java) S 15699 15699 15351 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477013734 28904853504 7241 33554432000 4194304 4196468 140732342776240 139880491041952 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15713] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15713/stat : 15713 (java) S 15699 15699 15351 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477013735 28904853504 7241 33554432000 4194304 4196468 140732342776240 139880489988848 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15714] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15714/stat : 15714 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013737 28904853504 7241 33554432000 4194304 4196468 140732342776240 139880488937424 139881893865371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15715] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15715/stat : 15715 (java) S 15699 15699 15351 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 477013737 28904853504 7241 33554432000 4194304 4196468 140732342776240 139880487885552 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15716] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15716/stat : 15716 (java) S 15699 15699 15351 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477013737 28904853504 7241 33554432000 4194304 4196468 140732342776240 139880486833008 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15717] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15717/stat : 15717 (java) S 15699 15699 15351 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 477013737 28904853504 7241 33554432000 4194304 4196468 140732342776240 139880485779952 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15718] ppid=15699 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15701/task/15718/stat : 15718 (java) R 15699 15699 15351 0 -1 4202560 350 0 0 0 1 0 0 0 20 0 20 0 477013737 28904853504 7241 33554432000 4194304 4196468 140732342776240 139880484724944 139881893858710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15719] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15719/stat : 15719 (java) S 15699 15699 15351 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477013737 28904853504 7241 33554432000 4194304 4196468 140732342776240 139880483674592 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15720] ppid=15699 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15701/task/15720/stat : 15720 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013737 28904853504 7241 33554432000 4194304 4196468 140732342776240 139880482622128 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30412 KiB

[startup+0.210104 s]*
/proc/loadavg: 8.02 8.20 8.27 2/212 15720
/proc/meminfo: memFree=25375260/32770624 swapFree=66989088/67108860
[pid=15699] ppid=15696 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15699/stat : 15699 (xcsp3-exec) S 15696 15699 15351 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477013731 115843072 362 33554432000 4194304 5098028 140724626940256 140724626938360 140385865048700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22134784 140724626944850 140724626945109 140724626945109 140724626948038 0
/proc/15699/statm: 28282 362 304 221 0 87 0
[pid=15701] ppid=15699 vsize=28227396 memory=40684 CPUtime=0.33 cores=0-7
/proc/15701/stat : 15701 (java) S 15699 15699 15351 0 -1 1077944320 9485 0 0 0 30 3 0 0 20 0 20 0 477013731 28904853504 10171 33554432000 4194304 4196468 140732342776240 140732342758784 139881893846775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
/proc/15701/statm: 7056849 10171 3284 1 0 7019032 0
[pid=15701/tid=15702] ppid=15699 vsize=28227396 memory=0 CPUtime=0.19 cores=0-7
/proc/15701/task/15702/stat : 15702 (java) R 15699 15699 15351 0 -1 4202560 6607 0 0 0 17 2 0 0 20 0 20 0 477013732 28904853504 10236 33554432000 4194304 4196468 140732342776240 139881898080480 139881893858710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15703] ppid=15699 vsize=28227396 memory=732370056161061861 CPUtime=0 cores=0-7
/proc/15701/task/15703/stat : 15703 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 10236 33554432000 4194304 4196468 140732342776240 139881445710352 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15704] ppid=15699 vsize=28227396 memory=139917823608448 CPUtime=0 cores=0-7
/proc/15701/task/15704/stat : 15704 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 10236 33554432000 4194304 4196468 140732342776240 139881444657808 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15705] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15705/stat : 15705 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 10236 33554432000 4194304 4196468 140732342776240 139881443604752 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15706] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15706/stat : 15706 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 10236 33554432000 4194304 4196468 140732342776240 139881442552208 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15707] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15707/stat : 15707 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 10236 33554432000 4194304 4196468 140732342776240 139881441500176 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15708] ppid=15699 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15701/task/15708/stat : 15708 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 10236 33554432000 4194304 4196468 140732342776240 139881440447632 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15709] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15709/stat : 15709 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 10236 33554432000 4194304 4196468 140732342776240 139881439394576 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15710] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15710/stat : 15710 (java) S 15699 15699 15351 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477013732 28904853504 10236 33554432000 4194304 4196468 140732342776240 139881438342032 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15711] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15711/stat : 15711 (java) S 15699 15699 15351 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477013734 28904853504 10236 33554432000 4194304 4196468 140732342776240 139880492095728 139881893857922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15712] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15712/stat : 15712 (java) S 15699 15699 15351 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477013734 28904853504 10236 33554432000 4194304 4196468 140732342776240 139880491041952 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15713] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15713/stat : 15713 (java) S 15699 15699 15351 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477013735 28904853504 10236 33554432000 4194304 4196468 140732342776240 139880489988848 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15714] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15714/stat : 15714 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013737 28904853504 10236 33554432000 4194304 4196468 140732342776240 139880488937424 139881893865371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15715] ppid=15699 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15701/task/15715/stat : 15715 (java) S 15699 15699 15351 0 -1 1077944384 431 0 0 0 1 0 0 0 20 0 20 0 477013737 28904853504 10236 33554432000 4194304 4196468 140732342776240 139880487885552 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15716] ppid=15699 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15701/task/15716/stat : 15716 (java) S 15699 15699 15351 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 20 0 477013737 28904853504 10236 33554432000 4194304 4196468 140732342776240 139880486833008 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15717] ppid=15699 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15701/task/15717/stat : 15717 (java) S 15699 15699 15351 0 -1 1077944384 366 0 0 0 1 0 0 0 20 0 20 0 477013737 28904853504 10236 33554432000 4194304 4196468 140732342776240 139880485779952 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15718] ppid=15699 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/15701/task/15718/stat : 15718 (java) R 15699 15699 15351 0 -1 4202560 728 0 0 0 7 0 0 0 20 0 20 0 477013737 28904853504 10236 33554432000 4194304 4196468 140732342776240 139880484727408 139881893858710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15719] ppid=15699 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15719/stat : 15719 (java) S 15699 15699 15351 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477013737 28904853504 10236 33554432000 4194304 4196468 140732342776240 139880483674592 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15720] ppid=15699 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15701/task/15720/stat : 15720 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013737 28904853504 10236 33554432000 4194304 4196468 140732342776240 139880482622128 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42132 KiB

[startup+0.30954 s]*
/proc/loadavg: 8.02 8.20 8.27 4/212 15720
/proc/meminfo: memFree=25368760/32770624 swapFree=66989088/67108860
[pid=15699] ppid=15696 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15699/stat : 15699 (xcsp3-exec) S 15696 15699 15351 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477013731 115843072 362 33554432000 4194304 5098028 140724626940256 140724626938360 140385865048700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22134784 140724626944850 140724626945109 140724626945109 140724626948038 0
/proc/15699/statm: 28282 362 304 221 0 87 0
[pid=15701] ppid=15699 vsize=28231652 memory=49268 CPUtime=0.51 cores=0-7
/proc/15701/stat : 15701 (java) S 15699 15699 15351 0 -1 1077944320 10702 0 0 0 47 4 0 0 20 0 20 0 477013731 28909211648 12317 33554432000 4194304 4196468 140732342776240 140732342758784 139881893846775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
/proc/15701/statm: 7057913 12317 3319 1 0 7019032 0
[pid=15701/tid=15702] ppid=15699 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/15701/task/15702/stat : 15702 (java) R 15699 15699 15351 0 -1 4202560 7722 0 0 0 27 3 0 0 20 0 20 0 477013732 28909211648 12317 33554432000 4194304 4196468 140732342776240 139881898077888 139881877927292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15703] ppid=15699 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15703/stat : 15703 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013732 28909211648 12317 33554432000 4194304 4196468 140732342776240 139881445710352 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15704] ppid=15699 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15704/stat : 15704 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28909211648 12317 33554432000 4194304 4196468 140732342776240 139881444657808 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15705] ppid=15699 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15705/stat : 15705 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013732 28909211648 12317 33554432000 4194304 4196468 140732342776240 139881443604752 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15706] ppid=15699 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15706/stat : 15706 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28909211648 12317 33554432000 4194304 4196468 140732342776240 139881442552208 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15707] ppid=15699 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15707/stat : 15707 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013732 28909211648 12317 33554432000 4194304 4196468 140732342776240 139881441500176 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15708] ppid=15699 vsize=28231652 memory=139917686565551 CPUtime=0 cores=0-7
/proc/15701/task/15708/stat : 15708 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28909211648 12317 33554432000 4194304 4196468 140732342776240 139881440447632 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15709] ppid=15699 vsize=28231652 memory=139917686567856 CPUtime=0 cores=0-7
/proc/15701/task/15709/stat : 15709 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28909211648 12317 33554432000 4194304 4196468 140732342776240 139881439394576 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15710] ppid=15699 vsize=28231652 memory=139917686570160 CPUtime=0 cores=0-7
/proc/15701/task/15710/stat : 15710 (java) S 15699 15699 15351 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477013732 28909211648 12317 33554432000 4194304 4196468 140732342776240 139881438342032 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15711] ppid=15699 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15711/stat : 15711 (java) S 15699 15699 15351 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477013734 28909211648 12317 33554432000 4194304 4196468 140732342776240 139880492095728 139881893857922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15712] ppid=15699 vsize=28231652 memory=279835373154192 CPUtime=0 cores=0-7
/proc/15701/task/15712/stat : 15712 (java) S 15699 15699 15351 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477013734 28909211648 12317 33554432000 4194304 4196468 140732342776240 139880491041952 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15713] ppid=15699 vsize=28231652 memory=279835373151888 CPUtime=0 cores=0-7
/proc/15701/task/15713/stat : 15713 (java) S 15699 15699 15351 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477013735 28909211648 12345 33554432000 4194304 4196468 140732342776240 139880489988848 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15714] ppid=15699 vsize=28231652 memory=279835373158800 CPUtime=0 cores=0-7
/proc/15701/task/15714/stat : 15714 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013737 28909211648 12345 33554432000 4194304 4196468 140732342776240 139880488937424 139881893865371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15715] ppid=15699 vsize=28231652 memory=279835373100048 CPUtime=0.02 cores=0-7
/proc/15701/task/15715/stat : 15715 (java) S 15699 15699 15351 0 -1 1077944384 443 0 0 0 2 0 0 0 20 0 20 0 477013737 28909211648 12345 33554432000 4194304 4196468 140732342776240 139880487885552 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15716] ppid=15699 vsize=28231652 memory=279835373172624 CPUtime=0.02 cores=0-7
/proc/15701/task/15716/stat : 15716 (java) S 15699 15699 15351 0 -1 1077944384 52 0 0 0 2 0 0 0 20 0 20 0 477013737 28909211648 12345 33554432000 4194304 4196468 140732342776240 139880486833008 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15717] ppid=15699 vsize=28231652 memory=279835373179536 CPUtime=0.02 cores=0-7
/proc/15701/task/15717/stat : 15717 (java) S 15699 15699 15351 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 20 0 477013737 28909211648 12345 33554432000 4194304 4196468 140732342776240 139880485779952 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15718] ppid=15699 vsize=28231652 memory=279835373177232 CPUtime=0.12 cores=0-7
/proc/15701/task/15718/stat : 15718 (java) S 15699 15699 15351 0 -1 1077944384 793 0 0 0 12 0 0 0 20 0 20 0 477013737 28909211648 12345 33554432000 4194304 4196468 140732342776240 139880484727408 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15719] ppid=15699 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15719/stat : 15719 (java) S 15699 15699 15351 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477013737 28909211648 12345 33554432000 4194304 4196468 140732342776240 139880483674592 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15720] ppid=15699 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15701/task/15720/stat : 15720 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013737 28909211648 12345 33554432000 4194304 4196468 140732342776240 139880482622128 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50716 KiB

[startup+0.701064 s]
/proc/loadavg: 8.02 8.20 8.27 4/212 15720
/proc/meminfo: memFree=25345528/32770624 swapFree=66989088/67108860
[pid=15699] ppid=15696 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15699/stat : 15699 (xcsp3-exec) S 15696 15699 15351 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477013731 115843072 362 33554432000 4194304 5098028 140724626940256 140724626938360 140385865048700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22134784 140724626944850 140724626945109 140724626945109 140724626948038 0
/proc/15699/statm: 28282 362 304 221 0 87 0
[pid=15701] ppid=15699 vsize=28233776 memory=117560 CPUtime=1.99 cores=0-7
/proc/15701/stat : 15701 (java) S 15699 15699 15351 0 -1 1077944320 18010 0 0 0 191 8 0 0 20 0 20 0 477013731 28911386624 29390 33554432000 4194304 4196468 140732342776240 140732342758784 139881893846775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
/proc/15701/statm: 7058444 29390 3449 1 0 7019544 0
[pid=15701/tid=15702] ppid=15699 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/15701/task/15702/stat : 15702 (java) R 15699 15699 15351 0 -1 4202560 9181 0 0 0 63 5 0 0 20 0 20 0 477013732 28911386624 29390 33554432000 4194304 4196468 140732342776240 139881898084288 139881531865024 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15703] ppid=15699 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15703/stat : 15703 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013732 28911386624 29390 33554432000 4194304 4196468 140732342776240 139881445710352 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15704] ppid=15699 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15704/stat : 15704 (java) S 15699 15699 15351 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477013732 28911386624 29390 33554432000 4194304 4196468 140732342776240 139881444657808 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15705] ppid=15699 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15705/stat : 15705 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477013732 28911386624 29390 33554432000 4194304 4196468 140732342776240 139881443604752 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0

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

[pid=15701/tid=15707] ppid=15699 vsize=28300340 memory=1548 CPUtime=760.49 cores=0-7
/proc/15701/task/15707/stat : 15707 (java) S 15699 15699 15351 0 -1 1077944384 2977045 0 0 0 75280 769 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881441500176 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15708] ppid=15699 vsize=28300340 memory=7976 CPUtime=762.25 cores=0-7
/proc/15701/task/15708/stat : 15708 (java) S 15699 15699 15351 0 -1 1077944384 1578788 0 0 0 75556 669 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881440447632 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15709] ppid=15699 vsize=28300340 memory=1060 CPUtime=760.86 cores=0-7
/proc/15701/task/15709/stat : 15709 (java) S 15699 15699 15351 0 -1 1077944384 1741582 0 0 0 75450 636 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881439394576 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15710] ppid=15699 vsize=28300340 memory=2828 CPUtime=759.98 cores=0-7
/proc/15701/task/15710/stat : 15710 (java) S 15699 15699 15351 0 -1 1077944384 1681456 0 0 0 75376 622 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881438342032 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15711] ppid=15699 vsize=28300340 memory=756 CPUtime=167.97 cores=0-7
/proc/15701/task/15711/stat : 15711 (java) R 15699 15699 15351 0 -1 4202560 1139832 0 0 0 16714 83 0 0 20 0 21 0 477013734 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880492094160 139881878304378 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15712] ppid=15699 vsize=28300340 memory=1548 CPUtime=0 cores=0-7
/proc/15701/task/15712/stat : 15712 (java) S 15699 15699 15351 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 477013734 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880491042016 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15713] ppid=15699 vsize=28300340 memory=7976 CPUtime=0 cores=0-7
/proc/15701/task/15713/stat : 15713 (java) S 15699 15699 15351 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 477013735 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880489988864 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15714] ppid=15699 vsize=28300340 memory=1164 CPUtime=0 cores=0-7
/proc/15701/task/15714/stat : 15714 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880488937424 139881893865371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15715] ppid=15699 vsize=28300340 memory=9520 CPUtime=0.94 cores=0-7
/proc/15701/task/15715/stat : 15715 (java) S 15699 15699 15351 0 -1 1077944384 8433 0 0 0 92 2 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880487885312 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15716] ppid=15699 vsize=28300340 memory=14004 CPUtime=1.39 cores=0-7
/proc/15701/task/15716/stat : 15716 (java) S 15699 15699 15351 0 -1 1077944384 11800 0 0 0 137 2 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880486833056 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15717] ppid=15699 vsize=28300340 memory=2120 CPUtime=1.13 cores=0-7
/proc/15701/task/15717/stat : 15717 (java) S 15699 15699 15351 0 -1 1077944384 9028 0 0 0 112 1 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880485780000 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15718] ppid=15699 vsize=28300340 memory=12028 CPUtime=0.64 cores=0-7
/proc/15701/task/15718/stat : 15718 (java) S 15699 15699 15351 0 -1 1077944384 10680 0 0 0 62 2 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880484723280 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15719] ppid=15699 vsize=28300340 memory=15924 CPUtime=0 cores=0-7
/proc/15701/task/15719/stat : 15719 (java) S 15699 15699 15351 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880483674592 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15720] ppid=15699 vsize=28300340 memory=512 CPUtime=0.58 cores=0-7
/proc/15701/task/15720/stat : 15720 (java) S 15699 15699 15351 0 -1 1077944384 1886 0 0 0 27 31 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880482622128 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15815] ppid=15699 vsize=28300340 memory=25431596 CPUtime=0 cores=0-7
/proc/15701/task/15815/stat : 15815 (java) S 15699 15699 15351 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 21 0 477141556 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880473406528 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
Current children cumulated CPU time: 6610.29 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25433044 KiB

[startup+1290.4 s]
/proc/loadavg: 6.61 6.64 6.33 2/212 15815
/proc/meminfo: memFree=192572/32770624 swapFree=66989148/67108860
[pid=15699] ppid=15696 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15699/stat : 15699 (xcsp3-exec) S 15696 15699 15351 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477013731 115843072 362 33554432000 4194304 5098028 140724626940256 140724626938360 140385865048700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22134784 140724626944850 140724626945109 140724626945109 140724626948038 0
/proc/15699/statm: 28282 362 304 221 0 87 0
[pid=15701] ppid=15699 vsize=28300340 memory=25431596 CPUtime=6611.09 cores=0-7
/proc/15701/stat : 15701 (java) S 15699 15699 15351 0 -1 1077944320 18669066 0 0 0 655436 5673 0 0 20 0 21 0 477013731 28979548160 6357899 33554432000 4194304 4196468 140732342776240 140732342758784 139881893846775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
/proc/15701/statm: 7075085 6357899 3519 1 0 7036185 0
[pid=15701/tid=15702] ppid=15699 vsize=28300340 memory=904 CPUtime=353.13 cores=0-7
/proc/15701/task/15702/stat : 15702 (java) S 15699 15699 15351 0 -1 1077944384 101997 0 0 0 35133 180 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881898087456 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15703] ppid=15699 vsize=28300340 memory=1984 CPUtime=760.58 cores=0-7
/proc/15701/task/15703/stat : 15703 (java) S 15699 15699 15351 0 -1 1077944384 3099808 0 0 0 75347 711 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881445710352 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15704] ppid=15699 vsize=28300340 memory=1448 CPUtime=759.23 cores=0-7
/proc/15701/task/15704/stat : 15704 (java) S 15699 15699 15351 0 -1 1077944384 1995724 0 0 0 75305 618 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881444657808 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15705] ppid=15699 vsize=28300340 memory=25431596 CPUtime=759.82 cores=0-7
/proc/15701/task/15705/stat : 15705 (java) S 15699 15699 15351 0 -1 1077944384 2403654 0 0 0 75329 653 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881443604752 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 36 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15706] ppid=15699 vsize=28300340 memory=1412 CPUtime=761.15 cores=0-7
/proc/15701/task/15706/stat : 15706 (java) S 15699 15699 15351 0 -1 1077944384 1905769 0 0 0 75411 704 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881442552208 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15707] ppid=15699 vsize=28300340 memory=3316 CPUtime=760.49 cores=0-7
/proc/15701/task/15707/stat : 15707 (java) S 15699 15699 15351 0 -1 1077944384 2977045 0 0 0 75280 769 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881441500176 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15708] ppid=15699 vsize=28300340 memory=756 CPUtime=762.25 cores=0-7
/proc/15701/task/15708/stat : 15708 (java) S 15699 15699 15351 0 -1 1077944384 1578788 0 0 0 75556 669 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881440447632 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15709] ppid=15699 vsize=28300340 memory=1548 CPUtime=760.86 cores=0-7
/proc/15701/task/15709/stat : 15709 (java) S 15699 15699 15351 0 -1 1077944384 1741582 0 0 0 75450 636 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881439394576 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15710] ppid=15699 vsize=28300340 memory=7976 CPUtime=759.98 cores=0-7
/proc/15701/task/15710/stat : 15710 (java) S 15699 15699 15351 0 -1 1077944384 1681456 0 0 0 75376 622 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881438342032 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15711] ppid=15699 vsize=28300340 memory=1164 CPUtime=168.77 cores=0-7
/proc/15701/task/15711/stat : 15711 (java) R 15699 15699 15351 0 -1 4202560 1140035 0 0 0 16794 83 0 0 20 0 21 0 477013734 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880492094160 139881878849783 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15712] ppid=15699 vsize=28300340 memory=9520 CPUtime=0 cores=0-7
/proc/15701/task/15712/stat : 15712 (java) S 15699 15699 15351 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 477013734 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880491042016 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15713] ppid=15699 vsize=28300340 memory=1448 CPUtime=0 cores=0-7
/proc/15701/task/15713/stat : 15713 (java) S 15699 15699 15351 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 477013735 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880489988864 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15714] ppid=15699 vsize=28300340 memory=25431596 CPUtime=0 cores=0-7
/proc/15701/task/15714/stat : 15714 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880488937424 139881893865371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15715] ppid=15699 vsize=28300340 memory=928 CPUtime=0.94 cores=0-7
/proc/15701/task/15715/stat : 15715 (java) S 15699 15699 15351 0 -1 1077944384 8433 0 0 0 92 2 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880487885312 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15716] ppid=15699 vsize=28300340 memory=3784 CPUtime=1.39 cores=0-7
/proc/15701/task/15716/stat : 15716 (java) S 15699 15699 15351 0 -1 1077944384 11800 0 0 0 137 2 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880486833056 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15717] ppid=15699 vsize=28300340 memory=1440 CPUtime=1.13 cores=0-7
/proc/15701/task/15717/stat : 15717 (java) S 15699 15699 15351 0 -1 1077944384 9028 0 0 0 112 1 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880485780000 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15718] ppid=15699 vsize=28300340 memory=303430223234596890 CPUtime=0.64 cores=0-7
/proc/15701/task/15718/stat : 15718 (java) S 15699 15699 15351 0 -1 1077944384 10680 0 0 0 62 2 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880484723280 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15719] ppid=15699 vsize=28300340 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/15701/task/15719/stat : 15719 (java) S 15699 15699 15351 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880483674592 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15720] ppid=15699 vsize=28300340 memory=13848568834296442 CPUtime=0.58 cores=0-7
/proc/15701/task/15720/stat : 15720 (java) S 15699 15699 15351 0 -1 1077944384 1886 0 0 0 27 31 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880482622128 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15815] ppid=15699 vsize=28300340 memory=25431440 CPUtime=0 cores=0-7
/proc/15701/task/15815/stat : 15815 (java) S 15699 15699 15351 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 21 0 477141556 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880473406528 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
Current children cumulated CPU time: 6611.09 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25433044 KiB

[startup+1291.2 s]
/proc/loadavg: 6.61 6.64 6.33 2/213 15817
/proc/meminfo: memFree=192492/32770624 swapFree=66989148/67108860
[pid=15699] ppid=15696 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15699/stat : 15699 (xcsp3-exec) S 15696 15699 15351 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477013731 115843072 362 33554432000 4194304 5098028 140724626940256 140724626938360 140385865048700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22134784 140724626944850 140724626945109 140724626945109 140724626948038 0
/proc/15699/statm: 28282 362 304 221 0 87 0
[pid=15701] ppid=15699 vsize=28300340 memory=25431596 CPUtime=6611.9 cores=0-7
/proc/15701/stat : 15701 (java) S 15699 15699 15351 0 -1 1077944320 18703917 0 0 0 655515 5675 0 0 20 0 21 0 477013731 28979548160 6357899 33554432000 4194304 4196468 140732342776240 140732342758784 139881893846775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
/proc/15701/statm: 7075085 6357899 3519 1 0 7036185 0
[pid=15701/tid=15702] ppid=15699 vsize=28300340 memory=1448 CPUtime=353.13 cores=0-7
/proc/15701/task/15702/stat : 15702 (java) S 15699 15699 15351 0 -1 1077944384 101997 0 0 0 35133 180 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881898087456 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15703] ppid=15699 vsize=28300340 memory=25431596 CPUtime=760.58 cores=0-7
/proc/15701/task/15703/stat : 15703 (java) S 15699 15699 15351 0 -1 1077944384 3099808 0 0 0 75347 711 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881445710352 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15704] ppid=15699 vsize=28300340 memory=1564 CPUtime=759.23 cores=0-7
/proc/15701/task/15704/stat : 15704 (java) S 15699 15699 15351 0 -1 1077944384 1995724 0 0 0 75305 618 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881444657808 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15705] ppid=15699 vsize=28300340 memory=928 CPUtime=759.82 cores=0-7
/proc/15701/task/15705/stat : 15705 (java) S 15699 15699 15351 0 -1 1077944384 2403654 0 0 0 75329 653 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881443604752 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 36 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15706] ppid=15699 vsize=28300340 memory=6791534058613427641 CPUtime=761.15 cores=0-7
/proc/15701/task/15706/stat : 15706 (java) S 15699 15699 15351 0 -1 1077944384 1905769 0 0 0 75411 704 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881442552208 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15707] ppid=15699 vsize=28300340 memory=5859535235326444939 CPUtime=760.49 cores=0-7
/proc/15701/task/15707/stat : 15707 (java) S 15699 15699 15351 0 -1 1077944384 2977045 0 0 0 75280 769 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881441500176 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15708] ppid=15699 vsize=28300340 memory=-8961168018402230209 CPUtime=762.25 cores=0-7
/proc/15701/task/15708/stat : 15708 (java) S 15699 15699 15351 0 -1 1077944384 1578788 0 0 0 75556 669 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881440447632 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15709] ppid=15699 vsize=28300340 memory=1808 CPUtime=760.86 cores=0-7
/proc/15701/task/15709/stat : 15709 (java) S 15699 15699 15351 0 -1 1077944384 1741582 0 0 0 75450 636 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881439394576 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15710] ppid=15699 vsize=28300340 memory=1448 CPUtime=759.98 cores=0-7
/proc/15701/task/15710/stat : 15710 (java) S 15699 15699 15351 0 -1 1077944384 1681456 0 0 0 75376 622 0 0 20 0 21 0 477013732 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139881438342032 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15711] ppid=15699 vsize=28300340 memory=25431580 CPUtime=169.57 cores=0-7
/proc/15701/task/15711/stat : 15711 (java) R 15699 15699 15351 0 -1 4202560 1174886 0 0 0 16872 85 0 0 20 0 21 0 477013734 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880492094160 139881878843156 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15712] ppid=15699 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15712/stat : 15712 (java) S 15699 15699 15351 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 477013734 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880491042016 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15713] ppid=15699 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15713/stat : 15713 (java) S 15699 15699 15351 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 477013735 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880489988864 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15714] ppid=15699 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/15701/task/15714/stat : 15714 (java) S 15699 15699 15351 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880488937424 139881893865371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15715] ppid=15699 vsize=28300340 memory=0 CPUtime=0.94 cores=0-7
/proc/15701/task/15715/stat : 15715 (java) S 15699 15699 15351 0 -1 1077944384 8433 0 0 0 92 2 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880487885312 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15716] ppid=15699 vsize=28300340 memory=0 CPUtime=1.39 cores=0-7
/proc/15701/task/15716/stat : 15716 (java) S 15699 15699 15351 0 -1 1077944384 11800 0 0 0 137 2 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880486833056 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15717] ppid=15699 vsize=28300340 memory=0 CPUtime=1.13 cores=0-7
/proc/15701/task/15717/stat : 15717 (java) S 15699 15699 15351 0 -1 1077944384 9028 0 0 0 112 1 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880485780000 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15718] ppid=15699 vsize=28300340 memory=139921444569516 CPUtime=0.64 cores=0-7
/proc/15701/task/15718/stat : 15718 (java) S 15699 15699 15351 0 -1 1077944384 10680 0 0 0 62 2 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880484723280 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15719] ppid=15699 vsize=28300340 memory=139921444569527 CPUtime=0 cores=0-7
/proc/15701/task/15719/stat : 15719 (java) S 15699 15699 15351 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880483674592 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15720] ppid=15699 vsize=28300340 memory=139921444569635 CPUtime=0.58 cores=0-7
/proc/15701/task/15720/stat : 15720 (java) S 15699 15699 15351 0 -1 1077944384 1886 0 0 0 27 31 0 0 20 0 21 0 477013737 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880482622128 139881893857922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
[pid=15701/tid=15815] ppid=15699 vsize=28300340 memory=139921444569656 CPUtime=0 cores=0-7
/proc/15701/task/15815/stat : 15815 (java) S 15699 15699 15351 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 21 0 477141556 28979548160 6357899 33554432000 4194304 4196468 140732342776240 139880473406528 139881893856981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140732342780886 140732342781062 140732342781062 140732342783951 0
Current children cumulated CPU time: 6611.9 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25433044 KiB

[startup+1291.6 s]
/proc/loadavg: 6.61 6.64 6.33 2/213 15817
/proc/meminfo: memFree=192492/32770624 swapFree=66989148/67108860
[pid=15699] ppid=15696 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15699/stat : 15699 (xcsp3-exec) S 15696 15699 15351 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477013731 115843072 362 33554432000 4194304 5098028 140724626940256 140724626938360 140385865048700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22134784 140724626944850 140724626945109 140724626945109 140724626948038 0
/proc/15699/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

[startup+1291.7 s]
/proc/loadavg: 6.61 6.64 6.33 2/213 15817
/proc/meminfo: memFree=192492/32770624 swapFree=66989148/67108860
[pid=15699] ppid=15696 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15699/stat : 15699 (xcsp3-exec) S 15696 15699 15351 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477013731 115843072 362 33554432000 4194304 5098028 140724626940256 140724626938360 140385865048700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22134784 140724626944850 140724626945109 140724626945109 140724626948038 0
/proc/15699/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 1291.76
CPU time (s): 6612.47
CPU user time (s): 6555.39
CPU system time (s): 57.0813
CPU usage (%): 511.896
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25433044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6555.39
system time used= 57.0813
maximum resident set size= 25431796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18704535
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78677
involuntary context switches= 169244


# summary of solver processes directly reported to runsolver:
#   pid: 15699
#   total CPU time (s): 6612.47
#   total CPU user time (s): 6555.39
#   total CPU system time (s): 57.0813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.17559 second user time and 13.5221 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 21:24:29
IDJOB=4404290
IDBENCH=138454
IDSOLVER=2865
FILE ID=node121/4404290-1569007511
RUNJOBID= node121-1569004947-15378
PBS_JOBID= 21704746
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 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 /var/tmp/evaluation-result-4404290-1569007511/watcher-4404290-1569007511 -o /var/tmp/evaluation-result-4404290-1569007511/solver-4404290-1569007511 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node121-1569004947-15378 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 917611321 HOME/instance-4404290-1569007511.xml

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

MD5SUM BENCH= 5dc18f9bddc2dfff84e0f90fec56ce3b
RANDOM SEED=917611321

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
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:        25404452 kB
MemAvailable:   31857544 kB
Buffers:           94104 kB
Cached:          6454704 kB
SwapCached:         5516 kB
Active:          3234312 kB
Inactive:        3322816 kB
Active(anon):       4916 kB
Inactive(anon):    41420 kB
Active(file):    3229396 kB
Inactive(file):  3281396 kB
Unevictable:      111168 kB
Mlocked:          111168 kB
SwapTotal:      67108860 kB
SwapFree:       66989088 kB
Dirty:             26060 kB
Writeback:             0 kB
AnonPages:        112976 kB
Mapped:            46756 kB
Shmem:             29656 kB
Slab:             399768 kB
SReclaimable:     370760 kB
SUnreclaim:        29008 kB
KernelStack:        3376 kB
PageTables:         6428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506312 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node121 at 2019-09-20 21:46:00