Trace number 4406622

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-24 parallel? 11576.1 1891.41

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-4406622-1569364419.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406622-1569364419.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
11575.92/1891.23	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
11575.92/1891.23		at java.util.Arrays.copyOf(Arrays.java:3181)
11575.92/1891.23		at java.util.ArrayList.grow(ArrayList.java:261)
11575.92/1891.23		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
11575.92/1891.23		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
11575.92/1891.23		at java.util.ArrayList.add(ArrayList.java:458)
11575.92/1891.23		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
11575.92/1891.23		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
11575.92/1891.23		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
11575.92/1891.23		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
11575.92/1891.23		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
11575.92/1891.23		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
11575.92/1891.23		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
11575.92/1891.23		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
11575.92/1891.23		at org.xcsp.parser.XCallbacks$$Lambda$97/1836797772.accept(Unknown Source)
11575.92/1891.23		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
11575.92/1891.23		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
11575.92/1891.23		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
11575.92/1891.23		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
11575.92/1891.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
11575.92/1891.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
11575.92/1891.23		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
11575.92/1891.23		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
11575.92/1891.23		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
11575.92/1891.23		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
11575.92/1891.23		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
11575.92/1891.23		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
11575.92/1891.23	s UNKNOWN
11575.92/1891.23	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 (11965 MiB free)
  memory of node 1: 16384 MiB (13177 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406622-1569364419/watcher-4406622-1569364419 -o /var/tmp/evaluation-result-4406622-1569364419/solver-4406622-1569364419 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node121-1569357356-20838 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 936149895 HOME/instance-4406622-1569364419.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=24082, runsolver pid=24079
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 8.63 7.74 7.40 2/213 24103
/proc/meminfo: memFree=25728968/32770624 swapFree=66992472/67108860
[pid=24082] ppid=24079 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/24082/stat : 24082 (xcsp3-exec) S 24079 24082 20811 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512704463 115843072 362 33554432000 4194304 5098028 140721392986864 140721392984968 139787697484412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29110272 140721392993106 140721392993365 140721392993365 140721392996294 0
/proc/24082/statm: 28282 362 304 221 0 87 0
[pid=24084] ppid=24082 vsize=28227396 memory=30084 CPUtime=0.12 cores=0-7
/proc/24084/stat : 24084 (java) S 24082 24082 20811 0 -1 1077944320 5480 0 0 0 11 1 0 0 20 0 20 0 512704463 28904853504 7521 33554432000 4194304 4196468 140733867280048 140733867262592 140707618311927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
/proc/24084/statm: 7056849 7521 3116 1 0 7019032 0
[pid=24084/tid=24085] ppid=24082 vsize=28227396 memory=-2177352373413752899 CPUtime=0.09 cores=0-7
/proc/24084/task/24085/stat : 24085 (java) R 24082 24082 20811 0 -1 4202560 3403 0 0 0 8 1 0 0 20 0 20 0 512704463 28904853504 7521 33554432000 4194304 4196468 140733867280048 140707622545200 140707618323862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24086] ppid=24082 vsize=28227396 memory=732370255184260069 CPUtime=0 cores=0-7
/proc/24084/task/24086/stat : 24086 (java) S 24082 24082 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 7521 33554432000 4194304 4196468 140733867280048 140707570932368 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24087] ppid=24082 vsize=28227396 memory=140116846806656 CPUtime=0 cores=0-7
/proc/24084/task/24087/stat : 24087 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 7521 33554432000 4194304 4196468 140733867280048 140707569879568 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24088] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24088/stat : 24088 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 7521 33554432000 4194304 4196468 140733867280048 140707568826768 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24089] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24089/stat : 24089 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 7521 33554432000 4194304 4196468 140733867280048 140707567773968 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24090] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24090/stat : 24090 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 7521 33554432000 4194304 4196468 140733867280048 140707566722192 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24091] ppid=24082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/24084/task/24091/stat : 24091 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 7521 33554432000 4194304 4196468 140733867280048 140707565669392 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24092] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24092/stat : 24092 (java) S 24082 24082 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 7521 33554432000 4194304 4196468 140733867280048 140707564616592 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24093] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24093/stat : 24093 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 7521 33554432000 4194304 4196468 140733867280048 140707563563792 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24094] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24094/stat : 24094 (java) S 24082 24082 20811 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 512704465 28904853504 7521 33554432000 4194304 4196468 140733867280048 140706081401200 140707618323074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24095] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24095/stat : 24095 (java) S 24082 24082 20811 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512704466 28904853504 7521 33554432000 4194304 4196468 140733867280048 140706080347168 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24096] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24096/stat : 24096 (java) S 24082 24082 20811 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512704466 28904853504 7521 33554432000 4194304 4196468 140733867280048 140706079294320 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24097] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24097/stat : 24097 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704468 28904853504 7521 33554432000 4194304 4196468 140733867280048 140706078242640 140707618330523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24098] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24098/stat : 24098 (java) S 24082 24082 20811 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 512704469 28904853504 7521 33554432000 4194304 4196468 140733867280048 140706077191024 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24099] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24099/stat : 24099 (java) S 24082 24082 20811 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 512704469 28904853504 7521 33554432000 4194304 4196468 140733867280048 140706076138224 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24100] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24100/stat : 24100 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704469 28904853504 7521 33554432000 4194304 4196468 140733867280048 140706075085424 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24101] ppid=24082 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/24084/task/24101/stat : 24101 (java) R 24082 24082 20811 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 20 0 512704469 28904853504 7521 33554432000 4194304 4196468 140733867280048 140706074032624 140707618323862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24102] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24102/stat : 24102 (java) S 24082 24082 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512704469 28904853504 7521 33554432000 4194304 4196468 140733867280048 140706072980064 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24103] ppid=24082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/24084/task/24103/stat : 24103 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704469 28904853504 7521 33554432000 4194304 4196468 140733867280048 140706071927344 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31532 KiB

[startup+0.210167 s]*
/proc/loadavg: 8.63 7.74 7.40 2/213 24103
/proc/meminfo: memFree=25717416/32770624 swapFree=66992472/67108860
[pid=24082] ppid=24079 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/24082/stat : 24082 (xcsp3-exec) S 24079 24082 20811 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512704463 115843072 362 33554432000 4194304 5098028 140721392986864 140721392984968 139787697484412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29110272 140721392993106 140721392993365 140721392993365 140721392996294 0
/proc/24082/statm: 28282 362 304 221 0 87 0
[pid=24084] ppid=24082 vsize=28227396 memory=40548 CPUtime=0.33 cores=0-7
/proc/24084/stat : 24084 (java) S 24082 24082 20811 0 -1 1077944320 8921 0 0 0 30 3 0 0 20 0 20 0 512704463 28904853504 10137 33554432000 4194304 4196468 140733867280048 140733867262592 140707618311927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
/proc/24084/statm: 7056849 10137 3267 1 0 7019032 0
[pid=24084/tid=24085] ppid=24082 vsize=28227396 memory=0 CPUtime=0.19 cores=0-7
/proc/24084/task/24085/stat : 24085 (java) R 24082 24082 20811 0 -1 4202560 6210 0 0 0 17 2 0 0 20 0 20 0 512704463 28904853504 10137 33554432000 4194304 4196468 140733867280048 140707622544656 140707618323862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24086] ppid=24082 vsize=28227396 memory=732370255184260069 CPUtime=0 cores=0-7
/proc/24084/task/24086/stat : 24086 (java) S 24082 24082 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 10137 33554432000 4194304 4196468 140733867280048 140707570932368 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24087] ppid=24082 vsize=28227396 memory=140116846806656 CPUtime=0 cores=0-7
/proc/24084/task/24087/stat : 24087 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 10137 33554432000 4194304 4196468 140733867280048 140707569879568 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24088] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24088/stat : 24088 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 10137 33554432000 4194304 4196468 140733867280048 140707568826768 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24089] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24089/stat : 24089 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 10137 33554432000 4194304 4196468 140733867280048 140707567773968 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24090] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24090/stat : 24090 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 10137 33554432000 4194304 4196468 140733867280048 140707566722192 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24091] ppid=24082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/24084/task/24091/stat : 24091 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 10137 33554432000 4194304 4196468 140733867280048 140707565669392 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24092] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24092/stat : 24092 (java) S 24082 24082 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 10137 33554432000 4194304 4196468 140733867280048 140707564616592 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24093] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24093/stat : 24093 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28904853504 10137 33554432000 4194304 4196468 140733867280048 140707563563792 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24094] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24094/stat : 24094 (java) S 24082 24082 20811 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 512704465 28904853504 10137 33554432000 4194304 4196468 140733867280048 140706081401200 140707618323074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24095] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24095/stat : 24095 (java) S 24082 24082 20811 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512704466 28904853504 10137 33554432000 4194304 4196468 140733867280048 140706080347168 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24096] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24096/stat : 24096 (java) S 24082 24082 20811 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512704466 28904853504 10137 33554432000 4194304 4196468 140733867280048 140706079294320 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24097] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24097/stat : 24097 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704468 28904853504 10137 33554432000 4194304 4196468 140733867280048 140706078242640 140707618330523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24098] ppid=24082 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/24084/task/24098/stat : 24098 (java) S 24082 24082 20811 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 20 0 512704469 28904853504 10137 33554432000 4194304 4196468 140733867280048 140706077191024 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24099] ppid=24082 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/24084/task/24099/stat : 24099 (java) S 24082 24082 20811 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 20 0 512704469 28904853504 10137 33554432000 4194304 4196468 140733867280048 140706076138224 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24100] ppid=24082 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/24084/task/24100/stat : 24100 (java) S 24082 24082 20811 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 20 0 512704469 28904853504 10137 33554432000 4194304 4196468 140733867280048 140706075085424 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24101] ppid=24082 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/24084/task/24101/stat : 24101 (java) R 24082 24082 20811 0 -1 4202560 762 0 0 0 7 0 0 0 20 0 20 0 512704469 28904853504 10137 33554432000 4194304 4196468 140733867280048 140706074032432 140707596926130 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24102] ppid=24082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24102/stat : 24102 (java) S 24082 24082 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512704469 28904853504 10137 33554432000 4194304 4196468 140733867280048 140706072980064 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24103] ppid=24082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/24084/task/24103/stat : 24103 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704469 28904853504 10137 33554432000 4194304 4196468 140733867280048 140706071927344 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41996 KiB

[startup+0.309787 s]*
/proc/loadavg: 8.63 7.74 7.40 4/213 24103
/proc/meminfo: memFree=25710652/32770624 swapFree=66992472/67108860
[pid=24082] ppid=24079 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/24082/stat : 24082 (xcsp3-exec) S 24079 24082 20811 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512704463 115843072 362 33554432000 4194304 5098028 140721392986864 140721392984968 139787697484412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29110272 140721392993106 140721392993365 140721392993365 140721392996294 0
/proc/24082/statm: 28282 362 304 221 0 87 0
[pid=24084] ppid=24082 vsize=28231652 memory=49780 CPUtime=0.52 cores=0-7
/proc/24084/stat : 24084 (java) S 24082 24082 20811 0 -1 1077944320 10274 0 0 0 48 4 0 0 20 0 20 0 512704463 28909211648 12445 33554432000 4194304 4196468 140733867280048 140733867262592 140707618311927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
/proc/24084/statm: 7057913 12445 3361 1 0 7019032 0
[pid=24084/tid=24085] ppid=24082 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/24084/task/24085/stat : 24085 (java) R 24082 24082 20811 0 -1 4202560 7289 0 0 0 27 3 0 0 20 0 20 0 512704463 28909211648 12445 33554432000 4194304 4196468 140733867280048 140707622543040 140707618333853 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24086] ppid=24082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24086/stat : 24086 (java) S 24082 24082 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512704464 28909211648 12445 33554432000 4194304 4196468 140733867280048 140707570932368 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24087] ppid=24082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24087/stat : 24087 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28909211648 12445 33554432000 4194304 4196468 140733867280048 140707569879568 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24088] ppid=24082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24088/stat : 24088 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28909211648 12445 33554432000 4194304 4196468 140733867280048 140707568826768 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24089] ppid=24082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24089/stat : 24089 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28909211648 12445 33554432000 4194304 4196468 140733867280048 140707567773968 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24090] ppid=24082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24090/stat : 24090 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28909211648 12445 33554432000 4194304 4196468 140733867280048 140707566722192 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24091] ppid=24082 vsize=28231652 memory=140116731456175 CPUtime=0 cores=0-7
/proc/24084/task/24091/stat : 24091 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28909211648 12445 33554432000 4194304 4196468 140733867280048 140707565669392 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24092] ppid=24082 vsize=28231652 memory=140116731458480 CPUtime=0 cores=0-7
/proc/24084/task/24092/stat : 24092 (java) S 24082 24082 20811 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512704464 28909211648 12445 33554432000 4194304 4196468 140733867280048 140707564616592 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24093] ppid=24082 vsize=28231652 memory=140116731460784 CPUtime=0 cores=0-7
/proc/24084/task/24093/stat : 24093 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28909211648 12445 33554432000 4194304 4196468 140733867280048 140707563563792 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24094] ppid=24082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24094/stat : 24094 (java) S 24082 24082 20811 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 512704465 28909211648 12445 33554432000 4194304 4196468 140733867280048 140706081401200 140707618323074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24095] ppid=24082 vsize=28231652 memory=280233462935440 CPUtime=0 cores=0-7
/proc/24084/task/24095/stat : 24095 (java) S 24082 24082 20811 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512704466 28909211648 12445 33554432000 4194304 4196468 140733867280048 140706080347168 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24096] ppid=24082 vsize=28231652 memory=280233462933136 CPUtime=0 cores=0-7
/proc/24084/task/24096/stat : 24096 (java) S 24082 24082 20811 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512704466 28909211648 12445 33554432000 4194304 4196468 140733867280048 140706079294320 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24097] ppid=24082 vsize=28231652 memory=280233462940048 CPUtime=0 cores=0-7
/proc/24084/task/24097/stat : 24097 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704468 28909211648 12445 33554432000 4194304 4196468 140733867280048 140706078242640 140707618330523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24098] ppid=24082 vsize=28231652 memory=280233462881296 CPUtime=0.02 cores=0-7
/proc/24084/task/24098/stat : 24098 (java) S 24082 24082 20811 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 20 0 512704469 28909211648 12445 33554432000 4194304 4196468 140733867280048 140706077191024 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24099] ppid=24082 vsize=28231652 memory=280233462953872 CPUtime=0.03 cores=0-7
/proc/24084/task/24099/stat : 24099 (java) R 24082 24082 20811 0 -1 4202560 290 0 0 0 3 0 0 0 20 0 20 0 512704469 28909211648 12445 33554432000 4194304 4196468 140733867280048 140706076128608 140707597558713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24100] ppid=24082 vsize=28231652 memory=280233462960784 CPUtime=0.03 cores=0-7
/proc/24084/task/24100/stat : 24100 (java) S 24082 24082 20811 0 -1 1077944384 127 0 0 0 3 0 0 0 20 0 20 0 512704469 28909211648 12445 33554432000 4194304 4196468 140733867280048 140706075085424 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24101] ppid=24082 vsize=28231652 memory=280233462958480 CPUtime=0.12 cores=0-7
/proc/24084/task/24101/stat : 24101 (java) S 24082 24082 20811 0 -1 1077944384 917 0 0 0 12 0 0 0 20 0 20 0 512704469 28909211648 12445 33554432000 4194304 4196468 140733867280048 140706074032624 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24102] ppid=24082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24102/stat : 24102 (java) S 24082 24082 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512704469 28909211648 12445 33554432000 4194304 4196468 140733867280048 140706072980064 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24103] ppid=24082 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/24084/task/24103/stat : 24103 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704469 28909211648 12445 33554432000 4194304 4196468 140733867280048 140706071927344 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51228 KiB

[startup+0.701009 s]
/proc/loadavg: 8.63 7.74 7.40 5/213 24103
/proc/meminfo: memFree=25697116/32770624 swapFree=66992472/67108860
[pid=24082] ppid=24079 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/24082/stat : 24082 (xcsp3-exec) S 24079 24082 20811 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512704463 115843072 362 33554432000 4194304 5098028 140721392986864 140721392984968 139787697484412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29110272 140721392993106 140721392993365 140721392993365 140721392996294 0
/proc/24082/statm: 28282 362 304 221 0 87 0
[pid=24084] ppid=24082 vsize=28233776 memory=183300 CPUtime=1.31 cores=0-7
/proc/24084/stat : 24084 (java) S 24082 24082 20811 0 -1 1077944320 13051 0 0 0 123 8 0 0 20 0 20 0 512704463 28911386624 45825 33554432000 4194304 4196468 140733867280048 140733867262592 140707618311927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
/proc/24084/statm: 7058444 45825 3450 1 0 7019544 0
[pid=24084/tid=24085] ppid=24082 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/24084/task/24085/stat : 24085 (java) R 24082 24082 20811 0 -1 4202560 8685 0 0 0 61 6 0 0 20 0 20 0 512704463 28911386624 45825 33554432000 4194304 4196468 140733867280048 140707622550000 140707242315791 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24086] ppid=24082 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24086/stat : 24086 (java) S 24082 24082 20811 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512704464 28911386624 45825 33554432000 4194304 4196468 140733867280048 140707570932368 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24087] ppid=24082 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24087/stat : 24087 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704464 28911386624 45825 33554432000 4194304 4196468 140733867280048 140707569879568 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24088] ppid=24082 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/24084/task/24088/stat : 24088 (java) S 24082 24082 20811 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 512704464 28911386624 45825 33554432000 4194304 4196468 140733867280048 140707568826768 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0

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

[pid=24082] ppid=24079 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/24082/stat : 24082 (xcsp3-exec) S 24079 24082 20811 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512704463 115843072 362 33554432000 4194304 5098028 140721392986864 140721392984968 139787697484412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29110272 140721392993106 140721392993365 140721392993365 140721392996294 0
/proc/24082/statm: 28282 362 304 221 0 87 0
[pid=24084] ppid=24082 vsize=28233776 memory=25424692 CPUtime=11574.3 cores=0-7
/proc/24084/stat : 24084 (java) S 24082 24082 20811 0 -1 1077944320 15031491 0 0 0 1150641 6791 0 0 20 0 20 0 512704463 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140733867262592 140707618311927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
/proc/24084/statm: 7058444 6356173 3517 1 0 7019544 0
[pid=24084/tid=24085] ppid=24082 vsize=28233776 memory=1448 CPUtime=360.63 cores=0-7
/proc/24084/task/24085/stat : 24085 (java) S 24082 24082 20811 0 -1 1077944384 89169 0 0 0 35913 150 0 0 20 0 20 0 512704463 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707622549632 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24086] ppid=24082 vsize=28233776 memory=25424692 CPUtime=1385.93 cores=0-7
/proc/24084/task/24086/stat : 24086 (java) S 24082 24082 20811 0 -1 1077944384 1958615 0 0 0 137750 843 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707570932368 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 83 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24087] ppid=24082 vsize=28233776 memory=2120 CPUtime=1388.14 cores=0-7
/proc/24084/task/24087/stat : 24087 (java) S 24082 24082 20811 0 -1 1077944384 2434853 0 0 0 137886 928 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707569879568 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 76 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24088] ppid=24082 vsize=28233776 memory=6791534058613427641 CPUtime=1382.61 cores=0-7
/proc/24084/task/24088/stat : 24088 (java) S 24082 24082 20811 0 -1 1077944384 1227239 0 0 0 137444 817 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707568826768 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 89 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24089] ppid=24082 vsize=28233776 memory=1984 CPUtime=1391.67 cores=0-7
/proc/24084/task/24089/stat : 24089 (java) S 24082 24082 20811 0 -1 1077944384 2132260 0 0 0 138333 834 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707567773968 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 86 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24090] ppid=24082 vsize=28233776 memory=2528 CPUtime=1385.07 cores=0-7
/proc/24084/task/24090/stat : 24090 (java) S 24082 24082 20811 0 -1 1077944384 1650677 0 0 0 137704 803 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707566722192 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 93 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24091] ppid=24082 vsize=28233776 memory=1764 CPUtime=1382.4 cores=0-7
/proc/24084/task/24091/stat : 24091 (java) S 24082 24082 20811 0 -1 1077944384 1213181 0 0 0 137479 761 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707565669392 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 88 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24092] ppid=24082 vsize=28233776 memory=111632 CPUtime=1386.42 cores=0-7
/proc/24084/task/24092/stat : 24092 (java) S 24082 24082 20811 0 -1 1077944384 2011541 0 0 0 137838 804 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707564616592 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 82 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24093] ppid=24082 vsize=28233776 memory=3620 CPUtime=1384.06 cores=0-7
/proc/24084/task/24093/stat : 24093 (java) S 24082 24082 20811 0 -1 1077944384 1130356 0 0 0 137651 755 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707563563792 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 79 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24094] ppid=24082 vsize=28233776 memory=50028 CPUtime=124.02 cores=0-7
/proc/24084/task/24094/stat : 24094 (java) R 24082 24082 20811 0 -1 4202560 1144027 0 0 0 12333 69 0 0 20 0 20 0 512704465 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706081399760 140707602769518 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24095] ppid=24082 vsize=28233776 memory=2004 CPUtime=0 cores=0-7
/proc/24084/task/24095/stat : 24095 (java) S 24082 24082 20811 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 512704466 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706080347232 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24096] ppid=24082 vsize=28233776 memory=984 CPUtime=0 cores=0-7
/proc/24084/task/24096/stat : 24096 (java) S 24082 24082 20811 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 20 0 512704466 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706079294336 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24097] ppid=24082 vsize=28233776 memory=1324 CPUtime=0 cores=0-7
/proc/24084/task/24097/stat : 24097 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704468 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706078242640 140707618330523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24098] ppid=24082 vsize=28233776 memory=756 CPUtime=0.47 cores=0-7
/proc/24084/task/24098/stat : 24098 (java) S 24082 24082 20811 0 -1 1077944384 6425 0 0 0 46 1 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706077190784 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24099] ppid=24082 vsize=28233776 memory=1548 CPUtime=0.45 cores=0-7
/proc/24084/task/24099/stat : 24099 (java) S 24082 24082 20811 0 -1 1077944384 4431 0 0 0 44 1 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706076138272 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24100] ppid=24082 vsize=28233776 memory=8252 CPUtime=0.99 cores=0-7
/proc/24084/task/24100/stat : 24100 (java) S 24082 24082 20811 0 -1 1077944384 13179 0 0 0 97 2 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706075085472 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24101] ppid=24082 vsize=28233776 memory=1164 CPUtime=0.56 cores=0-7
/proc/24084/task/24101/stat : 24101 (java) S 24082 24082 20811 0 -1 1077944384 11184 0 0 0 54 2 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706074032672 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24102] ppid=24082 vsize=28233776 memory=9520 CPUtime=0 cores=0-7
/proc/24084/task/24102/stat : 24102 (java) S 24082 24082 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706072980064 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24103] ppid=24082 vsize=28233776 memory=14008 CPUtime=0.79 cores=0-7
/proc/24084/task/24103/stat : 24103 (java) S 24082 24082 20811 0 -1 1077944384 2930 0 0 0 38 41 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706071927344 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
Current children cumulated CPU time: 11574.3 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 25426140 KiB

[startup+1890.4 s]
/proc/loadavg: 7.41 7.28 6.73 2/213 24293
/proc/meminfo: memFree=314528/32770624 swapFree=66992484/67108860
[pid=24082] ppid=24079 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/24082/stat : 24082 (xcsp3-exec) S 24079 24082 20811 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512704463 115843072 362 33554432000 4194304 5098028 140721392986864 140721392984968 139787697484412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29110272 140721392993106 140721392993365 140721392993365 140721392996294 0
/proc/24082/statm: 28282 362 304 221 0 87 0
[pid=24084] ppid=24082 vsize=28233776 memory=25424692 CPUtime=11575.1 cores=0-7
/proc/24084/stat : 24084 (java) S 24082 24082 20811 0 -1 1077944320 15034691 0 0 0 1150721 6791 0 0 20 0 20 0 512704463 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140733867262592 140707618311927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
/proc/24084/statm: 7058444 6356173 3517 1 0 7019544 0
[pid=24084/tid=24085] ppid=24082 vsize=28233776 memory=804 CPUtime=360.63 cores=0-7
/proc/24084/task/24085/stat : 24085 (java) S 24082 24082 20811 0 -1 1077944384 89169 0 0 0 35913 150 0 0 20 0 20 0 512704463 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707622549632 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24086] ppid=24082 vsize=28233776 memory=1808 CPUtime=1385.93 cores=0-7
/proc/24084/task/24086/stat : 24086 (java) S 24082 24082 20811 0 -1 1077944384 1958615 0 0 0 137750 843 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707570932368 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 83 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24087] ppid=24082 vsize=28233776 memory=924 CPUtime=1388.14 cores=0-7
/proc/24084/task/24087/stat : 24087 (java) S 24082 24082 20811 0 -1 1077944384 2434853 0 0 0 137886 928 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707569879568 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 76 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24088] ppid=24082 vsize=28233776 memory=6791534058613427641 CPUtime=1382.61 cores=0-7
/proc/24084/task/24088/stat : 24088 (java) S 24082 24082 20811 0 -1 1077944384 1227239 0 0 0 137444 817 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707568826768 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 89 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24089] ppid=24082 vsize=28233776 memory=25424692 CPUtime=1391.67 cores=0-7
/proc/24084/task/24089/stat : 24089 (java) S 24082 24082 20811 0 -1 1077944384 2132260 0 0 0 138333 834 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707567773968 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 86 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24090] ppid=24082 vsize=28233776 memory=1028 CPUtime=1385.07 cores=0-7
/proc/24084/task/24090/stat : 24090 (java) S 24082 24082 20811 0 -1 1077944384 1650677 0 0 0 137704 803 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707566722192 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 93 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24091] ppid=24082 vsize=28233776 memory=1060 CPUtime=1382.4 cores=0-7
/proc/24084/task/24091/stat : 24091 (java) S 24082 24082 20811 0 -1 1077944384 1213181 0 0 0 137479 761 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707565669392 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 88 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24092] ppid=24082 vsize=28233776 memory=2828 CPUtime=1386.42 cores=0-7
/proc/24084/task/24092/stat : 24092 (java) S 24082 24082 20811 0 -1 1077944384 2011541 0 0 0 137838 804 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707564616592 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 82 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24093] ppid=24082 vsize=28233776 memory=756 CPUtime=1384.06 cores=0-7
/proc/24084/task/24093/stat : 24093 (java) S 24082 24082 20811 0 -1 1077944384 1130356 0 0 0 137651 755 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707563563792 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 79 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24094] ppid=24082 vsize=28233776 memory=6791534058613427641 CPUtime=124.82 cores=0-7
/proc/24084/task/24094/stat : 24094 (java) R 24082 24082 20811 0 -1 4202560 1147227 0 0 0 12413 69 0 0 20 0 20 0 512704465 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706081399760 140707603308331 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24095] ppid=24082 vsize=28233776 memory=4512 CPUtime=0 cores=0-7
/proc/24084/task/24095/stat : 24095 (java) S 24082 24082 20811 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 512704466 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706080347232 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24096] ppid=24082 vsize=28233776 memory=1408 CPUtime=0 cores=0-7
/proc/24084/task/24096/stat : 24096 (java) S 24082 24082 20811 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 20 0 512704466 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706079294336 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24097] ppid=24082 vsize=28233776 memory=3484 CPUtime=0 cores=0-7
/proc/24084/task/24097/stat : 24097 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704468 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706078242640 140707618330523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24098] ppid=24082 vsize=28233776 memory=1448 CPUtime=0.47 cores=0-7
/proc/24084/task/24098/stat : 24098 (java) S 24082 24082 20811 0 -1 1077944384 6425 0 0 0 46 1 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706077190784 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24099] ppid=24082 vsize=28233776 memory=25424692 CPUtime=0.45 cores=0-7
/proc/24084/task/24099/stat : 24099 (java) S 24082 24082 20811 0 -1 1077944384 4431 0 0 0 44 1 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706076138272 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24100] ppid=24082 vsize=28233776 memory=4108 CPUtime=0.99 cores=0-7
/proc/24084/task/24100/stat : 24100 (java) S 24082 24082 20811 0 -1 1077944384 13179 0 0 0 97 2 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706075085472 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24101] ppid=24082 vsize=28233776 memory=6791534058613427641 CPUtime=0.56 cores=0-7
/proc/24084/task/24101/stat : 24101 (java) S 24082 24082 20811 0 -1 1077944384 11184 0 0 0 54 2 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706074032672 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24102] ppid=24082 vsize=28233776 memory=1720 CPUtime=0 cores=0-7
/proc/24084/task/24102/stat : 24102 (java) S 24082 24082 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706072980064 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24103] ppid=24082 vsize=28233776 memory=1398722017469774279 CPUtime=0.79 cores=0-7
/proc/24084/task/24103/stat : 24103 (java) S 24082 24082 20811 0 -1 1077944384 2930 0 0 0 38 41 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706071927344 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
Current children cumulated CPU time: 11575.1 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 25426140 KiB

[startup+1891.2 s]
/proc/loadavg: 6.90 7.17 6.70 2/213 24293
/proc/meminfo: memFree=314528/32770624 swapFree=66992484/67108860
[pid=24082] ppid=24079 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/24082/stat : 24082 (xcsp3-exec) S 24079 24082 20811 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512704463 115843072 362 33554432000 4194304 5098028 140721392986864 140721392984968 139787697484412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29110272 140721392993106 140721392993365 140721392993365 140721392996294 0
/proc/24082/statm: 28282 362 304 221 0 87 0
[pid=24084] ppid=24082 vsize=28233776 memory=25424692 CPUtime=11575.9 cores=0-7
/proc/24084/stat : 24084 (java) S 24082 24082 20811 0 -1 1077944320 15035361 0 0 0 1150801 6791 0 0 20 0 20 0 512704463 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140733867262592 140707618311927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
/proc/24084/statm: 7058444 6356173 3517 1 0 7019544 0
[pid=24084/tid=24085] ppid=24082 vsize=28233776 memory=512 CPUtime=360.63 cores=0-7
/proc/24084/task/24085/stat : 24085 (java) S 24082 24082 20811 0 -1 1077944384 89169 0 0 0 35913 150 0 0 20 0 20 0 512704463 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707622549632 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24086] ppid=24082 vsize=28233776 memory=1564 CPUtime=1385.93 cores=0-7
/proc/24084/task/24086/stat : 24086 (java) S 24082 24082 20811 0 -1 1077944384 1958615 0 0 0 137750 843 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707570932368 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 83 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24087] ppid=24082 vsize=28233776 memory=928 CPUtime=1388.14 cores=0-7
/proc/24084/task/24087/stat : 24087 (java) S 24082 24082 20811 0 -1 1077944384 2434853 0 0 0 137886 928 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707569879568 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 76 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24088] ppid=24082 vsize=28233776 memory=1448 CPUtime=1382.61 cores=0-7
/proc/24084/task/24088/stat : 24088 (java) S 24082 24082 20811 0 -1 1077944384 1227239 0 0 0 137444 817 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707568826768 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 89 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24089] ppid=24082 vsize=28233776 memory=25424692 CPUtime=1391.67 cores=0-7
/proc/24084/task/24089/stat : 24089 (java) S 24082 24082 20811 0 -1 1077944384 2132260 0 0 0 138333 834 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707567773968 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 86 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24090] ppid=24082 vsize=28233776 memory=1720 CPUtime=1385.07 cores=0-7
/proc/24084/task/24090/stat : 24090 (java) S 24082 24082 20811 0 -1 1077944384 1650677 0 0 0 137704 803 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707566722192 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 93 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24091] ppid=24082 vsize=28233776 memory=1398722017469774279 CPUtime=1382.4 cores=0-7
/proc/24084/task/24091/stat : 24091 (java) S 24082 24082 20811 0 -1 1077944384 1213181 0 0 0 137479 761 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707565669392 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 88 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24092] ppid=24082 vsize=28233776 memory=-3622645143214314312 CPUtime=1386.42 cores=0-7
/proc/24084/task/24092/stat : 24092 (java) S 24082 24082 20811 0 -1 1077944384 2011541 0 0 0 137838 804 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707564616592 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 82 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24093] ppid=24082 vsize=28233776 memory=756 CPUtime=1384.06 cores=0-7
/proc/24084/task/24093/stat : 24093 (java) S 24082 24082 20811 0 -1 1077944384 1130356 0 0 0 137651 755 0 0 20 0 20 0 512704464 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140707563563792 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 79 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24094] ppid=24082 vsize=28233776 memory=1548 CPUtime=125.62 cores=0-7
/proc/24084/task/24094/stat : 24094 (java) R 24082 24082 20811 0 -1 4202560 1147897 0 0 0 12493 69 0 0 20 0 20 0 512704465 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706081399760 140707596682107 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24095] ppid=24082 vsize=28233776 memory=8252 CPUtime=0 cores=0-7
/proc/24084/task/24095/stat : 24095 (java) S 24082 24082 20811 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 512704466 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706080347232 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24096] ppid=24082 vsize=28233776 memory=1164 CPUtime=0 cores=0-7
/proc/24084/task/24096/stat : 24096 (java) S 24082 24082 20811 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 20 0 512704466 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706079294336 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24097] ppid=24082 vsize=28233776 memory=25424692 CPUtime=0 cores=0-7
/proc/24084/task/24097/stat : 24097 (java) S 24082 24082 20811 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512704468 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706078242640 140707618330523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24098] ppid=24082 vsize=28233776 memory=3620 CPUtime=0.47 cores=0-7
/proc/24084/task/24098/stat : 24098 (java) S 24082 24082 20811 0 -1 1077944384 6425 0 0 0 46 1 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706077190784 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24099] ppid=24082 vsize=28233776 memory=1576 CPUtime=0.45 cores=0-7
/proc/24084/task/24099/stat : 24099 (java) S 24082 24082 20811 0 -1 1077944384 4431 0 0 0 44 1 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706076138272 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24100] ppid=24082 vsize=28233776 memory=1028 CPUtime=0.99 cores=0-7
/proc/24084/task/24100/stat : 24100 (java) S 24082 24082 20811 0 -1 1077944384 13179 0 0 0 97 2 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706075085472 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24101] ppid=24082 vsize=28233776 memory=1060 CPUtime=0.56 cores=0-7
/proc/24084/task/24101/stat : 24101 (java) S 24082 24082 20811 0 -1 1077944384 11184 0 0 0 54 2 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706074032672 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24102] ppid=24082 vsize=28233776 memory=7588935179160282176 CPUtime=0 cores=0-7
/proc/24084/task/24102/stat : 24102 (java) S 24082 24082 20811 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706072980064 140707618322133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
[pid=24084/tid=24103] ppid=24082 vsize=28233776 memory=7301581182514128470 CPUtime=0.79 cores=0-7
/proc/24084/task/24103/stat : 24103 (java) S 24082 24082 20811 0 -1 1077944384 2930 0 0 0 38 41 0 0 20 0 20 0 512704469 28911386624 6356173 33554432000 4194304 4196468 140733867280048 140706071927344 140707618323074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37187584 140733867287510 140733867287686 140733867287686 140733867290575 0
Current children cumulated CPU time: 11575.9 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 25426140 KiB

[startup+1891.4 s]
/proc/loadavg: 6.90 7.17 6.70 2/213 24293
/proc/meminfo: memFree=314528/32770624 swapFree=66992484/67108860
[pid=24082] ppid=24079 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/24082/stat : 24082 (xcsp3-exec) S 24079 24082 20811 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512704463 115843072 362 33554432000 4194304 5098028 140721392986864 140721392984968 139787697484412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29110272 140721392993106 140721392993365 140721392993365 140721392996294 0
/proc/24082/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): 1891.41
CPU time (s): 11576.1
CPU user time (s): 11508
CPU system time (s): 68.0998
CPU usage (%): 612.036
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 25426140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11508
system time used= 68.0998
maximum resident set size= 25424908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15042759
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 173790
involuntary context switches= 279843


# summary of solver processes directly reported to runsolver:
#   pid: 24082
#   total CPU time (s): 11576.1
#   total CPU user time (s): 11508
#   total CPU system time (s): 68.0998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0625 second user time and 20.1979 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-25 00:32:56
IDJOB=4406622
IDBENCH=141707
IDSOLVER=2871
FILE ID=node121/4406622-1569364419
RUNJOBID= node121-1569357356-20838
PBS_JOBID= 21705107
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
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 /var/tmp/evaluation-result-4406622-1569364419/watcher-4406622-1569364419 -o /var/tmp/evaluation-result-4406622-1569364419/solver-4406622-1569364419 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node121-1569357356-20838 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 936149895 HOME/instance-4406622-1569364419.xml

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

MD5SUM BENCH= 95db7a436582e8fbf27db66b2c693839
RANDOM SEED=936149895

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:        25746788 kB
MemAvailable:   31848064 kB
Buffers:          156376 kB
Cached:          6034612 kB
SwapCached:         4680 kB
Active:          3073168 kB
Inactive:        3127480 kB
Active(anon):       3892 kB
Inactive(anon):    55024 kB
Active(file):    3069276 kB
Inactive(file):  3072456 kB
Unevictable:      109592 kB
Mlocked:          109592 kB
SwapTotal:      67108860 kB
SwapFree:       66992472 kB
Dirty:             26132 kB
Writeback:             0 kB
AnonPages:        117288 kB
Mapped:            54104 kB
Shmem:             41156 kB
Slab:             417480 kB
SReclaimable:     388004 kB
SUnreclaim:        29476 kB
KernelStack:        3904 kB
PageTables:         5176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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-25 01:04:28