Trace number 4393462

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-06-14 parallel? 7652.53 1397.38

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-15-035.xml
MD5SUM95db7a436582e8fbf27db66b2c693839
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.88573
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints105
Number of domains15
Minimum domain size21
Maximum domain size35
Distribution of domain sizes[{"size":21,"count":2},{"size":22,"count":2},{"size":23,"count":2},{"size":24,"count":2},{"size":25,"count":2},{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":30}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":105}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105}]
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-4393462-1568449379.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393462-1568449379.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
7565.85/1384.05	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
7565.85/1384.05		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression$$Lambda$157/495792375.get$Lambda(Unknown Source)
7565.85/1384.05		at java.lang.invoke.LambdaForm$DMH/1072591677.invokeStatic_L_L(LambdaForm$DMH)
7565.85/1384.05		at java.lang.invoke.LambdaForm$MH/284720968.linkToTargetMethod(LambdaForm$MH)
7565.85/1384.05		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
7565.85/1384.05		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
7565.85/1384.05		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
7565.85/1384.05		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
7565.85/1384.05		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$155/842326585.valid(Unknown Source)
7565.85/1384.05		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
7565.85/1384.05		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
7565.85/1384.05		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
7565.85/1384.05		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
7565.85/1384.05		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
7565.85/1384.05		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
7565.85/1384.05		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
7565.85/1384.05		at org.xcsp.parser.XCallbacks$$Lambda$97/36202360.accept(Unknown Source)
7565.85/1384.05		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
7565.85/1384.05		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
7565.85/1384.05		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
7565.85/1384.05		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
7565.85/1384.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
7565.85/1384.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
7565.85/1384.05		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
7565.85/1384.05		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
7565.85/1384.05		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
7565.85/1384.05		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
7565.85/1384.05		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
7565.85/1384.05		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
7652.34/1397.26	s UNKNOWN
7652.34/1397.26	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 (14132 MiB free)
  memory of node 1: 16384 MiB (15722 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393462-1568449379/watcher-4393462-1568449379 -o /tmp/evaluation-result-4393462-1568449379/solver-4393462-1568449379 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568441012-2984 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1769013266 HOME/instance-4393462-1568449379.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=5932, runsolver pid=5929
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 7.18 7.78 7.55 3/212 5953
/proc/meminfo: memFree=30554260/32770624 swapFree=67022344/67108860
[pid=5932] ppid=5929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5932/stat : 5932 (xcsp3-exec) S 5929 5932 2957 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421210495 115843072 364 33554432000 4194304 5098028 140720483054752 140720483052856 140017834152572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29790208 140720483062645 140720483062889 140720483062889 140720483065802 0
/proc/5932/statm: 28282 364 305 221 0 87 0
[pid=5934] ppid=5932 vsize=28227388 memory=29200 CPUtime=0.12 cores=0-7
/proc/5934/stat : 5934 (java) S 5932 5932 2957 0 -1 1077944320 5702 0 0 0 11 1 0 0 20 0 20 0 421210496 28904845312 7300 33554432000 4194304 4196468 140728669627728 140728669610272 139655348391671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
/proc/5934/statm: 7056847 7300 3140 1 0 7019032 0
[pid=5934/tid=5935] ppid=5932 vsize=28227388 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/5934/task/5935/stat : 5935 (java) R 5932 5932 2957 0 -1 4202560 3614 0 0 0 8 0 0 0 20 0 20 0 421210496 28904845312 7300 33554432000 4194304 4196468 140728669627728 139655352623392 139655348403606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5936] ppid=5932 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/5934/task/5936/stat : 5936 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 7300 33554432000 4194304 4196468 140728669627728 139655301011856 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5937] ppid=5932 vsize=28227388 memory=139656990365312 CPUtime=0 cores=0-7
/proc/5934/task/5937/stat : 5937 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 7300 33554432000 4194304 4196468 140728669627728 139655299959056 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5938] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5938/stat : 5938 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 7300 33554432000 4194304 4196468 140728669627728 139655298906768 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5939] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5939/stat : 5939 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 7300 33554432000 4194304 4196468 140728669627728 139655297853968 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5940] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5940/stat : 5940 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 7300 33554432000 4194304 4196468 140728669627728 139655296801680 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5941] ppid=5932 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5934/task/5941/stat : 5941 (java) S 5932 5932 2957 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 7300 33554432000 4194304 4196468 140728669627728 139655295748880 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5942] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5942/stat : 5942 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 7300 33554432000 4194304 4196468 140728669627728 139655294696592 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5943] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5943/stat : 5943 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 7300 33554432000 4194304 4196468 140728669627728 139655293643792 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5944] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5944/stat : 5944 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210498 28904845312 7300 33554432000 4194304 4196468 140728669627728 139654397446256 139655348402818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5945] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5945/stat : 5945 (java) S 5932 5932 2957 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421210499 28904845312 7300 33554432000 4194304 4196468 140728669627728 139654396392224 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5946] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5946/stat : 5946 (java) S 5932 5932 2957 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421210499 28904845312 7300 33554432000 4194304 4196468 140728669627728 139654395339888 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5947] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5947/stat : 5947 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210501 28904845312 7300 33554432000 4194304 4196468 140728669627728 139654394288208 139655348410267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5948] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5948/stat : 5948 (java) S 5932 5932 2957 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 20 0 421210501 28904845312 7300 33554432000 4194304 4196468 140728669627728 139654393236080 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5949] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5949/stat : 5949 (java) R 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210501 28904845312 7300 33554432000 4194304 4196468 140728669627728 139654392183280 139655348402818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5950] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5950/stat : 5950 (java) R 5932 5932 2957 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421210501 28904845312 7300 33554432000 4194304 4196468 140728669627728 139654391130992 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5951] ppid=5932 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/5934/task/5951/stat : 5951 (java) R 5932 5932 2957 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 20 0 421210501 28904845312 7300 33554432000 4194304 4196468 140728669627728 139654390078192 139655329954641 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5952] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5952/stat : 5952 (java) S 5932 5932 2957 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421210501 28904845312 7300 33554432000 4194304 4196468 140728669627728 139654389025120 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5953] ppid=5932 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5934/task/5953/stat : 5953 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210502 28904845312 7300 33554432000 4194304 4196468 140728669627728 139654387972400 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30656 KiB

[startup+0.2101 s]*
/proc/loadavg: 7.18 7.78 7.55 3/212 5953
/proc/meminfo: memFree=30541092/32770624 swapFree=67022344/67108860
[pid=5932] ppid=5929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5932/stat : 5932 (xcsp3-exec) S 5929 5932 2957 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421210495 115843072 364 33554432000 4194304 5098028 140720483054752 140720483052856 140017834152572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29790208 140720483062645 140720483062889 140720483062889 140720483065802 0
/proc/5932/statm: 28282 364 305 221 0 87 0
[pid=5934] ppid=5932 vsize=28227388 memory=41320 CPUtime=0.33 cores=0-7
/proc/5934/stat : 5934 (java) S 5932 5932 2957 0 -1 1077944320 9545 0 0 0 30 3 0 0 20 0 20 0 421210496 28904845312 10330 33554432000 4194304 4196468 140728669627728 140728669610272 139655348391671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
/proc/5934/statm: 7056847 10330 3315 1 0 7019032 0
[pid=5934/tid=5935] ppid=5932 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/5934/task/5935/stat : 5935 (java) R 5932 5932 2957 0 -1 4202560 6628 0 0 0 17 2 0 0 20 0 20 0 421210496 28904845312 10330 33554432000 4194304 4196468 140728669627728 139655352623200 139655332472158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5936] ppid=5932 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/5934/task/5936/stat : 5936 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 10330 33554432000 4194304 4196468 140728669627728 139655301011856 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5937] ppid=5932 vsize=28227388 memory=139656990371498 CPUtime=0 cores=0-7
/proc/5934/task/5937/stat : 5937 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 10330 33554432000 4194304 4196468 140728669627728 139655299959056 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5938] ppid=5932 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5934/task/5938/stat : 5938 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 10330 33554432000 4194304 4196468 140728669627728 139655298906768 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5939] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5939/stat : 5939 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 10330 33554432000 4194304 4196468 140728669627728 139655297853968 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5940] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5940/stat : 5940 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 10330 33554432000 4194304 4196468 140728669627728 139655296801680 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5941] ppid=5932 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5934/task/5941/stat : 5941 (java) S 5932 5932 2957 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 10330 33554432000 4194304 4196468 140728669627728 139655295748880 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5942] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5942/stat : 5942 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 10330 33554432000 4194304 4196468 140728669627728 139655294696592 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5943] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5943/stat : 5943 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210497 28904845312 10330 33554432000 4194304 4196468 140728669627728 139655293643792 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5944] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5944/stat : 5944 (java) S 5932 5932 2957 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421210498 28904845312 10330 33554432000 4194304 4196468 140728669627728 139654397446256 139655348402818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5945] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5945/stat : 5945 (java) S 5932 5932 2957 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421210499 28904845312 10330 33554432000 4194304 4196468 140728669627728 139654396392224 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5946] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5946/stat : 5946 (java) S 5932 5932 2957 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421210499 28904845312 10330 33554432000 4194304 4196468 140728669627728 139654395339888 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5947] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5947/stat : 5947 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210501 28904845312 10330 33554432000 4194304 4196468 140728669627728 139654394288208 139655348410267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5948] ppid=5932 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/5934/task/5948/stat : 5948 (java) R 5932 5932 2957 0 -1 4202560 469 0 0 0 1 0 0 0 20 0 20 0 421210501 28904845312 10330 33554432000 4194304 4196468 140728669627728 139654393236080 139655348413018 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5949] ppid=5932 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/5934/task/5949/stat : 5949 (java) R 5932 5932 2957 0 -1 1077944384 149 0 0 0 2 0 0 0 20 0 20 0 421210501 28904845312 10330 33554432000 4194304 4196468 140728669627728 139654392183280 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5950] ppid=5932 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/5934/task/5950/stat : 5950 (java) S 5932 5932 2957 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 20 0 421210501 28904845312 10330 33554432000 4194304 4196468 140728669627728 139654391130992 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5951] ppid=5932 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/5934/task/5951/stat : 5951 (java) R 5932 5932 2957 0 -1 4202560 715 0 0 0 7 0 0 0 20 0 20 0 421210501 28904845312 10330 33554432000 4194304 4196468 140728669627728 139654390078192 139655340628798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5952] ppid=5932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5952/stat : 5952 (java) S 5932 5932 2957 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421210501 28904845312 10330 33554432000 4194304 4196468 140728669627728 139654389025120 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5953] ppid=5932 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5934/task/5953/stat : 5953 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210502 28904845312 10330 33554432000 4194304 4196468 140728669627728 139654387972400 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42776 KiB

[startup+0.309653 s]*
/proc/loadavg: 7.18 7.78 7.55 4/212 5953
/proc/meminfo: memFree=30533932/32770624 swapFree=67022344/67108860
[pid=5932] ppid=5929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5932/stat : 5932 (xcsp3-exec) S 5929 5932 2957 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421210495 115843072 364 33554432000 4194304 5098028 140720483054752 140720483052856 140017834152572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29790208 140720483062645 140720483062889 140720483062889 140720483065802 0
/proc/5932/statm: 28282 364 305 221 0 87 0
[pid=5934] ppid=5932 vsize=28231644 memory=50208 CPUtime=0.52 cores=0-7
/proc/5934/stat : 5934 (java) S 5932 5932 2957 0 -1 1077944320 10916 0 0 0 48 4 0 0 20 0 20 0 421210496 28909203456 12552 33554432000 4194304 4196468 140728669627728 140728669610272 139655348391671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
/proc/5934/statm: 7057911 12552 3351 1 0 7019032 0
[pid=5934/tid=5935] ppid=5932 vsize=28231644 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/5934/task/5935/stat : 5935 (java) R 5932 5932 2957 0 -1 4202560 7799 0 0 0 27 3 0 0 20 0 20 0 421210496 28909203456 12552 33554432000 4194304 4196468 140728669627728 139655352625456 139655348413597 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5936] ppid=5932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5936/stat : 5936 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28909203456 12552 33554432000 4194304 4196468 140728669627728 139655301011856 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5937] ppid=5932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5937/stat : 5937 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28909203456 12552 33554432000 4194304 4196468 140728669627728 139655299959056 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5938] ppid=5932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5938/stat : 5938 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28909203456 12552 33554432000 4194304 4196468 140728669627728 139655298906768 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5939] ppid=5932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5939/stat : 5939 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28909203456 12552 33554432000 4194304 4196468 140728669627728 139655297853968 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5940] ppid=5932 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/5934/task/5940/stat : 5940 (java) S 5932 5932 2957 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421210497 28909203456 12552 33554432000 4194304 4196468 140728669627728 139655296801680 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5941] ppid=5932 vsize=28231644 memory=139656834413487 CPUtime=0 cores=0-7
/proc/5934/task/5941/stat : 5941 (java) S 5932 5932 2957 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421210497 28909203456 12552 33554432000 4194304 4196468 140728669627728 139655295748880 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5942] ppid=5932 vsize=28231644 memory=139656834415792 CPUtime=0 cores=0-7
/proc/5934/task/5942/stat : 5942 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210497 28909203456 12552 33554432000 4194304 4196468 140728669627728 139655294696592 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5943] ppid=5932 vsize=28231644 memory=139656834418096 CPUtime=0 cores=0-7
/proc/5934/task/5943/stat : 5943 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210497 28909203456 12552 33554432000 4194304 4196468 140728669627728 139655293643792 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5944] ppid=5932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5944/stat : 5944 (java) S 5932 5932 2957 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421210498 28909203456 12552 33554432000 4194304 4196468 140728669627728 139654397446256 139655348402818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5945] ppid=5932 vsize=28231644 memory=279313668843152 CPUtime=0 cores=0-7
/proc/5934/task/5945/stat : 5945 (java) S 5932 5932 2957 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421210499 28909203456 12552 33554432000 4194304 4196468 140728669627728 139654396392224 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5946] ppid=5932 vsize=28231644 memory=279313668850064 CPUtime=0 cores=0-7
/proc/5934/task/5946/stat : 5946 (java) S 5932 5932 2957 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421210499 28909203456 12552 33554432000 4194304 4196468 140728669627728 139654395339888 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5947] ppid=5932 vsize=28231644 memory=279313668791344 CPUtime=0 cores=0-7
/proc/5934/task/5947/stat : 5947 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210501 28909203456 12552 33554432000 4194304 4196468 140728669627728 139654394288208 139655348410267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5948] ppid=5932 vsize=28231644 memory=279313668863888 CPUtime=0.02 cores=0-7
/proc/5934/task/5948/stat : 5948 (java) S 5932 5932 2957 0 -1 1077944384 485 0 0 0 2 0 0 0 20 0 20 0 421210501 28909203456 12552 33554432000 4194304 4196468 140728669627728 139654393236080 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5949] ppid=5932 vsize=28231644 memory=279313668870800 CPUtime=0.04 cores=0-7
/proc/5934/task/5949/stat : 5949 (java) R 5932 5932 2957 0 -1 4202560 249 0 0 0 4 0 0 0 20 0 20 0 421210501 28909203456 12552 33554432000 4194304 4196468 140728669627728 139654392173664 139655329912544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5950] ppid=5932 vsize=28231644 memory=279313668868496 CPUtime=0.01 cores=0-7
/proc/5934/task/5950/stat : 5950 (java) S 5932 5932 2957 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 20 0 421210501 28909203456 12552 33554432000 4194304 4196468 140728669627728 139654391130992 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5951] ppid=5932 vsize=28231644 memory=279313668884656 CPUtime=0.12 cores=0-7
/proc/5934/task/5951/stat : 5951 (java) S 5932 5932 2957 0 -1 1077944384 807 0 0 0 12 0 0 0 20 0 20 0 421210501 28909203456 12552 33554432000 4194304 4196468 140728669627728 139654390078192 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5952] ppid=5932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5952/stat : 5952 (java) S 5932 5932 2957 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421210501 28909203456 12552 33554432000 4194304 4196468 140728669627728 139654389025120 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5953] ppid=5932 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/5934/task/5953/stat : 5953 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421210502 28909203456 12552 33554432000 4194304 4196468 140728669627728 139654387972400 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51664 KiB

[startup+0.700934 s]
/proc/loadavg: 7.18 7.78 7.55 5/212 5953
/proc/meminfo: memFree=30519032/32770624 swapFree=67022344/67108860
[pid=5932] ppid=5929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5932/stat : 5932 (xcsp3-exec) S 5929 5932 2957 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421210495 115843072 364 33554432000 4194304 5098028 140720483054752 140720483052856 140017834152572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29790208 140720483062645 140720483062889 140720483062889 140720483065802 0
/proc/5932/statm: 28282 364 305 221 0 87 0
[pid=5934] ppid=5932 vsize=28233768 memory=183556 CPUtime=1.37 cores=0-7
/proc/5934/stat : 5934 (java) S 5932 5932 2957 0 -1 1077944320 13634 0 0 0 128 9 0 0 20 0 20 0 421210496 28911378432 45889 33554432000 4194304 4196468 140728669627728 140728669610272 139655348391671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
/proc/5934/statm: 7058442 45889 3445 1 0 7019544 0
[pid=5934/tid=5935] ppid=5932 vsize=28233768 memory=279313669242544 CPUtime=0.67 cores=0-7
/proc/5934/task/5935/stat : 5935 (java) R 5932 5932 2957 0 -1 4202560 9118 0 0 0 62 5 0 0 20 0 20 0 421210496 28911378432 45889 33554432000 4194304 4196468 140728669627728 139655352629552 139654975462223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5936] ppid=5932 vsize=28233768 memory=139656834622320 CPUtime=0 cores=0-7
/proc/5934/task/5936/stat : 5936 (java) S 5932 5932 2957 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 421210497 28911378432 45889 33554432000 4194304 4196468 140728669627728 139655301011856 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5937] ppid=5932 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/5934/task/5937/stat : 5937 (java) S 5932 5932 2957 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 421210497 28911378432 45889 33554432000 4194304 4196468 140728669627728 139655299959056 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5938] ppid=5932 vsize=28233768 memory=1224 CPUtime=0 cores=0-7
/proc/5934/task/5938/stat : 5938 (java) S 5932 5932 2957 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 421210497 28911378432 45889 33554432000 4194304 4196468 140728669627728 139655298906768 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0

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

[pid=5934/tid=5935] ppid=5932 vsize=28300332 memory=8112282956445269571 CPUtime=378.53 cores=0-7
/proc/5934/task/5935/stat : 5935 (java) S 5932 5932 2957 0 -1 1077944384 99138 0 0 0 37730 123 0 0 20 0 21 0 421210496 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655352632352 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5936] ppid=5932 vsize=28300332 memory=1804 CPUtime=894.02 cores=0-7
/proc/5934/task/5936/stat : 5936 (java) S 5932 5932 2957 0 -1 1077944384 309136 0 0 0 88828 574 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655301011856 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5937] ppid=5932 vsize=28300332 memory=916 CPUtime=893.76 cores=0-7
/proc/5934/task/5937/stat : 5937 (java) S 5932 5932 2957 0 -1 1077944384 298021 0 0 0 88772 604 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655299959056 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5938] ppid=5932 vsize=28300332 memory=4504 CPUtime=895.89 cores=0-7
/proc/5934/task/5938/stat : 5938 (java) S 5932 5932 2957 0 -1 1077944384 257783 0 0 0 89006 583 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655298906768 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5939] ppid=5932 vsize=28300332 memory=4126316290023845779 CPUtime=897.01 cores=0-7
/proc/5934/task/5939/stat : 5939 (java) S 5932 5932 2957 0 -1 1077944384 257778 0 0 0 89118 583 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655297853968 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5940] ppid=5932 vsize=28300332 memory=1360 CPUtime=894.09 cores=0-7
/proc/5934/task/5940/stat : 5940 (java) S 5932 5932 2957 0 -1 1077944384 274762 0 0 0 88782 627 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655296801680 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5941] ppid=5932 vsize=28300332 memory=7428 CPUtime=896.16 cores=0-7
/proc/5934/task/5941/stat : 5941 (java) S 5932 5932 2957 0 -1 1077944384 234534 0 0 0 89033 583 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655295748880 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5942] ppid=5932 vsize=28300332 memory=860 CPUtime=894.7 cores=0-7
/proc/5934/task/5942/stat : 5942 (java) S 5932 5932 2957 0 -1 1077944384 237053 0 0 0 88835 635 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655294696592 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5943] ppid=5932 vsize=28300332 memory=776 CPUtime=891.61 cores=0-7
/proc/5934/task/5943/stat : 5943 (java) S 5932 5932 2957 0 -1 1077944384 246131 0 0 0 88591 570 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655293643792 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5944] ppid=5932 vsize=28300332 memory=1612 CPUtime=112.08 cores=0-7
/proc/5934/task/5944/stat : 5944 (java) R 5932 5932 2957 0 -1 4202560 778530 0 0 0 11137 71 0 0 20 0 21 0 421210498 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654397444688 139655332849274 0 0 0 16800975 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5945] ppid=5932 vsize=28300332 memory=1224 CPUtime=0 cores=0-7
/proc/5934/task/5945/stat : 5945 (java) S 5932 5932 2957 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 421210499 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654396392288 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5946] ppid=5932 vsize=28300332 memory=3824 CPUtime=0 cores=0-7
/proc/5934/task/5946/stat : 5946 (java) S 5932 5932 2957 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 21 0 421210499 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654395339904 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5947] ppid=5932 vsize=28300332 memory=1384 CPUtime=0 cores=0-7
/proc/5934/task/5947/stat : 5947 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654394288208 139655348410267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5948] ppid=5932 vsize=28300332 memory=15080 CPUtime=0.59 cores=0-7
/proc/5934/task/5948/stat : 5948 (java) S 5932 5932 2957 0 -1 1077944384 8164 0 0 0 57 2 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654393236128 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5949] ppid=5932 vsize=28300332 memory=10124 CPUtime=0.66 cores=0-7
/proc/5934/task/5949/stat : 5949 (java) S 5932 5932 2957 0 -1 1077944384 7611 0 0 0 64 2 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654392183040 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5950] ppid=5932 vsize=28300332 memory=2676 CPUtime=0.75 cores=0-7
/proc/5934/task/5950/stat : 5950 (java) S 5932 5932 2957 0 -1 1077944384 10187 0 0 0 72 3 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654391131040 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5951] ppid=5932 vsize=28300332 memory=13240 CPUtime=0.58 cores=0-7
/proc/5934/task/5951/stat : 5951 (java) S 5932 5932 2957 0 -1 1077944384 11102 0 0 0 56 2 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654390078240 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5952] ppid=5932 vsize=28300332 memory=500 CPUtime=0 cores=0-7
/proc/5934/task/5952/stat : 5952 (java) S 5932 5932 2957 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654389025120 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5953] ppid=5932 vsize=28300332 memory=1736 CPUtime=0.58 cores=0-7
/proc/5934/task/5953/stat : 5953 (java) S 5932 5932 2957 0 -1 1077944384 2579 0 0 0 30 28 0 0 20 0 21 0 421210502 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654387972400 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=6055] ppid=5932 vsize=28300332 memory=1772 CPUtime=0 cores=0-7
/proc/5934/task/6055/stat : 6055 (java) S 5932 5932 2957 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 421348901 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654378765760 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
Current children cumulated CPU time: 7651.14 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25429252 KiB

[startup+1396.8 s]
/proc/loadavg: 6.50 6.31 6.02 2/212 6055
/proc/meminfo: memFree=5110552/32770624 swapFree=67022388/67108860
[pid=5932] ppid=5929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5932/stat : 5932 (xcsp3-exec) S 5929 5932 2957 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421210495 115843072 364 33554432000 4194304 5098028 140720483054752 140720483052856 140017834152572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29790208 140720483062645 140720483062889 140720483062889 140720483065802 0
/proc/5932/statm: 28282 364 305 221 0 87 0
[pid=5934] ppid=5932 vsize=28300332 memory=25427796 CPUtime=7651.94 cores=0-7
/proc/5934/stat : 5934 (java) S 5932 5932 2957 0 -1 1077944320 3037697 0 0 0 760215 4979 0 0 20 0 21 0 421210496 28979539968 6356949 33554432000 4194304 4196468 140728669627728 140728669610272 139655348391671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
/proc/5934/statm: 7075083 6356949 3524 1 0 7036185 0
[pid=5934/tid=5935] ppid=5932 vsize=28300332 memory=916 CPUtime=378.53 cores=0-7
/proc/5934/task/5935/stat : 5935 (java) S 5932 5932 2957 0 -1 1077944384 99138 0 0 0 37730 123 0 0 20 0 21 0 421210496 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655352632352 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5936] ppid=5932 vsize=28300332 memory=8112282956445269571 CPUtime=894.02 cores=0-7
/proc/5934/task/5936/stat : 5936 (java) S 5932 5932 2957 0 -1 1077944384 309136 0 0 0 88828 574 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655301011856 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5937] ppid=5932 vsize=28300332 memory=2876 CPUtime=893.76 cores=0-7
/proc/5934/task/5937/stat : 5937 (java) S 5932 5932 2957 0 -1 1077944384 298021 0 0 0 88772 604 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655299959056 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5938] ppid=5932 vsize=28300332 memory=1572 CPUtime=895.89 cores=0-7
/proc/5934/task/5938/stat : 5938 (java) S 5932 5932 2957 0 -1 1077944384 257783 0 0 0 89006 583 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655298906768 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5939] ppid=5932 vsize=28300332 memory=872 CPUtime=897.01 cores=0-7
/proc/5934/task/5939/stat : 5939 (java) S 5932 5932 2957 0 -1 1077944384 257778 0 0 0 89118 583 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655297853968 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5940] ppid=5932 vsize=28300332 memory=1760 CPUtime=894.09 cores=0-7
/proc/5934/task/5940/stat : 5940 (java) S 5932 5932 2957 0 -1 1077944384 274762 0 0 0 88782 627 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655296801680 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5941] ppid=5932 vsize=28300332 memory=1456 CPUtime=896.16 cores=0-7
/proc/5934/task/5941/stat : 5941 (java) S 5932 5932 2957 0 -1 1077944384 234534 0 0 0 89033 583 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655295748880 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5942] ppid=5932 vsize=28300332 memory=25427796 CPUtime=894.7 cores=0-7
/proc/5934/task/5942/stat : 5942 (java) S 5932 5932 2957 0 -1 1077944384 237053 0 0 0 88835 635 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655294696592 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5943] ppid=5932 vsize=28300332 memory=2064 CPUtime=891.61 cores=0-7
/proc/5934/task/5943/stat : 5943 (java) S 5932 5932 2957 0 -1 1077944384 246131 0 0 0 88591 570 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655293643792 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5944] ppid=5932 vsize=28300332 memory=2876 CPUtime=112.87 cores=0-7
/proc/5934/task/5944/stat : 5944 (java) R 5932 5932 2957 0 -1 4202560 782198 0 0 0 11216 71 0 0 20 0 21 0 421210498 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654397444688 139655332849291 0 0 0 16800975 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5945] ppid=5932 vsize=28300332 memory=1572 CPUtime=0 cores=0-7
/proc/5934/task/5945/stat : 5945 (java) S 5932 5932 2957 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 421210499 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654396392288 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5946] ppid=5932 vsize=28300332 memory=1456 CPUtime=0 cores=0-7
/proc/5934/task/5946/stat : 5946 (java) S 5932 5932 2957 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 21 0 421210499 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654395339904 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5947] ppid=5932 vsize=28300332 memory=1456 CPUtime=0 cores=0-7
/proc/5934/task/5947/stat : 5947 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654394288208 139655348410267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5948] ppid=5932 vsize=28300332 memory=25427796 CPUtime=0.59 cores=0-7
/proc/5934/task/5948/stat : 5948 (java) S 5932 5932 2957 0 -1 1077944384 8164 0 0 0 57 2 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654393236128 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5949] ppid=5932 vsize=28300332 memory=1844 CPUtime=0.66 cores=0-7
/proc/5934/task/5949/stat : 5949 (java) S 5932 5932 2957 0 -1 1077944384 7611 0 0 0 64 2 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654392183040 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5950] ppid=5932 vsize=28300332 memory=4956 CPUtime=0.75 cores=0-7
/proc/5934/task/5950/stat : 5950 (java) S 5932 5932 2957 0 -1 1077944384 10187 0 0 0 72 3 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654391131040 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5951] ppid=5932 vsize=28300332 memory=3436 CPUtime=0.58 cores=0-7
/proc/5934/task/5951/stat : 5951 (java) S 5932 5932 2957 0 -1 1077944384 11102 0 0 0 56 2 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654390078240 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5952] ppid=5932 vsize=28300332 memory=1456 CPUtime=0 cores=0-7
/proc/5934/task/5952/stat : 5952 (java) S 5932 5932 2957 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654389025120 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5953] ppid=5932 vsize=28300332 memory=25427792 CPUtime=0.58 cores=0-7
/proc/5934/task/5953/stat : 5953 (java) S 5932 5932 2957 0 -1 1077944384 2579 0 0 0 30 28 0 0 20 0 21 0 421210502 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654387972400 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=6055] ppid=5932 vsize=28300332 memory=-7175753904026764170 CPUtime=0 cores=0-7
/proc/5934/task/6055/stat : 6055 (java) S 5932 5932 2957 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 421348901 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654378765760 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
Current children cumulated CPU time: 7651.94 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25429252 KiB

[startup+1397.2 s]
/proc/loadavg: 6.50 6.31 6.02 2/212 6055
/proc/meminfo: memFree=5110552/32770624 swapFree=67022388/67108860
[pid=5932] ppid=5929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5932/stat : 5932 (xcsp3-exec) S 5929 5932 2957 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421210495 115843072 364 33554432000 4194304 5098028 140720483054752 140720483052856 140017834152572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29790208 140720483062645 140720483062889 140720483062889 140720483065802 0
/proc/5932/statm: 28282 364 305 221 0 87 0
[pid=5934] ppid=5932 vsize=28300332 memory=25427796 CPUtime=7652.34 cores=0-7
/proc/5934/stat : 5934 (java) S 5932 5932 2957 0 -1 1077944320 3037697 0 0 0 760255 4979 0 0 20 0 21 0 421210496 28979539968 6356949 33554432000 4194304 4196468 140728669627728 140728669610272 139655348391671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
/proc/5934/statm: 7075083 6356949 3524 1 0 7036185 0
[pid=5934/tid=5935] ppid=5932 vsize=28300332 memory=1804 CPUtime=378.53 cores=0-7
/proc/5934/task/5935/stat : 5935 (java) S 5932 5932 2957 0 -1 1077944384 99138 0 0 0 37730 123 0 0 20 0 21 0 421210496 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655352632352 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5936] ppid=5932 vsize=28300332 memory=1456 CPUtime=894.02 cores=0-7
/proc/5934/task/5936/stat : 5936 (java) S 5932 5932 2957 0 -1 1077944384 309136 0 0 0 88828 574 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655301011856 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5937] ppid=5932 vsize=28300332 memory=776 CPUtime=893.76 cores=0-7
/proc/5934/task/5937/stat : 5937 (java) S 5932 5932 2957 0 -1 1077944384 298021 0 0 0 88772 604 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655299959056 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5938] ppid=5932 vsize=28300332 memory=1612 CPUtime=895.89 cores=0-7
/proc/5934/task/5938/stat : 5938 (java) S 5932 5932 2957 0 -1 1077944384 257783 0 0 0 89006 583 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655298906768 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5939] ppid=5932 vsize=28300332 memory=1224 CPUtime=897.01 cores=0-7
/proc/5934/task/5939/stat : 5939 (java) S 5932 5932 2957 0 -1 1077944384 257778 0 0 0 89118 583 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655297853968 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5940] ppid=5932 vsize=28300332 memory=3824 CPUtime=894.09 cores=0-7
/proc/5934/task/5940/stat : 5940 (java) S 5932 5932 2957 0 -1 1077944384 274762 0 0 0 88782 627 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655296801680 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5941] ppid=5932 vsize=28300332 memory=7662426639408325482 CPUtime=896.16 cores=0-7
/proc/5934/task/5941/stat : 5941 (java) S 5932 5932 2957 0 -1 1077944384 234534 0 0 0 89033 583 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655295748880 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5942] ppid=5932 vsize=28300332 memory=7662426639408325482 CPUtime=894.7 cores=0-7
/proc/5934/task/5942/stat : 5942 (java) S 5932 5932 2957 0 -1 1077944384 237053 0 0 0 88835 635 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655294696592 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5943] ppid=5932 vsize=28300332 memory=7662426639408325482 CPUtime=891.61 cores=0-7
/proc/5934/task/5943/stat : 5943 (java) S 5932 5932 2957 0 -1 1077944384 246131 0 0 0 88591 570 0 0 20 0 21 0 421210497 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139655293643792 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5944] ppid=5932 vsize=28300332 memory=7662426639408325482 CPUtime=113.27 cores=0-7
/proc/5934/task/5944/stat : 5944 (java) R 5932 5932 2957 0 -1 4202560 782198 0 0 0 11256 71 0 0 20 0 21 0 421210498 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654397444688 139655326761851 0 0 0 16800975 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5945] ppid=5932 vsize=28300332 memory=7662426639408325482 CPUtime=0 cores=0-7
/proc/5934/task/5945/stat : 5945 (java) S 5932 5932 2957 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 421210499 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654396392288 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5946] ppid=5932 vsize=28300332 memory=7662426639408325482 CPUtime=0 cores=0-7
/proc/5934/task/5946/stat : 5946 (java) S 5932 5932 2957 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 21 0 421210499 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654395339904 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5947] ppid=5932 vsize=28300332 memory=7662426639408325482 CPUtime=0 cores=0-7
/proc/5934/task/5947/stat : 5947 (java) S 5932 5932 2957 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654394288208 139655348410267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5948] ppid=5932 vsize=28300332 memory=7738708535659226216 CPUtime=0.59 cores=0-7
/proc/5934/task/5948/stat : 5948 (java) S 5932 5932 2957 0 -1 1077944384 8164 0 0 0 57 2 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654393236128 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5949] ppid=5932 vsize=28300332 memory=7595444335175815766 CPUtime=0.66 cores=0-7
/proc/5934/task/5949/stat : 5949 (java) S 5932 5932 2957 0 -1 1077944384 7611 0 0 0 64 2 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654392183040 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5950] ppid=5932 vsize=28300332 memory=7525622065505916513 CPUtime=0.75 cores=0-7
/proc/5934/task/5950/stat : 5950 (java) S 5932 5932 2957 0 -1 1077944384 10187 0 0 0 72 3 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654391131040 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5951] ppid=5932 vsize=28300332 memory=7811889860530497618 CPUtime=0.58 cores=0-7
/proc/5934/task/5951/stat : 5951 (java) S 5932 5932 2957 0 -1 1077944384 11102 0 0 0 56 2 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654390078240 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5952] ppid=5932 vsize=28300332 memory=7018130297172618347 CPUtime=0 cores=0-7
/proc/5934/task/5952/stat : 5952 (java) S 5932 5932 2957 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 421210501 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654389025120 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=5953] ppid=5932 vsize=28300332 memory=7018130297172618347 CPUtime=0.58 cores=0-7
/proc/5934/task/5953/stat : 5953 (java) S 5932 5932 2957 0 -1 1077944384 2579 0 0 0 30 28 0 0 20 0 21 0 421210502 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654387972400 139655348402818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
[pid=5934/tid=6055] ppid=5932 vsize=28300332 memory=7307180926363790181 CPUtime=0 cores=0-7
/proc/5934/task/6055/stat : 6055 (java) S 5932 5932 2957 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 421348901 28979539968 6356949 33554432000 4194304 4196468 140728669627728 139654378765760 139655348401877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140728669635562 140728669635734 140728669635734 140728669638607 0
Current children cumulated CPU time: 7652.34 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25429252 KiB

[startup+1397.31 s]
/proc/loadavg: 6.50 6.31 6.02 2/212 6055
/proc/meminfo: memFree=5110552/32770624 swapFree=67022388/67108860
[pid=5932] ppid=5929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5932/stat : 5932 (xcsp3-exec) S 5929 5932 2957 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421210495 115843072 364 33554432000 4194304 5098028 140720483054752 140720483052856 140017834152572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29790208 140720483062645 140720483062889 140720483062889 140720483065802 0
/proc/5932/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 1397.38
CPU time (s): 7652.53
CPU user time (s): 7602.62
CPU system time (s): 49.9096
CPU usage (%): 547.636
Max. virtual memory (cumulated for all children) (KiB): 28413460
Max. memory (cumulated for all children) (KiB): 25429252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7602.62
system time used= 49.9096
maximum resident set size= 25427880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3044122
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106967
involuntary context switches= 133280


# summary of solver processes directly reported to runsolver:
#   pid: 5932
#   total CPU time (s): 7652.53
#   total CPU user time (s): 7602.62
#   total CPU system time (s): 49.9096

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.50398 second user time and 15.5188 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-14 10:22:19
IDJOB=4393462
IDBENCH=141707
IDSOLVER=2841
FILE ID=node150/4393462-1568449379
RUNJOBID= node150-1568441012-2984
PBS_JOBID= 21702341
Free space on /tmp= 59360 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-15-035.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-4393462-1568449379/watcher-4393462-1568449379 -o /tmp/evaluation-result-4393462-1568449379/solver-4393462-1568449379 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568441012-2984 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1769013266 HOME/instance-4393462-1568449379.xml

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

MD5SUM BENCH= 95db7a436582e8fbf27db66b2c693839
RANDOM SEED=1769013266

node150.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.79
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.79
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.79
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.79
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:        30570648 kB
MemAvailable:   31848252 kB
Buffers:          161324 kB
Cached:          1363828 kB
SwapCached:        13604 kB
Active:           767940 kB
Inactive:         804792 kB
Active(anon):       5056 kB
Inactive(anon):    68584 kB
Active(file):     762884 kB
Inactive(file):   736208 kB
Unevictable:      109388 kB
Mlocked:          109388 kB
SwapTotal:      67108860 kB
SwapFree:       67022344 kB
Dirty:             26412 kB
Writeback:             0 kB
AnonPages:        143576 kB
Mapped:            40048 kB
Shmem:             17668 kB
Slab:             218296 kB
SReclaimable:     188692 kB
SUnreclaim:        29604 kB
KernelStack:        3424 kB
PageTables:         5612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498216 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:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59332 MiB
End job on node150 at 2019-09-14 10:45:37